object OrderAddAttachmentOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
attachment | OrderAttachment |
Referenced By
- order_add_attachment Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"attachment": OrderAttachment
}