Anchor to DraftOrderWarningDraft
DraftOrderWarning
interface
Requires access scope.
A warning that is displayed to the merchant when a change is made to a draft order.
Anchor to FieldsFields
- Anchor to errorCodeerror•
Code String!non-null The error code.
- Anchor to fieldfield•String!non-null
The input field that the warning applies to.
- Anchor to messagemessage•String!non-null
The warning message.
Was this section helpful?
{
"errorCode": "",
"field": "",
"message": ""
}
{
"errorCode": "",
"field": "",
"message": ""
}
interface DraftOrderWarning {
errorCode: String!
field: String!
message: String!
}