No content to show
User Activity
11-15-2023
The selling plan group webhook contains all its selling plans, but the ids of the plans are not included.Is it a bug and should be fixed?Is there another injective field that can help me spot the selling plan that was changed?
11-15-2023
The selling plan group webhook contains all its selling plans, but the ids of the plans are not included.Is it a bug and should be fixed? Is there another injective field that can help me spot the selling plan that was changed?
Hi @Brian_S , Thanks for answering.Will there be a way to use the selling plan id in order to easily query for the selling plan group, or would i need to fetch all the groups and filter for the group contains the relevant selling plan?
11-01-2023
Is there a way for me to connect a subscription contract, which was created via shopify checkout, to the selling plan group it was derived from?
08-02-2023
Is there a way to change a subscription currency code?It seems like the update draft mutation does not allow it, I wanted to be sure I am not missing any other API.
03-21-2023
@ShopifyDevSup Editing a prepaid order is not working, as @keila2k mentioned.Is this a bug? or are we missing something here?
03-16-2023
Hi @ShopifyDevSup, the link redirects to 404 page
Hello,I am trying to filter customers by a text and a tag and getting nothing:But when filtering just by the text (the email) I do find the customer, and it has the tag:It seems like a bug.Can you please supply some help here,thank you!
02-28-2023
Hi @matart,thanks for the answer.First, I can see this here: You can't edit billing cycles for prepaid subscriptions.Also, even if I could use it, I am not sure BillingCycle will allow me to change the already existing FulfillmentOrders. I mean I wou...
02-28-2023
As far as I understand nowadays Shopify API do not support swiping products on a fulfillment order. I wonder if there is a plan do add such ability?Or, is there another way to allow this kind of functionality?
No answer here?
I am trying to filter sellingPlanGroups by the delivery policy.When I am doing something like:sellingPlanGroups(first: 20, query:"delivery_frequency:day") I am getting the groups with the days' interval policies, but it is of course not what I want;I...