Serialize items from the Admin Order page

The new and more convenient method to serialize your orders

Initial setup

1. Go to any of the Shopify Admin Order pages and find the "App blocks" section.

  1. Click "+ App block" and select "Tracked items" with the app's logo

  1. Click "Pin to page for all staff" (top right corner of the block) to keep Serializer's app block in all Admin Order pages.

Making changes

  1. Click "Edit items" button at the bottom right or the the little pencil button at the top right to make changes to the trackable items (unique products) in the order.

  2. A popup window should open with the list of unique items

  1. Fill in the fields with values

  1. Once you're happy with the changes, click "Save".

  2. Once saved, the popup will close automatically and You should see the updated values in the admin block.

Items are saved in Serializer's database and Shopify's order metafield under the namespace "serializer" and key "properties".

Shopify Admin blocks are limited to 600px in height. Therefore, if the order contains many items and fields, values may be truncated. Currently, the top 3 filled fields' values (serial number, warranty duration, custom fields) are reflected in the app block.

Top-level items' status

As part of the update a few new app-specific status badges were introduced

  • Complete - all tracked items' fields have been filled - there is no additional input required.

  • Incomplete - all or a subset of tracked items' fields are empty

  • Removable - there are more tracked items in the app's database than the current quantity of items in Shopify. Learn more about why it happens. Simply click "Edit items", select the items to remove and save.

  • Tracked - a total number of tracked items. Generally, only shown together with the number of "Incomplete" or "Removable" items.

Last updated