LinkConnector API Help Documentation

API Documentation
 

Product Feed Search - getFeedProductSearch

  Specifications  
This api function allows you to search your available product feeds.
Input Parameters
Field Name Required Type Format/Values (Default Bold) Description
Key Y String   Your API Key
Function Y String getFeedProductSearch Function to call
Format N ENUM CSV | TXT | PSV | JSON | XML Output data format (PSV is the pipe-delimited variation of CSV)
RowStart N Integer   Row offset to start result set
RowsPerCall N Integer   Rows to return per call. (Min: 1, Max:50, Default: 10)
KeywordSearch N String   Limits the result set to rows matching the provided keyword
ProductType N String   Single Token or CSV List of desired Product Types, defaults to all if not passed.
SortField N String Relevance (default) | Title | Price | EPC | Popularity Field to sort on
SortDirection N String ASC | DESC (Default depends on SortField) Sort Direction
MerchantIDs N Integer(s) #[,#] Merchant ID(s) filter
AffiliateID N Integer   Affiliate ID
AffiliateTrack N String   Automatically add this Affiliate Tracking value to the Product URLs.
ImageSizePreference N String Thumb (default) | Image Specifies if ImageURL is a thumbnail or full size image
Output Fields
Field Name Type Format Description
Title String alphanumeric/400 Product Title
Description String alphanumeric/5000 Product Description
Promo String   Product Promotion
Price Currency (USD)   Product Price
ImageURL String alphanumeric/600 Product Image URL
MerchantID Integer   Merchant ID
ProductID String alphanumeric/100 Product ID
URL String alphanumeric/2048 Product URL


The input and output parameters represented in this documentation are the base functionality for each API function. If you require integration assistance, additional output fields, specific input filters, or even new API functions to meet your specific requirements, please do not hesitate to contact our Affiliate Relations department.