How can I get store’s photo url?

Solved

How can I get store’s photo url?

camerafi-dev
Shopify Partner
6 0 3

Hi.

Is there a way to get a store’s photo url?
(such as 'GET /admin/api/2022-10/shop.json')

스크린샷 2022-11-17 오후 4.35.40.png

Thank you.

Accepted Solution (1)

ShopifyDevSup
Shopify Staff
1453 238 508

This is an accepted solution.

Hey @camerafi-dev, you should be able to use the Assets API to grab a shop's logo, provided you have the access scopes enabled on your app. There's a bit more info in this post from a couple of years back. Hope this helps! 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

View solution in original post

Replies 2 (2)

ShopifyDevSup
Shopify Staff
1453 238 508

This is an accepted solution.

Hey @camerafi-dev, you should be able to use the Assets API to grab a shop's logo, provided you have the access scopes enabled on your app. There's a bit more info in this post from a couple of years back. Hope this helps! 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

camerafi-dev
Shopify Partner
6 0 3

thx. I will use it