Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
381 results
Sorted by:
I am writing a script that uses the following mutation to update my translations mutation translationsRegister($resourceId: ID!, $translations: [TranslationInput!]!) {
translations...
‎08-01-2024
12:14 PM
Hi - I'm trying to update the product cost using the inventoryItemUpdate mutation shown here: https://shopify.dev/api/admin-graphql/2021-10/mutations/inventoryitemupdate I've a...
‎10-06-2021
11:52 AM
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....
‎12-04-2024
04:02 AM
1 Like
With the deprecation of inventoryBulkAdjustQuantity, what are everyone using to update inventory at a specific quantity at a specific location? Similarly, what path are ones using for updat...
‎04-15-2025
03:34 PM
...nventory quantities can only be provided during create. To update inventory for existing variants, use inventoryAdjustQuantities.' } Our script is below // GraphQL mutation for bulk updating v...
‎02-06-2025
05:37 AM
1 Like
Hello everyone and Shopify team! I need some help with updating the content of the primary locale language for a store using the translationsRegister mutation. I tried querying the field a...
‎04-02-2023
04:38 PM
1 Like
We are trying to update product multiple variants stock/quantity using GraphQL Admin API and we are follow the instruction from Shopify docs (https://shopify.dev/docs/api/admin-graphql/2...
‎02-06-2025
04:29 AM
Hi Team, I am trying to update the images for Shopify products and trying to update those images with certain positions. I was able to update the image using the "productImageUpdate" mutation. I t...
‎04-21-2023
07:24 AM
I need to update a product I did check Graphiql and the query does produce data. I will double check the permissions but it does not work index.js import { useCallback, useMemo, u...
‎10-13-2021
07:48 AM
Hi, I'm updating theme translations for an online store via the GraphQL API (tested with versions 2024-01 and 2024-10). and discovered this process is subject to race conditions. I...
‎11-25-2024
06:11 PM