Skip to main content

Availability

No description

interface Availability {
availableQuantity: Int
createdAt: ISO8601DateTime
id: ID
onHandQuantity: Int
onHandQuantityUpdatedAt: ISO8601DateTime
reservedQuantity: Int
updatedAt: ISO8601DateTime
warehouse: Warehouse
}

Fields

Availability.availableQuantity ● Int scalar

The available quantity in the warehouse.

Availability.createdAt ● ISO8601DateTime scalar

When the record was created.

Availability.id ● ID scalar

The unique identifier of the record.

Availability.onHandQuantity ● Int scalar

The on-hand quantity in the warehouse.

Availability.onHandQuantityUpdatedAt ● ISO8601DateTime scalar

When the on-hand quantity was last updated.

Availability.reservedQuantity ● Int scalar

The reserved quantity in the warehouse.

Availability.updatedAt ● ISO8601DateTime scalar

When the record was last updated.

Availability.warehouse ● Warehouse object

The warehouse the availability row refers to.

Implemented By

ProductBundleAvailability object ● ProductProductAvailability object