Logo
The Kroger Co.'s Public API Documentation

Add to cart

PUT {{kroger-baseUrl}}/cart/add

Provides you with access to add items to the cart of an authenticated customer.

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'kroger-baseUrl/cart/add' -H 'Content-Type: application/json' -d '{"items":[{"quantity":1,"upc":"0001111040101","modality":"\u003cstring\u003e"}]}'

ENDPOINTS