Types > OrderRestock
Description
Topic: Orders
Fields
Whether to perform full restock or not
Example: false
line_items: [OrderRestockLineItem!]
Line items to restock
Used By
Mutations
Preview (typescript)
interface OrderRestock {full_restock?: booleanline_items?: OrderRestockLineItem[]}