Skip to content
E-commerce platforms

brandlovers.com

BrandLovers Marketplace API V1 sandbox and mock API

Allows sellers to: 1) Load products definitions to the BrandLovers marktplace. 2) Receive and update orders status. 3) Receive and update shipping information. 4) Receive and update customer tickets. All requests consume and return application/json content. All request must be authenticated and use HTTPS. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
36
Collections
-
Event types
-
example request
curl https://your-brandlovers.slurry.io/marketplace/v1/orders \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.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 36.

  • GET/order/{orderId}
  • POST/order/{orderId}/shipment/cancel
  • POST/order/{orderId}/shipment/delivered
  • POST/order/{orderId}/shipment/exchange
  • POST/order/{orderId}/shipment/return
  • POST/order/{orderId}/shipment/sent
  • GET/orders
  • GET/orders/shipments/delivered
  • POST/orders/shipments/delivered
  • GET/orders/shipments/shipped
  • POST/orders/shipments/shipped
  • GET/orders/status/approved