Skip to main content
Log inSign up
object

Requires read_products access scope.

The Product object lets you manage products in a merchant’s store.

Products are the goods and services that merchants offer to customers. They can include various details such as title, description, price, images, and options such as size or color. You can use product variants to create or update different versions of the same product. You can also add or update product media. Products can be organized by grouping them into a collection.

Learn more about working with Shopify's product model, including limitations and considerations.

Anchor to Fields and connectionsFields and connections

Anchor to availablePublicationsCountavailablePublicationsCount

The number of publications that a resource is published to, without feedback errors.

A list of components that are associated with a product in a bundle.

The category of a product from Shopify's Standard Product Taxonomy.

A list of collections that include the product.

A special product type that combines separate products from a store into a single product listing. Combined listings are connected by a shared option, such as color, model, or dimension.

The role of the product in a combined listing.

If null, then the product isn't part of any combined listing.

The compare-at price range of the product in the shop's default currency.

The pricing that applies to a customer in a specific context. For example, a price might vary depending on the customer's location. As of API version 2025-04, only active markets are considered in the price resolution.

DateTime!non-null

The date and time when the product was created.

String!non-null

A default cursor that returns the single next record, sorted ascending by ID.

String!non-null

A single-line description of the product, with HTML tags removed.

HTML!non-null

The description of the product, with HTML tags. For example, the description might include bold <strong></strong> and italic <i></i> text.

The paginated list of events associated with the host subject.

The featured media associated with the product.

The information that lets merchants know what steps they need to take to make sure that the app is set up correctly.

For example, if a merchant hasn't set up a product correctly in the app, then the feedback might include a message that says "You need to add a price to this product".

Anchor to giftCardTemplateSuffixgiftCardTemplateSuffix

The theme template that's used when customers view the gift card in a store.

String!non-null

A unique, human-readable string of the product's title. A handle can contain letters, hyphens (-), and numbers, but no spaces. The handle is used in the online store URL for the product.

Anchor to hasOnlyDefaultVarianthasOnlyDefaultVariant
Boolean!non-null

Whether the product has only a single variant with the default option and value.

Anchor to hasOutOfStockVariantshasOutOfStockVariants
Boolean!non-null

Whether the product has variants that are out of stock.

Anchor to hasVariantsThatRequiresComponentshasVariantsThatRequiresComponents
Boolean!non-null

Whether at least one of the product variants requires bundle components.

Learn more about store eligibility for bundles.

ID!non-null

A globally-unique ID.

Boolean!non-null

Whether the product is in a specified collection.

Boolean!non-null

Whether the product is a gift card.

The ID of the corresponding resource in the REST Admin API.

The media associated with the product. Valid media are images, 3D models, videos.

The total count of media that's associated with a product.

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

A list of custom fields that a merchant associates with a Shopify resource.

Anchor to onlineStorePreviewUrlonlineStorePreviewUrl

The preview URL for the online store.

The product's URL on the online store. If null, then the product isn't published to the online store sales channel.

A list of product options. The limit is defined by the shop's resource limits for product options (Shop.resourceLimits.maxProductOptions).

The minimum and maximum prices of a product, expressed in decimal numbers. For example, if the product is priced between $10.00 and $50.00, then the price range is $10.00 - $50.00.

String!non-null

The product type that merchants define.

The date and time when the product was published to the online store.

Boolean!non-null

Whether the product is published for a customer only in a specified context. For example, a product might be published for a customer only in a specific location.

Anchor to publishedOnCurrentPublicationpublishedOnCurrentPublication
Boolean!non-null

Whether the resource is published to the app's publication. For example, the resource might be published to the app's online store channel.

Anchor to publishedOnPublicationpublishedOnPublication
Boolean!non-null

Whether the resource is published to a specified publication.

Boolean!non-null

Whether the product can only be purchased with a selling plan. Products that are sold on subscription (requiresSellingPlan: true) can be updated only for online stores. If you update a product to be subscription-only (requiresSellingPlan:false), then the product is unpublished from all channels, except the online store.

Anchor to resourcePublicationOnCurrentPublicationresourcePublicationOnCurrentPublication

The resource that's either published or staged to be published to the publication.

Anchor to resourcePublicationsresourcePublications

The list of resources that are published to a publication.

Anchor to resourcePublicationsCountresourcePublicationsCount

The number of publications that a resource is published to, without feedback errors.

Anchor to resourcePublicationsV2resourcePublicationsV2

The list of resources that are either published or staged to be published to a publication.

Anchor to restrictedForResourcerestrictedForResource

