Shopify – Unable to create fulfill request and accept request for order
I am trying to fulfill a shopify order using shopify-api-node library. First I get a list of fulfillment order using const test = await shopify.order.fulfillmentOrders(5333711388952) which gives me [ { id: 6278164939032, shop_id: 75510251800, order_id: 5333711388952, assigned_location_id: 82896257304, request_status: 'unsubmitted',…