Skip to main content

Get Raw Product (GraphQL)

GET 

/api/shopify/:integrationInstance/products/:product/raw-graphql

Fetch product data from the Shopify GraphQL API (the same query used for product sync), including variants, inventory items and inventory levels. The data is not persisted — it reflects the live Shopify state.

If Shopify can't return the product — deleted, or the app is missing the required access scope — the response includes an unavailable_reason string and the product node is null.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type