Catalogs - Catalog
Get category list
get/v2/user/catalogs/{storeId}/categories
Path parameters
storeIdstring guid required
Your store identifier
Headers
Accept-Encodingstring[] required
Indicates that the client accepts that the response will be compressed to reduce traffic size.
Response
Categories
Example response
{
"categories": [
{
"categoryId": "81a058a6-0451-4b79-84ef-94c58d0ed4ac",
"categoryPath": [
"Vêtements",
"Femmes",
"Chaussures"
]
}
]
}