Dispatch auto-mapping job
Dispatches the OrderAutoMappingJob to attempt to map line items in every
non-posted order using existing SKU and alternate-SKU rules. Equivalent to
the admin “Auto Map SKUs and Reprocess Orders” button.
When apply_purgatory_settings=true, the job also re-runs purgatory rules
after mapping completes, so cleanly-mapped orders can post automatically.
Returns immediately — the actual work happens in the queue. Poll the order list or individual orders to see the results.
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Body
When true, re-run purgatory rules after auto-mapping completes.
Equivalent to chaining auto-map and reprocess in one call.