Development discussions around Shopify APIs
I have created an public app with sales channel enabled.
I have following scopes enabled on the shopify token that I received:
{
"access_scopes": [
{
"handle": "write_script_tags"
},
{
"handle": "write_customers"
},
{
"handle": "write_products"
},
{
"handle": "write_inventory"
},
{
"handle": "unauthenticated_read_product_listings"
},
{
"handle": "unauthenticated_write_checkouts"
},
{
"handle": "unauthenticated_write_customers"
},
{
"handle": "unauthenticated_read_customer_tags"
},
{
"handle": "unauthenticated_read_content"
},
{
"handle": "unauthenticated_read_product_tags"
},
{
"handle": "read_script_tags"
},
{
"handle": "read_customers"
},
{
"handle": "read_products"
},
{
"handle": "read_inventory"
},
{
"handle": "unauthenticated_read_checkouts"
},
{
"handle": "unauthenticated_read_customers"
}
]
}
But when I try to create store front token with these request details:
POST {{shopurl}}admin/api/2021-04/storefront_access_tokens.json
Body: {
"storefront_access_token": {
"title": "Test"
}
}
I get status code 403 with following response body:
Please help.
Hey @dry41016
So, a POST to the Admin API to storefront_access_tokens.json, provided the access token being passed in the call is a) the same as what you have in the app and b) indeed the app has the right scopes then it should just work. That 403 you'd received is returned when the assigned Token is not eligible to manage Storefront Tokens.
I would double check your Token (or possible create a new one). Let me know if that helps!
Was this issue ever resolved?
Have the same thing here: https://community.shopify.com/c/Shopify-APIs-SDKs/StorefrontAccessToken-Request-quot-Token-must-be-e...
User | RANK |
---|---|
16 | |
7 | |
5 | |
5 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022