Whether the merchant can make changes to the product when they edit the order associated with the product. For example, a merchant might be restricted from changing product details when they edit an order.

A list of all selling plan groups that are associated with the product either directly, or through the product's variants.

Anchor to sellingPlanGroupsCountsellingPlanGroupsCount

A count of selling plan groups that are associated with the product.

SEO!non-null

The SEO title and description that are associated with a product.

The product status, which controls visibility across all sales channels.

[String!]!non-null

A comma-separated list of searchable keywords that are associated with the product. For example, a merchant might apply the sports and summer tags to products that are associated with sportwear for summer.

Updating tags overwrites any existing tags that were previously added to the product. To add new tags without overwriting existing tags, use the tagsAdd mutation.

The theme template that's used when customers view the product in a store.

String!non-null

The name for the product that displays to customers. The title is used to construct the product's handle. For example, if a product is titled "Black Sunglasses", then the handle is black-sunglasses.

Int!non-null

The quantity of inventory that's in stock.

Boolean!non-null

Whether inventory tracking has been enabled for the product.

The published translations associated with the resource.

Anchor to unpublishedPublicationsunpublishedPublications

The list of publications that the resource isn't published to.

DateTime!non-null

The date and time when the product was last modified. A product's updatedAt value can change for different reasons. For example, if an order is placed for a product that has inventory tracking set up, then the inventory adjustment is counted as an update.

A list of variants associated with the product. If querying a single product at the root, you can fetch up to 2000 variants.

The number of variants that are associated with the product.

String!non-null

The name of the product's vendor.

Show
deprecated fields and connections Deprecated
StringDeprecated

The description of the product, with HTML tags. For example, the description might include bold <strong></strong> and italic <i></i> text. Use descriptionHtml instead.

StringDeprecated

The custom product type specified by the merchant. Deprecated in API version 2022-10. Use productType instead.

Anchor to descriptionPlainSummarydescriptionPlainSummary
String!non-nullDeprecated

Stripped description of the product, single line with HTML tags removed. Truncated to 60 characters. Use description instead.

ImageDeprecated

The featured image for the product. Use featuredMedia instead.

ImageConnection!non-nullDeprecated

The images associated with the product. Use media instead.

Anchor to metafieldDefinitionsmetafieldDefinitions

List of metafield definitions. This field will be removed in a future version. Use the root metafieldDefinitions field instead.

ProductPriceRange!non-nullDeprecated

The price range of the product. Deprecated in API version 2020-10. Use priceRangeV2 instead.

ProductCategoryDeprecated

The product category specified by the merchant. Deprecated in API version 2024-04. Use category instead.

A list of the channels where the product is published. Use resourcePublications instead.

Int!non-nullDeprecated

The number of publications that a resource is published to, without feedback errors. Use resourcePublicationsCount instead.

A list of the channels where the product is published. Use resourcePublications instead.

Boolean!non-nullDeprecated

Whether the resource is published to a specific channel. Use publishedOnPublication instead.

Anchor to publishedOnCurrentChannelpublishedOnCurrentChannel
Boolean!non-nullDeprecated

Whether the resource is published to a channel. For example, the resource might be published to the online store channel. Use publishedOnCurrentPublication instead.

Anchor to sellingPlanGroupCountsellingPlanGroupCount
Int!non-nullDeprecated

A count of selling plan groups that are associated with the product. Use sellingPlanGroupsCount instead.

Anchor to standardizedProductTypestandardizedProductType

The standardized product type in the Shopify product taxonomy. Deprecated in API version 2022-10. Use productCategory instead.

StorefrontID!non-nullDeprecated

The Storefront GraphQL API ID of the Product.

As of the 2022-04 version release, the Storefront GraphQL API will no longer return Base64 encoded IDs to match the behavior of the Admin GraphQL API. Therefore, you can safely use the id field's value instead. Use id instead.

Int!non-nullDeprecated

The number of variants that are associated with the product. Use variantsCount instead.

ChannelConnection!non-nullDeprecated

The list of channels that the resource is not published to. Use unpublishedPublications instead.


Was this section helpful?

query

Returns a Product resource by ID.

query

Return a product by an identifier.

query

Returns a list of products.

queryDeprecated

Return a product by its handle. Use productByIdentifier instead.


Was this section helpful?

mutation

Add, remove and update CombinedListings of a given Product.

CombinedListings are comprised of multiple products to create a single listing. There are two kinds of products used in a CombinedListing:

  1. Parent products
  2. Child products

The parent product is created with a productCreate with a CombinedListingRole of PARENT. Once created, you can associate child products with the parent product using this mutation. Parent products represent the idea of a product (e.g. Shoe).

