Cityelectricsupply: Add To Cart
Cityelectricsupply via Parse · ecommerce
Add a product to the guest shopping cart. Returns a success status confirmation. The cart persists across calls within the same session. Fails with upstream_error if quantity exceeds available stock. API for City Electric Supply (CES) to search products, browse categories, get detailed product info, and manage a guest shopping cart. Supports localized pricing and inventory via zipcode. Fulfilled by Parse from cityelectricsupply.com.
- b2b-directory
- cityelectricsupply
- cityelectricsupply-com
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c90a7a77-36a8-4c15-a0a2-bdf3a9102a54/add_to_cart
- Interface artifact
- sha256:b7f818f9de2debd39cef053d96f779b6fdbef45f5c4ab76f34d0af5904b70402
- Manifest digest
- sha256:9c898566790926bb3276a3d630c3d4060853dbef9c5f02ab1f420cfc0b47db0e
Request fields
- quantity (integer): Quantity to add
- product_id (integer, required): Internal product ID to add (from search_products or get_product_details)
Example queries
- {"quantity":"1","product_id":"143945"}