personalShopper
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v180View latest version
Provides access to add items to an authenticated customer's cart.
Note: the customer must be authenticated using the OAuth2 Authorization Code grant type.
- None
- application/json
- A list of items that you are adding to the cart.
{ "items": [ { "quantity": 1, "upc": "0001111060903", "modality": "PICKUP" } ] }