MovementOMS

Your website and your books, on the same records.

Org API keys read inventory and write leads. rennwrist.com runs its storefront on this API in production: stock, holds, and request intake.

GET/api/v1/inventory
GET/api/v1/inventory/{id}
POST/api/v1/leads
GET/api/v1/journal
GET /api/v1/inventory
{
  "items": [{
    "id": 214,
    "brand": "Rolex",
    "model": "Submariner",
    "reference": "126610LN",
    "status": "in_stock",
    "askPrice": 12450
  }],
  "page": 1
}
Read the API reference
Developers · Movement OMS