Integration with OrderCentral APIs
  • 17 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Integration with OrderCentral APIs

  • Dark
    Light

Article Summary

OrderCentral has a set of APIs that allow you to seamlessly integrate your product catalog, product details, shopping carts with external systems or build your own front end while retaining all product and pricing logic within OrderCentral.

Headless Catalog APIs

Endpoints:

  1. Get Categories: Retrieve a list of product categories.
  2. Get All Products from Category: Retrieve all products belonging to a specific category.

Headless Product APIs

Endpoints:

  1. Get Product: Retrieve detailed information about a specific product.
  2. Get Product Addons: Retrieve a list of addons available for a product.
  3. Get Product Images: Retrieve images associated with a product.
  4. Get Product Options: Retrieve customizable options available for a product.
  5. Get Product Relationships: Retrieve related products associated with a product.

Headless Shopping Cart APIs

Endpoints:

  1. Shopping Carts: Perform operations such as retrieval, addition, updating, and deletion of shopping carts.
  2. Shopping Cart Items: Add, update, and delete items within a shopping cart.
  3. Checkout Shopping Carts: Finalize and process shopping cart orders.

You may use API tools like Postman to test your APIs before integrating with your frontend code.