input OrderAddAttachmentInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | Public API order ID that identifies the related record. |
url | URL! | URL for the URL resource. |
customer_account_id | String | 3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account. |
filename | String | Filename for this order add attachment. |
file_type | String | File type for this order add attachment. |
description | String | Human-readable description for this order add attachment. |
Referenced By
- order_add_attachment Mutation
Example
{
"order_id": "T3JkZXI6MTIzNA==",
"url": "https://example.com/resource",
"customer_account_id": "QWNjb3VudDoxMjM0",
"filename": "SO-100045",
"file_type": "application/pdf",
"description": "Customer requested expedited handling."
}