Delete Order Item

Deletes a specific item from an order using its SKU. This operation is used when an item is removed before fulfillment due to order changes or corrections.

SecuritybearerAuth
Request
path Parameters
orderId
required
string

Unique identifier for the order

query Parameters
itemId
required
string

SKU of the item to be deleted.

Responses
200

Item deleted successfully

401

The request could not be authorized

404

The requested resource was not found.

500

The request could not be completed due to an internal error

delete/api/v1/orders/{orderId}/items
Request samples
Response samples
application/json
{
  • "orderId": "PBksT3ctKT9M",
  • "status": "Updated",
  • "transactionDateTime": "2025-07-01T17:52:17.889Z"
}