All Collections
Troubleshooting
Packing
Re-fetching missing shipping labels in the custom label integration
Re-fetching missing shipping labels in the custom label integration
Vadim Glushachenko avatar
Written by Vadim Glushachenko
Updated over a week ago

No system is perfect, and sometimes it can happen the labels are not getting generated due to the transmission or other kinds of errors.

In case some shipping labels are missing and were not printed, the user can resend the corresponding webhooks manually and fetch the missing labels.

In the case below, the labels for boxes 1 and 2 are missing.

To regenerate the labels, the user has to follow the next steps:

  1. Find the IDs of the affected boxes:

    1. Go the the PACKING section

    2. Press the right mouse button and select INSPECT menu item from the dropdown.

    3. Click on NETWORK

    4. Click the affected task number

    5. Find the field starting with boxes in the name column

    6. expand the packing boxes line and find the right box number.

      0 relates to box 1, 1 relates to box 2, etc.

    7. save the id of the affected boxes

  2. Find the affected task number.

  3. Go to the SETTINGS / REPORTS AND CODES and activate Enable webhooks resend checkbox.

  4. Go to the WEBHOOKS section of the web app and open the WEBHOOKS LOG tab

  5. Apply the filters:

    Webhook type: packing_box_closed
    Number: affected packing task number

  6. Check all the transmissions with a CODE other than 200.

  7. Make sure the transmission is related to the correct box:

    1. Expand the DATA field in the webhook details

    2. Press CTRL+F (CMD+F on Mac) and find "packing_box_id"

    3. Compare the id of the box with the ID of the affected box.

  8. If the ID is correct, select a checkbox and click on RETRY. The webhooks will be restarted.

  9. After doing that, check the affected packing tasks. The labels must be there:

The user can print out the labels and continue shipping out the orders.

Did this answer your question?