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
page
pagination number (e.g. 1, 2, 3)
Pagination of 20 results for the store.
Request body
{
"query": "store name"
}
Last updated
Was this helpful?