Private Supplier Catalogue API

This local test page stores your API key in this browser only. Pick a make, model, and product group to see the available products and prices.

API Key

Catalogue Search

Save your API key, then load makes.

Website Integration

Your website should call the customer-safe endpoints from its server-side config. Customers should never receive ARGIC, MAG, supplier net price, BIR, or NWK.

fetch('http://127.0.0.1:8787/products?make=SUZUKI&model=WAGON%20R', {
  headers: { 'x-api-key': 'YOUR_PRIVATE_KEY' }
})