skip to Main Content

Shopify GraphQL Get Schema from Server

I am using graphql-js-schema-fetch to fetch Shopify schema, but it throws an error and I do not know how to fix it. Using CLI: graphql-js-schema-fetch https://myspati-com.myshopify.com/api/graphql --header "Content-Type: application/graphql" --header "X-Shopify-Storefront-Access-Token: <acces-token>" This is the error: { "errors": [{ "message":…

VIEW QUESTION

Embed app outside Shopify

There are some apps in the store (Oberlo, Conversio, Shippo, etc) that are different from other apps, in that they open on a different tab when opened from the store's admin/apps. What are such applications called? When should one follow…

VIEW QUESTION

Use liquid object in json scheme shopify

Is there any option to use a liquid object in json scheme tag? For example I have a product-template.liquid file which contains following schema: {% schema %} { "name": "Product pages", "settings": [ { "type": "text", "id": "text_custom_1", "label": "Custom…

VIEW QUESTION
Back To Top
Search