Skip to main content

Specific Rules

  • Why validation cart

    The cart validation is necessary to get the shipping information and the associated prices. For the cart validation, you must provide customer information.

  • Order Ids

    Use POST /purchase-order to place an order.

    It will return one or several sub-orders, if the products provided are sold by different suppliers. One order will be created by supplier.

    About order IDs, we generate them on our side.

    You must wait for our API response returning an OK response before eventually storing the order on your side, because the order creation can be rejected by our system.

  • Price calculation

    Based on the offer, the quantity and the Mega code, the price will be calculated.

    For example, some offers may have a fixed price, while others may have a price based on the quantity.

    Some offers may have a discount based on the Mega code (price per customer group).