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.