Update Product
Update an existing Product.
Updating an existing Product will set the product type to Advanced
, which ensures all Product and SKU fields will be shown to users in the Designer.
Required scope | ecommerce:write
Path parameters
site_id
Unique identifier for a Site
product_id
Unique identifier for a Product
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The product to update
publishStatus
Indicate whether your Product should be set as "staging" or "live"
Allowed values:
product
The Product object
sku
The SKU object
Response
Request was successful
id
Unique identifier for the Product
cmsLocaleId
Identifier for the locale of the CMS item
lastPublished
The date the Product was last published
lastUpdated
The date the Product was last updated
createdOn
The date the Product was created
isArchived
Boolean determining if the Product is set to archived
isDraft
Boolean determining if the Product is set to draft
fieldData
Contains content-specific details for a product, covering both standard (e.g., title, description) and custom fields tailored to the product setup.