v1

latestOpenAPI 3.0.12026-07-24116117186.3 KB
Orders

Add orders

The method is used for transferring orders.<br/>To learn more, read <a href="https://docs.esputnik.com/docs/add-orders-api-method-for-order-transferring">Order Transfer Using the Generate event API Method.</a>

post/api/v1/orders

Request body

Example request

{
  "orders": [
    {
      "externalOrderId": "BC12345678",
      "externalCustomerId": "TV12790",
      "date": "2022-05-14T10:11:10.7022176+03:00",
      "email": "john.doe@example.com",
      "marketId": "kyiv",
      "items": [
        {
          "externalItemId": "2345678",
          "name": "Smart Watch Series 7",
          "category": "Smart watches"
        }
      ]
    }
  ]
}