Skip to main content

ProductsExportInput

Parameters to filter a products export.

input ProductsExportInput {
brandId: ID
includeArchived: Boolean
productType: ProductTypeEnum
}

Fields

ProductsExportInput.brandId ● ID scalar common

Filter by product brand. If omitted, exports all brands in the company.

ProductsExportInput.includeArchived ● Boolean scalar common

Include archived products in the export.

ProductsExportInput.productType ● ProductTypeEnum enum products

Filter by product type.

Member Of

RequestProductsExportInput input