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.

Check publication status - Catalog management - Mercado Pago Developers

Intelligent search powered by OpenAI 

Check publication status

When importing a catalog, it is important to ensure that the process is completed successfully. To do this, make a GET request to the endpoint /proximity/integration/v1/catalog/{publication_id} with the following values:

  • publication_id: This information is obtained from the response of the catalog import endpoint.
  • access_token: This information should be included in the header. It corresponds to the user who received the publication. The access_token can be generated through the OAuth authentication process. Refer to the OAuth documentation for more information.

This endpoint can return the following states in the response:

StateDescription
processingThe catalog is being processed.
errorThe publication process was canceled due to an unrecoverable error.
successThe catalog has been published.
Important
Since the catalog upload process is asynchronous, you should use the endpoint Check Publication Status to verify if the catalog was imported successfully. If there is an error in the validation of this publication, we recommend implementing a retry mechanism.