Configurator Product Selling Model Option
Output representation of the product selling model option in a product
configuration.
- JSON example
-
"productSellingModelOptions": [ { "id": "0iOxx000000009hEAA", "productId": "01txx0000006jmWAAQ", "productSellingModel": { "id": "0jPxx000000004rEAA", "name": "Termed Annually", "pricingTerm": 1, "pricingTermUnit": "Annual", "sellingModelType": "TermDefined", "status": "Active" }, "productSellingModelId": "0jPxx000000004rEAA" }, { "id": "0iOxx00000000PpEAI", "productId": "01txx0000006jmWAAQ", "productSellingModel": { "id": "0jPxx0000000085EAA", "name": "Evergreen Annually", "pricingTerm": 1, "pricingTermUnit": "Annual", "sellingModelType": "Evergreen", "status": "Active" }, "productSellingModelId": "0jPxx0000000085EAA" } ]
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
id | String | ID of the product selling model option. | Small, 60.0 | 60.0 |
productId | String | ID of the product that’s associated with the product selling model option. | Small, 60.0 | 60.0 |
productSellingModel | Configurator Product Selling Model[] | Product selling model that’s associated with the product selling model option. | Small, 60.0 | 60.0 |
productSellingModelId | String | ID of the product selling model that’s associated with the product selling model option. | Small, 60.0 | 60.0 |