//Endpoints · Shopify
Shopify Endpoint Reference
4 maintained endpoints and what each returns. For the full Shopify overview — sample response, FAQ and use cases — see the source page.
About the Shopify source/api/shopify/productsFull product record: title, brand, type, tags, description, images, options, and all variants with price, list_price, SKU, barcode, inventory quantity and policy, weight, shipping flags
/api/shopify/products/searchProduct list for a store: same fields as the single-product endpoint, paginated by the count parameter
/api/shopify/collectionsCollection metadata: title, description, image, product_count, published_at, updated_at
/api/shopify/collections/productsProducts within a collection: same variant and pricing detail as the single-product endpoint, up to the requested count