WarehouseCriteria


Description

Specifies the criteria to use when retrieving a list of warehouse (site) summary objects. Only warehouse summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

WarehouseId

LikeRestrictionOfString

A string restriction specifying the ID of the warehouse.

Description

LikeRestrictionOfString

A string restriction specifying the description of the warehouse.

AddressLine1

LikeRestrictionOfString

A string restriction specifying the address of the warehouse.

City

LikeRestrictionOfString

A string restriction specifying the city of the warehouse.

State

LikeRestrictionOfString

A string restriction specifying the state for the warehouse.

PostalCode

LikeRestrictionOfString

A string restriction specifying the postal code of the warehouse.

CountryRegion

LikeRestrictionOfString

A string restriction specifying the country for the warehouse.


Inherits from

Criteria


Documentation Feedback