Skip to main content

ProductCostEstimatesExportInput

Parameters to filter a Product Cost Estimates export.

input ProductCostEstimatesExportInput {
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

ProductCostEstimatesExportInput.archiveStatus ● ProductArchiveStatusEnum enum products

The archive status of the queried products.

ProductCostEstimatesExportInput.brandIds ● [ID!] list scalar common

IDs of the brands to get products for.

ProductCostEstimatesExportInput.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.

ProductCostEstimatesExportInput.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.

ProductCostEstimatesExportInput.deletionStatus ● ProductDeletionStatusEnum deprecated enum products

DEPRECATED

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

The deletion status of the queried products.

ProductCostEstimatesExportInput.description ● String scalar common

Filter products by description.

ProductCostEstimatesExportInput.includeBrandless ● Boolean scalar common

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

ProductCostEstimatesExportInput.innerPack ● Boolean scalar common

Filter products by whether they have inner pack data.

ProductCostEstimatesExportInput.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.

ProductCostEstimatesExportInput.masterCarton ● Boolean scalar common

Filter products by whether they have master carton data.

ProductCostEstimatesExportInput.name ● String scalar common

Filter products by name.

ProductCostEstimatesExportInput.pallet ● Boolean scalar common

Filter products by whether they have pallet data.

ProductCostEstimatesExportInput.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).

ProductCostEstimatesExportInput.productType ● ProductTypeEnum enum products

Filter products by product type.

ProductCostEstimatesExportInput.quickSearch ● String scalar common

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

ProductCostEstimatesExportInput.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.

ProductCostEstimatesExportInput.sku ● String scalar common

Filter products by SKU.

ProductCostEstimatesExportInput.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).

ProductCostEstimatesExportInput.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.

ProductCostEstimatesExportInput.supplierIds ● [ID!] list scalar common

IDs of the suppliers associated with the products.

ProductCostEstimatesExportInput.upc ● String scalar common

Filter products by UPC.

Member Of

RequestProductCostEstimatesExportInput input