---
title: product - GraphQL Admin
description: >-
Retrieves a
[product](https://shopify.dev/docs/api/admin-graphql/latest/objects/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](https://shopify.dev/docs/apps/build/graphql/migrate/new-product-model/product-model-components).
api_version: 2025-10
api_name: admin
type: query
api_type: graphql
source_url:
html: 'https://shopify.dev/docs/api/admin-graphql/latest/queries/product'
md: 'https://shopify.dev/docs/api/admin-graphql/latest/queries/product.md'
---
# product
query
Retrieves a [product](https://shopify.dev/docs/api/admin-graphql/latest/objects/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](https://shopify.dev/docs/apps/build/graphql/migrate/new-product-model/product-model-components).
## Arguments
* id
[ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)
required
The ID of the `Product` to return.
***
## Possible returns
* Product
[Product](https://shopify.dev/docs/api/admin-graphql/latest/objects/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](https://shopify.dev/docs/api/admin-graphql/latest/objects/productvariant) to create or update different versions of the same product. You can also add or update product [media](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/media). Products can be organized by grouping them into a [collection](https://shopify.dev/docs/api/admin-graphql/latest/objects/collection).
Learn more about working with [Shopify's product model](https://shopify.dev/docs/apps/build/graphql/migrate/new-product-model/product-model-components), including limitations and considerations.
* availablePublicationsCount
[Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count)
The number of [publications](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication) that a resource is published to, without [feedback errors](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResourceFeedback).
* bundleComponents
[ProductBundleComponentConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductBundleComponentConnection)
non-null
A list of [components](https://shopify.dev/docs/apps/build/product-merchandising/bundles/add-product-fixed-bundle) that are associated with a product in a bundle.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
***
* category
[TaxonomyCategory](https://shopify.dev/docs/api/admin-graphql/latest/objects/TaxonomyCategory)
The category of a product from [Shopify's Standard Product Taxonomy](https://shopify.github.io/product-taxonomy/releases/unstable/?categoryId=sg-4-17-2-17).
* collections
[CollectionConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CollectionConnection)
non-null
A list of [collections](https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection) that include the product.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
* sortKey
[CollectionSortKeys](https://shopify.dev/docs/api/admin-graphql/latest/enums/CollectionSortKeys)
Default:ID
Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).
* query
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).
* * default
string
* collection\_type
string
* handle
string
- Filter by a case-insensitive search of multiple fields in a document.
- Example:
* `query=Bob Norman`
* `query=title:green hoodie`
- Valid values:
* `custom`
* `smart`
* * id
id
* product\_id
id
- Filter by `id` range.
- Example:
* `id:1234`
* `id:>=1234`
* `id:<=1234`
Filter by collections containing a product by its ID.
* * product\_publication\_status
string
* publishable\_status
string
* published\_at
time
- Filter by the publication status of the resource on a channel, such as the online store. The value is a composite of the [channel `app` ID](https://shopify.dev/api/admin-graphql/latest/objects/Channel#app-price) (`Channel.app.id`) and one of the valid values.
- Valid values:
* `approved`
* `rejected`
* `needs_action`
* `awaiting_review`
* `published`
* `demoted`
* `scheduled`
* `provisionally_published`
Example:
* `product_publication_status:189769876-approved`
Filter by the publishable status of the resource on a channel, such as the online store. The value is a composite of either the [channel `app` ID](https://shopify.dev/api/admin-graphql/latest/objects/Channel#app-price) (`Channel.app.id`) or [channel `name`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel#field-name) and one of the valid values.
- Valid values:
* `online_store_channel`
* `published`
* `unpublished`
* `visible`
* `unavailable`
* `hidden`
* `intended`
* `visible`
Example:
* `publishable_status:published`
* `publishable_status:189769876-visible`
* `publishable_status:pos-hidden`
Filter by the date and time when the collection was published to the Online Store.
* * published\_status
string
* title
string
- Filter by the published status of the resource on a channel, such as the online store.
- Valid values:
* `unset`
* `pending`
* `approved`
* `not approved`
Example:
* `published_status:approved`
* updated\_at
time
***
* combinedListing
[CombinedListing](https://shopify.dev/docs/api/admin-graphql/latest/objects/CombinedListing)
A special product type that combines separate products from a store into a single product listing. [Combined listings](https://shopify.dev/apps/build/product-merchandising/combined-listings) are connected by a shared option, such as color, model, or dimension.
* combinedListingRole
[CombinedListingsRole](https://shopify.dev/docs/api/admin-graphql/latest/enums/CombinedListingsRole)
The [role of the product](https://shopify.dev/docs/apps/build/product-merchandising/combined-listings/build-for-combined-listings) in a combined listing.
If `null`, then the product isn't part of any combined listing.
* compareAtPriceRange
[ProductCompareAtPriceRange](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductCompareAtPriceRange)
The [compare-at price range](https://help.shopify.com/manual/products/details/product-pricing/sale-pricing) of the product in the shop's default currency.
* contextualPricing
[ProductContextualPricing!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductContextualPricing)
non-null
The pricing that applies to a customer in a specific context. For example, a price might vary depending on the customer's location. Only active markets are considered in the price resolution.
* context
[ContextualPricingContext!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ContextualPricingContext)
required
### Arguments
The context used to generate contextual pricing for the variant.
***
* createdAt
[DateTime!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime)
non-null
The date and time when the product was created.
* defaultCursor
[String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
non-null
A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID.
* description
[String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
non-null
A single-line description of the product, with [HTML tags](https://developer.mozilla.org/en-US/docs/Web/HTML) removed.
* truncateAt
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
Truncates a string after the given length.
***
* descriptionHtml
[HTML!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/HTML)
non-null
The description of the product, with HTML tags. For example, the description might include bold `` and italic `` text.
* events
[EventConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/EventConnection)
non-null
The paginated list of events associated with the host subject.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
* sortKey
[EventSortKeys](https://shopify.dev/docs/api/admin-graphql/latest/enums/EventSortKeys)
Default:ID
Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).
* query
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).
* * action
string
* comments
boolean
* created\_at
time
* id
id
* subject\_type
string
- The action that occured.
- Example:
* `action:create`
Whether or not to include [comment-events](https://shopify.dev/api/admin-graphql/latest/objects/CommentEvent) in your search, passing `false` will exclude comment-events, any other value will include comment-events.
- Example:
* `false`
* `true`
Filter by the date and time when the event happened.
- Example:
* `created_at:>2020-10-21`
* `created_at:=1234`
* `id:<=1234`
The resource type affected by this event. See [EventSubjectType](https://shopify.dev/api/admin-graphql/latest/enums/EventSubjectType) for possible values.
Example:
* `PRODUCT_VARIANT`
* `PRODUCT`
* `COLLECTION`
***
* featuredMedia
[Media](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Media)
The featured [media](https://shopify.dev/docs/apps/build/online-store/product-media) associated with the product.
* feedback
[ResourceFeedback](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResourceFeedback)
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".
* giftCardTemplateSuffix
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The [theme template](https://shopify.dev/docs/storefronts/themes/architecture/templates) that's used when customers view the gift card in a store.
* handle
[String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/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.
* hasOnlyDefaultVariant
[Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
non-null
Whether the product has only a single variant with the default option and value.
* hasOutOfStockVariants
[Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
non-null
Whether the product has variants that are out of stock.
* hasVariantsThatRequiresComponents
[Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
non-null
Whether at least one of the product variants requires [bundle components](https://shopify.dev/docs/apps/build/product-merchandising/bundles/add-product-fixed-bundle).
Learn more about [store eligibility for bundles](https://shopify.dev/docs/apps/build/product-merchandising/bundles#store-eligibility).
* id
[ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)
non-null
A globally-unique ID.
* inCollection
[Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
non-null
Whether the product is in a specified [collection](https://shopify.dev/docs/api/admin-graphql/latest/objects/collection).
* id
[ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)
required
### Arguments
The ID of the collection to check. For example, `id: "gid://shopify/Collection/123"`.
***
* isGiftCard
[Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
non-null
Whether the product is a gift card.
* legacyResourceId
[UnsignedInt64!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/UnsignedInt64)
non-null
The ID of the corresponding resource in the REST Admin API.
* media
[MediaConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MediaConnection)
non-null
The [media](https://shopify.dev/docs/apps/build/online-store/product-media) associated with the product. Valid media are images, 3D models, videos.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
* sortKey
[ProductMediaSortKeys](https://shopify.dev/docs/api/admin-graphql/latest/enums/ProductMediaSortKeys)
Default:POSITION
Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).
* query
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).
* * id
id
* media\_type
string
- Filter by `id` range.
- Example:
* `id:1234`
* `id:>=1234`
* `id:<=1234`
Valid values:
* `IMAGE`
* `VIDEO`
* `MODEL_3D`
* `EXTERNAL_VIDEO`
***
* mediaCount
[Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count)
The total count of [media](https://shopify.dev/docs/apps/build/online-store/product-media) that's associated with a product.
* metafield
[Metafield](https://shopify.dev/docs/api/admin-graphql/latest/objects/Metafield)
A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
* namespace
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
### Arguments
The container the metafield belongs to. If omitted, the app-reserved namespace will be used.
* key
[String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
required
The key for the metafield.
***
* metafields
[MetafieldConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MetafieldConnection)
non-null
A list of [custom fields](https://shopify.dev/docs/apps/build/custom-data) that a merchant associates with a Shopify resource.
* namespace
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
### Arguments
The metafield namespace to filter by. If omitted, the app-reserved namespace will be used.
* keys
[\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
List of keys of metafields in the format `namespace.key`, will be returned in the same format.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
***
* onlineStorePreviewUrl
[URL](https://shopify.dev/docs/api/admin-graphql/latest/scalars/URL)
The [preview URL](https://help.shopify.com/manual/online-store/setting-up#preview-your-store) for the online store.
* onlineStoreUrl
[URL](https://shopify.dev/docs/api/admin-graphql/latest/scalars/URL)
The product's URL on the online store. If `null`, then the product isn't published to the online store sales channel.
* options
[\[ProductOption!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOption)
non-null
A list of product options. The limit is defined by the [shop's resource limits for product options](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-resourcelimits) (`Shop.resourceLimits.maxProductOptions`).
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
Truncate the array result to this size.
***
* priceRangeV2
[ProductPriceRangeV2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductPriceRangeV2)
non-null
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.
* productComponents
[ProductComponentTypeConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductComponentTypeConnection)
non-null
A list of products that contain at least one variant associated with at least one of the current products' variants via group relationship.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
***
* productComponentsCount
[Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count)
A count of unique products that contain at least one variant associated with at least one of the current products' variants via group relationship.
* productParents
[ProductConnection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductConnection)
non-null
A list of products that has a variant that contains any of this product's variants as a component.
* first
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
### Arguments
The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* after
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* last
[Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)
The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).
* before
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).
* reverse
[Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)
Default:false
Reverse the order of the underlying list.
* query
[String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).
* * default
string
* barcode
string
* bundles
boolean
* category\_id
string
* collection\_id
id
* combined\_listing\_role
string
* created\_at
time
* delivery\_profile\_id
id
* error\_feedback
string
- Filter by a case-insensitive search of multiple fields in a document.
- Example:
* `query=Bob Norman`
* `query=title:green hoodie`
Filter by the product variant [`barcode`](https://shopify.dev/api/admin-graphql/latest/objects/ProductVariant#field-barcode) field.
- Example:
* `barcode:ABC-abc-1234`
Filter by a [product bundle](https://shopify.dev/docs/apps/build/product-merchandising/bundles). A product bundle is a set of two or more related products, which are commonly offered at a discount.
- Example:
* `bundles:true`
Filter by the product [category ID](https://shopify.dev/api/admin-graphql/latest/objects/Product#field-category) (`product.category.id`). A product category is the category of a product from [Shopify's Standard Product Taxonomy](https://shopify.github.io/product-taxonomy/releases/unstable/?categoryId=sg-4-17-2-17).
- Example:
* `category_id:sg-4-17-2-17`
Filter by the collection [`id`](https://shopify.dev/api/admin-graphql/latest/objects/Collection#field-id) field.
- Example:
* `collection_id:108179161409`
Filter by the role of the product in a [combined listing](https://shopify.dev/apps/build/product-merchandising/combined-listings).
- Valid values:
* `parent`
* `child`
* `no_role`
Example:
* `combined_listing_role:parent`
Filter by the date and time when the product was created.
- Example:
* `created_at:>'2020-10-21T23:39:20Z'`
* `created_at:=1234`
* `id:<=1234`
Filter by inventory count.
- Example:
* `inventory_total:0`
* `inventory_total:>150`
* `inventory_total:>=200`
Filter by products that have a reduced price. For more information, refer to the [`CollectionRule`](https://shopify.dev/api/admin-graphql/latest/objects/CollectionRule) object.
- Example:
* `is_price_reduced:true`
Filters resources by metafield value. Format: `metafields.{namespace}.{key}:{value}`. Learn more about [querying by metafield value](https://shopify.dev/apps/build/custom-data/metafields/query-by-metafield-value).
- Example:
* `metafields.custom.on_sale:true`
* `metafields.product.material:"gid://shopify/Metaobject/43458085"`
Filter by products that are out of stock in at least one location.
- Example:
* `out_of_stock_somewhere:true`
Filter by the product variant [`price`](https://shopify.dev/api/admin-graphql/latest/objects/Productvariant#field-price) field.
- Example:
* `price:100.57`
Filter by the app [`id`](https://shopify.dev/api/admin-graphql/latest/objects/App#field-id) field.
- Example:
* `product_configuration_owner:10001`
Filter by the publication status of the resource on a channel, such as the online store. The value is a composite of the [channel `app` ID](https://shopify.dev/api/admin-graphql/latest/objects/Channel#app-price) (`Channel.app.id`) and one of the valid values.
- Valid values:
* `approved`
* `rejected`
* `needs_action`
* `awaiting_review`
* `published`
* `demoted`
* `scheduled`
* `provisionally_published`
Example:
* `product_publication_status:189769876-approved`
Filter by a comma-separated list of [product types](https://help.shopify.com/manual/products/details/product-type).
- Example:
* `product_type:snowboard`
Filter by a comma-separated list of publication IDs that are associated with the product.
- Example:
* `publication_ids:184111530305,184111694145`
Filter by the publishable status of the resource on a channel, such as the online store. The value is a composite of either the [channel `app` ID](https://shopify.dev/api/admin-graphql/latest/objects/Channel#app-price) (`Channel.app.id`) or [channel `name`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel#field-name) and one of the valid values.
- Valid values:
* `online_store_channel`
* `published`
* `unpublished`
* `visible`
* `unavailable`
* `hidden`
* `intended`
* `visible`
Example:
* `publishable_status:published`
* `publishable_status:189769876-visible`
* `publishable_status:pos-hidden`
Filter by the date and time when the product was published to the online store and other sales channels.
- Example:
* `published_at:>2020-10-21T23:39:20Z`
* `published_at:'2020-10-21T23:39:20Z'`
* `updated_at:2020-10-21T23:39:20Z`
* `created_at:=1234`
* `id:<=1234`
Filter by the metafield definition [`key`](https://shopify.dev/docs/api/admin-graphql/latest/objects/MetafieldDefinition#field-key) field.
- Example:
* `key:some-key`
Filter by the metafield definition [`namespace`](https://shopify.dev/docs/api/admin-graphql/latest/objects/MetafieldDefinition#field-namespace) field.
- Example:
* `namespace:some-namespace`
Filter by the metafield definition [`ownerType`](https://shopify.dev/docs/api/admin-graphql/latest/objects/MetafieldDefinition#field-ownertype) field.
- Example:
* `owner_type:PRODUCT`
Filter by the metafield definition [`type`](https://shopify.dev/docs/api/admin-graphql/latest/objects/MetafieldDefinition#field-type) field.
- Example:
* `type:single_line_text_field`
Filter by the date and time when the metafield definition was last updated.
Example:
* `updated_at:>2020-10-21T23:39:20Z`
* `updated_at: {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}`,
{
variables: {
"ownerId": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}
QUERY
variables = {
"ownerId": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}`,
"variables": {
"ownerId": "gid://shopify/Product/108828309"
},
},
});
```
#### Response
```json
{
"product": {
"metafields": {
"edges": [
{
"node": {
"namespace": "my_fields",
"key": "liner_material",
"value": "synthetic leather"
}
}
]
}
}
}
```
* ### Get the price range for a product for buyers from Canada
#### Description
Retrieve a product's price range for buyers from Canada by supplying the product ID. Prices are returned in the currency configured for the country in \[Markets settings]\(https://help.shopify.com/manual/international/managing). They may be calculated from the base variant prices, or provided by the merchant as fixed local prices.
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
contextualPricing(context: {country: CA}) {
priceRange {
maxVariantPrice {
amount
currencyCode
}
minVariantPrice {
amount
currencyCode
}
}
}
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { contextualPricing(context: {country: CA}) { priceRange { maxVariantPrice { amount currencyCode } minVariantPrice { amount currencyCode } } } } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
contextualPricing(context: {country: CA}) {
priceRange {
maxVariantPrice {
amount
currencyCode
}
minVariantPrice {
amount
currencyCode
}
}
}
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
contextualPricing(context: {country: CA}) {
priceRange {
maxVariantPrice {
amount
currencyCode
}
minVariantPrice {
amount
currencyCode
}
}
}
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
contextualPricing(context: {country: CA}) {
priceRange {
maxVariantPrice {
amount
currencyCode
}
minVariantPrice {
amount
currencyCode
}
}
}
}
}`,
});
```
#### Response
```json
{
"product": {
"contextualPricing": {
"priceRange": {
"maxVariantPrice": {
"amount": "12.99",
"currencyCode": "CAD"
},
"minVariantPrice": {
"amount": "12.99",
"currencyCode": "CAD"
}
}
}
}
}
```
* ### Query whether a product is published in a given country
#### Description
Supply the product ID to retrieve whether a product is published in a certain international context. A merchant selling internationally might choose to restrict some products due to logistics, licensing, or market-fit. This example returns whether the product is published in Canada, Great Britain, or the United States. You must have the \`read\_publications\` access scope to return publication information.
#### Query
```graphql
query {
product(id: "gid://shopify/Product/49527214") {
title
publishedInCA: publishedInContext(context: {country: CA})
publishedInGB: publishedInContext(context: {country: GB})
publishedInUS: publishedInContext(context: {country: US})
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/49527214\") { title publishedInCA: publishedInContext(context: {country: CA}) publishedInGB: publishedInContext(context: {country: GB}) publishedInUS: publishedInContext(context: {country: US}) } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/49527214") {
title
publishedInCA: publishedInContext(context: {country: CA})
publishedInGB: publishedInContext(context: {country: GB})
publishedInUS: publishedInContext(context: {country: US})
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/49527214") {
title
publishedInCA: publishedInContext(context: {country: CA})
publishedInGB: publishedInContext(context: {country: GB})
publishedInUS: publishedInContext(context: {country: US})
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/49527214") {
title
publishedInCA: publishedInContext(context: {country: CA})
publishedInGB: publishedInContext(context: {country: GB})
publishedInUS: publishedInContext(context: {country: US})
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Alarm clock",
"publishedInCA": true,
"publishedInGB": false,
"publishedInUS": true
}
}
```
* ### Retrieve a metafield associated with a product
#### Description
Get the metafield value identified by \`my\_fields.liner\_material\` on a specific product.
#### Query
```graphql
query ProductMetafield($namespace: String!, $key: String!, $ownerId: ID!) {
product(id: $ownerId) {
linerMaterial: metafield(namespace: $namespace, key: $key) {
value
}
}
}
```
#### Variables
```json
{
"namespace": "my_fields",
"key": "liner_material",
"ownerId": "gid://shopify/Product/108828309"
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query ProductMetafield($namespace: String!, $key: String!, $ownerId: ID!) { product(id: $ownerId) { linerMaterial: metafield(namespace: $namespace, key: $key) { value } } }",
"variables": {
"namespace": "my_fields",
"key": "liner_material",
"ownerId": "gid://shopify/Product/108828309"
}
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query ProductMetafield($namespace: String!, $key: String!, $ownerId: ID!) {
product(id: $ownerId) {
linerMaterial: metafield(namespace: $namespace, key: $key) {
value
}
}
}`,
{
variables: {
"namespace": "my_fields",
"key": "liner_material",
"ownerId": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query ProductMetafield($namespace: String!, $key: String!, $ownerId: ID!) {
product(id: $ownerId) {
linerMaterial: metafield(namespace: $namespace, key: $key) {
value
}
}
}
QUERY
variables = {
"namespace": "my_fields",
"key": "liner_material",
"ownerId": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query ProductMetafield($namespace: String!, $key: String!, $ownerId: ID!) {
product(id: $ownerId) {
linerMaterial: metafield(namespace: $namespace, key: $key) {
value
}
}
}`,
"variables": {
"namespace": "my_fields",
"key": "liner_material",
"ownerId": "gid://shopify/Product/108828309"
},
},
});
```
#### Response
```json
{
"product": {
"linerMaterial": {
"value": "synthetic leather"
}
}
}
```
* ### Retrieve a product that is published to your app
#### Description
Supply the product ID to retrieve a product that's published to your app. This example returns comprehensive product information including basic details, timestamps, variants, and media. You must have the \`read\_product\_listings\` access scope to return publication information.
#### Query
```graphql
query ProductShow($id: ID!) {
product(id: $id) {
publishedOnCurrentPublication
id
createdAt
updatedAt
descriptionHtml
handle
productType
title
vendor
tags
publishedAt
variants(first: 10) {
nodes {
id
}
}
images(first: 10) {
nodes {
id
height
width
url
}
}
}
}
```
#### Variables
```json
{
"id": "gid://shopify/Product/20995642"
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query ProductShow($id: ID!) { product(id: $id) { publishedOnCurrentPublication id createdAt updatedAt descriptionHtml handle productType title vendor tags publishedAt variants(first: 10) { nodes { id } } images(first: 10) { nodes { id height width url } } } }",
"variables": {
"id": "gid://shopify/Product/20995642"
}
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query ProductShow($id: ID!) {
product(id: $id) {
publishedOnCurrentPublication
id
createdAt
updatedAt
descriptionHtml
handle
productType
title
vendor
tags
publishedAt
variants(first: 10) {
nodes {
id
}
}
images(first: 10) {
nodes {
id
height
width
url
}
}
}
}`,
{
variables: {
"id": "gid://shopify/Product/20995642"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query ProductShow($id: ID!) {
product(id: $id) {
publishedOnCurrentPublication
id
createdAt
updatedAt
descriptionHtml
handle
productType
title
vendor
tags
publishedAt
variants(first: 10) {
nodes {
id
}
}
images(first: 10) {
nodes {
id
height
width
url
}
}
}
}
QUERY
variables = {
"id": "gid://shopify/Product/20995642"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query ProductShow($id: ID!) {
product(id: $id) {
publishedOnCurrentPublication
id
createdAt
updatedAt
descriptionHtml
handle
productType
title
vendor
tags
publishedAt
variants(first: 10) {
nodes {
id
}
}
images(first: 10) {
nodes {
id
height
width
url
}
}
}
}`,
"variables": {
"id": "gid://shopify/Product/20995642"
},
},
});
```
#### Response
```json
{
"product": {
"publishedOnCurrentPublication": true,
"id": "gid://shopify/Product/20995642",
"createdAt": "2005-01-01T00:00:00Z",
"updatedAt": "2005-01-01T00:00:00Z",
"descriptionHtml": "bad board
",
"handle": "element",
"productType": "Snowboards",
"title": "Element",
"vendor": "Arbor",
"tags": [],
"publishedAt": "2005-01-01T00:00:00Z",
"variants": {
"nodes": [
{
"id": "gid://shopify/ProductVariant/30322695"
},
{
"id": "gid://shopify/ProductVariant/113711323"
},
{
"id": "gid://shopify/ProductVariant/236948360"
}
]
},
"images": {
"nodes": [
{
"id": "gid://shopify/ProductImage/916933471",
"height": 400,
"width": 85,
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/element58.jpg?v=1749170878"
},
{
"id": "gid://shopify/ProductImage/671149505",
"height": 110,
"width": 372,
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/bacon.jpg?v=1749170878"
}
]
}
}
}
```
* ### Retrieve a product using the QueryRoot.node field and a GraphQL fragment
#### Description
Supply the product ID to retrieve the title of the product. This example returns the product title for the specified product.
#### Query
```graphql
query {
node(id: "gid://shopify/Product/108828309") {
id
... on Product {
title
}
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { node(id: \"gid://shopify/Product/108828309\") { id ... on Product { title } } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
node(id: "gid://shopify/Product/108828309") {
id
... on Product {
title
}
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
node(id: "gid://shopify/Product/108828309") {
id
... on Product {
title
}
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
node(id: "gid://shopify/Product/108828309") {
id
... on Product {
title
}
}
}`,
});
```
#### Response
```json
{
"node": {
"id": "gid://shopify/Product/108828309",
"title": "Draft"
}
}
```
* ### Retrieve a product's fields and connections
#### Description
Supply the product ID to retrieve the product's fields and connections. This example returns comprehensive information about the product, including its collections, created date, description, handle, and variant information. You must have the \`read\_publications\` and \`read\_product\_listings\` access scopes to return publication information.
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
collections(first: 5) {
edges {
node {
handle
}
}
}
createdAt
defaultCursor
description
descriptionHtml
featuredMedia {
id
}
feedback {
details {
messages {
message
}
}
}
giftCardTemplateSuffix
handle
hasOnlyDefaultVariant
hasOutOfStockVariants
id
media(first: 5) {
edges {
node {
id
}
}
}
inCollection(id: "gid://shopify/Collection/1007901140")
isGiftCard
legacyResourceId
metafields(first: 5) {
edges {
node {
id
}
}
}
onlineStorePreviewUrl
onlineStoreUrl
options {
name
}
priceRangeV2 {
maxVariantPrice {
amount
}
minVariantPrice {
amount
}
}
productType
resourcePublicationsCount {
count
}
availablePublicationsCount {
count
}
publishedAt
resourcePublications(first: 5) {
edges {
node {
isPublished
}
}
}
resourcePublicationOnCurrentPublication {
publication {
id
}
publishDate
isPublished
}
seo {
title
}
tags
templateSuffix
title
totalInventory
tracksInventory
unpublishedPublications(first: 5) {
edges {
node {
id
}
}
}
updatedAt
variants(first: 5) {
edges {
node {
displayName
}
}
}
variantsCount {
count
}
vendor
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { collections(first: 5) { edges { node { handle } } } createdAt defaultCursor description descriptionHtml featuredMedia { id } feedback { details { messages { message } } } giftCardTemplateSuffix handle hasOnlyDefaultVariant hasOutOfStockVariants id media(first: 5) { edges { node { id } } } inCollection(id: \"gid://shopify/Collection/1007901140\") isGiftCard legacyResourceId metafields(first: 5) { edges { node { id } } } onlineStorePreviewUrl onlineStoreUrl options { name } priceRangeV2 { maxVariantPrice { amount } minVariantPrice { amount } } productType resourcePublicationsCount { count } availablePublicationsCount { count } publishedAt resourcePublications(first: 5) { edges { node { isPublished } } } resourcePublicationOnCurrentPublication { publication { id } publishDate isPublished } seo { title } tags templateSuffix title totalInventory tracksInventory unpublishedPublications(first: 5) { edges { node { id } } } updatedAt variants(first: 5) { edges { node { displayName } } } variantsCount { count } vendor } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
collections(first: 5) {
edges {
node {
handle
}
}
}
createdAt
defaultCursor
description
descriptionHtml
featuredMedia {
id
}
feedback {
details {
messages {
message
}
}
}
giftCardTemplateSuffix
handle
hasOnlyDefaultVariant
hasOutOfStockVariants
id
media(first: 5) {
edges {
node {
id
}
}
}
inCollection(id: "gid://shopify/Collection/1007901140")
isGiftCard
legacyResourceId
metafields(first: 5) {
edges {
node {
id
}
}
}
onlineStorePreviewUrl
onlineStoreUrl
options {
name
}
priceRangeV2 {
maxVariantPrice {
amount
}
minVariantPrice {
amount
}
}
productType
resourcePublicationsCount {
count
}
availablePublicationsCount {
count
}
publishedAt
resourcePublications(first: 5) {
edges {
node {
isPublished
}
}
}
resourcePublicationOnCurrentPublication {
publication {
id
}
publishDate
isPublished
}
seo {
title
}
tags
templateSuffix
title
totalInventory
tracksInventory
unpublishedPublications(first: 5) {
edges {
node {
id
}
}
}
updatedAt
variants(first: 5) {
edges {
node {
displayName
}
}
}
variantsCount {
count
}
vendor
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
collections(first: 5) {
edges {
node {
handle
}
}
}
createdAt
defaultCursor
description
descriptionHtml
featuredMedia {
id
}
feedback {
details {
messages {
message
}
}
}
giftCardTemplateSuffix
handle
hasOnlyDefaultVariant
hasOutOfStockVariants
id
media(first: 5) {
edges {
node {
id
}
}
}
inCollection(id: "gid://shopify/Collection/1007901140")
isGiftCard
legacyResourceId
metafields(first: 5) {
edges {
node {
id
}
}
}
onlineStorePreviewUrl
onlineStoreUrl
options {
name
}
priceRangeV2 {
maxVariantPrice {
amount
}
minVariantPrice {
amount
}
}
productType
resourcePublicationsCount {
count
}
availablePublicationsCount {
count
}
publishedAt
resourcePublications(first: 5) {
edges {
node {
isPublished
}
}
}
resourcePublicationOnCurrentPublication {
publication {
id
}
publishDate
isPublished
}
seo {
title
}
tags
templateSuffix
title
totalInventory
tracksInventory
unpublishedPublications(first: 5) {
edges {
node {
id
}
}
}
updatedAt
variants(first: 5) {
edges {
node {
displayName
}
}
}
variantsCount {
count
}
vendor
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
collections(first: 5) {
edges {
node {
handle
}
}
}
createdAt
defaultCursor
description
descriptionHtml
featuredMedia {
id
}
feedback {
details {
messages {
message
}
}
}
giftCardTemplateSuffix
handle
hasOnlyDefaultVariant
hasOutOfStockVariants
id
media(first: 5) {
edges {
node {
id
}
}
}
inCollection(id: "gid://shopify/Collection/1007901140")
isGiftCard
legacyResourceId
metafields(first: 5) {
edges {
node {
id
}
}
}
onlineStorePreviewUrl
onlineStoreUrl
options {
name
}
priceRangeV2 {
maxVariantPrice {
amount
}
minVariantPrice {
amount
}
}
productType
resourcePublicationsCount {
count
}
availablePublicationsCount {
count
}
publishedAt
resourcePublications(first: 5) {
edges {
node {
isPublished
}
}
}
resourcePublicationOnCurrentPublication {
publication {
id
}
publishDate
isPublished
}
seo {
title
}
tags
templateSuffix
title
totalInventory
tracksInventory
unpublishedPublications(first: 5) {
edges {
node {
id
}
}
}
updatedAt
variants(first: 5) {
edges {
node {
displayName
}
}
}
variantsCount {
count
}
vendor
}
}`,
});
```
#### Response
```json
{
"product": {
"collections": {
"edges": [
{
"node": {
"handle": "reorder_custom"
}
},
{
"node": {
"handle": "everything"
}
},
{
"node": {
"handle": "snowboards"
}
},
{
"node": {
"handle": "everything-custom"
}
},
{
"node": {
"handle": "featured_asc"
}
}
]
},
"createdAt": "2005-01-02T00:00:00Z",
"defaultCursor": "eyJsaW1pdCI6MSwib3JkZXIiOiJpZCBhc2MiLCJsYXN0X2lkIjoxMDg4MjgzMDksImxhc3RfdmFsdWUiOjEwODgyODMwOSwiZGlyZWN0aW9uIjoibmV4dCJ9",
"description": "good board",
"descriptionHtml": "good board
",
"featuredMedia": {
"id": "gid://shopify/ExternalVideo/1041834415"
},
"feedback": null,
"giftCardTemplateSuffix": null,
"handle": "draft",
"hasOnlyDefaultVariant": false,
"hasOutOfStockVariants": false,
"id": "gid://shopify/Product/108828309",
"media": {
"edges": [
{
"node": {
"id": "gid://shopify/ExternalVideo/1041834415"
}
},
{
"node": {
"id": "gid://shopify/Video/723685877"
}
},
{
"node": {
"id": "gid://shopify/Model3d/544780400"
}
},
{
"node": {
"id": "gid://shopify/MediaImage/853695510"
}
},
{
"node": {
"id": "gid://shopify/MediaImage/603944694"
}
}
]
},
"inCollection": true,
"isGiftCard": false,
"legacyResourceId": "108828309",
"metafields": {
"edges": [
{
"node": {
"id": "gid://shopify/Metafield/61655654"
}
},
{
"node": {
"id": "gid://shopify/Metafield/147010266"
}
},
{
"node": {
"id": "gid://shopify/Metafield/204658793"
}
},
{
"node": {
"id": "gid://shopify/Metafield/485513001"
}
},
{
"node": {
"id": "gid://shopify/Metafield/632448133"
}
}
]
},
"onlineStorePreviewUrl": "https://www.snowdevil.ca/products/draft",
"onlineStoreUrl": "https://www.snowdevil.ca/products/draft",
"options": [
{
"name": "Title"
}
],
"priceRangeV2": {
"maxVariantPrice": {
"amount": "10.0"
},
"minVariantPrice": {
"amount": "10.0"
}
},
"productType": "Snowboards",
"resourcePublicationsCount": {
"count": 4
},
"availablePublicationsCount": {
"count": 4
},
"publishedAt": "2005-01-02T00:00:00Z",
"resourcePublications": {
"edges": [
{
"node": {
"isPublished": true
}
},
{
"node": {
"isPublished": true
}
},
{
"node": {
"isPublished": true
}
}
]
},
"resourcePublicationOnCurrentPublication": {
"publication": {
"id": "gid://shopify/Publication/762454635"
},
"publishDate": "2005-01-02T00:00:00Z",
"isPublished": true
},
"seo": {
"title": null
},
"tags": [
"Deepsnow",
"Dub Quote\"s",
"quote's",
"Wooden Core"
],
"templateSuffix": null,
"title": "Draft",
"totalInventory": 1,
"tracksInventory": true,
"unpublishedPublications": {
"edges": [
{
"node": {
"id": "gid://shopify/Publication/49361227"
}
},
{
"node": {
"id": "gid://shopify/Publication/195806409"
}
},
{
"node": {
"id": "gid://shopify/Publication/224761294"
}
},
{
"node": {
"id": "gid://shopify/Publication/336184109"
}
},
{
"node": {
"id": "gid://shopify/Publication/347532733"
}
}
]
},
"updatedAt": "2005-01-02T00:00:00Z",
"variants": {
"edges": [
{
"node": {
"displayName": "Draft - 151cm"
}
}
]
},
"variantsCount": {
"count": 1
},
"vendor": "Arbor"
}
}
```
* ### Retrieve a single product
#### Description
Supply the product ID to retrieve the product. This example returns the product's ID, title, \[product variants]\(https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant), and \[collections]\(https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection).
#### Query
```graphql
query GetProduct($id: ID!) {
product(id: $id) {
id
title
variants(first: 10) {
nodes {
id
title
}
}
collections(first: 10) {
nodes {
id
title
}
}
}
}
```
#### Variables
```json
{
"id": "gid://shopify/Product/108828309"
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query GetProduct($id: ID!) { product(id: $id) { id title variants(first: 10) { nodes { id title } } collections(first: 10) { nodes { id title } } } }",
"variables": {
"id": "gid://shopify/Product/108828309"
}
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query GetProduct($id: ID!) {
product(id: $id) {
id
title
variants(first: 10) {
nodes {
id
title
}
}
collections(first: 10) {
nodes {
id
title
}
}
}
}`,
{
variables: {
"id": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query GetProduct($id: ID!) {
product(id: $id) {
id
title
variants(first: 10) {
nodes {
id
title
}
}
collections(first: 10) {
nodes {
id
title
}
}
}
}
QUERY
variables = {
"id": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query GetProduct($id: ID!) {
product(id: $id) {
id
title
variants(first: 10) {
nodes {
id
title
}
}
collections(first: 10) {
nodes {
id
title
}
}
}
}`,
"variables": {
"id": "gid://shopify/Product/108828309"
},
},
});
```
#### Response
```json
{
"product": {
"id": "gid://shopify/Product/108828309",
"title": "Draft",
"variants": {
"nodes": [
{
"id": "gid://shopify/ProductVariant/43729076",
"title": "151cm"
}
]
},
"collections": {
"nodes": [
{
"id": "gid://shopify/Collection/79210309",
"title": "Custom Other Items"
},
{
"id": "gid://shopify/Collection/94229130",
"title": "All products more expensive than free"
},
{
"id": "gid://shopify/Collection/142458073",
"title": "All snowboards"
},
{
"id": "gid://shopify/Collection/442946009",
"title": "All products - handpicked!"
},
{
"id": "gid://shopify/Collection/793607630",
"title": "Featured items"
},
{
"id": "gid://shopify/Collection/925420914",
"title": "All snowboards called Draft"
},
{
"id": "gid://shopify/Collection/1007901140",
"title": "Featured items"
},
{
"id": "gid://shopify/Collection/1063001310",
"title": "Smart Other items"
}
]
}
}
}
```
* ### Retrieve media for a product
#### Description
Supply the product ID to retrieve the media, such as images and videos, for the product. This example returns the media for the specified product. Learn more about \[managing media for products]\(https://shopify.dev/docs/apps/build/online-store/product-media).
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
media(first: 5) {
edges {
node {
...fieldsForMediaTypes
}
}
}
}
}
fragment fieldsForMediaTypes on Media {
alt
mediaContentType
preview {
image {
id
altText
url
}
}
status
... on Video {
id
sources {
format
height
mimeType
url
width
}
originalSource {
format
height
mimeType
url
width
}
}
... on ExternalVideo {
id
host
originUrl
}
... on Model3d {
sources {
format
mimeType
url
}
originalSource {
format
mimeType
url
}
}
... on MediaImage {
id
image {
altText
url
}
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { title media(first: 5) { edges { node { ...fieldsForMediaTypes } } } } } fragment fieldsForMediaTypes on Media { alt mediaContentType preview { image { id altText url } } status ... on Video { id sources { format height mimeType url width } originalSource { format height mimeType url width } } ... on ExternalVideo { id host originUrl } ... on Model3d { sources { format mimeType url } originalSource { format mimeType url } } ... on MediaImage { id image { altText url } } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
media(first: 5) {
edges {
node {
...fieldsForMediaTypes
}
}
}
}
}
fragment fieldsForMediaTypes on Media {
alt
mediaContentType
preview {
image {
id
altText
url
}
}
status
... on Video {
id
sources {
format
height
mimeType
url
width
}
originalSource {
format
height
mimeType
url
width
}
}
... on ExternalVideo {
id
host
originUrl
}
... on Model3d {
sources {
format
mimeType
url
}
originalSource {
format
mimeType
url
}
}
... on MediaImage {
id
image {
altText
url
}
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
title
media(first: 5) {
edges {
node {
...fieldsForMediaTypes
}
}
}
}
}
fragment fieldsForMediaTypes on Media {
alt
mediaContentType
preview {
image {
id
altText
url
}
}
status
... on Video {
id
sources {
format
height
mimeType
url
width
}
originalSource {
format
height
mimeType
url
width
}
}
... on ExternalVideo {
id
host
originUrl
}
... on Model3d {
sources {
format
mimeType
url
}
originalSource {
format
mimeType
url
}
}
... on MediaImage {
id
image {
altText
url
}
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
title
media(first: 5) {
edges {
node {
...fieldsForMediaTypes
}
}
}
}
}
fragment fieldsForMediaTypes on Media {
alt
mediaContentType
preview {
image {
id
altText
url
}
}
status
... on Video {
id
sources {
format
height
mimeType
url
width
}
originalSource {
format
height
mimeType
url
width
}
}
... on ExternalVideo {
id
host
originUrl
}
... on Model3d {
sources {
format
mimeType
url
}
originalSource {
format
mimeType
url
}
}
... on MediaImage {
id
image {
altText
url
}
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Draft",
"media": {
"edges": [
{
"node": {
"alt": "This is a video",
"mediaContentType": "EXTERNAL_VIDEO",
"preview": {
"image": {
"id": "gid://shopify/ImageSource/425689044",
"altText": "This is a video",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/external_video_preview.jpg?v=1749170878"
}
},
"status": "READY",
"id": "gid://shopify/ExternalVideo/1041834415",
"host": "YOUTUBE",
"originUrl": "https://youtu.be/dQw4w9WgXcQ"
}
},
{
"node": {
"alt": "This is a video",
"mediaContentType": "VIDEO",
"preview": {
"image": {
"id": "gid://shopify/ImageSource/727549632",
"altText": "This is a video",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/shopify_video_preview.jpg?v=1749170878"
}
},
"status": "READY",
"id": "gid://shopify/Video/723685877",
"sources": [
{
"format": "mp4",
"height": 1080,
"mimeType": "video/mp4",
"url": "https://cdn.shopify.com/videos/dev/vp/098dc4345e654352a24b0b033d2a3a1b/HD-1080p.mp4",
"width": 1920
},
{
"format": "mp4",
"height": 720,
"mimeType": "video/mp4",
"url": "https://cdn.shopify.com/videos/dev/vp/098dc4345e654352a24b0b033d2a3a1b/HD-720p.mp4",
"width": 1280
},
{
"format": "m3u8",
"height": 720,
"mimeType": "application/x-mpegURL",
"url": "https://cdn.shopify.com/videos/dev/vp/098dc4345e654352a24b0b033d2a3a1b/streaming.m3u8",
"width": 1280
}
],
"originalSource": {
"format": "mov",
"height": 360,
"mimeType": "video/quicktime",
"url": "https://cdn.shopify.com/videos/vp/03d15b89f02b4e1a97e9c5cd76bd0a6d/SD-360p.mov",
"width": 480
}
}
},
{
"node": {
"alt": "This is a 3d Model",
"mediaContentType": "MODEL_3D",
"preview": {
"image": {
"id": "gid://shopify/ImageSource/175601098",
"altText": "This is a 3d Model",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/threed_preview_image.jpg?v=1749170878"
}
},
"status": "READY",
"sources": [
{
"format": "glb",
"mimeType": "model/gltf-binary",
"url": "https://storage.googleapis.com/threed-models-test/temp.glb"
},
{
"format": "usdz",
"mimeType": "model/vnd.usdz+zip",
"url": "https://storage.googleapis.com/threed-models-test/temp.usdz"
}
],
"originalSource": {
"format": "glb",
"mimeType": "model/gltf-binary",
"url": "https://storage.googleapis.com/threed-models-test/temp_original.glb"
}
}
},
{
"node": {
"alt": "",
"mediaContentType": "IMAGE",
"preview": {
"image": {
"id": "gid://shopify/ImageSource/853695510",
"altText": "",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft58.jpg?v=1749170878"
}
},
"status": "READY",
"id": "gid://shopify/MediaImage/853695510",
"image": {
"altText": "",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft58.jpg?v=1749170878"
}
}
},
{
"node": {
"alt": "",
"mediaContentType": "IMAGE",
"preview": {
"image": {
"id": "gid://shopify/ImageSource/603944694",
"altText": "",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft59.jpg?v=1749170878"
}
},
"status": "READY",
"id": "gid://shopify/MediaImage/603944694",
"image": {
"altText": "",
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft59.jpg?v=1749170878"
}
}
}
]
}
}
}
```
* ### Retrieve the first ten collections for a product
#### Description
Supply the product ID to retrieve the \[collections]\(https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection) for the product. This example returns the first ten collections for the specified product.
#### Query
```graphql
query CollectionsForProduct($productId: ID!) {
product(id: $productId) {
collections(first: 10) {
nodes {
id
title
}
}
}
}
```
#### Variables
```json
{
"productId": "gid://shopify/Product/108828309"
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query CollectionsForProduct($productId: ID!) { product(id: $productId) { collections(first: 10) { nodes { id title } } } }",
"variables": {
"productId": "gid://shopify/Product/108828309"
}
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query CollectionsForProduct($productId: ID!) {
product(id: $productId) {
collections(first: 10) {
nodes {
id
title
}
}
}
}`,
{
variables: {
"productId": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query CollectionsForProduct($productId: ID!) {
product(id: $productId) {
collections(first: 10) {
nodes {
id
title
}
}
}
}
QUERY
variables = {
"productId": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query CollectionsForProduct($productId: ID!) {
product(id: $productId) {
collections(first: 10) {
nodes {
id
title
}
}
}
}`,
"variables": {
"productId": "gid://shopify/Product/108828309"
},
},
});
```
#### Response
```json
{
"product": {
"collections": {
"nodes": [
{
"id": "gid://shopify/Collection/79210309",
"title": "Custom Other Items"
},
{
"id": "gid://shopify/Collection/94229130",
"title": "All products more expensive than free"
},
{
"id": "gid://shopify/Collection/142458073",
"title": "All snowboards"
},
{
"id": "gid://shopify/Collection/442946009",
"title": "All products - handpicked!"
},
{
"id": "gid://shopify/Collection/793607630",
"title": "Featured items"
},
{
"id": "gid://shopify/Collection/925420914",
"title": "All snowboards called Draft"
},
{
"id": "gid://shopify/Collection/1007901140",
"title": "Featured items"
},
{
"id": "gid://shopify/Collection/1063001310",
"title": "Smart Other items"
}
]
}
}
}
```
* ### Retrieve the first ten images for a product
#### Description
This example demonstrates how to retrieve a product's images with \[pagination]\(https://shopify.dev/docs/api/usage/pagination-graphql), returning the first ten images. Learn more about \[managing media for products]\(https://shopify.dev/docs/apps/build/online-store/product-media).
#### Query
```graphql
query ProductImageList($productId: ID!) {
product(id: $productId) {
media(first: 10, query: "media_type:IMAGE", sortKey: POSITION) {
nodes {
id
alt
... on MediaImage {
createdAt
image {
width
height
url
}
}
}
pageInfo {
startCursor
endCursor
}
}
}
}
```
#### Variables
```json
{
"productId": "gid://shopify/Product/108828309"
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query ProductImageList($productId: ID!) { product(id: $productId) { media(first: 10, query: \"media_type:IMAGE\", sortKey: POSITION) { nodes { id alt ... on MediaImage { createdAt image { width height url } } } pageInfo { startCursor endCursor } } } }",
"variables": {
"productId": "gid://shopify/Product/108828309"
}
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query ProductImageList($productId: ID!) {
product(id: $productId) {
media(first: 10, query: "media_type:IMAGE", sortKey: POSITION) {
nodes {
id
alt
... on MediaImage {
createdAt
image {
width
height
url
}
}
}
pageInfo {
startCursor
endCursor
}
}
}
}`,
{
variables: {
"productId": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query ProductImageList($productId: ID!) {
product(id: $productId) {
media(first: 10, query: "media_type:IMAGE", sortKey: POSITION) {
nodes {
id
alt
... on MediaImage {
createdAt
image {
width
height
url
}
}
}
pageInfo {
startCursor
endCursor
}
}
}
}
QUERY
variables = {
"productId": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query ProductImageList($productId: ID!) {
product(id: $productId) {
media(first: 10, query: "media_type:IMAGE", sortKey: POSITION) {
nodes {
id
alt
... on MediaImage {
createdAt
image {
width
height
url
}
}
}
pageInfo {
startCursor
endCursor
}
}
}
}`,
"variables": {
"productId": "gid://shopify/Product/108828309"
},
},
});
```
#### Response
```json
{
"product": {
"media": {
"nodes": [
{
"id": "gid://shopify/MediaImage/853695510",
"alt": "",
"createdAt": "2025-06-06T00:47:58Z",
"image": {
"width": 85,
"height": 400,
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft58.jpg?v=1749170878"
}
},
{
"id": "gid://shopify/MediaImage/603944694",
"alt": "",
"createdAt": "2025-06-06T00:47:58Z",
"image": {
"width": 85,
"height": 400,
"url": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft59.jpg?v=1749170878"
}
}
],
"pageInfo": {
"startCursor": "eyJsYXN0X2lkIjo4NTM2OTU1MTAsImxhc3RfdmFsdWUiOiI0In0=",
"endCursor": "eyJsYXN0X2lkIjo2MDM5NDQ2OTQsImxhc3RfdmFsdWUiOiI1In0="
}
}
}
}
```
* ### Retrieve the title, description, and online store URL of a product
#### Description
Supply the product ID to retrieve the title, description, and online store URL of the product. This example returns the title, description, and online store URL for the specified product.
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
description
onlineStoreUrl
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { title description onlineStoreUrl } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
description
onlineStoreUrl
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
title
description
onlineStoreUrl
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
title
description
onlineStoreUrl
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Draft",
"description": "good board",
"onlineStoreUrl": "https://www.snowdevil.ca/products/draft"
}
}
```
* ### Retrieve the total count of inventory in stock of a product
#### Description
Supply the product ID to retrieve the total count of inventory in stock of the product. This example returns the product title and total inventory count for the specified product.
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
totalInventory
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { title totalInventory } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
totalInventory
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
title
totalInventory
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
title
totalInventory
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Draft",
"totalInventory": 1
}
}
```
* ### Retrieve translations and localizations of a product's title and description
#### Description
Retrieve a product's title and description with translations (per-language overrides) and localizations (per-language, per-market overrides). This query returns the base title and description in HTML format, along with French translations and localizations. Translations and localizations are exposed separately, but the content that's actually surfaced in a particular context falls back to translations when a value isn't localized, and to the base language when a value isn't translated. Learn more about \[localizing your app]\(https://shopify.dev/docs/apps/build/localize-your-app).
#### Query
```graphql
query TranslationsAndLocalizations {
product(id: "gid://shopify/Product/273955669") {
title
descriptionHtml
translations(locale: "fr") {
key
value
}
localizations: translations(locale: "fr", marketId: "gid://shopify/Market/249692835") {
key
value
}
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query TranslationsAndLocalizations { product(id: \"gid://shopify/Product/273955669\") { title descriptionHtml translations(locale: \"fr\") { key value } localizations: translations(locale: \"fr\", marketId: \"gid://shopify/Market/249692835\") { key value } } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query TranslationsAndLocalizations {
product(id: "gid://shopify/Product/273955669") {
title
descriptionHtml
translations(locale: "fr") {
key
value
}
localizations: translations(locale: "fr", marketId: "gid://shopify/Market/249692835") {
key
value
}
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query TranslationsAndLocalizations {
product(id: "gid://shopify/Product/273955669") {
title
descriptionHtml
translations(locale: "fr") {
key
value
}
localizations: translations(locale: "fr", marketId: "gid://shopify/Market/249692835") {
key
value
}
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query TranslationsAndLocalizations {
product(id: "gid://shopify/Product/273955669") {
title
descriptionHtml
translations(locale: "fr") {
key
value
}
localizations: translations(locale: "fr", marketId: "gid://shopify/Market/249692835") {
key
value
}
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Wool sweater",
"descriptionHtml": "It is very warm!
",
"translations": [
{
"key": "body_html",
"value": "C’est très chaud!
"
},
{
"key": "title",
"value": "Pull en laine"
}
],
"localizations": [
{
"key": "title",
"value": "Chandail en laine"
}
]
}
}
```
* ### Retrieve variants for a product
#### Description
Supply the product ID to retrieve the variants for the product. This example returns the variants and media for the specified product. Learn more about \[managing media for product variants]\(https://shopify.dev/docs/apps/build/online-store/product-variant-media).
#### Query
```graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
variants(first: 10) {
edges {
node {
selectedOptions {
name
value
}
media(first: 10) {
edges {
node {
alt
mediaContentType
status
__typename
... on MediaImage {
id
preview {
image {
originalSrc
}
}
__typename
}
}
}
}
}
}
}
}
}
```
#### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query { product(id: \"gid://shopify/Product/108828309\") { title variants(first: 10) { edges { node { selectedOptions { name value } media(first: 10) { edges { node { alt mediaContentType status __typename ... on MediaImage { id preview { image { originalSrc } } __typename } } } } } } } } }"
}'
```
#### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query {
product(id: "gid://shopify/Product/108828309") {
title
variants(first: 10) {
edges {
node {
selectedOptions {
name
value
}
media(first: 10) {
edges {
node {
alt
mediaContentType
status
__typename
... on MediaImage {
id
preview {
image {
originalSrc
}
}
__typename
}
}
}
}
}
}
}
}
}`,
);
const json = await response.json();
return json.data;
}
```
#### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query {
product(id: "gid://shopify/Product/108828309") {
title
variants(first: 10) {
edges {
node {
selectedOptions {
name
value
}
media(first: 10) {
edges {
node {
alt
mediaContentType
status
__typename
... on MediaImage {
id
preview {
image {
originalSrc
}
}
__typename
}
}
}
}
}
}
}
}
}
QUERY
response = client.query(query: query)
```
#### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: `query {
product(id: "gid://shopify/Product/108828309") {
title
variants(first: 10) {
edges {
node {
selectedOptions {
name
value
}
media(first: 10) {
edges {
node {
alt
mediaContentType
status
__typename
... on MediaImage {
id
preview {
image {
originalSrc
}
}
__typename
}
}
}
}
}
}
}
}
}`,
});
```
#### Response
```json
{
"product": {
"title": "Draft",
"variants": {
"edges": [
{
"node": {
"selectedOptions": [
{
"name": "Title",
"value": "151cm"
}
],
"media": {
"edges": [
{
"node": {
"alt": "",
"mediaContentType": "IMAGE",
"status": "READY",
"__typename": "MediaImage",
"id": "gid://shopify/MediaImage/853695510",
"preview": {
"image": {
"originalSrc": "https://cdn.shopify.com/s/files/1/2637/1970/products/draft58.jpg?v=1749170878"
}
}
}
}
]
}
}
}
]
}
}
}
```
[Open in GraphiQL](http://localhost:3457/graphiql?query=query%20ProductMetafields\(%24ownerId%3A%20ID!\)%20%7B%0A%20%20product\(id%3A%20%24ownerId\)%20%7B%0A%20%20%20%20metafields\(first%3A%203\)%20%7B%0A%20%20%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20%20%20namespace%0A%20%20%20%20%20%20%20%20%20%20key%0A%20%20%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D\&variables=%7B%0A%20%20%22ownerId%22%3A%20%22gid%3A%2F%2Fshopify%2FProduct%2F108828309%22%0A%7D)
##### GQL
```graphql
query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}
```
##### cURL
```bash
curl -X POST \
https://your-development-store.myshopify.com/admin/api/2025-10/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}' \
-d '{
"query": "query ProductMetafields($ownerId: ID!) { product(id: $ownerId) { metafields(first: 3) { edges { node { namespace key value } } } } }",
"variables": {
"ownerId": "gid://shopify/Product/108828309"
}
}'
```
##### React Router
```javascript
import { authenticate } from "../shopify.server";
export const loader = async ({request}) => {
const { admin } = await authenticate.admin(request);
const response = await admin.graphql(
`#graphql
query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}`,
{
variables: {
"ownerId": "gid://shopify/Product/108828309"
},
},
);
const json = await response.json();
return json.data;
}
```
##### Node.js
```javascript
const client = new shopify.clients.Graphql({session});
const data = await client.query({
data: {
"query": `query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}`,
"variables": {
"ownerId": "gid://shopify/Product/108828309"
},
},
});
```
##### Ruby
```ruby
session = ShopifyAPI::Auth::Session.new(
shop: "your-development-store.myshopify.com",
access_token: access_token
)
client = ShopifyAPI::Clients::Graphql::Admin.new(
session: session
)
query = <<~QUERY
query ProductMetafields($ownerId: ID!) {
product(id: $ownerId) {
metafields(first: 3) {
edges {
node {
namespace
key
value
}
}
}
}
}
QUERY
variables = {
"ownerId": "gid://shopify/Product/108828309"
}
response = client.query(query: query, variables: variables)
```
## Input variables
JSON
```json
{
"ownerId": "gid://shopify/Product/108828309"
}
```
## Response
JSON
```json
{
"product": {
"metafields": {
"edges": [
{
"node": {
"namespace": "my_fields",
"key": "liner_material",
"value": "synthetic leather"
}
}
]
}
}
}
```