Skip to main content
Version: 3.x

ExportInfoInput

No description

input ExportInfoInput {
attributes: [ID!]
warehouses: [ID!]
channels: [ID!]
fields: [ProductFieldEnum!]
}

Fields

ExportInfoInput.attributes ● [ID!] list scalar

List of attribute ids witch should be exported.

ExportInfoInput.warehouses ● [ID!] list scalar

List of warehouse ids witch should be exported.

ExportInfoInput.channels ● [ID!] list scalar

List of channels ids which should be exported.

ExportInfoInput.fields ● [ProductFieldEnum!] list enum

List of product fields witch should be exported.

Member of

ExportProductsInput input


Was this page helpful?