No content to show
User Activity
Nevermind, I think I was storing/using a token that was no longer valid.
12-05-2022
Trying to add subscriptions to a webhook and I'm getting: HttpResponseError: Received an error response (401 Unauthorized) from Shopify:"[API] Invalid API key or access token (unrecognized login or wrong password)"If you report this error, please i...
10-14-2022
Just to build on this. Everything I've found online, leads to the revelation that the context needs to be offline and online context throws this error. My context has never been online and it's always been offline as evidenced by my call: const a...
10-14-2022
Hello my app retrieves your authorization code and the immediately tries to convert it into a permanent access token. I'm making a post to: https://{shop}-dev.myshopify.com/admin/oauth/access_token?client_id={API_KEY}&client_secret={API_SECRET_KEY}&...
10-14-2022
Did you ever get a solution to this? I'm immediately trying to exchange an access code for an authorization token, but it fails. And there's no clear reason why. Are permanent access tokens no longer working or is the documentation incorrect?
Hey I'm 2 years down the road asking the same questions. What did you find regarding how to best charge commissions in a sales channel app? The Billing API still lacks any clarity on the topic. Thank you.
Hello, My session has unauthenticated_read_product_listings scope and when I run the graphql query below: const client = new Shopify.Clients.Graphql(session.shop, session.accessToken);
await client.query({
data: `{
...
Nevermind, I was conflating 2 errors
I'm unable to execute any queries against the graphql client. Following all examples i can find but the client.query method always throws: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer or Uint8Ar...
Did you ever resolve this? Facing a similar problem...