Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Cannot use "Plus" APIs

Cannot use "Plus" APIs

andreag1
Visitor
1 0 0

Hi ! I want to use the endpoints that retrives a list of all users founded in Plus APIs, but i got "not found".

 

This is the endpoint that I used

curl -X GET "https://your-development-store.myshopify.com/admin/api/2022-01/users.json" \
-H "X-Shopify-Access-Token: {access_token}"

 

I have put my access_token that start with sp.. and my development store, I have used other enpoints successfully but this one return: 

 

404

{
    "errors": "Not Found"
}
Reply 1 (1)

Alan
Shopify Staff
129 15 25

Hey @andreag1 - this is a great question, thanks for getting in touch. I was able to do a little bit of digging into this for you and can confirm that at the moment the User resource is available only for private apps  and custom apps  installed on Shopify Plus  stores.

 

That said, ff you do have any further questions about development stores and how they interact with the Partners API, I'd recommend reaching out to our Partner Support team directly. They would be able to provide more information/steps on how to access these Plus endpoints with your Partner account.

 

All the best!!

Alan | API Support @ Shopify
- Was my reply helpful? Click Like to let me 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