Skip to content
DEV preview — API version 1.0.0 — not the public production site — Development API: dev-api.theprioryshop.co.uk

Changelog

Initial public contract.

  • GET /v1/catalog/products, GET /v1/catalog/products/{id} - product catalog, scope catalog.products.read.
  • GET /v1/catalog/categories - category list, scope catalog.categories.read.
  • GET /v1/catalog/promotions - customer-facing promotions, scope catalog.promotions.read.
  • GET /v1/inventory/stock - exact inventory stock levels, scope inventory.stock.read.
  • Integration API key authentication, per-tenant/per-store access boundaries, stable error contract, request IDs, and rate limiting.
  • This documentation site and its machine-readable OpenAPI document.

No breaking changes have shipped yet. See API Overview for how a future breaking change would be introduced.