# SalesCities ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | | `city` | *string* | :heavy_check_mark: | The name of the city | | `country` | [components.SalesCitiesCountry](../../models/components/salescitiescountry.md) | :heavy_check_mark: | The 2-letter country code of the city: https://d.to/geo | | `sales` | *number* | :heavy_check_mark: | The number of sales from this city | | `amount` | *number* | :heavy_check_mark: | The total amount of sales from this city |