Shipping Companies
Create Shipping Company
POST/shipping/companies/
This endpoint allows you to create a custom shipping company.
`shipping.read_write`- Shipping Read & Write
Shipping Company Options
GETshipping/companies/{company_id}/options
This endpoint is used to show the shipping company's options when issuing an AWB for an order
List Shipping Companies
GET/shipping/companies/
This endpoint allows you to list all active shipping companies associated with the store.
:::noteIf the "activation_type" is set to:
manua...
Shipping Company Details
GET/shipping/companies/{company_id}
This endpoint allows you to fetch details of a speicifc shipping company associated with the store by passing the company_id as a path parameter.
`s...
Update Shipping Company
PUT/shipping/companies/{company_id}
This endpoint allows you to update a custom shipping company associated with the store by passing the company_id as a path parameter.
:::noteYou cann...
Delete Shipping Company
DELETE/shipping/companies/{company_id}
This endpoint allows you to delete a custom shipping company associated with the store, by passing the company_id as a path parameter.
`shipping.rea...
List Estimate Rates
GET/shipping/companies/estimate-rate
This endpoint allows you to fetch all of the shipping companies' estimate rates, based on the customer's order address