Cart by ID

GET {{kroger-baseUrl}}/carts/:id

Provides access to an authenticated customer's cart by ID.

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"},"meta":{}}