input
CatalogItemExportJobCreateInput
ExportJob!
type Mutation { catalogItemExportJobCreate(input: CatalogItemExportJobCreateInput): ExportJob! }
Mutation.
catalogItemExportJobCreate
Creates a new catalog item export job and will send an email to the caller when complete.
Arguments
input
CatalogItemExportJobCreateInput
Returns:
ExportJob!
type Mutation { catalogItemExportJobCreate(input: CatalogItemExportJobCreateInput): ExportJob! }