curl --location '/api/v1/shipments/b2b/create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"warehouse_code": "{{warehouse_code}}",
"merchant_tracking_code_reference": "{{merchant_tracking_code_reference}}",
"courier_tracking_code": "{{merchant_tracking_code_reference}}",
"carrier_code": "GHTK",
"recipient": {
"recipient_name": "{{recipient_name}}",
"recipient_phone_number": "0961557476",
"recipient_address": "Số 9 Trà Khúc",
"recipient_ward": "Phường 02",
"recipient_district": "Quận 1",
"recipient_city": "Ho Chi Minh"
},
"use_insurance": 0,
"shipment_value": "0",
"cod_amount": null,
"vas": [
/*"PRIORITY_PACKING",
"CO_INSPECTION",*/
"AFTER_HOURS_PACKING"
],
"items": [
{
"oasin": "OASIN1297150",
"product_quantity": 10,
"product_strategy": "NONE",
"product_strategy_assignment": null
}
],
"documents":[ {
"document_type": "PURCHASE",
"document_url": "{{url_file}}",
"print_quantity": 10
}],
"packaging_note": "Tôi muốn đóng nhanh",
"note": "Nhanh thật nhanh"
}'