Skip to main content

ReportOrderIssueInput

Autogenerated input type of ReportOrderIssue

input ReportOrderIssueInput {
clientMutationId: String
issueType: OrderIssueTypeEnum!
notes: String
orderId: ID!
reshipOrder: Boolean!
sendSlackAlert: Boolean!
}

Fields

ReportOrderIssueInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ReportOrderIssueInput.issueType ● OrderIssueTypeEnum! non-null enum orders

The category of issue being reported.

ReportOrderIssueInput.notes ● String scalar common

Optional free-text describing the issue.

ReportOrderIssueInput.orderId ● ID! non-null scalar common

The id of the order to report against (V1 or V2).

ReportOrderIssueInput.reshipOrder ● Boolean! non-null scalar common

When true, requests a reshipment via the duplicate-order workflow.

ReportOrderIssueInput.sendSlackAlert ● Boolean! non-null scalar common

When true, alerts the company ops Slack channel (best-effort).

Member Of

reportOrderIssue mutation