Product method
GET /v1/product/GetOptionCombinationsForProduct/{productId}
Uri parameters
Name | Description | Type | Additional description |
---|---|---|---|
productId | String | Required |
Body parameters
None
Request body sample:
None
Response sample:
[ { "OptionCode": "sample string 1", "OptionName": "sample string 2", "AllowedToKombineWith": [ { "OptionCode": "sample string 1", "OptionName": "sample string 2" } ] } ]