For the complete documentation index, see llms.txt. This page is also available as Markdown.

Recommended Job Queue Setups

The following examples show proven setups for the Job Queue. Adjust the intervals to match your order volume.

  • Purpose: download new orders and create them as sales orders in BC.

  • Interval: every 15–30 minutes.

  • Note: downloads incrementally starting from the last auto-increment.

  • Purpose: keep inventory levels up to date.

  • Interval: several times a day (for example, hourly).

  • Note: only items with an inventory change.

  • Purpose: transfer changed prices.

  • Interval: daily, ideally at night.

  • Note: updates existing prices via PATCH (no duplicates).

  • Purpose: upload new and changed items.

  • Interval: daily (open data only).

  • Note: run large catalogs outside business hours.

For setup basics, see Job Queue Entries. For error handling, see Error Handling in Automatic Processes.