ExportInfoInput
No description
input ExportInfoInput {
  attributes: [ID!]
  warehouses: [ID!]
  channels: [ID!]
  fields: [ProductFieldEnum!]
}
Fields
ExportInfoInput.attributes ● [ID!] list scalar miscellaneous
List of attribute ids witch should be exported.
ExportInfoInput.warehouses ● [ID!] list scalar miscellaneous
List of warehouse ids witch should be exported.
ExportInfoInput.channels ● [ID!] list scalar miscellaneous
List of channels ids which should be exported.
ExportInfoInput.fields ● [ProductFieldEnum!] list enum products
List of product fields witch should be exported.
Member Of
ExportProductsInput input