API Documentation
The Commerce Central Developer API is a RESTful API implemented in JSON on top of HTTP. Lexity provides read-write access to a collection of ecommerce-related objects (e.g. products, orders, script tags) via the verbs GET/POST/PUT/DELETE. With these APIs, developers should be able to interact with store's products, monitor inventory, dynamically modify the store's website, etc., using one common API for stores on all platforms.
API Objects
Read the documentation for individual objects made available in the API:
- API Objects: Store
- API Objects: Script Tag
- API Objects: Script Blob
- API Objects: Product
- API Objects: Product Variant
- API Objects: Product Image
- API Objects: Collection
- API Objects: Collect
- API Objects: Webhook
- API Objects: Order (coming soon)
- API Objects: Shopping Cart (coming soon)
More objects will be added soon.