Order Shipping
Developing
POST
/order_shipping
BosOnline/API Boscod
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/order_shipping' \
--header 'Content-Type: application/json' \
--data-raw '{
"input_type": 4,
"courier_id": 1,
"order_type": 0,
"pickup_via": 0,
"shipper_warehouse_id": 93221,
"note": "Test",
"pickup_time": "2025-05-30 10:21:00",
"pickupend_on": "2025-05-30 14:21:00",
"sender_addr_id": 93221,
"sender_name": "alfian",
"sender_phone": "0812315921",
"sender_latitude": "",
"sender_longitude": "",
"items": [
{
"item_width": 10,
"item_height": 10,
"item_length": 10,
"item_weight": 20,
"item_value": 20000
}
]
}'
Response Response Example
200 - Example 1
{
"no_resi": "string",
"message": "string"
}
Request
Body Params application/json
Responses
Modified at 2025-06-02 08:32:00