Products & Subscriptions
Read your price list, coupons and recurring plans.
One price list that quotes and invoices read from, plus recurring plans and discount codes. Most integrations only need to read it.
Read the price list
bash
curl https://app.softsolz.uk/api/v1/services/catalog/catalog/products \ -H "Authorization: Bearer sk_live_your_key"Add a product
bash
curl -X POST https://app.softsolz.uk/api/v1/services/catalog/catalog/products \ -H "Authorization: Bearer sk_live_your_key" \ -H "Content-Type: application/json" \ -d '{"name":"Annual support","price_cents":120000}'Coupons and subscriptions
/catalog/coupons lists discount codes with their usage caps and expiry. /catalog/subscriptions lists recurring plans with the date each next falls due.
Next
Full schemas in the API Reference, and the walkthrough on docs.softsolz.uk.