Dummyjson: List Carts
Dummyjson via Parse · developer_tools
List shopping carts with pagination via skip/limit offsets. Optionally filter by user_id to get carts belonging to a specific user. Each cart includes products with quantities, prices, and discount information. Access fake placeholder data for products, users, and shopping carts from DummyJSON. Fulfilled by Parse from dummyjson.com.
- developer-tools
- dummyjson
- dummyjson-com
- ecommerce
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7a2f7234-8407-4cff-8b96-a708afd54f1b/list_carts
- Interface artifact
- sha256:9564724ea9b7dff7e24dce161f63c8114a75661e18705f705f440159339fc3a0
- Manifest digest
- sha256:273e3cba9fb0ab9ad68fecb144ce96debf0e85886a19b926467a79d5ca508885
Request fields
- skip (integer): Number of carts to skip for pagination (ignored when user_id is provided).
- limit (integer): Maximum number of carts to return per page (ignored when user_id is provided).
- user_id (string): Numeric user ID to filter carts by owner. Omitting returns all carts.