Add several products at once
add_many_to_cartAdd multiple products to an existing cart using product slugs and quantities, with per-item status returned.
Instructions
Build a basket in one call. Each item is a product slug + quantity. Slugs are resolved to article ids and added via the bulk endpoint. Returns per-item status. Requires sign-in AND an existing cart: call set_delivery_slot first, otherwise this fails with 404 'Le panier est introuvable'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Products to add |