LocationFilter
Represents a filtering option for locations in a warehouse.
type LocationFilter {
account: [FilterOption!] @deprecated
building: [FilterOption!]
company: [FilterOption!]
locationType: [FilterOption!]
zone: [FilterOption!]
}
Fields
LocationFilter.account ● [FilterOption!] deprecated list object common
DEPRECATED
This field is deprecated and will be removed in the future. Accounts or Brands are not applicable to locations. Locations are objects that exists at the company level.
The account filter options for locations in the warehouse.
LocationFilter.building ● [FilterOption!] list object common
The building filter options for locations in the warehouse.
LocationFilter.company ● [FilterOption!] list object common
The company filter options for locations in the warehouse.
LocationFilter.locationType ● [FilterOption!] list object common
The location type filter options for locations in the warehouse.
LocationFilter.zone ● [FilterOption!] list object common
The zone filter options for locations in the warehouse.
Returned By
availableLocationFilters query