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
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
description
stringRequiredA description of the Reason.
id
stringRequiredThe return reason's ID
label
stringRequiredA text that can be displayed to the Customer as a reason.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the parent reason.
parent_return_reason_id
null | stringRequiredThe ID of the parent reason.
The details of the child reasons.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
value
stringRequiredThe value to identify the reason by.
Was this section helpful?