Dispatch Shipment
Shipment Dispatched(shipped)
POST
https://wms.eshopbox.com/api//unicommerce/orders/dispatch
This endpoint allows you to mark the shipment status dispatch.
Headers
Authentication
string
The Bearer token which grants access to the API
Request Body
orderItems
array
the order items detailed array
selfShipping
object
courier details object
The orderItems array[object]
Attribute
Type
Description
orderItemId
string
unique generated id by eshopbox
quantity
number
item quantity
taxRate
number
the tax rate on the item
centralGstPercentage
number
central GST percentage on the item
compensationCessPercentage
number
compensation cess percentage
integratedGstPercentage
number
integrated GST percentage
stateGstPercentage
number
state GST percentage
unionTerritoryGstPercentage
number
union territory GST percentage
The selfShipping object
Attribute
Type
Description
deliveryPartner
string
courier name
dispatchDate
string
shipment dispatch date
invoiceDate
string
date on which invoice is generated
invoiceNumber
string
invoice number of a shipment (generated at the time of packed )
tentativeDeliveryDate
string
tentative delivery date
trackingId
string
shipment tracking id
Last updated