Products
Get Product
Retrieve the details of a single Corrily product.
GET
/
v1
/
products
/
{product_api_id}
Path Params
product_api_id
string
requiredThe api ID of the product.
Response
success
boolean
Whether or not the request completed successfully.
message
string
Text information about request status. In case of an error here will be a useful explanation.
api_id
string
Product’s corrily api_id
name
string
Product’s name
base_px
number
Product’s base price in float format
baseline_id
number
ID of another product, considered as “baseline”.
It is used to calculate striked price(price_with_baseline_strike
) in /v1/prices
response.
integrations
array
A list of connected payment integrations (Stripe, Chargebee, …)
product_trials
array
country_prices
array
A list of price objects for the given product
features
array
A list of features connected to the product