> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/return-order-product.md).

# ReturnOrderProduct

### Fields

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID to identify the return order product with.

#### orderedProductId ([ID](/graphql-api/api-reference/objects/id.md)!)

ID of the associated ordered product.

#### product ([Product](/graphql-api/api-reference/objects/product.md)!)

The product associated with this return order product.

#### quantity ([Int](/graphql-api/api-reference/objects/int.md)!)

The quantity of this product included in the return order.

#### returnOrder ([ReturnOrder](/graphql-api/api-reference/objects/return-order.md)!)

The associated return order.
