From 5cc8d6c78c50f9332772886216da3e38b8aa3ffd Mon Sep 17 00:00:00 2001 From: BuyWhere Date: Mon, 4 May 2026 01:41:58 +0700 Subject: [PATCH] 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)**