Shipments
Create Shipment
POST/shipments
This endpoint allows you to create a shipment related to your store directly from this endpoint.
`shipping.read_write`- Shipping Read & Write
List Shipments
GET/shipments
This endpoint allows you to list all shipments related to your store directly from this endpoint.
:::info[Information]You can filter the list of shipm...
Shipment Details
GET/shipments/{shipment_id}
This endpoint allows you to return the complete details for a specific shipment by passing the shipment_id as a path parameter.
`shipping.read`- Shi...
Shipment Tracking
GET/shipments/{shipment_id}/tracking
This endpoint allows you to fetch tracking details for a specific shipment by passing the shipment_id as a path parameter.
`shipping.read`- Shipping...
Update Shipment Details
PUT/shipments/{shipment_id}
This endpoint allows you to update specific shipment details by passing the shipment_id as a path parameter.
:::danger[Breaking Change Notice]Effecti...
Cancel Shipment
POST/shipments/{shipment_id}/cancel
This endpoint allows you to cancel specific Shipment by passing the shipment_id as a path parameter.
`shipping.read_write`- Shipping Read & Write
Return Shipment
POST/shipments/{shipment_id}/return
This endpoint allows you to return specific shipment by passing the shipment_id as a path parameter.
`shipping.read_write`- Shipping Read & Write