Get product details
Get products
Use case : Get a list of all activities, and filter the list by searching.
POST /activity.json/search
The request body should contain query on JSON format. Posting an empty query like the following will return all activities available to your vendor to sell:
{
"page": 1,
"pageSize": 20
}
Please note that the results are paginated, by default you will only get the 20 first results.
Get full details via ID
Use case : Get the full details of an activity product by supplying the product ID.
GET /activity.json/{id}
Did this answer your question?
😞
😐
🤩