ReturnReason
A Return Reason is a value defined by an admin. It can be used on Return Items in order to indicate why a Line Item was returned.
Properties
id
stringRequiredThe return reason's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
value
stringRequiredThe value to identify the reason by.
label
stringRequiredA text that can be displayed to the Customer as a reason.
description
stringRequiredA description of the Reason.
parent_return_reason_id
null | stringRequiredThe ID of the parent reason.
The details of the parent reason.
The details of the child reasons.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?