No content to show
User Activity
08-26-2022
I have ran a few queries today and at the moment I don't have any error with the 'query: "created_at:>2022-08-25"' attribute. However, not all seems fine, as I have been running bulk queries searching for the last 1000 orders: orders(last: 1000), try...
I am trying to run a few bulk queries for our store orders via the Admin GraphQL API. When running the queries with the first or last attributes: orders(first: 1000){} or order(last: 1000){}, the attributes are completely ignored and the query seems...
08-19-2022
I am using API-version 2022-07, but started having issues around the same time.
08-19-2022
{'errors': [{'message': 'Internal error. Looks like something went wrong on our end.\nRequest ID: 1655c7cf-7008-44a2-8db5-fad3c55c8599 (include this in support requests).',
'extensions': {'code': 'INTERNAL_SERVER_ERROR',
'requestId': '1655c7cf...
@Alan If I could bother you with one more question please.How can I split my order by lineitems? Or have the split order pricing information linked to each individual lineitem? What is happening now is that I run my (bulk) query and download the rep...
Hi Alan, many thanks for clearing that up. You saved me from getting bold, as I was starting to pull my hair out. I had found the refundablequantity before and played with it, but at a quick glance always returned quantity 1 and refundablequantity 1,...
Thanks, but I am simply looking for answer of what should be publicly available information.
Sorry, not sure what to do with that link to WhatApp.
I am looking for the field that holds the data for returned items.I can't find anything under orders that suggest a returned item, and under refunds I don't receive items numbers or skus. Using lineitems under refunds does not return anything. What ...