Dec 11, 2020
Hi Shopify team, I've made a call to Admin GraphQL API with mutation "refundCreate", and return OrderLineitems with refundableQuantity. It used to work as expected, return 0 after refund, but sudde...
Apr 12, 2020
Hi Shopify, I'm trying to create a draft order with draftOrderCreate operation in GraphiQL APP, and somehow I keep receiving "DraftOrderCreate access denied", but as showing in the photo, the perm...
Nov 21, 2019
Hi there, I'm building a react-native mobile app with js-buy-sdk, when i call fetchWithProducts function to get all products in a specific collection, it always returns only 20 products, no matter w...
No content to show
User Activity
Any suggestion or need some more detail?
02-09-2021
When a Singapore-based user clicks on G pay express checkout, the billing address for some reason doesn't carry the city value (ie Singapore), and when the user clicks "pay now", nothing happens and the user will just get stuck there. We suspect it's...
Hi there,I'm building a mobile APP with react-native using Shopify Storefront API, when I going to implement checkout function I face some problem.In our business model, if customers with specific tag then they don't need to pay money for buying spec...
10-01-2019
I see, thanks for your reply, hope this feature would be implemented soon
10-01-2019
Hi @swalkinshaw ,Thank you for your reply, I understand there is always security and privacy issues, but for me, showing a cancelled order in my previous order list doesn't make sense, or at least I could know which order has been cancelled, and that...
09-30-2019
HI,Is there any way to get un-cancelled order via StoreFront API, like in REST admin API, I know I can use "status=open" to filter out only open orders, in GraphQL Admin API I could use the similar query "query: "status=open" " as well, but in StoreF...
https://help.shopify.com/en/api/guides/managing-fulfillments#create-a-fulfillmentI follow tutorial above step by step, and the post json format is:{
"fulfillment": {
"location_id": 123456789,
"tracking_number": "123"
},
"l...