Inventory > Purchase Orders > purchaseOrdersReceive
POST:purchase_orders/receive.json
Description
Mark line items as received.
Permission bit: "purchase_orders.modify"
Topic: Purchase Orders
Arguments
data: PurchaseOrderReceive!
Main argument for mutations.
Unique purchase order identifier. See also: Unique Identifiers
Example: "po_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
line_items: [PurchaseOrderLineItemPartial!]
Mark all items as received
Example: true
Result
Preview (typescript)
Loading module