# BeezUP Merchant API API **Provider:** BeezUP Merchant API **Category:** ecommerce **Base URL:** `https://api.beezup.com` **Auth:** api-key — `Ocp-Apim-Subscription-Key: YOUR_API_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/beezup.com/2.0.json ## Description The REST API of BeezUP system Overview The REST APIs provide programmatic access to read and write BeezUP data. Basically, with this API you will be able to do everything like you were with your browser on https://go.beezup.com ! The main features are: - Register and manage your account - Create and manage and share your stores with your friends/co-workers. - Import your product catalog and ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.beezup.com/orders/v3/batches/changeOrders` | Send a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call) | | POST | `https://api.beezup.com/orders/v3/batches/changeOrders/{changeOrderType}` | Send a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call) | | POST | `https://api.beezup.com/orders/v3/batches/clearMerchantOrderInfos` | Send a batch of operations to clear an Order's merchant information (max 100 items per call) | | POST | `https://api.beezup.com/orders/v3/batches/setMerchantOrderInfos` | Send a batch of operations to set an Order's merchant information (max 100 items per call) | | POST | `https://api.beezup.com/orders/v3/harvest` | Send harvest request to all your marketplaces | | POST | `https://api.beezup.com/orders/v3/list/full` | Get a paginated list of all Orders with all Order and Order Item(s) properties | | POST | `https://api.beezup.com/orders/v3/list/light` | Get a paginated list of all Orders without details | | GET | `https://api.beezup.com/orders/v3/lov/orderManagementReadyMarketplaceBusinessCode` | Get the list of MarketplaceBusinessCode ready for Order Management | ## Authentication API key in the Ocp-Apim-Subscription-Key header ``` Ocp-Apim-Subscription-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl 'https://api.beezup.com/orders/v3/batches/changeOrders' \ -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. BeezUP product feed management and marketplace API. Pricing from €99/mo. --- *Source: [API Map](https://apimap.dev/apis/beezup-merchant/) — CC BY 4.0*