Basic information

GET /{shopId}/categories/{categoryId}/sequence

Returns the order of subcategories for the provided category ID as an array. If the category has no subcategories, an empty array will be returned.

Authorisation

OAuth 2.0 Token required with scopes:

products_write

URI parameters

Name Type Description
shopId string

The unique identifier of the shop.

Required: true
Example: DemoShop
categoryId string
Required: true

Response attributes

Name Type Description

array of strings

Response

HTTP 200

Media type application/json

["Headphones", "Accessories", "eBooks"]