website_ids filter on POST /v1/search lets you scope results to specific stores.
What’s the difference between brands and websites?A brand makes or labels a product (Nike, Dyson). A website is the online store selling it (
nike.com, bestbuy.com). Use brand_ids to filter by brand and website_ids to filter by retailer — they’re independent. One brand’s products often appear on many websites. See the Brand and Website models.Browse supported retailers
UseGET /v0/websites to retrieve the list of retailers available in Channel3.
Filter search results by retailer
Pass one or more website IDs to thewebsite_ids filter to restrict results to those retailers.
Combining with other filters
Retailer filters compose with all other search filters.TypeScript