API reference
Catalog & orders
Read the catalog and place orders.
GET
/api/v1/catalog/productsList products in the tenant catalog. Bearer + tenant
GET
/api/v1/catalog/products/{id}Fetch a single product. Bearer + tenant
POST
/api/v1/ordersCreate an order (validated against inventory, credit, fraud). Bearer + tenant
GET
/api/v1/orders/{id}Retrieve an order and its status. Bearer + tenant