MCP Server for Shopify

Build 25.0.9440

BulkPollingInterval

Specifies the maximum time interval (in milliseconds) between each status check when polling for the results of a Shopify Bulk API operation.

Data Type

int

Default Value

10000

Remarks

When UseBulkAPI is set to true, the server submits queries as asynchronous jobs to the Shopify Bulk API. The API responds with a job ID, and the server periodically checks the job status until the export is complete.

This property defines the maximum wait time between polling attempts. The server initially waits 1 second (1000 ms) before the first poll and may increase the interval between subsequent polls up to the limit specified by BulkPollingInterval.

Lower values result in more frequent polling, which can lead to faster job completion detection but may increase the number of API requests.

Higher values reduce polling frequency, which can conserve resources and API usage but may introduce latency in receiving results once jobs are complete.

This setting can be adjusted to balance responsiveness and API rate efficiency based on your environment and expected data volume.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440