A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Sometime We need to update 100 products. But shopify only provide the below api to update one product each time.
https://shopify.dev/api/admin/rest/reference/products/product
So we need to call this api 100 times.
As a developer, I am very curious why not provide a batch update api. Any difficulty from the technique view?
Solved! Go to the solution
This is an accepted solution.
Modernize to use the GraphQL API, and or the GraphQL bulk operations
https://shopify.dev/api/admin/graphql/reference
https://shopify.dev/api/usage/bulk-operations
https://www.shopify.com/partners/blog/shopify-api-release-july-2021#bulk-mutations
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Modernize to use the GraphQL API, and or the GraphQL bulk operations
https://shopify.dev/api/admin/graphql/reference
https://shopify.dev/api/usage/bulk-operations
https://www.shopify.com/partners/blog/shopify-api-release-july-2021#bulk-mutations
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org