Once a cart has been removed, it can no longer be accessed.
Returns an error if the cart cannot be removed due to a connected order.
Success
Resource not found
Error
true
Bundles are recommendations of other activities to purchase together with the activities in the current cart.
Recommendations are based on activities which are often purchased together by other customers. Sometimes a bundle may contain a promotional discount which can be applied to one or both activities in cart.
Bundles for cart
Resource not found
Error
[- {
- "discount": 0,
- "discount_type": "percentage",
- "bundle_type": "no_discount",
- "rule_id": "247",
- "activities": [
- {
- "bundled_price": {
- "currency": "EUR",
- "formatted_iso_value": "€25.00",
- "formatted_value": "€ 25.00",
- "value": 25
}, - "original_retail_price_without_service_fee": {
- "currency": "EUR",
- "formatted_iso_value": "€25.00",
- "formatted_value": "€ 25.00",
- "value": 25
}, - "original_retail_price": {
- "currency": "EUR",
- "formatted_iso_value": "€25.00",
- "formatted_value": "€ 25.00",
- "value": 25
}, - "retail_price": {
- "currency": "EUR",
- "formatted_iso_value": "€25.00",
- "formatted_value": "€ 25.00",
- "value": 25
}, - "retail_price_without_service_fee": {
- "currency": "EUR",
- "formatted_iso_value": "€25.00",
- "formatted_value": "€ 25.00",
- "value": 25
}, - "reviews_avg": 4.6,
- "service_fee": {
- "currency": "EUR",
- "formatted_iso_value": "€0.00",
- "formatted_value": "€ 0.00",
- "value": 0
}, - "title": "9-11 Memorial and Museum tickets",
- "uuid": "11471ae8-2046-11e7-9cc9-06a7e332783f"
}
]
}
]
Use this endpoint to remove an item from cart.
This endpoint will return a 403 status code if the cart is part of a completed order.
Item removed successfully
Forbidden: unable to remove item due to cart's order status
Resource not found
Error
{- "code": "0",
- "message": "You don't have permission to delete this resource."
}
Returns product details for a cart item.
Product details
Resource not found
Error
{- "retail_price_with_custom_discount": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "retail_price_in_supplier_currency": {
- "currency": "USD",
- "formatted_value": "$ 10.00",
- "formatted_iso_value": "$10.00",
- "value": 10
}, - "seller_gateway": "Direct",
- "ticket": false
}
This endpoint returns basic details about a cart's order (if it exists).
Order info
Not found: cart does not exist or is not connected to an order
Error
{- "order_uuid": "e56795c7-0bc3-4742-a52f-988d2af8608f",
- "payment": {
- "paid": true,
- "status": "authorization_failed"
}
}