warehouses
Search and retrieve warehouses with comprehensive filtering and pagination.
Provides flexible search capabilities across warehouse data including names, locations, operational status, and capacity information. Results are paginated and can be filtered based on various warehouse criteria.
Possible errors:
- WAREHOUSE_LIST_ERROR: Failed to retrieve warehouses due to database or system error
warehouses(
input: WarehousesSearchInput
): WarehousesResponse!
Arguments
warehouses.input
● WarehousesSearchInput
input
Search criteria for filtering warehouses.
If not provided, returns all accessible warehouses with default pagination settings (12 items per page, page 1).