Checkout Cart

GET {{baseUrl}}/v1/ordering/cart/:cartIdentifier/checkout

Allows you to checkout a cart and place an order for all the products contained in the cart. You can then retrieve your orders using the listOrder method.

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.
Acceptstring

RESPONSES

status: OK

{"status":"\u003cstring\u003e","productCheckoutList":[{"productType":"\u003cstring\u003e","status":"\u003cstring\u003e","orderReference":"\u003cstring\u003e","message":"\u003cstring\u003e"},{"productType":"\u003cstring\u003e","status":"\u003cstring\u003e","orderReference":"\u003cstring\u003e","message":"\u003cstring\u003e"}]}