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
pricing_ref
String
The ID of the related product pricing
35bfdd59-6462-4ec6-bd7b-b3e654d85774
product_name
String
The pricing's related product
Subscription
pricing_name
String
Name of the pricing
Plans
line_items
Array
List of pricing related lineitems
Lineitem Schema
line_item_ref
String
The ID of the related lineitem
e72dd70c-cc65-4804-af2f-2fe6dab5f689
item
String
Item name
Starter
price
String
Item price
30000
quantity
String
Item quantity
1
amount
Array
Total amount of the item
3000
Last updated