Logo
The Kroger Co.'s Public API Documentation

Updates item quantity

PUT {{kroger-baseUrl}}/carts/:id/items/:upc

Provides access to update the quantity of an item in an authenticated customer's cart.

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/carts/:id/items/:upc' -H 'Content-Type: application/json' -d '{"quantity":"\u003cinteger\u003e","allowSubstitutes":"\u003cboolean\u003e","specialInstructions":"\u003cstring\u003e","modality":"\u003cstring\u003e"}'

ENDPOINTS