OrderCustomerAction
Permission required: order_customer_action:read
type OrderCustomerAction {
available: Boolean
code: String
errorCode: String
errorDescription: String
}
Fields
OrderCustomerAction.available ● Boolean scalar
Whether the action is currently available for the order.
OrderCustomerAction.code ● String scalar
The code identifying the customer action.
OrderCustomerAction.errorCode ● String scalar
The code of the error that makes the action unavailable, if any.
OrderCustomerAction.errorDescription ● String scalar
The description of the error that makes the action unavailable, if any.
Member Of
Order object