# MD for: https://www.mercadopago.com.ar/developers/en/docs/mp-delivery/store-management/get-store-data.md \# Get store data To get information about all stores that are linked to \*\*a specific user\*\*, perform a GET by sending the \`user\_id\` and \`access\_token\` (generated by the OAuth authentication process) to the \[/proximity-integration/users/{seller\_id}/stores\](https://www.mercadopago.com.ar/developers/en/reference/mp\_delivery/\_proximity-integration\_users\_seller\_id\_stores/get). See \[Security\](https://www.mercadopago.com.ar/developers/en/guides/security/oauth/introduction) for more information about OAuth. It is also possible to consult information for a \*\*specific store\*\* using its \*\*ID\*\*. To do this, perform a GET sending the \`store\_id\` and \`access\_token\` to the endpoint \[/proximity-integration/stores/{StoreID}\](https://www.mercadopago.com.ar/developers/en/reference/mp\_delivery/\_proximity-integration\_users\_SellerID\_stores\_external\_id\_ExternalID/get). This endpoint returns all data from the previous endpoint, plus information about the current ("enabled", "paused" or "disabled") store health status. See \[Change Store Status\](https://www.mercadopago.com.ar/developers/en/docs/mp-delivery/store-management/change-store-status) for more information about statuses. > NOTE > > Important > > You will also be able to consult the information of a store through its external ID, if it has one. For that, just send as request parameters the \`user\_id\` related to the store, the \`external\_id\` and the \`access\_token\`. Check more information in the API \[Get store by external ID.\](https://www.mercadopago.com.ar/developers/pt/reference/mp\_delivery/\_proximity-integration\_users\_SellerID\_stores\_external\_id\_ExternalID/get). \> \> To learn how to create an external ID for your store and use it as an identifier for the order management software system, access \[Change external store ID.\](https://www.mercadopago.com.ar/developers/en/docs/mp-delivery/store-management/change-store-external-id).