Update Product
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
product_id
account_id
Request
This endpoint expects an object.
name
is_active
description
default_price_id
metadata
custom_fields
Custom field values to set on this product. Keys must match defined field keys for the product entity type. Set a key to null to delete that field's value.
Response
Successful Response
id
account_id
name
description
is_active
default_price_id
metadata
created_at
updated_at
custom_fields
Custom field values. Only included when expand=custom_fields is specified.