ProductProductAvailability
No description
type ProductProductAvailability implements Availability {
availableQuantity: Int
createdAt: ISO8601DateTime
id: ID
onHandQuantity: Int
onHandQuantityUpdatedAt: ISO8601DateTime
product: Product
reservedQuantity: Int
updatedAt: ISO8601DateTime
warehouse: Warehouse
}
Fields
ProductProductAvailability.availableQuantity ● Int scalar
The available quantity in the warehouse.
ProductProductAvailability.createdAt ● ISO8601DateTime scalar
When the record was created.
ProductProductAvailability.id ● ID scalar
The unique identifier of the record.
ProductProductAvailability.onHandQuantity ● Int scalar
The on-hand quantity in the warehouse.
ProductProductAvailability.onHandQuantityUpdatedAt ● ISO8601DateTime scalar
When the on-hand quantity was last updated.
ProductProductAvailability.product ● Product object
The product the availability row refers to.
ProductProductAvailability.reservedQuantity ● Int scalar
The reserved quantity in the warehouse.
ProductProductAvailability.updatedAt ● ISO8601DateTime scalar
When the record was last updated.
ProductProductAvailability.warehouse ● Warehouse object
The warehouse the availability row refers to.
Interfaces
Availability interface
Returned By
warehouseAvailabilitiesBulkUpdate mutation
Member Of
Product object