Currently, we do it like this:
- In the “assigned_location” of “fulfillment_orders”, it is our APP. We mark it as “fulfillmentOrderSubmitFulfillmentRequest”.
- Ship the orders and simultaneously synchronize the logistics tracking number.
- For orders that do not need to be shipped or have been cancelled, after performing “fulfillmentOrderRejectFulfillmentRequest”, we then close “fulfillment_orders_close”.
But after processing all the orders, it’s still less than 99%. What should we do then?
