Manage shipments from integrations
Delete a shipment
Allows you to delete a shipment from Sendcloud, e.g. if it has been canceled or deleted in your shop system.
POST
The
order_status and payment_status fields we retrieve from integrations are not mapped in our system, meaning that orders will not be automatically updated or deleted if the values for these fields change after an order is placed.
You can delete an order by providing either a shipment_uuid, or a combination of the external_order_id and external_shipment_id properties.Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The id of the integration to which the shipments belong
Body
application/json
You must provide either a shipment_uuid or the combination of external_order_id and external_shipment_id to this endpoint.
- Option 1
- Option 2
Autogenerated Sendcloud's internal ID
Response
No Content