📦 Orders
Overview of the Orders resource, including its structure and available API endpoints.
The Orders resource represents the purchases made by consumers and passed onto our system. It is a central part of the system for managing order lifecycles — from creation to fulfillment to payment or cancellation to their return of origin.
Endpoints
- List Orders (
GET /api/v1/orders) - Create Order (
POST orders/integration) - Create Exchange Order (
POST orders/exchange) - Create Refund Order (
POST orders/refund) - Query Payment Status for multiple orders (
POST orders/integration/paymentStatus)
These endpoints allow clients to manage and track the lifecycle of an order through the API.
