Types > CustomerFavorite
Commerce APITypesCustomerFavorite
CustomerFavorite

Description

Topic: Customers

Fields

comparison_price: Int

Price to compare the variant price with for price notification


created_at: String!

The date and time when favorite was created

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

Timestamp (RFC 3339)


customer: Customer

Customer this favorite belongs to

Expandable

Permission bit: "customers.read"


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: ProductVariant

The item customer added to favorites

Expandable

Permission bit: "product_variants.read"


Used By

Mutations

favoritesCreate, favoritesModify

Queries

favorites

Types

CustomerFavoritePage

Preview (typescript)

Loading module