DEV

Mutation.

catalogItemExportJobCreate

Creates a new catalog item export job and will send an email to the caller when complete.

Arguments

No description

Returns:

ExportJob!

GraphQL
1
2
3
type Mutation {
  catalogItemExportJobCreate(input: CatalogItemExportJobCreateInput): ExportJob!
}

Was this page helpful?