Delete cart item

SecurityBearer
Request
path Parameters
order_id
required
string

Order id to update.

item_id
required
string

Cart item id to delete.

header Parameters
x-merchant
required
string

Merchant identifier.

x-channel
required
string

Channel identifier.

Responses
200

OK

401

Unauthorized

404

Not Found

delete/api/v1/orders/{order_id}/items/{item_id}
Request samples
Response samples
application/json
{
  • "code": "order-not-found",
  • "message": "Order {id} could not be found"
}
Copyright © Norce 2024. All right reserved.