How do you resume an interrupted setup or catalogue import?
Setup is resumable — its progress is persisted per step, so an interrupted or skipped setup picks up where it left off, showing what's done and what remains. A catalogue import runs as a background job and is idempotent by SKU, so if it's interrupted you can safely re-run it: existing products update rather than duplicate, and the run reaches the same end state. So neither an…
Setup is resumable — its progress is persisted per step, so an interrupted or skipped setup picks up where it left off, showing what's done and what remains. A catalogue import runs as a background job and is idempotent by SKU, so if it's interrupted you can safely re-run it: existing products update rather than duplicate, and the run reaches the same end state. So neither an interrupted setup nor an interrupted import leaves you stuck — you resume the wizard or re-run the import without harm.