object OrderHolds

Fields

FieldTypeDescription
fraud_holdBoolean

Whether a fraud hold is applied to this order.

address_holdBoolean

Whether an address hold is applied to this order.

shipping_method_holdBoolean

Whether a shipping-method hold is applied to this order.

operator_holdBoolean

Whether an operator hold is applied to this order.

payment_holdBoolean

Whether a payment hold is applied to this order.

client_holdBoolean

Whether a client hold is applied to this order.

Referenced By

Example

{
  "fraud_hold": true,
  "address_hold": true,
  "shipping_method_hold": true,
  "operator_hold": true,
  "payment_hold": true,
  "client_hold": true
}