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
requiredQuery Parameters
price_book_id
string
Response
200 - application/json
id
string
requiredProduct ID.
type
enum<string>
requiredAvailable options:
flat_fee
name
string
requiredProduct name.
description
string | null
requiredProduct description.
description_display_interval_dates
boolean
requiredIndicates if the dates of the interval should be automatically added in the product description on the invoices.
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?