/
By uploading invoice label

By uploading invoice label

Figma - https://auperator.atlassian.net/wiki/spaces/~5b5af401b259d52d88c531aa/pages/3887890449

  1. Once the label is uploaded, check the following things for an order:-

    1. if status = not onhold,

      • then don't call the unhold api.

      • Return response to frontend with

        status = 200 message = Label uploaded successfully.
    2. if status = onhold,

      • if pincode is serviceable + riskScore is low/medium

        1. call the unhold api.

        2. return response to frontend

          status = 200 message = Label uploaded successfully. The order is now ready for processing.
      • if Pincode is serviceable OR not serviceable + riskScore is high

        1. Don’t call the unhold API.

        2. return response to frontend

          status = 200 message = Label uploaded successfully. Please release the order to make it ready for processing.
    3. Incase of an error

      • error case 1 : if invoice was not successfully uploaded

      • error case 2 : order was not marked unhold due to error in unhold api or exception while calling unhold api

      • error case 3 : Any other exception

      • Return response to frontend with

        status = 400 message = Something went wrong. Please try again after sometime
Add label