Skip to main content

Introduction

The OMS API is an interface dedicated to order management and catalog integration for the Astoreshop platform. It allows users to validate the shopping cart to get shipping information, place orders, and retrieve order details.

Environment

  • Production server : https://oms-api.astoreshop.com/oms-api
  • Test server : https://oms-api-tr01.astoreshop.com/oms-api

Main Features

  1. Cart Validation
    This endpoint allows you to validate customer cart information, including shipping methods and their associated prices.

  2. Order Management

    • Retrieve the details of a specific order using its unique identifier.
    • Place orders with automatic creation of sub-orders based on the suppliers.

Security and Authentication

Access to the API is restricted by authentication tokens obtained via OAuth2.

Cross-Origin Resource Sharing (CORS)

The CORS system complies with W3C specifications and allows cross-domain communication.