A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello there,
I am developing an app in Shopify.
How can I inject Product Schema in Shopify through REST API?
I need product data like url, name, price in the schema.
Thanks in advance
Hey @user072319 - hope I'm understanding correctly, but are you wanting to upload product data via REST? If so, we have a decent overview of how the product resource (object) works in REST here. All the available endpoints that allow you to modify product data are listed there as well as an overview of the structure of the resource/object. For example, there are certain fields that are unavailable, (like URLs), and some fields (like price) are available on different resources (productVariant). Our Admin API doesn't directly interface with the storefront frontend. To query/return values like product URLs, you'd have to use our Storefront API our through the store's theme (liquid) files.
If you wanted to take a look at our Node.JS library, we also have an example of how you can build these queries into your code. These examples are specifically for Typescript through Node, but it's a good starting point. Hope this helps!
Al | Shopify Developer Support
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog