| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique identifier for the batch job. | |
| type | TypeEnum | The type of batch job. | |
| status | StatusEnum | The status of the batch job. | |
| createdBy | String | The unique identifier of the user that created the batch job. | |
| createdByUser | User | [optional] | |
| context | Object | The context of the batch job, the type of the batch job determines what the context should contain. | |
| dryRun | Boolean | Specify if the job must apply the modifications or not. | |
| result | AllOfBatchJobResult | The result of the batch job. | |
| preProcessedAt | OffsetDateTime | The date from which the job has been pre-processed. | |
| processingAt | OffsetDateTime | The date the job is processing at. | |
| confirmedAt | OffsetDateTime | The date when the confirmation has been done. | |
| completedAt | OffsetDateTime | The date of the completion. | |
| canceledAt | OffsetDateTime | The date of the concellation. | |
| failedAt | OffsetDateTime | The date when the job failed. | |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was last updated. | |
| deletedAt | OffsetDateTime | The date with timezone at which the resource was deleted. |
| Name | Value |
|---|---|
| IMPORT | "product-import" |
| EXPORT | "product-export" |
| Name | Value |
|---|---|
| CREATED | "created" |
| PRE_PROCESSED | "pre_processed" |
| CONFIRMED | "confirmed" |
| PROCESSING | "processing" |
| COMPLETED | "completed" |
| CANCELED | "canceled" |
| FAILED | "failed" |