Skip to main content

PublicProductContentItem

This has a many to one relationship with Product, and provides a connection to the CDN items.

type PublicProductContentItem {
alt: String
category: String
contentItemId: ID!
contentKey: String!
contentType: ProductContentType!
demandHqId: ID!
position: Int
productId: ID!
}

Fields​

PublicProductContentItem.alt ● String scalar​

PublicProductContentItem.category ● String scalar​

PublicProductContentItem.contentItemId ● ID! non-null scalar​

PublicProductContentItem.contentKey ● String! non-null scalar​

The key to the file in the CDN

PublicProductContentItem.contentType ● ProductContentType! non-null enum​

PublicProductContentItem.demandHqId ● ID! non-null scalar​

PublicProductContentItem.position ● Int scalar​

Used to determine what order the content comes out in. Positive Integers are allowed, up to 9,999,999,999, and it does not have to be unique or sequential.

PublicProductContentItem.productId ● ID! non-null scalar​

Member of​

ProductContentItemConnection object ● PublicProduct object ● PublicProductContentItemEdge object ● PublicVariant object