Skip to main content

ProductsExportInput

Parameters to filter a products export.

input ProductsExportInput {
archiveStatus: ProductArchiveStatusEnum
brandIds: [ID!]
categoryIds: [ID!] @deprecated
colorIds: [ID!] @deprecated
deletionStatus: ProductDeletionStatusEnum @deprecated
description: String
includeBrandless: Boolean
innerPack: Boolean
keyword: String
masterCarton: Boolean
name: String
pallet: Boolean
productAttributeFilters: [ProductAttributeFilterInput!]
productType: ProductTypeEnum
quickSearch: String
sizeIds: [ID!] @deprecated
sku: String
status: ProductStatusEnum @deprecated
styleIds: [ID!] @deprecated
supplierIds: [ID!]
upc: String
}

Fields

ProductsExportInput.archiveStatus ● ProductArchiveStatusEnum enum products

The archive status of the queried products.

ProductsExportInput.brandIds ● [ID!] list scalar common

IDs of the brands to get products for.

ProductsExportInput.categoryIds ● [ID!] deprecated list scalar common

DEPRECATED

Use productAttributeFilters instead. This argument will be removed in the future.

IDs of the categories to filter products by.

ProductsExportInput.colorIds ● [ID!] deprecated list scalar common

DEPRECATED

Use productAttributeFilters instead. This argument will be removed in the future.

IDs of the colors to filter products by.

ProductsExportInput.deletionStatus ● ProductDeletionStatusEnum deprecated enum products

DEPRECATED

Use archiveStatus instead. This argument will be removed in the future.

The deletion status of the queried products.

ProductsExportInput.description ● String scalar common

Filter products by description.

ProductsExportInput.includeBrandless ● Boolean scalar common

When true, include products with no brand in the result set (within the current company scope).

ProductsExportInput.innerPack ● Boolean scalar common

Filter products by whether they have inner pack data.

ProductsExportInput.keyword ● String scalar common

Filter products by keyword. Searches in name, SKU, UPC, product type, and description and brand name. This filter is case-insensitive and should have a minimum length of 3 characters. If a keyword with less than 3 characters is provided, it will be ignored.

ProductsExportInput.masterCarton ● Boolean scalar common

Filter products by whether they have master carton data.

ProductsExportInput.name ● String scalar common

Filter products by name.

ProductsExportInput.pallet ● Boolean scalar common

Filter products by whether they have pallet data.

ProductsExportInput.productAttributeFilters ● [ProductAttributeFilterInput!] list input products

Filter products by attribute values. Each entry filters by a specific attribute definition. Multiple entries are AND-combined (product must match all filters).

ProductsExportInput.productType ● ProductTypeEnum enum products

Filter products by product type.

ProductsExportInput.quickSearch ● String scalar common

Fast product search scoped to SKU and name. This filter is case-insensitive and is optimized for product list search.

ProductsExportInput.sizeIds ● [ID!] deprecated list scalar common

DEPRECATED

Use productAttributeFilters instead. This argument will be removed in the future.

IDs of the sizes to filter products by.

ProductsExportInput.sku ● String scalar common

Filter products by SKU.

ProductsExportInput.status ● ProductStatusEnum deprecated enum products

DEPRECATED

This argument will be removed in the future. Use archiveStatus instead to determine if the product is active or inactive(archived).

ProductsExportInput.styleIds ● [ID!] deprecated list scalar common

DEPRECATED

Use productAttributeFilters instead. This argument will be removed in the future.

IDs of the styles to filter products by.

ProductsExportInput.supplierIds ● [ID!] list scalar common

IDs of the suppliers associated with the products.

ProductsExportInput.upc ● String scalar common

Filter products by UPC.

Member Of

RequestProductsExportInput input