Child products represent a particular option value (or combination of option values) of a parent product. For instance, with your Shoe parent product, you may have several child products representing specific colors of the shoe (e.g. Shoe - Blue). You could also have child products representing more than a single option (e.g. Shoe - Blue/Canvas, Shoe - Blue/Leather, etc...).

The combined listing is the association of parent product to one or more child products.

Learn more about Combined Listings.

mutation

Updates the fixed prices for all variants for a product on a price list. You can use the priceListFixedPricesByProductUpdate mutation to set or remove a fixed price for all variants of a product associated with the price list.

mutation

Creates a product with attributes such as title, description, and vendor. You can use the productCreate mutation to define options and values for products with product variants, such as different sizes or colors.

To create multiple product variants for a single product and manage prices, use the productVariantsBulkCreate mutation.

To create or update a product in a single request, use the productSet mutation.

Learn more about the product model and adding product data.

mutation

Duplicates a product.

If you need to duplicate a large product, such as one that has many variants that are active at several locations, you might encounter timeout errors.

To avoid these timeout errors, you can instead duplicate the product asynchronously.

In API version 2024-10 and higher, include synchronous: false argument in this mutation to perform the duplication asynchronously.

In API version 2024-07 and lower, use the asynchronous ProductDuplicateAsyncV2.

Metafield values are not duplicated if the unique values capability is enabled.

mutation

Adds multiple selling plan groups to a product.

mutation

Removes multiple groups from a product.

mutation

Creates options on a product.

mutation

Deletes the specified options.

mutation

Reorders options and option values on a product, causing product variants to alter their position.

Options order take precedence over option values order. Depending on the existing product variants, some input orders might not be achieved.

Example: Existing product variants: ["Red / Small", "Green / Medium", "Blue / Small"].

New order: [ { name: "Size", values: [{ name: "Small" }, { name: "Medium" }], name: "Color", values: [{ name: "Green" }, { name: "Red" }, { name: "Blue" }] } ].

Description: Variants with "Green" value are expected to appear before variants with "Red" and "Blue" values. However, "Size" option appears before "Color".

Therefore, output will be: ["Small / "Red", "Small / Blue", "Medium / Green"].

mutation

Updates a product option.

mutation

Creates or updates a product in a single request.

Use this mutation when syncing information from an external data source into Shopify.

When using this mutation to update a product, specify that product's id in the input.

Any list field (e.g. collections, metafields, variants) will be updated so that all included entries are either created or updated, and all existing entries not included will be deleted.

All other fields will be updated to the value passed. Omitted fields will not be updated.

When run in synchronous mode, you will get the product back in the response. For versions 2024-04 and earlier, the synchronous mode has an input limit of 100 variants. This limit has been removed for versions 2024-07 and later.

In asynchronous mode, you will instead get a ProductSetOperation object back. You can then use the productOperation query to retrieve the updated product data. This query uses the ProductSetOperation object to check the status of the operation and to retrieve the details of the updated product and its variants.

If you need to update a subset of variants, use one of the bulk variant mutations:

If you need to update options, use one of the product option mutations:

See our guide to sync product data from an external source for more.

mutation

Updates a product.

For versions 2024-01 and older: If you update a product and only include some variants in the update, then any variants not included will be deleted.

To safely manage variants without the risk of deleting excluded variants, use productVariantsBulkUpdate.

If you want to update a single variant, then use productVariantUpdate.

mutation

Appends media from a product to variants of the product.

mutation

Detaches media from product variants.

mutation

Creates multiple variants in a single product. This mutation can be called directly or via the bulkOperation.

mutation

Deletes multiple variants in a single product. This mutation can be called directly or via the bulkOperation.

mutation

Reorders multiple variants in a single product. This mutation can be called directly or via the bulkOperation.

mutation

Updates multiple variants in a single product. This mutation can be called directly or via the bulkOperation.

Show
deprecated mutations Deprecated
mutationDeprecated

Changes the status of a product. This allows you to set the availability of the product across all channels. Use productUpdate instead.

mutationDeprecated

Creates media for a product. Use productUpdate or productSet instead.

mutationDeprecated

Deletes media for a product. Use fileUpdate instead.

mutationDeprecated

Publishes a product. Products that are sold exclusively on subscription (requiresSellingPlan: true) can only be published on online stores. Use publishablePublish instead.

mutationDeprecated

Unpublishes a product. Use publishableUnpublish instead.

mutationDeprecated

Updates media for a product. Use fileUpdate instead.


Was this section helpful?