/shopify/products
Get full product details from any Shopify store by store domain and product handle (or URL): title, brand, product_type, tags, description, image and images, options, and all variants with price, list_price, sku, barcode, availability, inventory quantity and policy, weight and shipping flags.
Price: 1 credit
💡 AI Hint: Fetch a single product from a specific Shopify store. Identity is (store_domain, product). store_domain is the store’s domain (e.g. allbirds.com); product is the product handle or a product URL. Returns one item with id, alias (handle), title, description, brand, product_type, tags, image+images, options (name/values) and variants (each with price, list_price, currency, sku, barcode, available, inventory_quantity, inventory_policy, weight, options).
⚠️ Common errors: 412: Product not found, or the domain is not a Shopify store / has its public product JSON disabled
Authorizations
API token from the dashboard
Headers
Body
Shopify store domain
1"allbirds.com"
"kith.com"
Product handle or a product URL
1"trinoxo-face-mask"
"https://allbirds.com/products/trinoxo-face-mask"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response