get http://{{fulfillment_url}}/api/v1/orders/
Endpoint to get the order by orderId:
The output includes:
id: The order id
orderNumber The order number
internalKey: The internal key
fulfillmentStatus: The fulfillment status
items: Array of items includes the serialNumbers
and the tracking numbers
The serialNumbers field will be displayed only if the field "fulfillmentStatus": "fulfilled"
EndFragment