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.

Item update - Catalog management - Mercado Pago Developers

Intelligent search powered by OpenAI 

Item Update

To change the status of an item, make a PUT request to the endpoint /proximity/integration/v1/catalog/stores/{external_store_id}/items/{external_item_id}, providing the external_id (SKU) of the item and the external_id of the store.

The external_id of a store can be configured through the endpoint /proximity-integration/stores/{StoreID}/external_id .

Additionally, you will need to include the access_token of the user who received the publication in the header. The access_token can be generated through the OAuth authentication process. Refer to the OAuth documentation for more information.

An item can return the following states in the response:

StateDescription
activeActivate the item.
pausedPause the item.