We are applying for Built for Shopify, but we have encountered a problem. The requirement "Completes 99% of assigned fulfillment orders" only reaches about 98%, which is not 99%

Currently, we do it like this:

  1. In the “assigned_location” of “fulfillment_orders”, it is our APP. We mark it as “fulfillmentOrderSubmitFulfillmentRequest”.
  2. Ship the orders and simultaneously synchronize the logistics tracking number.
  3. 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?