Skip to main content

warehouse

Retrieve detailed information about a specific warehouse.

Returns comprehensive warehouse data including location details, addresses, operational settings, and capacity information. Used for warehouse management and logistics planning.

Possible errors:

  • WAREHOUSE_NOT_FOUND_ERROR: Warehouse with the specified ID does not exist
  • WAREHOUSE_GET_ERROR: Failed to retrieve warehouse due to database or system error
warehouse(
id: Int!
): Warehouse!

Arguments

warehouse.id ● Int! non-null scalar

Unique identifier of the warehouse to retrieve.

Must be a positive integer representing a valid warehouse ID in the system.

Type

Warehouse object

Warehouse facility for inventory storage and logistics operations.

Represents a physical or virtual warehouse location used for storing inventory, processing orders, and managing logistics operations. Includes operational settings, business hours, and address information.