B

BeezUP Merchant API API

by BeezUP Merchant API

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

ecommerce

Quick Reference

Base URL https://api.beezup.com Auth type API Key Header Auth header Ocp-Apim-Subscription-Key: YOUR_API_KEY Rate limit Based on plan Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/beezup.com/2.0.json Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)2.07s (checked Mar 29, 2026) Builder score D 42% builder-friendly
Pricing
28
Latency
20
Depth
68

Authentication

API key in the Ocp-Apim-Subscription-Key header

Ocp-Apim-Subscription-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. BeezUP product feed management and marketplace API. Pricing from €99/mo.

Key Endpoints

MethodPathDescription
POST /orders/v3/batches/changeOrders Send a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call)
POST /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 /orders/v3/batches/clearMerchantOrderInfos Send a batch of operations to clear an Order's merchant information (max 100 items per call)
POST /orders/v3/batches/setMerchantOrderInfos Send a batch of operations to set an Order's merchant information (max 100 items per call)
POST /orders/v3/harvest Send harvest request to all your marketplaces
POST /orders/v3/list/full Get a paginated list of all Orders with all Order and Order Item(s) properties
POST /orders/v3/list/light Get a paginated list of all Orders without details
GET /orders/v3/lov/orderManagementReadyMarketplaceBusinessCode Get the list of MarketplaceBusinessCode ready for Order Management

Sample Request

curl 'https://api.beezup.com/orders/v3/batches/changeOrders' \
  -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official BeezUP Merchant API documentation.