Skip to main content

BaseProduct

No description

interface BaseProduct {
barcode: String
brand: Brand
createdAt: ISO8601DateTime
id: ID
sku: String
skuDescription: String
updatedAt: ISO8601DateTime
}

Fields

BaseProduct.barcode ● String scalar

The barcode of the product.

BaseProduct.brand ● Brand object

The brand of the product.

BaseProduct.createdAt ● ISO8601DateTime scalar

When the record was created.

BaseProduct.id ● ID scalar

The unique identifier of the record.

BaseProduct.sku ● String scalar

The product SKU.

BaseProduct.skuDescription ● String scalar

The description of the product.

BaseProduct.updatedAt ● ISO8601DateTime scalar

When the record was last updated.

Implemented By

Product object ● ProductBundle object