CategoryProduct

A CategoryProduct represents the assignment of a Product to a Category.

Properties

NameTypeDescription
IdintThe ID of the category-product assignment.
CategoryIdintThe ID of the category that the product belongs to.
Category (via $expand)CategoryThe category that the SKU option belongs to.
ProductIdintThe ID of the product that belongs to the category.
Product (via $expand)ProductThe product that belongs to the category.
SequenceintThe display sequence of this product relative to other products in the category.