AdminPostBatchesReq
admin/batch-jobs.internal.AdminPostBatchesReq
Schema
AdminPostBatchesReq type: object required:
- type
- context
properties:
type:
type: string
description: The type of batch job to start, which is defined by the
batchType
property of the associated batch job strategy. example: product-export context: type: object description: Additional infomration regarding the batch to be used for processing. example: shape: prices: dry_run: type: boolean description: Set a batch job in dry_run mode, which would delay executing the batch job until it's confirmed. default: false
Properties
context
Record<string, unknown>Requireddry_run
booleanRequiredtype
stringRequiredWas this section helpful?