Types > PurchaseOrderReject
Description
Topic: Purchase Orders
Fields
line_items: [PurchaseOrderLineItemPartial!]
What happened to items?
Example: "TODO"
Mark all items as rejected
Example: true
Used By
Mutations
Preview (typescript)
interface PurchaseOrderReject {line_items?: PurchaseOrderLineItemPartial[]reason?: stringreject_all?: boolean}