Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of order items objects with the sourceItemId and quantity
[
{ "sourceItemId": "1478", "quantity": 1 },
{ "sourceItemId": "1479", "quantity": 2 }
]Fulfillment Status
DELIVERED, FULFILLED, UNFULFILLED, PARTIALLY_FULFILLED, AWAITING_SHIPMENT, SCHEDULED, ON_HOLD, ATTEMPTED_DELIVERY, CARRIER_PICKED_UP, CONFIRMED, DELAYED, FAILURE, NOT_DELIVERED, IN_TRANSIT, LABEL_PRINTED, LABEL_PURCHASED, OUT_FOR_DELIVERY, PICKED_UP, READY_FOR_PICKUP "Fulfilled"
Source Fulfillment ID. This will allow you to update your fulfillment using your internal fulfillment ID
"fulfillment-123"
Tracking Company
"FedEx"
Tracking Number
["AB0303456"]Tracking URL
[
"https://example-follow-shipment.com/AB0303456"
]The fulfillment has been successfully created.
"ok"