- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ReturnReason - Order Module Data Models Reference
This documentation provides a reference to the ReturnReason data model. It belongs to the Order Module.
id
PrimaryKeyModifier<IdProperty>The ID of the return reason.
value
TextPropertyThe value of the return reason
label
TextPropertyThe label of the return reason
return_reason_children
HasMany<() => any>The associated return_reason_children.
description
TextPropertyOptionalThe description of the return reason
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
parent_return_reason
BelongsTo<() => any, undefined>OptionalThe associated parent_return_reason.
Was this page helpful?