object

ShipmentReason

Schema for individual shipment reason.
Fields
feedback_type
String
The type of feedback. For example, `feedback_type` can be set to 'value'.
flow
String
The process flow related to the reason. For example, `flow` can be set to 'value'.
priority
Int
The priority level of the reason. For example, `priority` can be set to 5.
reason_id
Int
The unique identifier for the reason. For values please refer to the shipment.shipment_reasons..
reason_text
String
The text describing the reason. For example, `reason_text` can be set to 'Customer requested cancellation'.
show_text_area
Boolean
A flag indicating whether to show a textbox on the frontend. For example, `show_text_area` can be set to true.