We have an API endpoints that return all the information for a product including redemption type and categories.
For individual products {{baseUrl}}/products/:product_code and for all products {{baseUrl}}/products
Below field is returned through the API:
"availability":"realtime",
Example response for Categories:
"categories": [
"electricals",
"entertainment",
"jewellers",
"leisure-and-sports",
"mens-fashion",
"toys-and-games",
"womens-fashion"
]
Comments
0 comments
Please sign in to leave a comment.