If a list of products that are available for sale is maintained, this API call returns the list of products. If such a list is not maintained, then a 501 Not Implemented status code will be returned.
OK
Bad request
Not found
Internal server error
Not implemented
Service unavailable
Gateway timeout
[- {
- "isDirectTopup": false,
- "productId": "string",
- "barcode": "string",
- "name": "string",
- "description": {
- "additionalDescriptions": {
- "property1": "string",
- "property2": "string"
}, - "primaryDescription": "string",
- "shortDescription": "string"
}, - "type": "AIRTIME_FIXED",
- "wholesalePrice": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "recipientAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "productValues": [
- {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
], - "validityPeriod": {
- "duration": 0,
- "durationUnit": "NANOS"
}, - "productContents": [
- {
- "amount": 0,
- "unit": "KB"
}
], - "operator": {
- "id": "string",
- "name": "string"
}, - "channels": [
- {
- "channelName": "string",
- "productDisplayName": "string",
- "productDisplayCategory": "string",
- "productDisplaySortOrder": 0,
- "channelProductIdentifier": "string"
}
]
}
]