# Consignments

This group of API calls allow you to interact with your consignments in Scurri. You can list and
search through them, create new ones, update existing ones, and retrieve their details. To see consignment documents, go to the **Consignment Documents** section.

 - [GET /_api/v1/company/{company_slug}/consignments/](https://docs.scurri.com/connect/consignments-api/versions/2026.1/openapi/consignments/listconsignments.md): You can use this API call to retrieve the list of consignments in Scurri. Pagination is provided via the offset and limit GET parameters. For the `offset`, we don't use an integer value but instead us
 - [POST /_api/v1/company/{company_slug}/consignments/](https://docs.scurri.com/connect/consignments-api/versions/2026.1/openapi/consignments/importconsignment.md): Creates a new consignment (shipment) for the company. The consignment can be allocated or unallocated, domestic or international.
 - [GET /_api/v1/company/{company_slug}/consignment/{shipmentIdentifier}/](https://docs.scurri.com/connect/consignments-api/versions/2026.1/openapi/consignments/getconsignmentdetails.md): Retrieves details of a specific consignment (shipment).
 - [PUT /_api/v1/company/{company_slug}/consignment/{shipmentIdentifier}/](https://docs.scurri.com/connect/consignments-api/versions/2026.1/openapi/consignments/updateconsignment.md): Updates a consignment. Can be used to allocate or unallocate the consignment.
 - [DELETE /_api/v1/company/{company_slug}/consignment/{shipmentIdentifier}/](https://docs.scurri.com/connect/consignments-api/versions/2026.1/openapi/consignments/cancelconsignment.md): Cancels a consignment, taking any necessary actions on the carrier side
