Every NorthStar SKU, dimension, image URL, and price band — in four common feed formats. Authenticated with your dealer ID; updated nightly.
https://feed.northstar.bp/v1/catalogue.jsonFull catalogue, one SKU per object. Updated nightly at 02:00 EST. ETag + If-Modified-Since supported.
https://feed.northstar.bp/v1/catalogue.csvOne row per SKU, 38 columns. Compatible with Excel, Numbers, and ERPs that can’t read JSON.
https://feed.northstar.bp/v1/catalogue.bmi.xmlBMI-structured XML for German/EU DIY distribution partners. Maps to the BMI 3.1 schema.
https://feed.northstar.bp/v1/catalogue.gdsn.xmlGlobal Data Synchronisation Network pool feed. Required by Rona, Lowe’s, and Home Depot Canada.
Use your dealer account ID as the username and your PIM token (rotatable from the dealer portal) as the password. Rate-limited to 120 requests per minute. Bulk downloads support Range headers.
curl -u NS-QC-00042:${PIM_TOKEN} \
-H "Accept: application/json" \
https://feed.northstar.bp/v1/catalogue.json