Types > StorefrontCustomerFavorite
Storefront APITypesStorefrontCustomerFavorite
StorefrontCustomerFavorite

Description

Topic: Customers

Fields

created_at: String!

The date and time when favorite was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique customer favorite identifier. See also: Unique Identifiers

Example: "fv_EQzGqWoY"


inventory_notification: Boolean!

Whether inventory notifications are enabled

Example: true


price_notification: Boolean!

Whether price notifications are enabled

Example: false


variant: StorefrontProductVariant

The item customer added to favorites

Expandable

Permission bit: "product_variants.read"


Used By

Mutations

storefrontFavoritesCreate, storefrontFavoritesModify

Queries

storefrontFavorites

Types

StorefrontProductVariant

Preview (typescript)

Loading module