REST API

Connect products, quotes, checkout, and assurance.

The Shopping API is built around a single commerce record: search intent becomes quotes, quotes become checkout sessions, and checkout sessions carry the assurance trail.

POST/api/shop/quotes

Create a sourcing request from structured buyer requirements and attach supplier evidence.

{"volume":500,"certifications":["CE"],"target_delivery":"EU"}
POST/api/shop/checkout

Create a secure checkout session with tax, invoice, and account context.

{"quote_id":"qt_123","billing_country":"AT"}
GET/api/shop/orders/{id}/assurance

Planned for Q3 2026: read KYC state, escrow state, shipment state, document checklist, and dispute evidence.

POST/webhooks/shop

Receive order, payment, shipment, document, and dispute updates in your back office.