get https://api-sandbox.GiftDeals.com/exchange/v3/supportedProductLines
This will return a list of 'product line' which represents the list of merchants that are supported by Cardpool.
Status Returns
| Http Status | Response Model | Notes |
|---|---|---|
| 200 | ProductLines | |
| 400 | Error | |
| 404 | Error | |
| 500 | Error | |
| 503 | This can happen if the service is down. |
Error Code Returns
| Http Status | Error Code | Message |
|---|---|---|
| 400 | request.missing.parameter.merchantId | deprecated |
| 400 | exchange.bhnContractId.required | deprecated |
| 400 | request.missing.parameter.requestId | The RequestId HTTP header value is missing. |
| 400 | exchange.invalid.x-api-key | The x-api-key HTTP header value is invalid. |
| 404 | exchange.partner.not.found | deprecated |
