Skip to main content

ProductItem Object

Description

Represents a product item with product-specific data.

Declaration

type ProductItem implements ItemInterface {
creatorsId: String
_id: ID!
id: Float!
type: ItemType!
incId: Float
uniqueId: String
oldId: Float
created: Date
modified: Date
seo: SeoEntry
isForbiddenForSale: Boolean
logs: [LogEntry]
handle: String
path: String!
uri: String
wants: Int
bitly: String
descriptions: ItemDescriptions!
listings: [Listing!]!
data: ProductItemData!
}

Fields

NameTypeDescription
creatorsIdString
_idID!
idFloat!
typeItemType!
incIdFloat
uniqueIdString
oldIdFloat
createdDate
modifiedDate
seoSeoEntry
isForbiddenForSaleBoolean
logs ⚠️[LogEntry]⚠️ Deprecated: No longer supported
handle ⚠️String⚠️ Deprecated: No longer supported
pathString!
uriString
wantsInt
bitlyString
descriptionsItemDescriptions!
listings[Listing!]!
dataProductItemData!Product-specific data and metadata.