POST
/
shipping
/
shipments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create shipment model

boxes
object[] | null

use this field for courier_option = custom

courier_option
enum<string>
Available options:
Shiprocket,
Custom
expected_delivery_date
string | null

use this field for courier_option = custom

order_number
string
package_option
enum<string>
Available options:
Automatic,
Custom
shipment_items
object[]
shipping_charges
number | null

use this field for courier_option = custom

use this field for courier_option = custom

warehouse_id
string

Response

200 - application/json
message
string
success
boolean