Update Order (Coming Soon)
This API endpoint allows you to update an existing order in the system.
Last updated
Was this helpful?
This API endpoint allows you to update an existing order in the system.
Last updated
Was this helpful?
Was this helpful?
curl --location --request PUT 'https://wms.eshopbox.com/api/v1/shipping/order/edit' \
--header 'Authorization: Bearer YOUR_BEARER_TOKEN' \
--data-raw '{
"orderType": "import",
"externalChannelID": "CH8445",
"externalWarehouseID": "Qastaging_CCTesting",
"sameAddress": false,
"paymentType": "prepaid",
"isCOD": "0",
"suggestedTrackingNumber": "",
"invoiceNumber": "",
"suggestedCourierLabel": "",
"isSecureShipment": true,
"items": [
{
"productImageUrl": "https://storage.googleapis.com/eshopbox_uploads_staging/product_create/Crop_Top_250402063637437-3851.jpg",
"quantity": 3,
"giftMessage": "Happy Birthday.",
"discount": 0,
"lineItemTotal": "2850",
"isVirtualKit": "0",
"customerPrice": 950,
"productName": "Slim Fit Jogger",
"itemID": "John@#",
"lineItemSequenceNumber": 0,
"isGift": "1",
"taxAmount": 0,
"taxCode": "ESBGST1",
"sku": "HNXP83H674Q",
"skuset": "HNXP83H674Q",
"externalWarehouseID": "Qastaging_CCTesting",
"unitPrice": 950,
"sellerTotal": "2850",
"sellerSkuOnChannel": "HNXP83H674Q",
"isproduct": true,
"productAdditionalInfo": {
"productDetails": {
"hsnCode": "65457",
"dimensionHeight": 10,
"dimensionLength": 20,
"accountSlug": "qastaging",
"weight": 180,
"mrp": 999,
"dimensionWidth": 20,
"type": "BASE",
"sku": "John@#",
"esin": "HNXP83H674Q",
"status": "ACTIVE",
"weightUnit": "g"
}
},
"giftWrapCharges": 0
}
],
"removedItems": [],
"addedItems": [],
"shippingAddress": {
"city": "New Delhi",
"countryCode": "",
"postalCode": "110001",
"addressLine1": "64 Sector 18 Hsidc Maruti Indl Area",
"addressLine2": "",
"countryName": "IN",
"state": "Delhi",
"contactPhone": "9999999999",
"customerName": "John",
"email": "rohitkumar@eshopbox.com",
"gstin": ""
},
"billingAddress": {
"city": "Delhi",
"countryCode": "",
"postalCode": "110001",
"addressLine1": "64 Sector 18 Hsidc Maruti Indl Area",
"addressLine2": "",
"countryName": "IN",
"state": "Delhi",
"contactPhone": "9999999999",
"customerName": "John doe",
"email": "johndoe@test.com",
"gstin": ""
},
"customerOrderNumber": "50_Custom_New_5-cp124",
"vendorOrderNumber": "50_Custom_New_5-cp124",
"autOrderID": false,
"bkpCustomerOrderID": "",
"giftMsg": "Happy Birthday.",
"isGift": "1",
"invoiceDate": "2025-04-28T09:49:57.619Z",
"otherCharge": 0,
"balanceDue": 0,
"orderTotal": 3724,
"subtotal": 3649,
"actor": "rohitkumar@eshopbox.com",
"shipMethod": "STD",
"accountSlug": "qastaging",
"thirdPartySh
{
"status": "success",
"message": "Order updated successfully",
"orderId": "ORD123456"
}