Order flow

Get all
orders
Confirm outbound Master
Order quantities
Fetch shipments
and shipment data
Confirm pack
is completed
Get shipping
label

Here we describe order flow process step by step:

  1. First, you need to retrieve all orders (with the particular status) using the following endpoint: https://developer.ananas.rs/developer-portal/get-all-orders/
  2. After you decide to confirm particular order (order quantities), you need to use the following endpoing: https://developer.ananas.rs/developer-portal/confirm-outbound-master-order-quantities/. All potential warehouseIds you can retrieve them by using: https://developer.ananas.rs/developer-portal/get-merchant-warehouses/
  3. After the order is confirmed, you can fatch shipment data, using the following endpoint: https://developer.ananas.rs/developer-portal/fetch-shipments-and-shipment-data/
  4. After the shippment is ready, you need to confirm the package quantities, using the following endpoint: https://developer.ananas.rs/developer-portal/confirm-pack-is-completed/
  5. The last step in the process is to get the shiping label, after the label is ready. You can do this with the following GET endpoint: https://developer.ananas.rs/developer-portal/get-shipping-label/
Copyright © Ananas 2023. All right reserved.