Skip to main content
query

Retrieves a product by its ID. A product is an item that a merchant can sell in their store.

Use the product query when you need to:

  • Access essential product data (for example, title, description, price, images, SEO metadata, and metafields).
  • Build product detail pages and manage inventory.
  • Handle international sales with localized pricing and content.
  • Manage product variants and product options.

Learn more about working with Shopify's product model.

ID!
required

The ID of the Product to return.


Was this section helpful?

Product

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.


Was this section helpful?