Multi Basket
Session-based authentication using osessionid cookie
CSRF token for state-changing requests (POST/PUT/PATCH/DELETE)
Primary key (ID) of the basket to set as main
Successfully set basket as main
Basket not found
Session-based authentication using osessionid cookie
Primary key (ID) of the basket
Successfully retrieved detailed discounts
Description of the discount
10% off on electronicsDiscount amount
5.99Type of discount application result that determines what the discount affects.
Application types:
basket- Discount applied to basket items (reduces product prices)shipping- Discount applied to shipping costs (free or reduced shipping)post_order- Discount applied after order completion (cashback, loyalty points)sample_product- Free sample product added to basket as promotional item
Usage in responses:
- Basket discounts reduce the total_amount
- Shipping discounts appear in shipping_discount field on items
- Sample products appear as separate basket items with special pricing
- Post-order benefits are tracked separately for future application
basketPossible values: Sample products for the discount
Allowed quantity for the discount
5Basket not found
Session-based authentication using osessionid cookie
CSRF token for state-changing requests (POST/PUT/PATCH/DELETE)
Namespace identifier for the basket. Use "null" for baskets with null namespace.
Successfully set basket as main
Basket not found for the specified namespace
Session-based authentication using osessionid cookie
CSRF token for state-changing requests (POST/PUT/PATCH/DELETE)
Unique identifier of the basket to delete
Basket successfully deleted (no content returned)
Basket not found
No content
Session-based authentication using osessionid cookie
Namespace identifier for the basket. Use "null" for baskets with null namespace.
Successfully retrieved basket details
Basket not found for the specified namespace
Session-based authentication using osessionid cookie
Namespace identifier for the basket. Use "null" for baskets with null namespace.
Successfully retrieved mini basket information
Basket unique identifier
124Total quantity of items in basket
3Basket not found for the specified namespace
Last updated
Was this helpful?

