Order flow

Get all
orders
Confirm Order quantities
Fetch shipments
and shipment data
Confirm pack
is completed
Get shipment
labels

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-wholesaler-portal/get-orders/
  2. After you decide to confirm particular order (order quantities), you need to use the following endpoint: https://developer.ananas.rs/developer-wholesaler-portal/confirm-order/. All potential warehouseIds you can retrieve them by using: https://developer.ananas.rs/developer-wholesaler-portal/get-supplier-addresses/
  3. After the order is confirmed, you can fetch shipment data, using the following endpoint: https://developer.ananas.rs/developer-wholesaler-portal/get-shipments/
  4. After the shipment is ready, you need to confirm the package quantities, using the following endpoint: https://developer.ananas.rs/developer-wholesaler-portal/pack-shipment/
  5. The last step in the process is to get the shiping labels, after the label is ready. You can do this with the following GET endpoint: https://developer.ananas.rs/developer-wholesaler-portal/get-shipment-labels/
Copyright © Ananas 2023. All right reserved.