# MD for: https://www.mercadopago.com.ar/developers/en/docs/mp-delivery/catalog-management/item-update.md \# 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}\](https://www.mercadopago.com.ar/developers/en/reference/mp\_delivery/\_proximity\_integrationcatalog\_stores\_external\_store\_id\_items\_external\_item\_id/put), 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\](https://www.mercadopago.com.ar/developers/en/reference/mp\_delivery/\_proximity-integration\_stores\_StoreID\_external\_id/put). 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\](https://www.mercadopago.com.ar/developers/en/docs/mp-delivery/additional-content/security/oauth/introduction) for more information. An item can return the following states in the response: | State | Description | |---------|----------------| | active | Activate the item. | | paused | Pause the item. |