Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_NON_2XX_3XX_RESPONSE - shopify.location.list #647

Open
chiragpurohit71085 opened this issue Feb 20, 2024 · 0 comments
Open

ERR_NON_2XX_3XX_RESPONSE - shopify.location.list #647

chiragpurohit71085 opened this issue Feb 20, 2024 · 0 comments

Comments

@chiragpurohit71085
Copy link

code: 'ERR_NON_2XX_3XX_RESPONSE',
timings: {
start: 1708419659304,
socket: 1708419659305,
lookup: 1708419659305,
connect: 1708419659391,
secureConnect: 1708419659397,
upload: 1708419659397,
response: 1708419659719,
end: 1708419659725,
error: undefined,
abort: undefined,
phases: {
wait: 1,
dns: 0,
tcp: 86,
tls: 6,
request: 0,
firstByte: 322,
download: 6,
total: 421
}
}
}

I got almost all the possible permissions

const shopify = new Shopify({
shopName: bsShopifyStoreInfo.shop,
accessToken: decryptedToken
});

const locations = await shopify.location.list();

permissions

unauthenticated_read_product_inventory,write_inventory,read_inventory,read_product_listings,read_products,write_products,unauthenticated_read_content,unauthenticated_read_customer_tags,unauthenticated_read_product_tags,unauthenticated_read_product_listings,unauthenticated_write_checkouts,unauthenticated_read_checkouts,unauthenticated_write_customers,unauthenticated_read_customers,read_orders,write_orders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant