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

KeyDatatypeRequiredDescription
apikeystringAuthentication 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-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;SUCCESS&quot;}