Products
Get product
Retrieve the details of an existing product.
GET
/
v1
/
products
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requiredProduct ID.
type
enum<string>
requiredAvailable options:
flat_fee
name
string
requiredProduct name.
description
string | null
requiredProduct description.
public_description
string | null
requiredPublic description of the product.
translations
object | null
requiredProduct name and description translations.
properties
object | null
requiredKey/value pairs to store any information you find useful.
custom_properties
object
requiredA list of key value with the ID or the name of the custom property as the key and the custom property value as value.
accounting
object
requiredMapping invoicing entity ID/accounting settings.
is_available_on_demand
boolean
requiredEnable the product to be billed at any time as a one-time payment.
is_available_on_subscription
boolean
requiredEnable the product to be added as part of a subscription.
price_configurations
object[]
requiredWas this page helpful?