/shopify/products

POST /api/shopify/products

Price: 1 credit

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.

How to use it

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).

Parameters

Request body

Response

Errors

Response headers