Product method

GET /v1/product/{productId}

Uri parameters

Name Description Type Additional description
productId String Required

Body parameters

None

Request body sample:

None

Response sample:

{
  "ProductCode": "sample string 1",
  "ProductName": "sample string 2",
  "AllowedOptions": [
    {
      "OptionCode": "sample string 1",
      "OptionName": "sample string 2",
      "AllowedToKombineWith": [
        {
          "OptionCode": "sample string 1",
          "OptionName": "sample string 2"
        }
      ]
    }
  ]
}