This operation is used to retrieve a list of products, filtered using the query parameter(s).This operation has no financial impact and is informative only.
OK
Bad request
Not found
Internal server error
Service unavailable
Gateway timeout
{- "products": [
- {
- "productId": "string",
- "barcode": "string",
- "name": "string",
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "minAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "maxAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "description": "string",
- "isFixedValue": false,
- "receiver": {
- "id": "string",
- "name": "string"
}, - "channelProductListings": [
- {
- "channelName": "string",
- "productDisplayName": "string",
- "productDisplayCategory": "string",
- "productDisplaySortOrder": 0,
- "channelProductIdentifier": "string"
}
]
}
]
}