Home
Documentation
Resources
Partners
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Partners

Discover our program for agencies or developers that offer integration services and sellers who want to hire them.

Community

Get the latest news, ask others for help and share your knowledge.

Change store status - Store Management - Mercado Pago Developers

Intelligent search powered by OpenAI 

Change store status

The peformance statuses are defined as follows:

  • Enabled: the store is open and ready to take orders.
  • Paused: the store is paused and will not be able to receive new orders, but it will continue to be displayed in the Mercado Pago app.
  • Disabled: the store is closed, it will not be able to receive new orders and will no longer be displayed in the Mercado Pago app.

To change them, you must perform a PUT sending the store_id and access_token (generated by the OAuth authentication process) to the endpoint /proximity-integration/stores/{store_id}/status. See Security for more information about OAuth.