curl --request PATCH \
--url https://api.pandabase.io/v2/core/stores/{storeId}/categories/{categoryId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"parentId": "<string>",
"displayOrder": 4999,
"icon": "<string>",
"metaTitle": "<string>",
"metaDescription": "<string>",
"showInNavigation": true,
"featured": true,
"isFavourite": true,
"isArchived": true,
"productIds": [
"<string>"
]
}
'{
"ok": true,
"data": "<unknown>"
}curl --request PATCH \
--url https://api.pandabase.io/v2/core/stores/{storeId}/categories/{categoryId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"parentId": "<string>",
"displayOrder": 4999,
"icon": "<string>",
"metaTitle": "<string>",
"metaDescription": "<string>",
"showInNavigation": true,
"featured": true,
"isFavourite": true,
"isArchived": true,
"productIds": [
"<string>"
]
}
'{
"ok": true,
"data": "<unknown>"
}Store API token. Use the sk_ prefixed secret key as the Bearer token.
Store ID (shp_ prefix)
12 - 48Category ID (ctg_ prefix)
12 - 481 - 1282 - 1285000 <= x <= 999964128320100