EugeneKim
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-12-2023 12:36 PM
Topic Started
11
Topics Started
Topic Solutions
3
Solutions
Post Count
60
Posts
Post Kudos
27
Likes

Community Badges

Hello, I'd like to limit the number of results returned to me when performing a bulk operation. The "Perform bulk operations with the GraphQL Admin API" tutorial states that the "first", "cursor", ...
My app creates an AppSubscription and I'd like to be able to determine if the shop that installs the app is some kind of test shop (e.g. partner store, staff store) or if it's that of a real customer...
Hello, I'm trying to create an AppSubscription instance with two usage charge types. I'm met with the following error: ""Cannot have more than one plan with the same pricing details" Is creating a...
Hello, I'm implementing billing for my app and I'd like to test what a shop will see on an upcoming bill. My app charges a combination of a regular recurring rate and variable usage charges. Is ther...
Does the `confirmationUrl` returned by an `appSubscriptionCreate` mutation expire before the 2 day expiration period of the `AppSubscription` instance? I'm creating an `AppSubscription` instance on i...
Hello, Is there an API I can use to download all publicly available Shopify app information on the app store? e.g. retrieve all app information for apps categorized as Marketi...
Hello, I'm reading through order properties in the REST Admin API documentation page and I'm seeing some properties that seem redundant. Example: We have both `order.email` an...
No content to show

User Activity

When parsing a bulk operation JSONL file with nested items from top to bottom line by line, when I reach a new top level parent object, does that mean I've gone through all children of the previous parent? ContextWhen processing a bulk operation JSON...
@Josh is there an update on this? Any kind of response would be appreciated
Hi @Alex ,Any idea when the abandoned checkout resource will be made accessible via the GraphQL Admin API?
@BStubbs (or anyone else) do you know why the all_subscription_contracts scope is causing issues? The documentation page on the SubscriptionContract object makes no indication of restrictions on the `all_subscription_contracts` scope but strangely mi...
Got it, thanks @CalD for the reply! Acknowledgement that Shopify staff read the post means a lot.
I have a private Shopify app and I'm running into errors querying for orders that I am not coming across when making the same query using an access token I've received via OAuth.The query: query bugOrderQuery { orders(first: 1) { edges { ...
@TroyFeedo how many nested connections are there your query? It seems hard to believe that the store has over a million collections.If you have multiple nested connections then it may be worth it to split up your bulk operation query so that each que...
As the title indicates, I'd like to stay up to date on the DeliveryProfile object but I don't see a webhook subscription for this object. Is this possible? If not, are there plans to make it so?
It sounds as if your endpoints don't validate that the user making the request is actually who they say they are. You should probably do that by requiring that your endpoints check for a secret for each verified user.
Your application could utilize admin links in the order detail page to link to a QR code that's associated with that order. When you create the admin link for the order details page, the shop admin can click the link for your app.Example:When someone...
Hey @Prerana ,Which API are you using (REST vs GraphQL) and how are you constructing the request?
SBD_ another follow up:RecurringApplicationCharge.trial_ends_on is a date rather than a datetime. What time of day does the trial end? Thank you
Hi SBD_ , a couple questions:Can you confirm that the free trial for a user only starts upon activation rather than AppSubscription creation?If I want to extend the free trial of a merchant that already has an active AppSubscription instance and I cr...
Would love to get input from Shopify staff on why we're not getting an hmac from Shopify for the returnUrl. Other threads have been made with no response from Shopify as well:https://community.shopify.com/c/Shopify-APIs-SDKs/URGENT-Issue-with-recurri...
Bump. This question was never answered. My app extensively uses the app proxy and I'd like to ensure that I have record of the proxy url being used. Shopify Staff is there an API endpoint we can hit to get this up to date information?
This widget could not be displayed.
This widget could not be displayed.