No content to show

User Activity

i try to query for 200 items and because of the restrict on cost of query i need to use  pagination in  i do while loop    pagination = response.data.data.orders.pageInfo['hasNextPage']     while pagination=true     let pagination=true let data =[] l...
my query is query { orders(first:33, query:"fulfillment_status:unfulfilled AND shippingAddress.country:United States AND -tag:'handdle by itamar wherhous'"){ edges { node { id tags displayFu...
i find out how to resolve this prublem i make mistake in my queryhear's how the query shold to bi    query { orders(first:30, query:"-tag:'handdle'"){ 
  query { orders(first:30, query:" -node.tags[0]:'handdle'") { edges { node { tags } } } }  and i got    { "data": { "orders": { "edges": [ { "node": { "tags": [ "handdle" ] ...
no i ask for how to fulfill order no to querybut thanki solve the problem 
I solved the problem.It was caused because I fulfilled through the website manuallyThen a fulfill number was created, then I did an unfulfilled for the same orderAs a result, a new FULFILLMENT ORDER NUMBER was created for meAnd in my query, I always ...
yes i can fulfilled manually  What could be not configured well ?I gave me all permissions
I want to expand and explain exactly what I dothat if someone sees something wrong that they correct me  query {orders(first:40, query:"fulfillment_status:unfulfilled AND shippingAddress.country:United States"){                 edges {               ...
thanksbuti try and i got the same result I still have the problem
 hi to everyoneHere is my code in graphql  mutation {fulfillmentCreateV2(fulfillment: {lineItemsByFulfillmentOrder:{fulfillmentOrderId:"gid://shopify/FulfillmentOrder/5980523495657"}notifyCustomer:truetrackingInfo: {number: "9400111108",company: "Tes...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to