GetMerchantProduct
From Wiki
getMerchantProduct
This ProductServe function will return a requested product using a merchants unique product id. This is NOT the ProductServe product id. This is a unique function that is very rarely used. If you are unsure of its use, it is suggested you make use of the GetProduct function instead.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| Yes | iMerchantId | int | The ID of the merchant | 1 | 1 |
| Yes | sMerchantProductId | string | Product ID for the selected merchant | 1 | 1 |
| No | iAdult | int | Allow adult content | 0 | 1 |
| No | sColumnToReturn | string | Columns to return with each product. By default only required columns are returned. Add as many columns as you require from the Product_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 | oProduct | Product | Objects for any returned product | 0 | Unlimited |

