OBJECT
ReturnShippedItem
Quantity and LineItem which has been shipped as part of a parent ReturnShipment.
link GraphQL Schema definition
- type ReturnShippedItem implements Node {
- ID! :
- # RefundRequestLineItem which has had the quantity of items shipped
- RefundRequestLineItem! :
- Int! :
- }