A CustomerRoleProduct represents an assignment of a Product to a CustomerRole.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the customer role product assignment. |
CustomerRoleId | int | The ID of the customer role that the product is assigned to. |
CustomerRole (via $expand) | CustomerRole | The customer role that the product is assigned to. |
ProductId | int | The ID of the product that is assigned to the role. |
Product (via $expand) | Product | The product that is assigned to the role. |
ProductVariantId | int | The ID of the product variant that is assigned to the role. If NULL, then all variants of the product are assigned to the role. |
ProductVariant (via $expand) | ProductVariant | The product variant that is assigned to the role. |
Inclusion | boolean | If this flag is true, the product will be included in the specified role. If this flag is false, the product will be excluded from the specified role. |