Intelligent search powered by OpenAI
Get catalog publication status
GET
Products that use it:
Request's parameters
PATH
publication_id
Publication ID returned by import process.string
REQUIRED
Response parameters
status
Current catalog publication process status.string
processing: The catalog is being processed.
error: The publication process has been aborted because some irrecoverable error occurred.
success: the catalog has been published.
Errors
400Description of the error.
error
Publication error caused by some inconsistency in the fields.
Request
curl -X GET \
'https://api.mercadopago.com/proximity/integration/v1/catalog/{publication_id}'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
Sample answer
{
"status": "success"
}