# Supported Retailers

Whisk supports the following retailers:

<table data-header-hidden><thead><tr><th width="199">RETAILER</th><th>AVAILABLE COUNTRIES</th><th>REQUIRE ZIPCODE</th><th>STORE INVENTORY</th><th>CHECKOUT FLOW</th></tr></thead><tbody><tr><td>RETAILER</td><td>AVAILABLE COUNTRIES</td><td>REQUIRE ZIPCODE</td><td>STORE INVENTORY</td><td>CHECKOUT FLOW</td></tr><tr><td><code>Tesco</code></td><td>GB</td><td>false</td><td>true</td><td>landing URL</td></tr><tr><td><code>Ocado</code></td><td>GB</td><td>false</td><td>true</td><td>credentials</td></tr><tr><td><code>Walmart</code></td><td>US</td><td>true</td><td>true</td><td>landing URL</td></tr><tr><td><code>Instacart</code></td><td>US</td><td>false</td><td>false</td><td>landing URL</td></tr><tr><td><code>Woolworths</code></td><td>AU</td><td>false</td><td>true</td><td>credentials</td></tr><tr><td><code>AmazonFresh</code></td><td>GB, US, DE</td><td>false</td><td>false</td><td>landing URL</td></tr><tr><td><code>Rewe</code></td><td>DE</td><td>true</td><td>false</td><td>landing URL</td></tr><tr><td><code>Owensmarket</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Kroger</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Gerbes</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Dillons</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Frysfood</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Jaycfoods</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Bakersplus</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Ralphs</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Fredmeyer</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Qfc</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Citymarket</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Payless</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Kingsoopers</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Smithsfoodanddrug</code></td><td>US</td><td>true</td><td>true</td><td>oAuth</td></tr><tr><td><code>Sainsbury's</code></td><td>GB</td><td>false</td><td>true</td><td>oAuth</td></tr></tbody></table>

Additional retailers available available through the Instacart group (Follow the Instacart line in the table above): Albertsons, Food Lion, Giant Food, H-E-B, Hy-Vee, Jewel-Osco, Price Rite, Publix, Safeway, ShopRite, Stop & Shop, Vons

Some retailers are available only in specific regions. To get a retailer for your region please use [available stores endpoint](https://docs.whisk.com/master/api/retailers/get-available-stores).

Column Retailers group represents a bunch of other retailers. And behavior for all of these retailers is the same.

You can use retailer identifiers for [store transfer API](https://docs.whisk.com/master/api/carts/checkout) and for [cart API](https://docs.whisk.com/master/api/carts).
