Invocation ID : 085af0fd-9c40-4b41-95a9-88c69d3da20f
Shop : coffeetoolskw.myshopify.com
Output :
{
"operations": [
{
"deliverableLinesMustFulfillFromAdd": {
"deliverableLineIds": [
"gid://shopify/DeliverableCartLine/0"
],
"locationIds": [
"gid://shopify/Location/90752909536"
]
}
},
{
"deliverableLinesMustFulfillFromAdd": {
"deliverableLineIds": [
"gid://shopify/DeliverableCartLine/1"
],
"locationIds": [
"gid://shopify/Location/78659092704"
]
}
}
]
}
From the logs of the function, the function seems to executed correctly, but the actual created order is using the default fulfillment location (which is different than the two locations specified in the output)
The cart is from a draft order, it seems like there was a failure for the function, but there was no error or anything.
