Maxburgers: Create Order
Maxburgers via Parse · food_dining
Create a new order session for a store. Returns the order object including the orderId needed for add_to_cart and get_cart. 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/create_order
- Interface artifact
- sha256:8d1c74f7e27e396ce760523503e87309af53a31d062474790eb3bb5a81f45226
- Manifest digest
- sha256:19d14a36e6de9cd6972d343b8aaea61bd1ac9bc7db2c3a6d740ebf4f22d2d3a8
Request fields
- store_id (string, required): Store ID from get_stores.
- menu_type (string): Menu type: takeaway, eatin, or delivery.: Allowed values: takeaway, eatin, delivery
- country_code (string): Country code: se, dk, no, or pl.: Allowed values: se, dk, no, pl
- culture_code (string): Culture code for localization (e.g. en-us, sv-se).: Allowed values: en-us, sv-se, da-dk, nb-no, pl-pl
Example queries
- {"store_id":"208","menu_type":"takeaway","country_code":"se","culture_code":"en-us"}