searchProduct (DSX905A) – Product search accepts as input, criteria for searching for products. It returns general information about products which match the search criteria.
Input parameters:
| Field ID | Description | Type | Length | Constraints |
| request | Selection criteria | productSearchRequest | 1 | Mandatory |
Response:
| Field ID | Description | Type | Occurrence |
| numberOfResults | Number of products | Integer | 1 |
| products | Product details | productSearch | Unbounded array |
| pageKey | Page key. If limiting number of records per page use this value on the next request to position for next page. | String | 1 |
| messageSet | Message set | messageSetDataType | 1 |
