object PurchaseOrderLineItem

Fields

FieldTypeDescription
idString
legacy_idInt
po_idString
account_idString
warehouse_idString
vendor_idString
po_numberString
skuString
vendor_skuString
product_idString
variant_idInt
quantityInt
quantity_receivedInt
quantity_rejectedInt
priceString
product_nameString
option_titleString
expected_weight_in_lbsString
fulfillment_statusString
sell_aheadInt
noteString
partner_line_item_idString
barcodeString
updated_atISODateTime
created_atISODateTime
vendorVendor
productWarehouseProduct
expiration_lotsLotConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

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
}