> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Merchant locations detail the physical address, longitude, latitude, contact information, etc.

for a specific location of a merchant.

| Field Name                    | Data Type | Definition                                                                                                                                                       |
| :---------------------------- | :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `city`                        | String    | The city in which the `merchant` is located.                                                                                                                     |
| `country`                     | String    | The country in which the `merchant` is located.                                                                                                                  |
| `guid`                        | String    | The unique identifier for the `merchant` location. Defined by MX.                                                                                                |
| `latitude`                    | Decimal   | The latitude of the `merchant` location. This number is a signed decimal (e.g., Rio de Janeiro’s latitude is -22.9027800 and Tokyo’s latitude is 35.689488).     |
| `longitude`                   | Decimal   | The longitude of the `merchant` location. This number is a signed decimal (e.g., Rio de Janeiro's longitude is -43.2075000 and Tokyo's longitude is 139.691706). |
| `merchant_guid`               | String    | The unique identifier for the `merchant` to which this location belongs. Defined by MX.                                                                          |
| `phone_number`                | String    | The phone number for the `merchant` location.                                                                                                                    |
| `postal_code`                 | String    | The postal code in which the `merchant` is located.                                                                                                              |
| `state`                       | String    | The state in which the `merchant` is located.                                                                                                                    |
| `store_number` (*deprecated*) | String    | The store number for  the `merchant` location. This will be removed in the next version.                                                                         |
| `street_address`              | String    | The street address at which the `merchant` is located.                                                                                                           |
| `updated_at`                  | String    | The date and time the `merchant_location` was last updated.                                                                                                      |
