object ShipmentLineItem

Fields

FieldTypeDescription
idString
legacy_idInt
line_item_idString
shipment_idString
shipping_label_idString
quantityInt
line_itemLineItem
lotLot

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "line_item_id": "abc123",
  "shipment_id": "abc123",
  "shipping_label_id": "abc123",
  "quantity": 987,
  "line_item": LineItem,
  "lot": Lot
}