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
| Name | Type | Description |
|---|---|---|
creatorsId | String | — |
_id | ID! | — |
id | Float! | — |
type | ItemType! | — |
incId | Float | — |
uniqueId | String | — |
oldId | Float | — |
created | Date | — |
modified | Date | — |
seo | SeoEntry | — |
isForbiddenForSale | Boolean | — |
logs ⚠️ | [LogEntry] | ⚠️ Deprecated: No longer supported |
handle ⚠️ | String | ⚠️ Deprecated: No longer supported |
path | String! | — |
uri | String | — |
wants | Int | — |
bitly | String | — |
descriptions | ItemDescriptions! | — |
listings | [Listing!]! | — |
data | ProductItemData! | Product-specific data and metadata. |