input ExclusionFiltersInput

Fields

FieldTypeDescription
exclusion_parameters[String]

List of exclusion filter names. Item cycle counts support: WITHOUT_INVENTORY, WITH_INVENTORY, PICKABLE, NOT_PICKABLE, ACTIVE, INACTIVE, FLAGGED_FOR_RECOUNT, BEING_COUNTED. Location cycle counts support: WITHOUT_INVENTORY, WITH_INVENTORY, SELLABLE, NON_SELLABLE, PICKABLE, NOT_PICKABLE, BEING_COUNTED.

exclude_location_type_ids[String]

Location type IDs to exclude from the cycle count.

last_n_daysInt

Exclude items/locations that were counted in the last N days.

Referenced By

Example

{
  "exclusion_parameters": ["WITHOUT_INVENTORY", "BEING_COUNTED"],
  "exclude_location_type_ids": ["TG9jYXRpb25UeXBlOjEyMzQ=", "TG9jYXRpb25UeXBlOjU2Nzg="],
  "last_n_days": 30
}