Nemlig: Add To Basket
Nemlig via Parse · food_dining
Add a product to the anonymous shopping basket. Returns the full updated basket state including all line items, total price (including delivery fee), and basket identifier. The product_id is available from search_products results via products[*].Id. API for searching products, browsing categories, getting product details, viewing offers, and managing a shopping basket on nemlig.com. Fulfilled by Parse from nemlig.com.
- ecommerce
- food-dining
- marketplace
- nemlig
- nemlig-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/dc286e03-5996-4d49-911e-af66d0762977/add_to_basket
- Interface artifact
- sha256:d9a5fbe6a9a00735c9998e1e8e0cda25bb74e5c2b2d89ccacf8d3a997865bddd
- Manifest digest
- sha256:4be8c81c8d4cd0d396b71199fdc99224d480de507abb390ebc82fb989fb66606
Request fields
- quantity (integer): Quantity to add to the basket.
- product_id (string, required): Internal product ID (e.g. '103368'). Obtainable from search_products results via products[*].Id.
Example queries
- {"quantity":"1","product_id":"5601131"}