Shipments
Delete a Shipment
Storefront API
- Authentication
- Account
- Account / Address
- Account / Credit Cards
- Account / Orders
- Order Status
- Cart
- Cart / Line Items
- Cart / Other
- Cart / Coupons
- Checkout
- Checkout / State
- Checkout / Shipments
- Checkout / Payments
- Checkout / Store Credit
- Stripe
- Products
- Vendors
- Stores
- Taxons
- Countries
- CMS Pages
- Menus
- Wishlists
- Wishlists / Wished Items
- Digital Downloads
Platform API
- Authentication
- Addresses
- Adjustments
- Classifications
- CMS Pages
- CMS Sections
- Countries
- Data Feeds
- Digital Links
- Digital Assets
- Line Items
- Menu Items
- Menus
- Option Types
- Option Values
- Orders
- Payment Methods
- Payments
- Products
- Promotion Actions
- Promotion Categories
- Promotion Rules
- Promotions
- Roles
- Shipments
- GETReturn a list of Shipments
- POSTCreate a Shipment
- GETReturn a Shipment
- DELDelete a Shipment
- PATCHUpdate a Shipment
- PATCHAdds item (Variant) to an existing Shipment
- PATCHRemoves item (Variant) from Shipment
- PATCHMark Shipment as ready to be shipped
- PATCHMark Shipment as shipped
- PATCHCancels the Shipment
- PATCHResumes the Shipment
- PATCHMoves Shipment back to pending state
- GET
- Shipping Categories
- Shipping Methods
- States
- Stock Items
- Stock Locations
- Store Credit Categories
- Store Credit Types
- Store Credits
- Tax Categories
- Tax Rates
- Taxonomies
- Taxons
- Users
- Variants
- Vendors
- Webhook Events
- Webhook Subscribers
- Wished Items
- Wishlists
- Zones
Shipments
Delete a Shipment
Deletes a Shipment
DELETE
/
api
/
v2
/
platform
/
shipments
/
{id}
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/shipments/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
204
Record deleted
Was this page helpful?
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/shipments/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.