Example
{
"id": "abc123",
"legacy_id": 987,
"po_id": "abc123",
"account_id": "abc123",
"warehouse_id": "abc123",
"vendor_id": "abc123",
"po_number": "abc123",
"sku": "abc123",
"vendor_sku": "abc123",
"product_id": "abc123",
"variant_id": 987,
"quantity": 987,
"quantity_received": 987,
"quantity_rejected": 987,
"price": "abc123",
"product_name": "abc123",
"option_title": "abc123",
"expected_weight_in_lbs": "abc123",
"fulfillment_status": "abc123",
"sell_ahead": 987,
"note": "abc123",
"partner_line_item_id": "abc123",
"barcode": "abc123",
"updated_at": "abc123",
"created_at": "abc123",
"vendor": Vendor,
"product": WarehouseProduct,
"expiration_lots": LotConnection
}