Support_API_CreateWholesaleSupportTicketDataInput
Fields:
| Field | Type | Description |
|---|---|---|
plaintextKey | String! | Plaintext value of the problematic key. |
orderItemShortId | String! | Short identifier of the order item this key belongs to. Matches API_OrderItem.shortId. |
userIssueType | Support_MerchantTicketIssueTypeEnum | Type of issue reported for this key. Defaults to OTHER when omitted. |
evidences | [String!]! | IDs of uploaded attachments (1–5); call generateTicketAttachments, upload each file to the returned presigned URL, then pass the id here. |