Product
Permission required: product:read
type Product implements BaseProduct {
availabilities: [ProductProductAvailability!]
barcode: String
brand: Brand
createdAt: ISO8601DateTime
id: ID
sku: String
skuDescription: String
updatedAt: ISO8601DateTime
}
Fields
Product.availabilities ● [ProductProductAvailability!] list object
The availability rows of the product, divided by warehouse.
Product.barcode ● String scalar
The barcode of the product.
Product.brand ● Brand object
The brand of the product.
Product.createdAt ● ISO8601DateTime scalar
When the record was created.
Product.id ● ID scalar
The unique identifier of the record.
Product.sku ● String scalar
The product SKU.
Product.skuDescription ● String scalar
The description of the product.
Product.updatedAt ● ISO8601DateTime scalar
When the record was last updated.
Interfaces
BaseProduct interface
Member Of
ProductComponent object ● ProductConnection object ● ProductEdge object ● ProductProductAvailability object