object PurchaseOrder

Fields

FieldTypeDescription
idString
legacy_idInt
po_numberString
account_idString
warehouse_idString
vendor_idString
created_atISODateTime
po_dateISODateTime

The expected date to arrive at the warehouse.

date_closedISODateTime
arrived_atISODateTime
packing_noteString
fulfillment_statusString
po_noteString
descriptionString
partner_order_numberString
subtotalString
discountString
total_priceString
taxString
shipping_methodString
shipping_carrierString
shipping_nameString
shipping_priceString
tracking_numberString
pdfString
imagesString
payment_methodString
payment_due_byString
payment_noteString
lockingString
locked_by_user_idString
line_itemsPurchaseOrderLineItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
attachmentsPurchaseOrderAttachmentConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
vendorVendor
warehouseWarehouse
origin_of_shipmentString
tracking_numbersPurchaseOrderTrackingNumberConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
ship_dateDateTime

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "po_number": "abc123",
  "account_id": "abc123",
  "warehouse_id": "abc123",
  "vendor_id": "abc123",
  "created_at": "abc123",
  "po_date": "abc123",
  "date_closed": "abc123",
  "arrived_at": "abc123",
  "packing_note": "abc123",
  "fulfillment_status": "abc123",
  "po_note": "abc123",
  "description": "abc123",
  "partner_order_number": "abc123",
  "subtotal": "abc123",
  "discount": "abc123",
  "total_price": "abc123",
  "tax": "abc123",
  "shipping_method": "abc123",
  "shipping_carrier": "abc123",
  "shipping_name": "abc123",
  "shipping_price": "abc123",
  "tracking_number": "abc123",
  "pdf": "abc123",
  "images": "abc123",
  "payment_method": "abc123",
  "payment_due_by": "abc123",
  "payment_note": "abc123",
  "locking": "abc123",
  "locked_by_user_id": "abc123",
  "line_items": PurchaseOrderLineItemConnection,
  "attachments": PurchaseOrderAttachmentConnection,
  "vendor": Vendor,
  "warehouse": Warehouse,
  "origin_of_shipment": "abc123",
  "tracking_numbers": PurchaseOrderTrackingNumberConnection,
  "ship_date": "abc123"
}