INPUT_OBJECT
AdvertFilters
Attributes for filtering adverts
link GraphQL Schema definition
- input AdvertFilters {
- # Advert with matching marketplacer database ID
- Int :
- # Variants with matching barcode
- String :
- # Advert with variant with matching sku
- String :
- # Advert with matching title
- String :
- # Advert with matching brand
- ID :
- # Advert with matching category
- ID :
- # Advert that have been rejected via vetting
- Boolean :
- # Advert with matching status
- AdvertStatusEnum :
- # Select adverts created since this time
- ISO8601DateTime :
- # Select adverts created until this time
- ISO8601DateTime :
- # Adverts that have catalog rule errors
- Boolean :
- }