Mar 15, 2022
Hi, The relatively new feature "payments apps" c.f. https://shopify.dev/apps/payments/processing-a-payment triggers Shopify to send a payment request to a third party payment method when the custo...
Aug 23, 2021
Hi, When using the mutation fileCreate, the response is that fileStatus is "UPLOADED". In spite of this, the "files" field on the query root does not contain the file that was just uploaded,...
Hi, I wanted an enum or similar for indicating the current plan for a given shop in the GraphQL API, but I have not been able to find anything other than: { shop { plan { di...
Hi, Where can I find order.source_name from the REST API in the graphql API? Is it to be found at order.publication.name - although the values are not the same (the REST value is e.g. web/p...
Hi, I see that the i18n property is set on AppProvider - I assume this translates all text on the react components in Polaris. How should I go about making custom translations to the remain...
Hi, Sending an invoice on a draft order via the GraphQL with only id as input c.f. the documentation that states that only the id is mandatory, gives an error message: Request: mutation ...
Hi, GraphQL version 2020-01. Query (use order id with authorized transaction and at least one capture transaction): { order(id: "gid://shopify/Order/2007865425968") { totalCa...
Hi, I want to fulfill an order via the graphql API 2010-01. I have been looking at the fulfillmentCreateV2 mutation, but it fails, and I am not sure whether the id I provide is c...
Jan 21, 2020
Hi, In the API I can see there is a "uninstallMessage" field for an app. I see this as a one-time configuration, so I would expect to be able to set it in the app configuration via the part...
Jan 7, 2020
Hi, I am trying to use the ShopifyAPI::GraphQL from the shopify_api gem, which seemed to work fine in my local environment, but I am having problems in my Heroku environment. T...
No content to show
User Activity
Hi, I have submitted an app for app review, but it keeps being rejected with this cause:App must set security headers to protect against clickjacking.To prevent clickjacking attacks, your app must set the proper content security policy directive. If ...
You should check out the headers on the request - specifically shopify-shop-domain for determining the relevant merchant
02-23-2022
Ah the solution always appears when you take the time to write the issue down ;o)The extension version was merely "Approved" and it needs to be "Published" which you can do yourself. Even after creating a new dev shop, the app does not turn up under ...
02-23-2022
Hi, I am having the same issue.I have tried out the following c.f. the suggestions in the thread:I created a version and got it in state "Approved"I created a new dev shop and installed the app in the shopI tried setting externalHandle to the app han...
Hi,I use the graphql mutation fileCreate to upload files. The returned data is a list of files, and a single file has the following parameters: alt, createdAt, fileErrors, fileStatus and preview. Preview contains an "image" field, but this is null, w...
05-11-2020
Hi, What is the current status for this?Is the overall conclusion that the webhookSubscriptionCreate only works for app uninstalled for the GraphQL API? Thanks,-Louise
12-20-2019
It works - fantastic!So close, and yet so far ;o) Thank you!-Louise
12-17-2019
Hi _JB, Thanks, I think that might do the trick, otherwize I'll get back to you. -Louise
Hi, When I copy the example below from https://help.shopify.com/en/api/guides/billing-api/implement-your-business-model#implement-the-appsubscription-resource:mutation {
appSubscriptionCreate(
name: "Super Duper Recurring Plan"
returnUrl: "...
Hi, I want to fetch all orders including their fulfillment and refund line items.When I execute the bulk GraphQL query below, I get the following error message: "Queries that contain a connection field within a list field are not currently supported....