Products
Fetch product and their pricing
Received Products' APIs allow our users to manage their products and pricing models. The APIs support operations such as creating new products and pricing models, updating existing products, and fetching products to use in customer contracts and subscriptions.
Don't forget! APIs must include:
Bearer Token - return from the login call
API version - {"Version": "V0"}
Getting Products and Pricing
Fetching products and pricing provides detailed listings of available offerings and their associated costs. This information is crucial to build a contract, tailor their purchase orders, and negotiate contracts effectively.
Get Products
Response
Response Schema
Return list of pricing model with a product as a property. Those pricing and their lineitems can be used to build a contract (see Contract page)
Pricing Schema
Lineitem Schema
Last updated