Remove numbers and products from cart or change quantity
POST {{baseUrl}}/v1/ordering/cart/:cartIdentifier/product/:orderProductId
Set quantity to 0 if you want to remove the product from the cart.
Request Body
{"cartIdentifier"=>"<integer>", "orderProductId"=>"<integer>", "quantity"=>"<integer>", "phoneNumbers"=>["<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"SUCCESS"}