RefundLineItemRestockType
This page was printed on Feb 22, 2019. For the current version, visit https://help.shopify.com/en/api/graphql-admin-api/reference/enum/refundlineitemrestocktype.
The type of restock performed for a particular refund line item.
# The type of restock performed for a particular refund line item. enum RefundLineItemRestockType { # Refund line item was canceled. CANCEL# Refund line item was restocked, without specifically being identified as a return or cancelation. LEGACY_RESTOCK
# Refund line item was not restocked. NO_RESTOCK
# Refund line item was returned. RETURN }
Values
CANCEL
Refund line item was canceled.
LEGACY_RESTOCK
Refund line item was restocked, without specifically being identified as a return or cancelation.
NO_RESTOCK
Refund line item was not restocked.
RETURN
Refund line item was returned.