API Reference

Add a product to guest quote

Add a product to guest quote using existing id via this endpoint.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/user/guest/quote/item --header 'Content-Type: application/json' --data '{"cartItem":{"sku":"product_sku", "qty":1}}'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!