input OrderAddAttachmentInput

Fields

FieldTypeDescription
order_idString!
urlURL!
customer_account_idString
filenameString
file_typeString
descriptionString

Referenced By

Example

{
  "order_id": "abc123",
  "url": "abc123",
  "customer_account_id": "abc123",
  "filename": "abc123",
  "file_type": "abc123",
  "description": "abc123"
}