· THE FEED · ONE URL · WE DO THE REST ·
Your catalogue, wired straight in.
You do not upload anything and you do not maintain a second store. You give us one URL that returns your live catalogue as JSON, and your spot renders itself — prices, sizes and stock come from you, so the deck is never stale.
GET https://your-store.com/station-feed.json
{
"brand": "YOUR BRAND",
"updated": "2026-08-16T12:00:00Z",
"items": [
{
"title": "Citrus Gel · 24 pack",
"price": "38.00",
"url": "https://your-store.com/products/citrus-gel",
"handle":"citrus-gel",
"cat": "GEL",
"size": "24 x 32g",
"grade": "A",
"stock": true
}
]
}
Shopify stores already have most of this at /products.json — if that is what you have, send that and we will map it. Any host that returns JSON over HTTPS with CORS open to thestationcalls.com works. We poll it; we never write to it. If the feed goes down the card falls back to a plain link to your shop, so a bad night on your side never shows a broken deck on ours.
What we send back
Every click out of the station carries a partner ID and campaign tags, so the sale shows up in your own analytics as ours before it ever reaches a statement. You can verify our number against your dashboard any day of the month.
What we never take
We never see your customer’s payment details on the commission rail, we do not resell your list, and we do not touch your pricing. The station takes a cut for the introduction. That is the whole arrangement.