object OrderHolds
Fields
| Field | Type | Description |
|---|---|---|
fraud_hold | Boolean | Whether a fraud hold is applied to this order. |
address_hold | Boolean | Whether an address hold is applied to this order. |
shipping_method_hold | Boolean | Whether a shipping-method hold is applied to this order. |
operator_hold | Boolean | Whether an operator hold is applied to this order. |
payment_hold | Boolean | Whether a payment hold is applied to this order. |
client_hold | Boolean | Whether a client hold is applied to this order. |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"fraud_hold": true,
"address_hold": true,
"shipping_method_hold": true,
"operator_hold": true,
"payment_hold": true,
"client_hold": true
}