stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariant > storefrontId

AdminTypes.ProductVariant.storefrontId property

Warning: This API is now obsolete.

Use id instead.

The Storefront GraphQL API ID of the ProductVariant.

As of the 2022-04 version release, the Storefront GraphQL API will no longer return Base64 encoded IDs to match the behavior of the Admin GraphQL API. Therefore, you can safely use the id field’s value instead.

Signature:

storefrontId: Scalars['StorefrontID']['output'];