We are submitting a GraphQL query similar to this: { orders(sortKey: CREATED_AT, first: 10, query: "created_at:>='2021-01-01' created_at:<='2021-01-03' test:false") { edges { curso...
The bulk request 'gid://shopify/BulkOperation/90690617457' returns a list of 3 orders under a specific customer. Another bulk request 'gid://shopify/BulkOperation/90692386929' returns a list of...
This works fine: ''' mutation { bulkOperationRunQuery( query:""" { orders( sortKey: ...
Hi community! I would like to generate a report about my shop visitors, this is what Im interested in: Number of visitors Number of returning visitors Number of new visitors &nbs...
Hi community! I'm trying to recreate a report from the Shopify UI with the graphQl API. The report is “Sales by traffic source” and looks something like this: I'm hav...
No content to show

User Activity

We are experiencing the same thing as well!
No idea, we have never tried one of those.
Try OrderApp.name in conjunction with Catalog.title to get a complete picture of the Sales Channel.
Hi experts,We are using GraphQl (2022-07) to query the ProductSale object from Orders as follows:  orders { edges { node { agreements { edges { node { sales { edges { ...
Hi! We are experiencing a similar issue when running bulkoperation on the Orders object. Some periods return data just fine, while for specific dates we get INTERNAL_SERVER_ERROR, see error message below. Did you manage to find a solution @8data_dev ...
The below query is successful for the dates 2022-05-10 to 2022-05-12, and for 2022-05-13 to 2022-05-15. But when running the same query for 2022-05-11 to 2022-05-15 it fails with INTERNAL_SERVER_ERROR. This must be a bug?We are running version "2021-...
We are experiencing the same issue. We are able to get channel information for some sales channels but "Draft Orders", "Shop" and "Recharge" are missing for some reason. "Publication" also holds sales channel information but these are missing from "P...
We are experiencing the same issues as you. We have tried to use CustomerJourney.customerOrderIndex via a orders query as well, but this field is returned as empty in many situations and isn't as reliable as checking the customer's orders unfortunate...
We have identified the issue that caused internal server error. Previously our bulk-query looked as follows:orders { edges { node { id createdAt customer { id ...
We are still having issues. Some jobs are receiving errors with status CANCELED now as well:"Bulk operation error: {'data': {'node': {'id': 'gid://shopify/BulkOperation/997794840655', 'status': 'CANCELED', 'errorCode': None,...} Any updates on this? ...
We are also experiencing a high frequency of internal service errors starting from 17th August. We are using API-version 2021-07. See an extract of part of the error-code below.  {Bulk operation error: {'data': {'node': {'id': 'gid://shopify/BulkOper...
Thank you for the quick response!  Just one more question, how will you announce when there is a deadline for migration of Private Apps? Will there be an email sent to all customers or is there a site with updates we can follow?
Private Apps are deprecated since January 2022 according to this https://help.shopify.com/en/manual/apps/private-apps  Is there also an end of life for Private Apps? For how long will Private Apps continue to work? Is there a date when people need to...
This widget could not be displayed.
This widget could not be displayed.