Handle external order edits

Sometimes you may notice a warning on the app's "Orders" or "Serialize items" pages indicating that the order contains more tracked than total items. The issue may be caused by item(s) being removed, e.g. via Shopify's "Edit order" or "Return items" pages or other apps.

Why does it happen?

When a portion of items is removed from the order's line, the app doesn't "know" which exact items were removed. Therefore, it still keeps the removed items. Shopify does not support product serialization.

This is only a problem if a subset of items with changes within the line is removed, e.g. 1 out of 2. It is not a problem when

  1. All items in the same line are removed, e.g. 1 out of 1, 2 out of 2, etc.

  2. There are items without any changes, i.e. no serial numbers or custom fields entered.

How can I fix it?

On the "Serialize items" page, remove the unwanted item(s). Click/tap the "Edit items", then "Remove" and "Done".

Once you're happy with the changes, please save by clicking/tapping the "Update order" button.

Fix more tracked than total items warning

Alternatively, you can delete via the Admin Order page's "Edit items" action. Simply select the item(s) to remove and save.

Last updated