Types > InventoryLocation
Commerce APITypesInventoryLocation
InventoryLocation

Description

Topic: Inventory Locations

Fields

address: Address!

Address of the inventory location (warehouse)


created_at: String!

The date and time when the inventory location was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


customer_collection: Boolean!

Whether customer collection is allowed or not

Example: false


enabled: Boolean!

Whether inventory location is enabled or not

Example: true


hours: [InventoryLocationHour!]!


id: String!

Unique inventory location identifier. See also: Unique Identifiers

Example: "il_EQzGqWoY"


lead_time_hours_max: Int

The maximum amount of time the inventory location will take to fulfill the order

Example: 5


lead_time_hours_min: Int

The minimum amount of time the inventory location will take to fulfill the order

Example: 2


name: String!

Name of the inventory location

Example: "Asia Warehouse"


relevant_hours: [InventoryLocationRelevantHours!]!

Valid hours of the location for current and next weeks (according to server time)


special_hours: [InventoryLocationSpecialHours!]!


updated_at: String!

The date and time when the inventory location was updated

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Mutations

inventoryLocationsCreate, inventoryLocationsModify

Queries

inventoryLocations

Types

OrderCustomItem, OrderFulfillment, Packaging, PurchaseOrder, Return, ReturnPolicyShippingOption, ScheduledFulfillment, ScheduledFulfillmentLineItem, ShippingRate, Transfer, VariantInventoryLocation, VariantInventoryLog, VariantSupplier

Preview (typescript)

Loading module