Delete cart item
DELETE {{baseUrl}}/cart/:key
Service urls:
http://yourdomain.com/api/rest/cart/{key}
OR
http://yourdomain.com/index.php?route=rest/cart/cart&key={key}
The product key can be found in the response of the GET /cart API call.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-Oc-Session
|
string | (Required) User session id | |
Accept
|
string |
RESPONSES
status OK
ENDPOINTS