LogoLogo
  • LiquidCommerce Documentation
  • πŸ”Authentication API Integration
    • Get Access Token
  • Services
    • πŸ—ΊοΈAddress API
      • Autocomplete
      • Details
    • πŸ‘₯Users API
      • Session
      • Fetch User
      • Delete User
      • Create/Update Address
      • Delete Address
      • Add Payment
      • Update Default Payment
      • Delete Payment
    • πŸ—ƒοΈCatalog API
      • Search
      • Availability
    • πŸ›’Cart API
      • Create/Update Cart
    • πŸ›οΈCheckout API
      • Prepare
      • Complete
    • πŸ“Orders API
      • Authentication
      • Get Order
  • CLOUD SDK
    • Overview
    • Methods & Usage
  • EVENTS & ERRORS
    • Overview
    • Cart Events
    • Checkout Status Codes
  • EVENT BRIDGE (WEBHOOKS)
    • Orders
  • Types
    • Loc
    • Catalog
    • Catalog Filters
    • Product
    • Cart
    • User
    • Retailer
    • Checkout
    • Order
Powered by GitBook
On this page
  • Overview
  • Order Statuses
  • Error Handling
  • Rate Limiting
  • Support
Export as PDF
  1. Services

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 begun

  • processing - Order is actively being processed (payment verification, inventory allocation, etc.)

  • canceled - Order has been canceled and will not be fulfilled

  • delivered - 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

PreviousCompleteNextAuthentication

Last updated 1 month ago

πŸ“