object PurchaseOrder
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
po_number | String | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
warehouse_id | String | |||||||||||||||||||||||||||||||
vendor_id | String | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
po_date | ISODateTime | The expected date to arrive at the warehouse. | ||||||||||||||||||||||||||||||
date_closed | ISODateTime | |||||||||||||||||||||||||||||||
arrived_at | ISODateTime | |||||||||||||||||||||||||||||||
packing_note | String | |||||||||||||||||||||||||||||||
fulfillment_status | String | |||||||||||||||||||||||||||||||
po_note | String | |||||||||||||||||||||||||||||||
description | String | |||||||||||||||||||||||||||||||
partner_order_number | String | |||||||||||||||||||||||||||||||
subtotal | String | |||||||||||||||||||||||||||||||
discount | String | |||||||||||||||||||||||||||||||
total_price | String | |||||||||||||||||||||||||||||||
tax | String | |||||||||||||||||||||||||||||||
shipping_method | String | |||||||||||||||||||||||||||||||
shipping_carrier | String | |||||||||||||||||||||||||||||||
shipping_name | String | |||||||||||||||||||||||||||||||
shipping_price | String | |||||||||||||||||||||||||||||||
tracking_number | String | |||||||||||||||||||||||||||||||
pdf | String | |||||||||||||||||||||||||||||||
images | String | |||||||||||||||||||||||||||||||
payment_method | String | |||||||||||||||||||||||||||||||
payment_due_by | String | |||||||||||||||||||||||||||||||
payment_note | String | |||||||||||||||||||||||||||||||
locking | String | |||||||||||||||||||||||||||||||
locked_by_user_id | String | |||||||||||||||||||||||||||||||
line_items | PurchaseOrderLineItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
attachments | PurchaseOrderAttachmentConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
vendor | Vendor | |||||||||||||||||||||||||||||||
warehouse | Warehouse | |||||||||||||||||||||||||||||||
origin_of_shipment | String | |||||||||||||||||||||||||||||||
tracking_numbers | PurchaseOrderTrackingNumberConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
ship_date | DateTime | |||||||||||||||||||||||||||||||
Referenced By
- CancelPurchaseOrderOutput Type
- ClosePurchaseOrderOutput Type
- CreatePurchaseOrderOutput Type
- PurchaseOrderEdge Type
- PurchaseOrderQueryResult Type
- SetPurchaseOrderFulfillmentStatusOutput Type
- UpdatePurchaseOrderOutput Type
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"
}