Hi, We recently had to deal with someone who created over 1200 Shopify accounts and then installed ur app in order to use our email sending service. In combating this it would be supe...
Sep 22, 2020
Is there any way to get a list of discounts that match a search string using graphql?
Aug 17, 2020
If you'll create BuyxGetY with Minimum quantity of items option - all works fine, However, if you're using the Minimum purchase amount option it seems like this pr...
Hi, I am in the process of migrating to using GraphQL and it seems that the cancelled_on, activated_on and trial_ends_on are no longer available. Are there any plans for these fiel...
Mar 31, 2020
Hi, I am trying to use this API endpoint: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#lookup-2020-01 It does not work when trying to look up a code...
Aug 7, 2019
Hey guys. Was wondering if any Shopify app developers have a good suggestion for an affiliate management platform i.e leaddyno but for Shopify?
No content to show
User Activity
05-04-2020
Hi, I need to know as soon as an order gets created but it looks like webhooks are not always being delivered when an order is created. Can anyone give me some guidance on how reliable and timely order created webhooks are? My only solution right now...
04-29-2020
What do you think the time table for adding those fields looks like?
04-28-2020
Thank you
04-28-2020
Is the created at date always the same as the date the charge wasactivated? Would it be possible to also add the activated/confirmedtimestamp to GraphQL?
04-26-2020
Is this because this user is on a usage based plan? When users are on paidplans and uninstall then install again the billing period resets.Also, how should I know if a user is inside the trial period or not? TheGraphQL api returns a period end date a...
04-25-2020
Hi, I am having a tough time pinning this down. In general when I query the GraphQL API for billing info I get the correct currentPeriodEnd which is 30 days after the charge was activated like so: {
"data": {
"id": "gid://shopify/AppSubscriptio...
04-10-2020
Hi, The REST API returns an ID for a discount code when you hit the discount codes API at /admin/api/2020-04/price_rules/#{price_rule_id}/discount_codes.jsonLike so: {
"discount_codes": [
{
"id": 507328175,
"price_rule_id": 5073281...