Orders API
The Orders API provides secure access to order data throughout the finalized states of the order lifecycle within the LiquidCommerce ecosystem.
Overview
This API allows retrieval of comprehensive order information through authenticated endpoints. Orders progress through a defined lifecycle with distinct statuses that reflect their current state in the system.
Order Statuses
created
- Order has been successfully created in the system but processing has not yet begunprocessing
- Order is actively being processed (payment verification, inventory allocation, etc.)canceled
- Order has been canceled and will not be fulfilleddelivered
- Order has been successfully delivered to the customer
Error Handling
The API uses standard HTTP response codes to indicate the success or failure of requests. In case of an error, the response body will contain a JSON object with more details about the error.
Rate Limiting
The API is subject to rate limiting to ensure fair usage and maintain performance. If you exceed the rate limit, you'll receive a 429 (Too Many Requests) response.
Support
If you have any questions or need assistance with the API, please contact our support team at support@liquidcommerce.co
Last updated