Light Mode
Category
Below are the webhook store events paired with their respective data schema related to the Category webhook events:
Catgeory Webhook Events Model
The following includes 2 category webhook events that share the same model, which are mentioned in the event
enum value under the Data Schema tab
{
"event": "category.created",
"merchant": 1029864349,
"created_at": "Wed Jun 30 2021 14:21:57 GMT+0300",
"data": {
"id": 1429120554,
"name": "test category",
"urls": {
"customer": "https://store.test/nabilanazer/category/neje",
"admin": "/categories"
},
"items": [
"string"
],
"parent_id": 99911771,
"status": "hidden",
"sort_order": "7",
"sub_categories": [
"string"
]
}
}
Last modified: 17 days ago