commissions
Retrieves a list of collections present in the store
get/admin/commissions/collections
Query parameters
Retrieves the collections 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.