ykyuen
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎04-17-2024 03:43 AM
Topic Started
6
Topics Started
Topic Solutions
1
Solution
Post Count
17
Posts
Post Kudos
3
Likes

Community Badges

Hi all, I am uploading product images (> 20,000) thru the GraphQL API. The program is single thread so the upload request will be sent one by one in order to avoid throttling. Everything works fi...
Hi all, Is the length of the cart_token generated by Shopify has a constant length? If no, what is the maximum length of the cart_token i could get? Currently what the cart tokens i find have 32 ch...
No content to show

User Activity

We are using app proxy to redirect the shopify frontend request to the app server. however. We have the security team suggesting if there is anyway to safe guard those requests by the following.1. is there any ip range of the app proxy servers such t...
Got the reply from shopify support, they said according to their documentationhttps://shopify.dev/docs/apps/auth/oauth/session-tokensAll embedded apps need to use session tokens because third-party cookies won't work with browsers that restrict cross...
Hi all, I am running two self-built private apps on a production shopify. The 2 apps are embedded app with react frontend and koa.js backend and the authentication are using the deprecated koa-shopify-auth (https://github.com/Shopify/koa-shopify-auth...
i give up using the discountApplications and get the total discount by the totalDiscountsSet field.
Thx for your info. The order does have an discount code entered and i have the discountApplications field in the query. and i could retrieve other fields of the order, so i think the app permission should have been configured correctly.
Hi all, I tried getting the discount_applications of the order object on frontend and it works without problem. but retrieving the order.discountApplications thru the graphql order API returns an empty object. api version: 2022-10discountApplications...
Hi all, I have an shopify app which exposes some endpoints for the shopify frontend to call thru the app proxy. i thought everything is working fine and i could return 4xx response with json. But then i realized that if i return a 500 response with j...
Another problem i found is orginally the order i show above is $634.99 and i refund $100, so the remaining amount is $534.99 which is correct in the order detail page.But in the order listing, the Total amount only contains the Shipping fee $5.99.
Hi all,I wonder if there is a GraphQL mutation for returning an fulfilled item. The only mutation i found is the refundCreate and it has a RETURN option in the RefundLineItemRestockType.I could successfully perform a Refund the fufilled item is doesn...
Hi Kevin,Thanks for your reply. i finally get it working by using stagedUploadsCreate instead of stagedUploadTargetGenerate and previously i thought this request will upload the image so i try to specify the file path in the request parameters but it...
Hi all, I am working the the Shopify admin API (API version: 2020-10) and i want to upload the product image using stagedUploadTargetGenerate. According to the documentation, i need to provide filename, mimeType and resource as input parameters and i...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to