No content to show
User Activity
12-05-2024
Hello Shopify Team,API Link - https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productOptionsCreateThe "productOptionsCreate" API helps developers create variants but does not allow setting the price, compare-at price, or SKU within the s...
Hi Shopify Community,I noticed that Shopify has deprecated the productVariantDelete mutation and introduced productOptionsDelete. However, I want to delete a single variant from a product.It seems that Shopify now refers to each variant as an "Optio...
Hi,Thank you for your response. We will proceed with filling out the Publishing Permissions Request.However, our main concern is the statement that present in the Shopify Publishing Permissions Request Form:"If your app currently reads or writes publ...
Hello Shopify Team,Thank you for providing the Shopify Publishing Permissions Request form. We are currently using the REST API in our live apps, and to date, the REST API has never required any additional scopes to publish a product in any sales cha...
Hi @Naren1 Thank you for your response & raising this query to Shopify as well. We are currently using the REST API in our live apps, and to date, the REST API has never required any additional scopes to publish a product in any sales channel, partic...
Hello Shopify Team,Thank you for providing the Shopify Publishing Permissions Request form. We are currently using the REST API in our live apps, and to date, the REST API has never required any additional scopes to publish a product in any sales cha...
I’m concerned about the efficiency of the GraphQL API compared to REST. In REST, we could add and publish a product with a single HTTP request. However, in GraphQL, the same process requires 3 HTTP calls:productCreate mutationpublishablePublish mutat...
Hello Team,We have shared the same concern on the previous graphQL AMA regarding the need to re-authorize all existing customers with the write_publications scope.We manage 4 public apps that use automations and webhooks for creating and updating pro...
Hi @AsafGitai ,Thanks for your reply.Additionally, I’m concerned about the efficiency of the GraphQL API compared to REST. In REST, we could add and publish a product with a single HTTP request. However, in GraphQL, the same process requires 3 HTTP c...
Hello Team,I share the same concern as @Naren1 and regarding the need to re-authorize all existing customers with the write_publications scope.We manage 4 public apps that use automations and webhooks for creating and updating products based on our a...
Midway through 2024, and this issue still persists