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.

Get catalog publication status - Catalog - Mercado Pago Developers

Intelligent search powered by OpenAI 

Get catalog publication status

GET

https://api.mercadopago.com/proximity/integration/v1/catalog/{publication_id}
Endpoint to check the current status of a catalog publication, using the generated id returned in the publication response..
Request's parameters
PATH
publication_id
string

REQUIRED

Publication ID returned by import process.
Response parameters
status
string
Current catalog publication process status.
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"
}