createCart
{{}}
{ "input": { "items": { "amazonCartItemsInput": [{ "quantity": 1, "productId": "B001G60EK8" }], }, "buyerIdentity": { "firstName": "{{firstName}}", "lastName": "{{lastName}}", "email": "{{email}}", "phone": "{{phone}}", "address1": "{{address1}}", "address2": "{{address2}}", "city": "{{city}}", "provinceCode": "{{provinceCode}}", "countryCode": "US", "postalCode": "{{postalCode}}" } } }
submitCart
cart_id
{ "input": { "id": "{{cart_id}}" } }
Was this page helpful?