Skip to main content
GET
/
api
/
v1
/
omni
/
:app_id
/
:store_group
/
:market
/
:locale
/
category-tree
Error
A valid request URL is required to generate request examples
[
  {
    "data": [
      {
        "attributes": {},
        "full_path_name": [
          "<string>"
        ],
        "id": "<string>",
        "name": "<string>",
        "parent_id": "<string>",
        "redirects": {},
        "sort_order": 123,
        "status": "<string>",
        "sub_categories": "<array>",
        "uri": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token.

Path Parameters

app_id
string
required

App ID

locale
string
required

Locale for translations

market
string
required

Market

store_group
string
required

StoreGroup

Response

OK

data
object[]