{"data": {}}
{"error": {"statusCode": 404,"code": "TransactionNotFound","message": "The transaction with the provided id was not found","data": {}}}
{"items": [{"sku": "ABC123","trackingNumber": "1234-asdf-4321-fdsa","carrier": "Fedex","shipDate": "2018-03-05","deliveryDate": "2018-03-05","quantity": 1,"trackingLink": "https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=12312"}]}
Items is an optional field only necessary for partial shipments. If absent, the entire transaction (all quantities of all SKUs) is marked as shipped.
If an item is present without a quantity, all of that item will be marked as shipped.
​