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-portal/get-all-orders/
- 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/
- 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/
- 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/
- 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/