| Attribute | Format | Length | Required | Description | Example |
| order_ref | Alphanumeric | 3-255 | Yes | Unique special order reference descriptor | 103495 |
| shopper_id | Alphanumeric | 1-255 | Yes | Shopper who placed the order | SHOPPER-1 |
| store_id | Alphanumeric | 1-255 | Yes | Store where order was placed | STORE-1 |
| sales_associate_id | Alphanumeric | 1-255 | Yes | Sales associate responsible for the order | SALES_ASSOCIATE-1 |
| description | Alphanumeric | 65535 | No | Detailed description for order | |
| total_amount | Numeric | 1-255 | No | Total order amount | 456.39 |
| currency_code | Alphanumeric | 3 | Yes (when total amount present) | Currency | USD |
| created_at | Datetime ISO 8601 | 10 | Yes | Date and time the order occurred | 2022-01-17T19:23:22Z |
| type | Enum [back_order | custom | repair] | | Yes | Determine what type of special order this is | repair |
| status | Enum [open | closed | partial | cancelled] | | Yes | Status of the order | open |