We just GoLive API Rate Limits. Please follow up
curl --location --request PATCH 'https://api.omisell.com/api/v2/public/product/sku/' \
--header 'Authorization: Omi {{Token}}' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"price": 0,
"price_sale": 0,
"declared_value": 0,
"currency": "string",
"weight": 0,
"width": 0,
"length": 0,
"height": 0,
"images": [
"string"
],
"sku": "string",
"barcode": "string",
"attributes": [
"string"
],
"variants": [
"string"
]
}'{
"data": {
"attributes": [],
"avatar": null,
"brand": 1,
"category_id": null,
"cost": 0.0,
"count_linked": 0,
"created_time": 1786683260.0,
"currency": "VND",
"declared_value": 199000.0,
"description": "Example description.",
"eta_of_purchase": 7,
"images": [],
"is_active": true,
"is_bulky": false,
"is_customize_packaging": 0,
"is_dropship": false,
"is_hide_name": false,
"is_serial_number": 0,
"last_active_time": 0.0,
"min_quantity": 0,
"name": "Example Product",
"options": [],
"platforms": [],
"price": 250000.0,
"price_by_2week": 0,
"price_sale": 199000.0,
"product_id": 2867636,
"product_type": "physical",
"product_validation": "Vui lòng cập nhập danh mục cho sản phẩm",
"reserved_by_flashsale": 0,
"sku": "EXAMPLE-SKU-0001",
"stock": 0,
"stock_approve_shipment": 0,
"stock_buffer": 0,
"stock_committed": 0,
"stock_incoming": 0,
"stock_on_hand": 0,
"stock_on_shipment": 0,
"tag": "",
"tax": null,
"unit": 75746,
"updated_time": 1786683261.0,
"value_by_2week": 0,
"variants": [],
"vendor_id": null,
"vendor_product_id": null,
"vendor_product_sku": null,
"volume": "",
"weight": 500
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "6a7e9f7c413732c8fab66b22"
}