Get all order's fulfillments

GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments

Shows all of the order's fulfillments detailed.

Important information:

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"fulfillments":[{"id":"899175579748","trackingNumber":"987654321","trackingUrl":"https://shipping.xyz/track.php?num=123456789","trackingCompany":"envia","status":null,"createdAt":"2019-03-29T15:04:29-04:00","updatedAt":"2019-03-29T15:15:21-04:00"}]}