Skip to main content
GET
Get Product
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Retrieve the full details of a single product, including its variants, images, media, and metafields. Vendor tokens can only access their own products. Accepts a Shopify numeric ID, Shopify GID, or MongoDB ObjectId.

Use Cases

  • Load all product data for an edit form
  • Check variant-level inventory and pricing
  • Read metafield values attached to a product

Required Scope

products:read

Path Parameters

string
required
The product identifier. Accepts any of these formats:
  • MongoDB ObjectId (e.g. 507f1f77bcf86cd799439013)
  • Shopify numeric ID (e.g. 7890123456789)
  • Shopify GID (e.g. gid://shopify/Product/7890123456789)

Response

200
404

Example