From 5cc8d6c78c50f9332772886216da3e38b8aa3ffd Mon Sep 17 00:00:00 2001 From: BuyWhere Date: Mon, 4 May 2026 01:41:58 +0700 Subject: [PATCH 1/2] Add BuyWhere API to Shopping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..7441ed3d 100644 --- a/README.md +++ b/README.md @@ -1535,6 +1535,7 @@ API | Description | Auth | HTTPS | CORS | | [Shopee](https://open.shopee.com/documents?version=1) | Shopee's official API for integration of various services from Shopee | `apiKey` | Yes | Unknown | | [Tokopedia](https://developer.tokopedia.com/openapi/guide/#/) | Tokopedia's Official API for integration of various services from Tokopedia | `OAuth` | Yes | Unknown | | [WooCommerce](https://woocommerce.github.io/woocommerce-rest-api-docs/) | WooCommerce REST APIS to create, read, update, and delete data on wordpress website in JSON format | `apiKey` | Yes | Yes | +| [BuyWhere](https://buywhere.ai/docs) | Agent-native product catalog API for AI agent commerce | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**
From 004c1e43a8943b995d061e741c5f2cadb3f59cfe Mon Sep 17 00:00:00 2001 From: BuyWhere <276059411+BuyWhere@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:57:24 +0000 Subject: [PATCH 2/2] fix(public-apis): place BuyWhere in alphabetical order under Shopping Addresses @ArindamOSS review comment from 2026-05-07: move BuyWhere from end-of-list to alphabetical position (between Best Buy and Digi-Key), and improve the description with country coverage (SG, MY, TH, VN, PH, ID, US) to match the level of detail on neighboring entries. Refs public-apis/public-apis#6001 Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7441ed3d..ae1ea468 100644 --- a/README.md +++ b/README.md @@ -1522,6 +1522,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| | [Best Buy](https://bestbuyapis.github.io/api-documentation/#overview) | Products, Buying Options, Categories, Recommendations, Stores and Commerce | `apiKey` | Yes | Unknown | +| [BuyWhere](https://buywhere.ai) | Real-time product catalog API for AI agents across merchants in 7 countries (SG, MY, TH, VN, PH, ID, US) | `apiKey` | Yes | Unknown | | [Digi-Key](https://www.digikey.com/en/resources/api-solutions) | Retrieve price and inventory of electronic components as well as place orders | `OAuth` | Yes | Unknown | | [Dummy Products](https://dummyproducts-api.herokuapp.com/) | An api to fetch dummy e-commerce products JSON data with placeholder images | `apiKey` | Yes | Yes | | [eBay](https://developer.ebay.com/) | Sell and Buy on eBay | `OAuth` | Yes | Unknown | @@ -1535,7 +1536,6 @@ API | Description | Auth | HTTPS | CORS | | [Shopee](https://open.shopee.com/documents?version=1) | Shopee's official API for integration of various services from Shopee | `apiKey` | Yes | Unknown | | [Tokopedia](https://developer.tokopedia.com/openapi/guide/#/) | Tokopedia's Official API for integration of various services from Tokopedia | `OAuth` | Yes | Unknown | | [WooCommerce](https://woocommerce.github.io/woocommerce-rest-api-docs/) | WooCommerce REST APIS to create, read, update, and delete data on wordpress website in JSON format | `apiKey` | Yes | Yes | -| [BuyWhere](https://buywhere.ai/docs) | Agent-native product catalog API for AI agent commerce | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**