You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/includes/wp-api-v3/_order-refunds.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The refunds API allows you to create, view, and delete individual refunds.
16
16
|`meta_data`| array | Meta data. See [Order refund - Meta data properties](#order-refund-meta-data-properties)|
17
17
|`line_items`| array | Line items data. See [Order refund - Line items properties](#order-refund-line-items-properties)|
18
18
|`api_refund`| boolean | When true, the payment gateway API is used to generate the refund. Default is `true`. <iclass="label label-info">write-only</i> |
19
+
|`api_restock`| boolean | When true, the selected line items are restocked Default is `true`. <iclass="label label-info">write-only</i> |
0 commit comments