List and filter created carts
GET {{baseUrl}}/v1/ordering/cart?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cartIdentifier | string | Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method. | |
reference | string | The reference of the cart. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
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. | |
Accept | string |
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}