No content to show
User Activity
Or move to the bulk operation on which gets all data without having to specify first, etc.
Hi,This query works: "query": "{orders(first:50 query: \"created_at:>2024-08-19T00:00:00Z\") { edges { node { id refunds{ id createdAt staffMember{name} totalRefundedSet{shopMoney{amount}}} }}}}"but this one fails with ACCESS_DENIED:"query": "...
08-19-2024
I've developed a private app to get data for external reporting. It gets products and orders and works great, except it only gets information from one sales channel. I understand that the REST api has that restriction, but I expected there'd be a way...