We just GoLive API Rate Limits. Please follow up
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/catalogue/{{catalogue_id}}' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json'{
"data": {
"addition_stock": 0,
"category_id": "string",
"catalogue_id": 0,
"cost": 0,
"created_time": 0,
"currency": "string",
"description": "string",
"external_id": "string",
"external_parent_id": "string",
"external_stock": 0,
"images": [
"string"
],
"link": "string",
"name": "string",
"platform": "string",
"platform_logo": "string",
"price": 0,
"price_sale": 0,
"product_links": [
{
"product_id": 0,
"quantity": 0,
"is_gift": true
}
],
"reserved_stock": 0,
"sku": "string",
"status": "string",
"status_name": "string",
"store_id": 0,
"store_name": "string",
"updated_time": 0,
"variants": [
{
"catalogue_id": 0,
"sku": "string",
"name": "string",
"cost": 0,
"price": 0,
"price_sale": 0,
"images": [
"string"
],
"status": "string",
"status_name": "string",
"created_time": 0,
"updated_time": 0,
"weight": 0,
"addition_stock": 0,
"reserved_stock": 0,
"external_stock": 0,
"product_links": [
{
"product_id": 0,
"quantity": 0,
"is_gift": true
}
]
}
],
"volume": "string",
"weight": 0
},
"error": true,
"error_code": 0,
"messages": "string",
"request_id": "string",
"attr_error": null
}