# Order Source Represents the origination details of an order. ## Structure `Order Source` ## Fields | Name | Type | Tags | Description | | --- | --- | --- | --- | | `name` | `str` | Optional | The name used to identify the place (physical or digital) that an order originates.
If unset, the name defaults to the name of the application that created the order. | ## Example (as JSON) ```json { "name": "name2" } ```