Affiliate using PID

Using a Commission Junction Affiliate ID with Best Buy's product catalog API
Remix has the ability to provide links to products on BestBuy.com that include your CJ Publisher ID, or PID, ensuring that you get affiliate credit for purchases resulting from the referral. This capability is activated automatically when a request to the Remix API includes the "PID=" parameter.
Two links are available. Using the link in the <cjAffiliateUrl> attribute will bring the customer to a product's detail page. Using the link in the <cjAffiliateAddToCartUrl> parameter will add the item to the customer's BestBuy.com cart and bring the customer to the cart page.
Examples for PID
#1 This example uses your PID lists all Nikon products that cost more than $200.
          http://api.remix.bestbuy.com/v1/products(manufacturer=nikon&salePrice>20 0)?show=all&sort=salePrice&apiKey={API KEY HERE}&PID={Your PID}