patch https://{accountName}.{environment}.com.br/api/checkout/pub/orderForm//items
With the items update request you can:
-
Add items to the cart;
-
Change the quantity of one or more items in a specific cart;
-
Remove items from the cart (by changing their quantity to 0).
The orderForm is the data structure which represents a shopping cart and contains all information pertaining to it. Hence, the orderFormId
is the identification code of a given cart.
This request has a time out of 45 seconds.