List and filter created carts

GET {{baseUrl}}/v1/ordering/cart?pageNumber=0&pageSize=20

Request Params

KeyDatatypeRequiredDescription
cartIdentifierstringIdentifies the cart and is returned by the createCart method or can be retrieved with the listCart method.
referencestringThe reference of the cart.
pageNumbernumberThe page number, starting at 0.
pageSizenumberThe page size (max number of entities that are displayed in the response).

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

{"carts":[{"cartIdentifier":3630217,"customerReference":"d87927aa-c121-4555-9d21-cc87691b8567","description":"GBR \u0026 Capacity","dateAdded":"2019-11-22 16:47:22","orderProducts":[{"orderProductId":4972421,"productType":"DID","productDescription":"[UNITED KINGDOM] ABERDEEN (1224)","quantity":125,"didgroupId":8826},{"orderProductId":4954789,"productType":"CAPACITY","productDescription":"additional capacity VoxTrunk | Zone World","quantity":10,"didgroupId":null}]}],"resultCount":1}