beezup.com

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 - Cre

🔑 apikey 224 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

composer require beezup-php-sdk
curl examples
Get all list names
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://api.beezup.com/v2/user/lov/
Get all list names
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://api.beezup.com/v2/public/lov/
Get current synchronization status between your marketplaces and BeezUP accounts
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://api.beezup.com/orders/v3/status
Endpoints (224 total)
GET
/v2/user/lov/
Get all list names
GET
/v2/public/lov/
Get all list names
GET
/orders/v3/status
Get current synchronization status between your marketplaces and BeezUP accounts
GET
/v2/user/catalogs/
Get the index of the catalog API
GET
/v2/user/channels/
List all available channel for this store
GET
/v2/user/customer/
The index of all operations and LOV
GET
/v2/user/analytics/
Get the Analytics API operation index
GET
/v2/public/channels/
Get public channel index
GET
/v2/user/lov/{listName}
Get the list of values related to this list name
GET
/v2/user/customer/offers
Get all standard offers
GET
/v2/user/customer/stores
Get store list
GET
/v2/public/lov/{listName}
Get the list of values related to this list name
Language coverage
PHP
1
At a glance
Total SDKs1
Languages1
Endpoints224
Authapikey
Categories1
https://api.beezup.com