Array
(
[fulfillment] => Array
(
[line_items_by_fulfillment_order] => Array
(
[0] => Array
(
[fulfillment_order_id] => $orderId
[fulfillment_order_line_items] => Array
(
[0] => Array
(
[id] => $itemId
[quantity] => 1
)
)
)
)
[tracking_info] => Array
(
[number] => $trackingNumber
)
[notify_customer] => 1
)
)
I am trying to create fulfillment request with details with API /admin/api/2023-10/fulfillments.json’, $fulfillmentData, ‘POST’, but its returning not found in error.
I am stuck at this point. I am creating custom APP and trying to update details. I and sending orders to delivery agent and they are providing tracking number in return.