No content to show
User Activity
06-27-2023
Hii have to publish a productgid://shopify/BulkOperation/3300162208050.i have use this approch with two strategies: 1) Fields on Products create (deprecated) "productPublications": [{ "publicationId": str(publication_id) }],2) or publishablePublish b...
05-05-2023
This Mutation can only alter one ItemStorage at time for multiple ItemStorageLevel. I don't need this. I need to active on different (a lot ) of ItemStorage only one ItemLevel
05-05-2023
Hi I have multiple products imported in another way, in some case i need to activate a differente StorageLevel at different location.i see the function https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/inventoryActivate but is only for sin...
05-05-2023
My question is different , if two different APP try to run a Bulk Mutation on the same Store, what happend?
Sorry but on doc is writtent ProductVariantInput.inventoryQuantities[InventoryLevelInput!]The inventory quantities at each location where the variant is stocked. Used as input only to the productVariantCreate mutation. You cannot set Quantities Level...
04-24-2023
Any news ? is it clear the problem? thanks
i miss the rights scopes about, read_inventory, and write inventory
04-21-2023
I have a store with two custom apps both running a cron job, import products and read all.I see on the documentations: "Apps are limited to single bulk operation at a time per store"."You can run only one bulk operation of each type (...) at a time p...
products(query:"tag:${DEFAULT_TAG_PRODUCT}") { edges { node { id title variants{ edges { node { id sku ...
hi I have multiple variante, i want to update them in a bulk ways.How do you perform it ? i see that InventorQunatities only work when you create the variant as reported it updating-with-productvariantupdate-with-inventoryquantities-has but the sol...
HiI have a huge number of products and collections imported by grapql api . I see the Bulk mutation doesn't support "publish" mutation. Using the field in collection, and Product "pubblications" (for example) is deprecated, what is the best way to d...
In the doc there is the statement:"The mutation that's passed into bulkOperationRunMutation is limited to one connection field, which is defined by the GraphQL Admin API schema." What does it mean in practice?Can I use it for example to generate pro...