--- lang: ja-jp breaks: true --- # Shopify GraphQL を使用した一括操作 `bulk operations` 2023-04-18 ## `bulk operations` を使用した場合のコスト制限やレート制限はありません > Bulk operations > https://shopify.dev/docs/api/usage/rate-limits#bulk-operations ## Perform bulk operations with the GraphQL Admin API > Perform bulk operations with the GraphQL Admin API > https://shopify.dev/docs/api/usage/bulk-operations/queries :::info バルクオペレーション `bulk operations` は、GraphQL Admin APIからのみ利用可能です。REST Admin APIやStorefront APIでは一括操作を行うことができません。 ::: ###### tags: `Shopify` `GraphQL` `一括操作` `bulk operations`