Create Inbound Shipment (ASN)
POST
/api/v2/sellers/shipments/Use API to register ASN to a Boxme warehouse network (Philippines, Thailand, Vietnam...)
Request
Boxme's warehouse ID (to receive goods)
Purchase Order Number
single: Single SKU/Box, multi: Mix SKU/Box
Require Inspection service when shipment received
Inbound within 2h
Require unloading service for high truck
Reject damage item when shipment receive & inspection with driver
Seller SKU
Quantity Per Carton Box. Require when package_option is single
Total box quantity. Require when package_option is single
Total quantity
Line number of ERP
Auto convert pcs to box. Apply for special client.
Inspection Note for inspector
Note for receiver
Estimate arrival Time (Timestamp)
Document support for ASN
Boxme will arrange pickup service, When
It's mandatory if you want Boxme to arrange for pickup
Customer Code, refer to customer list
Default delivery address of customer
{
"pickup_id": 7347389,
"po_number": "PO000001",
"package_option": "single",
"vas": {
"inspection": true,
"priority_inbound": false,
"unloading": false,
"reject_damaged_goods": true
},
"products": [
{
"seller_sku": "DLGLASS0001",
"quantity_per_box": 12,
"quantity": 1200,
"line_no": "10000",
"auto_merge": false
},
{
"seller_sku": "TEST-0002",
"quantity_per_box": 6,
"quantity": 60,
"line_no": "10000",
"auto_merge": false
}
],
"inspection_note": "",
"note": "Ghi chú",
"estimate_arrived_time": "21/12/2023",
"documents": [
"https://storage.googleapis.com/boxme/warehouse/2023/12/hfEzUM_202312.jpg"
]
}
Request samples
Responses
{
"data": {
"shipment_code": "SM-VN-331529-16537311",
"po_number": "ASN02324221",
"created_time": 1714637312
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "663349ff0bfeb065f4150d12"
}