input OrderNoteAttributeInput
Fields
| Field | Type | Description |
|---|---|---|
name | String | Human-readable name for this order note attribute. |
value | String | Arbitrary value paired with the note attribute name. |
Referenced By
- CreateOrderInput Type
- CreateWholesaleOrderInput Type
- UpdateOrderInput Type
Example
{
"name": "SO-100045",
"value": "19.99"
}