Skip to main content

Product

No description

type Product {
brand: Brand!
brandId: ID!
bulletPoints: [String!]
categories: [ProductCategory!]
color: Color
createdAt: ISO8601DateTime!
dataQuality: Int!
description: String
height: Decimal
id: ID!
image: ProductImage
images: [ProductImage!]
innerPack: Boolean!
inventoryItemId: ID
length: Decimal
masterCarton: Boolean!
name: String!
pallet: Boolean!
parent: Product
price: Decimal
productCustoms: Customs
productInnerPack: InnerPack
productMasterCarton: MasterCarton
productPallet: Pallet
productPurchasing: Purchasing
productShipping: Shipping
productType: ProductTypeEnum!
productTypeName: String!
ship: Boolean!
size: Size
sku: String
status: ProductStatusEnum!
style: Style
upc: String
updatedAt: ISO8601DateTime!
volume: Decimal
weight: Decimal
width: Decimal
}

Fields

Product.brand ● Brand! non-null object

Product.brandId ● ID! non-null scalar

Product.bulletPoints ● [String!] list scalar

Product.categories ● [ProductCategory!] list object

Product.color ● Color object

Product.createdAt ● ISO8601DateTime! non-null scalar

Product.dataQuality ● Int! non-null scalar

The "Data Quality" field denotes the percentage of fields that have been filled out for a product. This information aids in determining the completeness of a product's information.

Product.description ● String scalar

Product.height ● Decimal scalar

Product.id ● ID! non-null scalar

Product.image ● ProductImage object

Product.images ● [ProductImage!] list object

Product.innerPack ● Boolean! non-null scalar

Product.inventoryItemId ● ID scalar

Product.length ● Decimal scalar

Product.masterCarton ● Boolean! non-null scalar

Product.name ● String! non-null scalar

Product.pallet ● Boolean! non-null scalar

Product.parent ● Product object

Product.price ● Decimal scalar

Product.productCustoms ● Customs object

Product.productInnerPack ● InnerPack object

Product.productMasterCarton ● MasterCarton object

Product.productPallet ● Pallet object

Product.productPurchasing ● Purchasing object

Product.productShipping ● Shipping object

Product.productType ● ProductTypeEnum! non-null enum

Product.productTypeName ● String! non-null scalar

Product.ship ● Boolean! non-null scalar

Product.size ● Size object

Product.sku ● String scalar

Product.status ● ProductStatusEnum! non-null enum

Product.style ● Style object

Product.upc ● String scalar

Product.updatedAt ● ISO8601DateTime! non-null scalar

Product.volume ● Decimal scalar

The "Volume" field denotes the amount of space occupied by a product in three dimensions (length, width, height). This information aids in optimizing storage, packaging, and shipping calculations.

Product.weight ● Decimal scalar

Product.width ● Decimal scalar

Returned By

addProduct mutation ● cloneProduct mutation ● product query ● updateProduct mutation

Member Of

ASNItem object ● InventoryItem object ● OrderItem object ● Product object ● ProductCategory object ● ProductConnection object ● ProductEdge object ● ProductImage object

Implemented By

Notable union