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 |
---|---|
51 | |
11 | |
6 | |
6 | |
6 |
Thanks to all who participated in our AMA with 2H Media on planning your 2023 marketing bu...
By Jacqui Mar 30, 2023Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023