Get products by store
POST /store
This endpoint lets you to get all products for a specific store. You can find all stores on Agora here.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Query parameters
Parameter
Type
Description
page
string
Pagination of 20 results for the brand. Pagination number (e.g. 1, 2, 3).
Request body
{
"query": "store name"
}Last updated
Was this helpful?