Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > StorefrontID
Represents a unique identifier in the Storefront API. A StorefrontID
value can be used wherever an ID is expected in the Storefront API.
Example value: "Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0LzEwMDc5Nzg1MTAw"
.
Signature:
StorefrontID: {
input: string;
output: string;
};