Introduction
The Accor OMS API is an interface designed for catalog integration and order management on the AStoreShop platform. It allows users to validate the shopping cart to retrieve shipping information, place orders, and retrieve order details.
Environment
- Production server :
https://oms-api.astoreshop.com/oms-api - Test server :
https://oms-api-pp.astoreshop.com/oms-api
Main Features
-
Cart Validation: This endpoint allows you to validate a customer's cart information, including shipping methods and their associated prices. It returns the cart split into logistical orders based on the supplier.
-
Order Management:
- Retrieve the details of a specific order using its unique identifier.
- Place logistical orders and transfer them to our suppliers.
Security and Authentication
Access to the API is secured via authentication tokens obtained through OAuth2.
Cross-Origin Resource Sharing (CORS)
The CORS policy adheres to W3C specifications and allows cross-domain communication.