Add To Basket
add-to-basketAdd a product variant to a basket. Get variant IDs from get-product. Returns the updated basket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Quantity to add (default 1). | |
| variant_id | Yes | The product variant ID to add. | |
| basket_token | Yes | The basket token from create-basket. |