RefundLineItemInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields required to reimburse line items on a refund.
Access Scopes
Fields
-
lineItemId:
ID! -
The ID of the line item in the refund.
-
locationId:
ID -
The intended location for restocking. If the `restockType` is set to `NO_RESTOCK`, then this value is empty.`
-
quantity:
Int! -
The quantity of the associated line item to be refunded.
-
restockType:
RefundLineItemRestockType -
The type of restock for this line item.
Input objects with this input object
Examples