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