Run a Shopify GraphQL bulk query operation and return the result file URL and operation metadata. Use when you need to retrieve large datasets (thousands of records) from Shopify without manual pagination, such as bulk fetching products, orders, customers, or inventory. The quer…
queryRequiredstringGraphQL bulk query string. CRITICAL: Every connection field (any field returning a Connection type like LineItemConnection, VariantConnection, OrderConnection, etc.) must use the edges { node { ... } } pattern. This applies to top-level queries AND all nested relationship fields…
timeout_secondsnumberMaximum number of seconds to wait for the bulk operation to complete before timing out. Shopify bulk operations can take several minutes for large datasets.
client_identifierstringOptional identifier to track this bulk operation for debugging or logging purposes.
poll_interval_secondsnumberNumber of seconds to wait between polling attempts when checking bulk operation status. Shopify recommends polling every 1-2 seconds.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.