Receiving an error fulfilling a line item on an order using the Shopify Rest Client for node.js, version 2021-07. (@shopify/shopify-api)
Error Message returned:
Shopify internal error: Internal Server Error. If you report this error, please include this id: dd9faf67-8916-49e7-957e-8d4d900a5929
Shopify REST Client Post parameters:
{
"path":"orders/3938118369438/fulfillments",
"data":{
"fulfillment":{
"location_id":56349229214,
"notify_customer":false,
"tracking_number":null,
"line_items": [{"id":10151556153502}]
}
},
"type":"application/json"
}
Order number: 3938118369438
Line Item ID: 10151556153502