Post Basket Item Add
POST {{baseUrl}}/basket.item.add.json?customer_id=<string>&product_id=<string>&variant_id=<string>&quantity=<number>&store_id=<string>
Add item to basket
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customer_id | string | Counts orders quantity specified by customer id | |
product_id | string | Defines the product where the price has to be deleted | |
variant_id | string | Defines product's variants specified by variant id | |
quantity | string | Defines new product's quantity | |
store_id | string | Defines store id where the webhook should be assigned |