{
"ready_to_pick_up": false,
"orders": [
{
"is_fragile": false,
"ready_to_pick_up": false,
"fee_customer_payable": null,
"shipment_fee_type": "BY_MERCHANT",
"payment_type": "COLLECT_ON_DELIVERY",
"pick_up_type": "PICK_UP",
"description": "T-shirt and Mug from Acme Store",
"custom_id": null,
"products": [
{
"title": "T-Shirt",
"price": 1500,
"quantity": 1
},
{
"title": "Mug",
"price": 2000,
"quantity": 2
}
],
"saved_pick_up_address_uid": "01JG1N4R1BCEN1V5NKRBP6YEY5",
"size": "M",
"contact": {
"full_name": "John Doe",
"address_text": "Baghdad, City Center",
"phone": "9641111111111",
"secondary_phone": null,
"email": "johndoe@example.com",
"region_name": "الشعب",
"province_code": "BGD"
}
},
{
"is_fragile": false,
"ready_to_pick_up": false,
"fee_customer_payable": null,
"shipment_fee_type": "BY_MERCHANT",
"payment_type": "COLLECT_ON_DELIVERY",
"pick_up_type": "PICK_UP",
"description": "T-shirt and Mug from Acme Store",
"custom_id": null,
"products": [
{
"title": "T-Shirt",
"price": 1500,
"quantity": 1
},
{
"title": "Mug",
"price": 2000,
"quantity": 2
}
],
"saved_pick_up_address_uid": "01JG1N4R1BCEN1V5NKRBP6YEY5",
"size": "M",
"contact": {
"full_name": "John Doe",
"address_text": "Baghdad, City Center",
"phone": "9641111111111",
"secondary_phone": null,
"email": "johndoe@example.com",
"region_name": "الشعب",
"province_code": "BGD"
}
}
]
}
curl --location --request POST 'https://api.tryboxy.com/api/v1/merchants/orders/bulk-request-sync' \
--header 'api-key: ' \
--header 'api-secret: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ready_to_pick_up": false,
"orders": [
{
"is_fragile": false,
"ready_to_pick_up": false,
"fee_customer_payable": null,
"shipment_fee_type": "BY_MERCHANT",
"payment_type": "COLLECT_ON_DELIVERY",
"pick_up_type": "PICK_UP",
"description": "T-shirt and Mug from Acme Store",
"custom_id": null,
"products": [
{
"title": "T-Shirt",
"price": 1500,
"quantity": 1
},
{
"title": "Mug",
"price": 2000,
"quantity": 2
}
],
"saved_pick_up_address_uid": "01JG1N4R1BCEN1V5NKRBP6YEY5",
"size": "M",
"contact": {
"full_name": "John Doe",
"address_text": "Baghdad, City Center",
"phone": "9641111111111",
"secondary_phone": null,
"email": "johndoe@example.com",
"region_name": "الشعب",
"province_code": "BGD"
}
},
{
"is_fragile": false,
"ready_to_pick_up": false,
"fee_customer_payable": null,
"shipment_fee_type": "BY_MERCHANT",
"payment_type": "COLLECT_ON_DELIVERY",
"pick_up_type": "PICK_UP",
"description": "T-shirt and Mug from Acme Store",
"custom_id": null,
"products": [
{
"title": "T-Shirt",
"price": 1500,
"quantity": 1
},
{
"title": "Mug",
"price": 2000,
"quantity": 2
}
],
"saved_pick_up_address_uid": "01JG1N4R1BCEN1V5NKRBP6YEY5",
"size": "M",
"contact": {
"full_name": "John Doe",
"address_text": "Baghdad, City Center",
"phone": "9641111111111",
"secondary_phone": null,
"email": "johndoe@example.com",
"region_name": "الشعب",
"province_code": "BGD"
}
}
]
}'
{
"status": "success",
"code": 200,
"message": "Successfully done.",
"object": null
}