Get Kitting Work Orders
Returns kitting work orders belonging to the authenticated merchant, optionally filtered by completion date range, fulfillment center, and external-sync status. Intended for idempotent polling.
Authentication
Authentication using Personal Access Token (PAT) token
Query parameters
Inclusive lower bound on completion timestamp. Must carry a zone designator, either a trailing Z (e.g. 2026-01-01T00:00:00Z) or an explicit offset (e.g. 2026-01-01T00:00:00-05:00), and is compared as the UTC instant it denotes. Values without a zone designator are rejected with a 400.
Inclusive upper bound on completion timestamp. Must carry a zone designator, as with completed_from. Values without one are rejected with a 400, as is a range where completed_to precedes completed_from.
1-based page number.

