No content to show
User Activity
Hello Community,I’m currently working on updating product data using Shopify GraphQL API version 2024-07. Previously, in version 2024-01, we managed to handle most updates using a single mutation. However, with the recent changes in the new version, ...
11-20-2024
In addition to it, here are mutation I am using for 2024-07,mutation productVariantsBulkCreate($productId: ID!, $variants: [ProductVariantsBulkInput!]!) { productVariantsBulkCreate(productId: $productId, variants: $variants) { userErrors { field mess...
Hello Shopify Community,I am working on creating products using the productCreate and productVariantsBulkCreate mutations in the 2024-07 version of the GraphQL API. However, I am running into an issue where the process doesn't work as expected.Proble...
Hi,We are in the process of migrating our APIs to Shopify's 2024-07 version, which introduces significant changes compared to the 2023-07 version. I've encountered an issue with the productCreate mutation and need your assistance.Key Changes and Chal...
Hey,We have found a weird case. We updated a product on Shopify using below graphql query: "query": "mutation ProductUpdateAndInventoryActiveMutations($product: ProductInput!, $variantCount: Int!, $activeInventoryMutation #if($metaTagCount > 0)$delet...
06-28-2024
Hey,We have found a weird case. We updated a product on Shopify using below graphql query: "query": "mutation ProductUpdateAndInventoryActiveMutations($product: ProductInput!, $variantCount: Int!, $activeInventoryMutation #if($metaTagCount > 0)$delet...
06-28-2024
Hey,Can you please confirm that can this happen due to graphql call mentioned above? Are the calls bifercated into smaller sections to update the whole product ? For instance, it first tries to update product level details, secondly inventory details...
06-28-2024
Hey,There is only one topic with 2 seperate messages. PFA for the logs.Thank youKhushiTeam Shipturtle
Hi, I am writing to bring to your attention an issue we are experiencing with product inventory updates on our Shopify store. Specifically, we have a product (Product A) that initially has a quantity of 15 in the store. We are attempting to update th...
Hi, I am writing to bring to your attention an issue we are experiencing with product inventory updates on our Shopify store. Specifically, we have a product (Product A) that initially has a quantity of 15 in the store. We are attempting to update th...
Unable to get it as per the above suggestion Can you give me some example or steps to achieve it ?
HelloMy app is focused on creating shipping labels and updating shopify orders with the information.As we are working on removing deprecated API calls, we came to this issue as below:When initially creating a fulfillment order, it is successfully ful...