Hi ,there
The error has already prompted the error. “message”: “Fulfillment order does not exist.”
you could use the query graphql to query your available ids first .
query {
fulfillmentOrders(first: 10) {
nodes {
id
}
}
}
Hi ,there
The error has already prompted the error. “message”: “Fulfillment order does not exist.”
you could use the query graphql to query your available ids first .
query {
fulfillmentOrders(first: 10) {
nodes {
id
}
}
}