A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I have an order with several lines, but when I call FulfillmentCreateV2 to create a single fulfillment with multiple items I've got a strange result: Fulfilled (1), Unfulfilled (1), Unfulfilled (1) and Unfulfilled (0) instead of Fulfilled (3)
"fulfillment": {
"notifyCustomer": true,
"originAddress": {
"countryCode": "US"
},
"trackingInfo": {
"company": "4PX",
"number": "5555555"
},
"lineItemsByFulfillmentOrder": [
{
"fulfillmentOrderId": "gid://shopify/FulfillmentOrder/5841962532950",
"fulfillmentOrderLineItems": {
"id": "gid://shopify/FulfillmentOrderLineItem/12053578121302",
"quantity": 1
}
},
{
"fulfillmentOrderId": "gid://shopify/FulfillmentOrder/5841962532950",
"fulfillmentOrderLineItems": {
"id": "gid://shopify/FulfillmentOrderLineItem/12053578154070",
"quantity": 1
}
},
{
"fulfillmentOrderId": "gid://shopify/FulfillmentOrder/5841962532950",
"fulfillmentOrderLineItems": {
"id": "gid://shopify/FulfillmentOrderLineItem/12053578186838",
"quantity": 1
}
}
]
}
Is there some error in my graphql request?
X-Request-ID: 19cf00d9-ab1d-4165-a4c9-a26745552c88