No content to show
User Activity
Hi @kevnob That what I have been trying to do From what I can understand from the documentation Orders doesn't have a fulfilledOnDate (or similar) in its query parameters.This is the latest code I have which is pretty much what I need to work but it ...
Hi All,I am new to graphQL and struggling a littleI am trying to get a list of all fulfilments on a given date. this is what I have so far {
orders(first:10 reverse:true, query: "fulfillment_status:shipped") {
edges {
node {
id
...