OBJECT

ReturnShippedItem

Quantity and LineItem which has been shipped as part of a parent ReturnShipment.

link GraphQL Schema definition

  • type ReturnShippedItem implements Node {
  • id: ID!
  • # RefundRequestLineItem which has had the quantity of items shipped
  • lineItem: RefundRequestLineItem!
  • quantity: Int!
  • }