Handle external order edits
Last updated
Last updated
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 from outside the app, e.g. via Shopify's "Edit order" or "Return items" pages or other apps.
When a portion of items is removed from the order's line outside the app, the app doesn't "know" which exact items were removed. Therefore, it still keeps the serial numbers of 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
All items in the same line are removed, e.g. 1 out of 1, 2 out of 2, etc.
There are items without any changes, i.e. no serial numbers or custom fields entered.
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.
Alternatively, you can delete via the Admin Order page's "Edit items" action. Simply select the item(s) to remove and save.
Please remove items in the app if you need to do so. The app closely mimics Shopify admin's "Edit order" functionality. Unfortunately, the "Return items" functionality is not yet implemented.