Shipping API
Create shipment
POST
/
shipping
/
shipments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Create shipment model
order_number
string
warehouse_id
string
shipment_items
object[]
courier_option
enum<string>
Available options:
Shiprocket
, Custom
package_option
enum<string>
Available options:
Automatic
, Custom
boxes
object[] | null
use this field for courier_option = custom
tracking_link
string | null
use this field for courier_option = custom
expected_delivery_date
string | null
use this field for courier_option = custom
shipping_charges
number | null
use this field for courier_option = custom
Response
200 - application/json
message
string
success
boolean