commissions
Retrieves a list of products present in the store (upto 250 results)
get/admin/commissions/products
Query parameters
Retrieves the products matching the keyword in their name
Response
Example response
{
"collections": [
{
"id": "42",
"name": "Special collection"
},
{
"id": "43",
"name": "Gift cards"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.