Create shipment
The Shipping Label API enables you to route your order to your selected courier service.
POST
https://api.shipbubble.com/v1/shipping/labels
Request Body
Name
Type
Description
request_token*
String
request token gotten from Rates API, each request token is tied to a particular rate request
service_code*
String
service code of selected courier rate
courier_id*
String
courier_id of selected courier rate
insurance_code
String
To be included if insurance wants to be purchased with shipment. Insurance code can be gotten from Get Insurance Rates API.
is_cod_label
Boolean
To be included if request is meant to be a cash on delivery shipment.
Last updated
Was this helpful?