Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"created_at": "abc123",
"fulfillment_status": "abc123",
"warehouse_note": "abc123",
"vendor_po_number": "abc123",
"subtotal": "abc123",
"shipping_price": "abc123",
"total_price": "abc123",
"shipping_method": "abc123",
"shipping_carrier": "abc123",
"shipping_name": "abc123",
"tracking_number": "abc123",
"warehouse": Warehouse,
"pdf_location": "abc123",
"line_items": ShippingPlanLineItemConnection,
"packages": ShippingPlanPackageConnection,
"pallets": ShippingPlanPalletConnection,
"origin_of_shipment": "abc123",
"tracking_numbers": ShippingPlanTrackingNumberConnection
}