Did you find this information useful?
Yes
No
Item update/proximity/integration/v1/catalog/stores/{external_store_id}/items/{external_item_id}Endpoint to update an item status.
PUT
Products that use it:
Request's parameters
external_store_idstring
Localization: pathExternal_id of the store that should have the item's status changed.REQUIRED
external_item_idstring
Localization: pathExternal_id of the item that should have the status changed.REQUIRED
status
Localization: bodyStatus referring to the item that will be updated.string
active: Active the item.
paused: Pause the item.
Response parameters
status
Localization: bodyStatus of the item updated.number
Request
curl
curl -X PUT \
'https://api.mercadopago.com/proximity/integration/v1/catalog/stores/{external_store_id}/items/{external_item_id}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
-H 'Content-Type: application/json' \
-d '{
"status": "active"
}'
Answer
json
{
"status": "active"
}
Errors
400bad_request
error