GetMerchantList
From Wiki
getMerchantList
This ProductServe function will return the requested merchants.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| No | iCategoryId | int | The ID of the selected category | 0 | 1 |
| No | iMaxResult | int | Max number of results to return | 0 | 1 |
| No | iAdult | int | Allow adult content | 0 | 1 |
| No | sColumnToReturn | string | Columns to return with each merchant. By default only required columns are returned. Add as many columns as you require from the Merchant_PSAPI data type to your API call to get more data. | 0 | Unlimited |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | oMerchant | Merchant | Objects for any returned merchant | 0 | Unlimited |

