item_id property

item_id property

Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999.

Definition:

@property
def item_id(self):
    ...
@item_id.setter
def item_id(self, value):
    ...

See Also