CustomerRoleProduct

A CustomerRoleProduct represents an assignment of a Product to a CustomerRole.

Properties

NameTypeDescription
IdintThe ID of the customer role product assignment.
CustomerRoleIdintThe ID of the customer role that the product is assigned to.
CustomerRole (via $expand)CustomerRoleThe customer role that the product is assigned to.
ProductIdintThe ID of the product that is assigned to the role.
Product (via $expand)ProductThe product that is assigned to the role.
ProductVariantIdintThe 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)ProductVariantThe product variant that is assigned to the role.
InclusionbooleanIf 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.