Maxburgers: Add To Cart
Maxburgers via Parse · food_dining
Add a product with optional configurables to an active order. Returns the full updated order state including orderItems and receiptData. API for browsing Max Burgers restaurants, menus, and products across Sweden, Denmark, Norway, and Poland. Fulfilled by Parse from order.maxburgers.com.
- ecommerce
- food-dining
- maps-geo
- maxburgers
- order-maxburgers-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/66798bf8-1c8f-4e81-b7fa-1041245ec549/add_to_cart
- Interface artifact
- sha256:a3920c4297dce2ff1043e483d4c52a1a965dc1981e1ae779c6dd0a0337451311
- Manifest digest
- sha256:d0ce5835bdf544c926e96fbe4a19bff59e92a6e08dfde36753c0487b1eddda47
Request fields
- order_id (string, required): Order ID from create_order.
- quantity (integer): Quantity of product to add.
- modifiers (string): JSON array of configurables for the product, matching the Configurables structure from get_product_details.
- product_id (string, required): Product ID from get_products.
Example queries
- {"order_id":"GJCIVMJdaPi","quantity":"1","modifiers":"[]","product_id":"22130"}