Start your integration with the v1 API now.

Getting started with the v1 API
Using the v1 API in test mode
Authenticating with the v1 API
Making a quote request with the v1 API
Placing an order with the v1 API
Retrieving shipping documents and tracking updates with the v1 API
Retrieving the list of country codes with the v1 API
Retrieving the list of content categories with the v1 API
Retrieving the list of parcel points with the v1 API
Cancelling an API v1 order
Using the PHP library for the v1 API
Problems placing orders with the v1 API

Placing an order with the v1 API

To place an order, you will use the POST /order endpoint, which has a number of parameters in common with the GET /cotation, but requires the complete information of the senders and recipients, the choice of a transport offer and possibly for the international shipments additional information on the content and the reason for the shipment (parameters raison and proforma_N.*).

You must also specify the URL that will be used by the webhook (url_push parameter).

You can optionally choose to select insurance using the assurance and colis.valeur parameters.

Once the order is placed, you can retrieve the Boxtal reference of the order.

Articles that might interest you

Cancelling an API v1 order
Problems placing orders with the v1 API