Shipments
Shipment operations including creation, tracking, and bulk operations
📄️ Get shipment by ID
Retrieves a single shipment by its unique UUID identifier with optional data expansion for related entities.
📄️ Update an existing shipment
Updates an existing shipment with new information. Only provided fields will be updated, existing values are preserved for omitted fields.
📄️ Delete a shipment
Permanently deletes a shipment and all associated data. This action cannot be undone.
📄️ Search and filter shipments
Retrieves a paginated list of shipments based on specified search criteria with optional data expansion for related entities.
📄️ Create a new shipment
Creates a new shipment for an order with carrier information, tracking details, and shipment items.
📄️ Bulk create or update shipments
Creates or updates multiple shipments in a single operation. Existing shipments are updated, new ones are created based on provided data.