Skip to content
Documentation menu

API reference

Catalog & orders

Read the catalog and place orders.

GET/api/v1/catalog/products
List products in the tenant catalog. Bearer + tenant
GET/api/v1/catalog/products/{id}
Fetch a single product. Bearer + tenant
POST/api/v1/orders
Create an order (validated against inventory, credit, fraud). Bearer + tenant
GET/api/v1/orders/{id}
Retrieve an order and its status. Bearer + tenant