A CategoryProduct represents the assignment of a Product to a Category.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the category-product assignment. |
| CategoryId | int | The ID of the category that the product belongs to. |
| Category (via $expand) | Category | The category that the SKU option belongs to. |
| ProductId | int | The ID of the product that belongs to the category. |
| Product (via $expand) | Product | The product that belongs to the category. |
| Sequence | int | The display sequence of this product relative to other products in the category. |
