-
Looking at the Wiki API Authentication is still in progress, i would like to extend Shopify API and create an endpoint to retrieve product by it's metafield, although when i try to do an API call "No authenticated user or shop domain in file", how do i make authenticated API calls through the API? |
Beta Was this translation helpful? Give feedback.
Answered by
Kyon147
Jan 20, 2023
Replies: 1 comment
-
There is detail on this page to get you started https://github.com/Kyon147/laravel-shopify/wiki/Usage#accessing-api-for-the-current-shop You need to load up the shop model you wish to access, then can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Stelikas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is detail on this page to get you started https://github.com/Kyon147/laravel-shopify/wiki/Usage#accessing-api-for-the-current-shop
You need to load up the shop model you wish to access, then can use
->api()