Shopify - Update product action

This action updates a product in Shopify.

PRODUCT RESOURCE DEPRECATION NOTICE

Listing, creating, updating, and deleting products is deprecated as of Shopify REST API version 2024-04. For more information, refer to the guide to the new product model.

Input

FieldDescription
IDThe product to updated.
Body htmlA description of the product. Supports HTML formatting.
Product typeA categorization for the product used for filtering and searching products.
TitleThe name of the product.
HandleA unique human-friendly string for the product. Automatically generated from the product's title.
Published atThe date and time when the product was published.
Published scopeWhether the product is published to the Point of Sale channel.
Template suffixThe suffix of the Liquid template used for the product page.
VendorThe name of the product's vendor.
TagsA string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters.
OptionsThe custom product property names like Size, Color, and Material.
VariantsA list of product variants, each representing a different version of the product.
MetafieldsInformation about metafields of the product.
Created atThe date and time when the product was created.
Updated atThe date and time when the product was last modified.

Output

FieldDescription
IDAn unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system.
Body htmlA description of the product. Supports HTML formatting.
Product typeA categorization for the product used for filtering and searching products.
TitleThe name of the product.
HandleA unique human-friendly string for the product. Automatically generated from the product's title.
Published atThe date and time when the product was published.
Published scopeWhether the product is published to the Point of Sale channel.
Template suffixThe suffix of the Liquid template used for the product page.
VendorThe name of the product's vendor.
TagsA string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters.
OptionsThe custom product property names like Size, Color, and Material.
VariantsA list of product variants, each representing a different version of the product.
MetafieldsInformation about metafields of the product.
Created atThe date and time when the product was created.
Updated atThe date and time when the product was last modified.

Last updated: