Skip to content
E-commerce platforms

beezup.com

BeezUP Merchant API sandbox and mock 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 s Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
224
Collections
-
Event types
-
example request
curl https://your-beezup.slurry.io/orders/v3/lov/orderManagementReadyMarketplaceBusinessCode \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 224.

  • POST/orders/v3/batches/changeOrders
  • POST/orders/v3/batches/changeOrders/{changeOrderType}
  • POST/orders/v3/batches/clearMerchantOrderInfos
  • POST/orders/v3/batches/setMerchantOrderInfos
  • POST/orders/v3/harvest
  • POST/orders/v3/list/full
  • POST/orders/v3/list/light
  • GET/orders/v3/lov/orderManagementReadyMarketplaceBusinessCode
  • GET/orders/v3/status
  • POST/orders/v3/{marketplaceTechnicalCode}/{accountId}/harvest
  • GET/orders/v3/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}
  • POST/orders/v3/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/clearMerchantOrderInfo