GetProduct
From Wiki
getProduct
This ProductServe function will return the requested products.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| No | iProductId | int | The ID of any products we want to return | 0 | Unlimited |
| 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. | 1 | Unlimited |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | oProduct | Product | Objects for any returned product | 0 | Unlimited |

