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

KeyDatatypeRequiredDescription
customer_idstringCounts orders quantity specified by customer id
product_idstringDefines the product where the price has to be deleted
variant_idstringDefines product's variants specified by variant id
quantitystringDefines new product's quantity
store_idstringDefines store id where the webhook should be assigned