DEV

Input.

CatalogItemFilter

No description

Fields

hasAmount

Boolean

Filter to catalogItems with amount set.
Filter by the metadata key and value.

name

String

Fuzzy search by the CatalogItem name.

productId

String

Filter by the CatalogItem productId. @deprecated use productIds instead.

productIds

[String!]

Filter by productIds.

shipToCountry

CountryCode

Filter by the CatalogItem shipToCountry. @deprecated

sku

String

Filter by the CatalogItem sku. @deprecated use skus instead.

skus

[String!]

Filter by skus.

Was this page helpful?