Update product
Update the details of an existing product.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Product name.
"Product name"
Product description.
"Product internal description"
Public description of the product.
"Product public description"
Product name and description translations.
A list of key value with the ID or the name of the custom property as the key and the custom property value as value.
Mapping invoicing entity ID/accounting settings.
Response
Product ID.
"itm_3kXODDF42QXtnL"
Product name.
"Product name"
Product status.
active
: The product is active and can be used in new quotes/subscriptions/invoices.archived
: The product is archived and can't be used anymore.
active
, archived
"active"
Product description.
"Product internal description"
Indicates if the dates of the interval should be automatically added in the product description on the invoices.
Public description of the product.
"Product public description"
Product name and description translations.
Key/value pairs to store any information you find useful.
A list of key value with the ID or the name of the custom property as the key and the custom property value as value.
Mapping invoicing entity ID/accounting settings.
Product type.
flat_fee
Enable the product to be billed at any time as a one-time payment.
true
Enable the product to be added as part of a subscription.
true
Was this page helpful?