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...
Dec 21, 2020
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
I have homemade shopify apps dedicated to my client shopify stores and when i open the app admin, it shows the following warning. App updates may be requiredThis app is at risk of no longer working in Shopify as of September 20, 2024. Learn more the ...
04-17-2024
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...
No update yet.
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...
No solution yet.
01-09-2023
Thx @ShopifyDevSup, it works!
01-03-2023
i give up using the discountApplications and get the total discount by the totalDiscountsSet field.
12-29-2022
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...
05-25-2022
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...
01-26-2021
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.
01-26-2021
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
Subject | Views | Posted |
---|---|---|
795 | 05-29-2023 09:41 PM |