What a job tracks
Imports, enrichment runs, and exports all run as jobs. Each job records its type and its progress as it works through its items:What the job is doing — bringing products in, enriching them, or exporting
data out.
How many items the job set out to process.
How many items have finished so far.
How many items couldn’t be completed.
How far along the job is, computed from processed against total.
Monitoring jobs
Track jobs on the Jobs page, which shows each job’s type, status, counts, and progress percentage in real time. You can also read a job’s progress through the API when you’re wiring MerchantOps into your own systems.Start a batch operation
Import or export a set of products, or let enrichment run — each creates a
job.
Data ingestion
How products get into MerchantOps — the imports that create jobs.
How enrichment works
Enrichment runs as a background job over your products.