DEV

Input.

ShipmentSearchBackfillInput

No description

Fields

batchSize

Int

Number of shipments to process per batch. Default: 100

forceRebackfill

Boolean

If true, re-processes shipments even if search_text is already populated. Default: false

maxShipments

Int

Maximum number of shipments to process. Null for all.

onlyMissingSearchFields

Boolean

If true, only processes shipments that have missing search fields (tracking, service level, customer name, country, address). Default: false

organizationId

String

Optional: Filter by specific organization ID. Null for all organizations.

parallelThreads

Int

Number of parallel threads to use for processing. 1 = sequential, 2-10 = parallel. Default: 1

Was this page helpful?