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.
Request Body
{"items"=>[{"quantity"=>1, "upc"=>"0001111040101", "modality"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |