# zappier-sales-pricing Sales-department API for **per-customer pricing** (tier + `multiplierOverride`). zappier-edge remains the rate-card store. **Forgejo:** https://git.georgelambert.org/marchon/zappier-sales-pricing **Catalog:** https://zapier.georgelambert.org/packages/zappier-sales-pricing/README.pdf ```bash PORT=3012 node src/server.js curl http://127.0.0.1:3012/quotes/cust_2 curl -X PUT http://127.0.0.1:3012/customers/cust_2/pricing \ -H 'content-type: application/json' \ -d '{"multiplierOverride":0.4,"tierId":"business"}' ```