Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > UnsignedInt64
An unsigned 64-bit integer. Represents whole numeric values between 0 and 2^64 - 1 encoded as a string of base-10 digits.
Example value: "50"
.
Signature:
UnsignedInt64: {
input: string;
output: string;
};