GetGiftFinderProductList
From Wiki
getGiftFinderProductList
This ProductServe function will return the requested gift finder product lists.
Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| No | iAdult | int | Allow adult content | 0 | 1 |
| No | sSort | int | The order in which to return the products | 0 | 1 |
| No | iOffset | int | From which point onwards in the list to return products from | 0 | 1 |
| No | iLimit | int | The maximum number of products to return.
NOTE: If this is not set or a '0' value is passed, only refine-bys will be returned. | 0 | 1 |
| No | oActiveRefineByGroup | RefineByGroup | Objects containing any active refine bys | 0 | Unlimited |
| No | sMode | SearchProductModeOption | The mode to perform server-side searches in | 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 of any returned product | 0 | Unlimited |
| N/A | iTotalCount | int | Total count of products found | 0 | 1 |
| N/A | oActiveRefineByGroup | RefineByGroup | Objects containing any active refine bys | 0 | Unlimited |
| N/A | oRefineByGroup | RefineByGroup | Objects containing any remaining available refine bys | 0 | Unlimited |

