Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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...