User carts list

GET {{kroger-baseUrl}}/carts

Provides access to return a list of all carts that belong to an authenticated customer.

Note: the customer must be authenticated using the OAuth2 Authorization Code grant type.

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","createdDate":"\u003cstring\u003e","items":[{"allowSubstitutes":"\u003cboolean\u003e","createdDate":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","specialInstructions":"\u003cstring\u003e","upc":"\u003cstring\u003e","description":"\u003cstring\u003e","modality":"\u003cstring\u003e"},{"allowSubstitutes":"\u003cboolean\u003e","createdDate":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","specialInstructions":"\u003cstring\u003e","upc":"\u003cstring\u003e","description":"\u003cstring\u003e","modality":"\u003cstring\u003e"}],"name":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","createdDate":"\u003cstring\u003e","items":[{"allowSubstitutes":"\u003cboolean\u003e","createdDate":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","specialInstructions":"\u003cstring\u003e","upc":"\u003cstring\u003e","description":"\u003cstring\u003e","modality":"\u003cstring\u003e"},{"allowSubstitutes":"\u003cboolean\u003e","createdDate":"\u003cstring\u003e","quantity":"\u003cinteger\u003e","specialInstructions":"\u003cstring\u003e","upc":"\u003cstring\u003e","description":"\u003cstring\u003e","modality":"\u003cstring\u003e"}],"name":"\u003cstring\u003e"}],"meta":{}}