Update Product Benefits
Update benefits granted by a product.
Scopes: products:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The product ID.
Body
Schema to update the benefits granted by a product.
List of benefit IDs. Each one must be on the same organization as the product.
The benefit ID.
Response
A product.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the product.
The name of the product.
The description of the product.
The recurring interval of the product. If None
, the product is a one-time purchase.
month
, year
Whether the product is a subscription.
Whether the product is archived and no longer available.
The ID of the organization owning the product.
List of prices for this product.
A recurring price for a product, i.e. a subscription.
Deprecated: The recurring interval should be set on the product itself.
List of benefits granted by the product.
A benefit of type custom
.
Use it to grant any kind of benefit that doesn't fit in the other types.
List of medias associated to the product.
File to be used as a product media file.
List of custom fields attached to the product.
Schema of a custom field attached to a resource.
Was this page helpful?