Types > StorefrontUser
Storefront APITypesStorefrontUser
StorefrontUser

Description

Topic: Users

Fields

created_at: String!

The date and time when the user was created, RFC 3339 format

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

Timestamp (RFC 3339)


display_name: String!

Display name of the user (customers will see it)

Example: "Jane S."


id: String!

Unique identifier for a user

Example: "us_EQzGqWoY"


profile_image: ProfileImage!

Which profile image should be used


profile_image_color: Int!

Preferred color for auto profile image

Example: 5


user_file: UserFile


Used By

Queries

storefrontUsers

Types

StorefrontProductQuestionAnswer, StorefrontProductReviewAnswer, StorefrontReturnHistory

Preview (typescript)

Loading module