Skip to main content

ExportProductsInput Input Type

No description

input ExportProductsInput {
scope: ExportScope!
filter: ProductFilterInput
ids: [ID!]
exportInfo: ExportInfoInput
fileType: FileTypesEnum!
}

Fields

scope ● ExportScope!

Determine which products should be exported.

filter ● ProductFilterInput

Filtering options for products.

ids ● [ID!]

List of products IDs to export.

exportInfo ● ExportInfoInput

Input with info about fields which should be exported.

fileType ● FileTypesEnum!

Type of exported file.

Member Of

exportProducts mutation