WarehouseFilterInput
Filtering options for warehouses.
input WarehouseFilterInput {
default: Boolean
fulfillmentIntegrationId: ID
keyword: String
managed: Boolean
sortField: WarehouseSortFieldsEnum
sortType: SortTypeEnum
sourceFulfillmentIntegrationId: ID
sourceIntegrationId: ID
status: StatusEnum
}
Fields
WarehouseFilterInput.default ● Boolean scalar common
Filter by whether the warehouse is the default warehouse.
WarehouseFilterInput.fulfillmentIntegrationId ● ID scalar common
Filter by the fulfillment integration assigned to the warehouse.
WarehouseFilterInput.keyword ● String scalar common
Keyword to search for in the warehouse name. This filter is case insensitive.
WarehouseFilterInput.managed ● Boolean scalar common
Filter by whether the warehouse is managed by Endless Commerce (true) or sourced externally (false).
WarehouseFilterInput.sortField ● WarehouseSortFieldsEnum enum warehouses
Field to sort warehouses by.
WarehouseFilterInput.sortType ● SortTypeEnum enum common
Sort direction for warehouses.
WarehouseFilterInput.sourceFulfillmentIntegrationId ● ID scalar common
Filter by the source fulfillment integration assigned to the warehouse.
WarehouseFilterInput.sourceIntegrationId ● ID scalar common
Filter by the source integration managing the warehouse.
WarehouseFilterInput.status ● StatusEnum enum common
Status to filter warehouses by.
Member Of
warehouses query