user
The author of a blog article.
Tip
The information returned by the user
object can be edited on the Account page
of the Shopify admin.
Properties
Returns
true
if the author is the account owner of the store. Returnsfalse
if not.The bio associated with the author's account.
If no bio is specified, then
nil
is returned.The URL for the personal website associated with the author's account.
If no personal website is specified, then
nil
is returned.The image associated with the author's account.
If no image is specified, then
nil
is returned.
{
"account_owner": false,
"bio": "Polina got her first cauldron at the tender age of six, and she has been passionate about potions ever since!!",
"email": "polinas.potent.potions@gmail.com",
"first_name": "Polina",
"homepage": null,
"image": {},
"last_name": "Waters",
"name": "Polina Waters"
}
{
"account_owner": false,
"bio": "Polina got her first cauldron at the tender age of six, and she has been passionate about potions ever since!!",
"email": "polinas.potent.potions@gmail.com",
"first_name": "Polina",
"homepage": null,
"image": {},
"last_name": "Waters",
"name": "Polina Waters"
}
Was this section helpful?