Sales per-customer pricing
Find a file
2026-09-11 16:06:28 -04:00
public Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00
src Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00
test Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00
package-lock.json Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00
package.json Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00
README.md Initial import of zappier-sales-pricing from zapier monorepo 2026-09-11 16:06:28 -04:00

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

Internal reviews use NATS verae.billing.statement.get (account-balance).

Staff UI: http://127.0.0.1:3012/ — review credits, balances, usage, payments.

PORT=3012 NATS_URL=nats://127.0.0.1:4222 node src/server.js
curl http://127.0.0.1:3012/review/cust_2
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"}'