PublicSupplierProductContentItem
This has a many to one relationship with SupplierProduct, and provides a connection to the CDN items.
type PublicSupplierProductContentItem {
alt: String
category: String
contentItemId: ID!
contentKey: String!
contentType: SupplierProductContentType!
position: Int
supplierId: ID!
supplierProductId: ID!
}
Fields
PublicSupplierProductContentItem.alt ● String scalar
PublicSupplierProductContentItem.category ● String scalar
PublicSupplierProductContentItem.contentItemId ● ID! non-null scalar
PublicSupplierProductContentItem.contentKey ● String! non-null scalar
The key to the file in the CDN
PublicSupplierProductContentItem.contentType ● SupplierProductContentType! non-null enum
PublicSupplierProductContentItem.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.
PublicSupplierProductContentItem.supplierId ● ID! non-null scalar
PublicSupplierProductContentItem.supplierProductId ● ID! non-null scalar
Member of
PublicSupplierProduct object ● PublicSupplierVariant object