We just GoLive API Rate Limits. Please follow up
curl --location 'https://api.omisell.com/api/v2/public/shipment/add' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"omisell_order_number":"OP2323323"
}'{
"data": {
"cod_amount": 0.0,
"courier": {
"name": "Tự vận chuyển",
"service_code": "OMI_SD",
"service_name": "Dịch vụ tiêu chuẩn"
},
"courier_tracking_number": "EXAMPLE-ORDER-0001-A",
"created_time": 1786692611.0,
"cross_check_by": {
"id": 421,
"name": "ZAAQ",
"logo": "https://storage.googleapis.com/omisell-cloud/logo/courier/custom_carrier.svg"
},
"currency": "VND",
"delivered_time": 0.0,
"fail_reason": "",
"fulfilled_time": 0.0,
"fulfillment_by": "Self-fulfill",
"is_fulfilled": false,
"items": [
{
"catalogue_sku": "EH-NE6M-A442",
"inventory_sku": "EH-NE6M-A442",
"product_name": "Máy sấy tóc Panasonic EH-NE6M Công nghệ ionity Luồng gió mạnh Linear cho mái tóc mềm mượt EH-NE6M-A442",
"quantity": 1,
"sale_price": 130000.0,
"vendor_pickup_id": "",
"vendor_name": "Omisell Demo",
"vendor_id": null
}
],
"omisell_order_number": "ODVN260814CABA2C2C",
"omisell_shipment_number": "SPVN2608146B44BD06",
"order_number": "EXAMPLE-ORDER-0001-A",
"pickup": {
"id": 21,
"pickup_code": "PK100021",
"pickup_name": "SDA - Warehouse",
"address": "Block D - Chung Cư EhomeS - Bình Hưng"
},
"receiver": {
"fullname": "Nguyen Van A",
"phone": "0900000000",
"email": "[email protected]",
"address": "123 Example Street",
"subdistrict_name": null,
"subdistrict_id": null,
"district_name": "Phường Bồ Đề",
"district_id": 47349,
"province_name": "Hà Nội",
"province_id": 466589,
"country": "VN"
},
"shipment_note": "",
"shipped_time": 0.0,
"sla_time": 1786865217.0,
"status_id": 101,
"status_name": "Label generated",
"total_amount": 130000.0,
"updated_time": 1786692611.0,
"volume": "10x20x10",
"weight": 100,
"wms_order_number": ""
},
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "",
"request_id": "6a7ec404066540bc691b8157"
}