Product Catalog Search Service (REST)

Sample URI:

https://product-search.api.cj.com/v2/product-search?website-id=12345678keywords=GPS&serviceable-area=US

Sample Header

Click here for .txt file.

The Product Catalog Search Service is a REST API that enables developers to query and retrieve specific product information from an advertiser’s product catalogs. Developers may search by any number of criteria including price, currency, country, serviceable area and UPC.

Note: Product catalogs with ads designated as private (within the CJ Account Manager) are not available through the Product Catalog Search API. In the future, Commission Junction plans to support this functionality, in which only the advertiser-designated publishers will have access to these private product catalogs.

Commission Junction's REST Web Services use the standard HTTP Authorization header to pass authentication information.  You must provide your developer key to pass authentication. The request URI for the Publisher Lookup Service API must be properly encoded based on HTML 4 specification form content encoding rules. Please refer to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4 for the standard specification.  

Note: Some languages may have built-in utility methods for encoding URIs based on RFC 1738. Unfortunately, these utility methods may not properly encode white space character and "+" character. Specifically, white space character should be encoded to "+" character, and "+" character should be encoded to "%2B".

Click the following links to display more specific information.