We just GoLive API Rate Limits. Please follow up
category_id that POST /product/add takes.category_id, the exact name you send it back under, socategory_id as parent_category_id to get its children, and repeat to walkkeyword searches names directly if you would rather not walk.curl --location 'https://api.omisell.com/api/v2/public/product/category?category_id=&parent_category_id=&keyword=&lang=&is_active=&page=&page_size=' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json'{
"data": {
"count": 2,
"next": null,
"previous": null,
"results": [
{
"category_id": 4510,
"name": "Thời trang nam",
"name_locale": "Thời trang nam",
"parent_id": null,
"image": null,
"is_active": true
},
{
"category_id": 4517,
"name": "Áo thun nam",
"name_locale": "Áo thun nam",
"parent_id": 4510,
"image": null,
"is_active": true
}
]
},
"error": false,
"error_code": null,
"attr_error": null,
"messages": null
}