curl --location --request POST '/bulk_create_orders' \
--header 'Authorization: Bearer 11|NSP8dVGkwZErX2ZQabpfQI0CoaOLmFi2q8abvjrvOyk4yT2Vnmc1rEjmATXtkzgZztJxkjZduaOGne9a' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"invoice": "BLpK-05",
"recipient_name": "āĻāĻšāĻŽāĻĻ āĻāϰāĻŋāĻŽ",
"recipient_phone": "01711111111",
"recipient_address": "āĻĸāĻžāĻāĻž",
"cod_amount": 1000.00,
"items": [
{
"description": "T-Shirt",
"weight": 0.3
}
]
},
{
"invoice": "BUK-p02",
"recipient_name": "āĻĢāĻžāϤāĻŋāĻŽāĻž āĻāĻžāϤā§āύ",
"recipient_phone": "01811111111",
"recipient_address": "āĻāĻā§āĻāĻā§āϰāĻžāĻŽ",
"cod_amount": 1500.00,
"items": [
{
"description": "Dress",
"weight": 0.4
},
{
"description": "Dupatta",
"weight": 0.1
}
]
}
]
}'{
"status": 200,
"message": "Shipment has been created successfully.",
"shipment": {
"shipment_id": 1,
"invoice": "ORD-2025-001",
"tracking_number": "PC2025073122356",
"recipient_name": "āĻāύ āĻĄā§",
"recipient_phone": "01711111111",
"recipient_address": "āĻĸāĻžāĻāĻž, āĻŦāĻžāĻāϞāĻžāĻĻā§āĻļ",
"cod_amount": "1500.00",
"status": "in_review",
"note": "āϏāĻžāĻŦāϧāĻžāύ⧠āĻšā§āϝāĻžāύā§āĻĄā§āϞ āĻāϰāĻŦā§āύ",
"created_at": "2025-07-31T00:58:37.000000Z",
"updated_at": "2025-07-31T00:58:37.000000Z"
}
}