Integration with OrderCentral APIs
- 17 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Integration with OrderCentral APIs
- Updated on 17 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- Get Categories: Retrieve a list of product categories.
- Get All Products from Category: Retrieve all products belonging to a specific category.
Headless Product APIs
Endpoints:
- Get Product: Retrieve detailed information about a specific product.
- Get Product Addons: Retrieve a list of addons available for a product.
- Get Product Images: Retrieve images associated with a product.
- Get Product Options: Retrieve customizable options available for a product.
- Get Product Relationships: Retrieve related products associated with a product.
Headless Shopping Cart APIs
Endpoints:
- Shopping Carts: Perform operations such as retrieval, addition, updating, and deletion of shopping carts.
- Shopping Cart Items: Add, update, and delete items within a shopping cart.
- 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.