Mixam: Get Volume Pricing Tiers
Mixam via Parse · ecommerce
Retrieves pricing for multiple quantity tiers to show volume discounts. Each tier contains a full quote response including offer table, total price, and item description. Useful for comparing per-unit costs at different quantities. APIs for discovering print products and getting real-time pricing quotes from Mixam.com. Fulfilled by Parse from mixam.com.
- b2b-directory
- ecommerce
- marketplace
- mixam
- mixam-com
- 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
- GET /scraper/746a1ab1-4832-4131-b609-1f1a1a66bff3/get_volume_pricing_tiers
- Interface artifact
- sha256:2232332b6405a3185287a8d3e2477650588585d60704a591329a70b39f4ab450
- Manifest digest
- sha256:87ed789c4b8a8200c810e4547abf3dfc43f980fd268ace60653a52e08423bbb9
Request fields
- tiers (string): JSON array of integer quantities to quote, e.g. "[50, 100, 250, 500]". Defaults to [25, 50, 100] if omitted.
- product_id (integer, required): Primary product ID (e.g. 1 for Booklets). Obtain from get_all_products.
- sub_product_id (integer): Secondary product ID for variations.
Example queries
- {"tiers":"[25, 50, 100]","product_id":"1","sub_product_id":"0"}