input OrderAddAttachmentInput

Fields

FieldTypeDescription
order_idString!

Public API order ID that identifies the related record.

urlURL!

URL for the URL resource.

customer_account_idString

3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account.

filenameString

Filename for this order add attachment.

file_typeString

File type for this order add attachment.

descriptionString

Human-readable description for this order add attachment.

Referenced By

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."
}