--- title: Product - Storefront API description: | 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](/docs/api/storefront/latest/objects/ProductVariant) to create or update different versions of the same product. You can also add or update product [media](/docs/api/storefront/latest/interfaces/Media). Products can be organized by grouping them into a [collection](/docs/api/storefront/latest/objects/Collection). Learn more about working with [products and collections](/docs/storefronts/headless/building-with-the-storefront-api/products-collections). api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/product md: https://shopify.dev/docs/api/storefront/latest/objects/product.md --- # Product object Requires `unauthenticated_read_product_listings` 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](https://shopify.dev/docs/api/storefront/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/storefront/latest/interfaces/Media). Products can be organized by grouping them into a [collection](https://shopify.dev/docs/api/storefront/latest/objects/Collection). Learn more about working with [products and collections](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/products-collections). ## Fields * adjacentVariants * availableForSale * category * collections * compareAtPriceRange * createdAt * description * descriptionHtml * encodedVariantAvailability * encodedVariantExistence * featuredImage * handle * id * images * isGiftCard * media * metafield * metafields * onlineStoreUrl * options * priceRange * productType * publishedAt * requiresSellingPlan * selectedOrFirstAvailableVariant * sellingPlanGroups * seo * tags * title * totalInventory * trackingParameters * updatedAt * variantBySelectedOptions * variants * variantsCount * vendor *** ## Map ### Fields and connections with this object * [Collection.products](https://shopify.dev/docs/api/storefront/latest/objects/Collection#field-Collection.fields.products) * [PredictiveSearchResult.products](https://shopify.dev/docs/api/storefront/latest/objects/PredictiveSearchResult#field-PredictiveSearchResult.fields.products) * [ProductConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/ProductConnection#returns-nodes) * [ProductEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/ProductEdge#field-ProductEdge.fields.node) * [ProductVariant.product](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant#field-ProductVariant.fields.product) ### Possible type in * [Menu​Item​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MenuItemResource) * [Metafield​Parent​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MetafieldParentResource) * [Metafield​Reference](https://shopify.dev/docs/api/storefront/latest/unions/MetafieldReference) * [Search​Result​Item](https://shopify.dev/docs/api/storefront/latest/unions/SearchResultItem) *** ## Queries * product * productRecommendations * products * productByHandle: deprecated *** ## Product Queries ### Queried by * [product](https://shopify.dev/docs/api/storefront/latest/queries/product) * [product​Recommendations](https://shopify.dev/docs/api/storefront/latest/queries/productRecommendations) * [products](https://shopify.dev/docs/api/storefront/latest/queries/products) *** ## Interfaces * HasMetafields * Node * OnlineStorePublishable * Trackable *** ## Product Implements ### Implements * [Has​Metafields](https://shopify.dev/docs/api/storefront/latest/interfaces/HasMetafields) * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) * [Online​Store​Publishable](https://shopify.dev/docs/api/storefront/latest/interfaces/OnlineStorePublishable) * [Trackable](https://shopify.dev/docs/api/storefront/latest/interfaces/Trackable)