ADM-JOB-100 - Create a duplicate of a job

Creates a duplicate of an existing job.

User scoping

  • OPERATOR clients only for this route.

Scope

  • Copies the full job configuration (mapping, settings, etc.).
  • Does not copy the scheduler configuration: cron is reset and the scheduler is disabled by default.
  • The duplicated job is created with status INACTIVE by default.
  • Applies the naming rule {sourceName} - COPY, and if already used, increments using {sourceName} - COPY (n).
  • Returns only the Id of the newly created job.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The identifier of the source job to duplicate.

Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*