Products
Update a product
Update a single product. Only non-empty fields or provided variants are set.
PUT
Update a product
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Path Parameters
The id of the product.
Example:
111
Body
application/json
Available options:
physical, digital, service, membership Example:
"Interior Door"
Example:
"interior-door"
Subscription details for a subscription product.
Response
The updated product.
Unique identifier.
Example:
111
The type of the product.
Available options:
physical, digital, service, membership Example:
"Interior Door"
Supports light HTML formatting.
The product URL (handle) in your store.
Example:
"interior-door"
Whether the product is hidden in your store front.
Example:
[
"https://path-to-image.jpg",
"https://path-to-another-image.jpg"
]
Subscription details for a subscription product.
Digital products only - URL of the digital file being sold.
Last modified on June 20, 2026

