ReturnOrderProduct

Represents a ordered products included in the associated return order.

Fields

id (ID!)

ID to identify the return order product with.

orderedProductId (ID!)

ID of the associated ordered product.

product (Product!)

The product associated with this return order product.

quantity (Int!)

The quantity of this product included in the return order.

returnOrder (ReturnOrder!)

The associated return order.

Last updated