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...
11-15-2022
Thank you very much it helped me
11-15-2022
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...
11-13-2022
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'"){
11-13-2022
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...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1474 | 11-13-2022 07:04 AM | |
3052 | 11-10-2022 02:21 PM | |
3091 | 10-24-2022 01:42 AM |