Create Label And Awb
Create Label And Awb
POST
https://wms.eshopbox.com/api/unicommerce/orders/labels
This endpoint assigns couriers and marks the shipment packed.
Headers
Authentication
string
The Bearer token which grants access to the API
Request Body
boxHeight
number
box height
boxLength
number
box length
boxWidth
number
box width
weight
number
weight of order
orderItems
array
order items
The orderItems array[object]
Attribute
Type
Description
orderItemId
string
unique generated item id by eshopbox
invoiceNumber
string
invoice number of a shipment (generated at the time of packed )
invoiceDate
string
date on which invoice is generated
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
Last updated