Order flow
Here we describe order flow process step by step:
- First, you need to retrieve all orders (with the particular status) using the following endpoint: https://developer.ananas.rs/developer-wholesaler-portal/get-orders/
- 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/
- After the order is confirmed, you can fetch shipment data, using the following endpoint: https://developer.ananas.rs/developer-wholesaler-portal/get-shipments/
- 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/
- 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/