Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inventoryAdjustQuantities/inventoryActivate/inventoryDeactivate bulk mutation operation #724

Open
plesoiucosmin opened this issue Jul 5, 2024 · 3 comments

Comments

@plesoiucosmin
Copy link

plesoiucosmin commented Jul 5, 2024

There does not seem to be a way to update/activate/deactivate a location inventories by using a bulkOperationRunMutation
Operations to add bulk option:

Batch updating location inventories and activate/deactivate inventories one by one complicate and slow down the process of synchronizing inventories per location. So adding bulk option for these operations will help us a lot to automate the stock update flow.

Not having batch/bulk operations support in the GraphQL API for such common use cases is a MAJOR oversight from the technical/product team.

We are also affected by this shortsightedness of the Shopify team in our effort to build automated stock update flows with our suppliers with catalogs of hundreds of thousands of products.

https://community.shopify.com/c/graphql-basics-and/graphql-bulkoperation-to-update-inventory-quantities/td-p/2078327

@alexminza
Copy link

alexminza commented Jul 9, 2024

Batch updating location inventories and activate/deactivate inventories one by one complicate and slow down the process of synchronizing inventories per location. So adding bulk option for these operations will help us a lot to automate the stock update flow.

There need to be bulk methods that would take multiple products and assign them to an inventory location:

Currently there is a batch method that activates one product to multiple locations but not the other way around: multiple products in a single location: inventoryBulkToggleActivation https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/inventoryBulkToggleActivation

Copy link

github-actions bot commented Sep 8, 2024

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.

@github-actions github-actions bot added the Stale label Sep 8, 2024
@alexminza
Copy link

Is this repository maintained / monitored?

@github-actions github-actions bot removed the Stale label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants