Did you find this information useful?
Yes
No
Get catalog publication status/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..
GET
Products that use it:
Request's parameters
publication_idstring
Localization: pathPublication ID returned by import process.REQUIRED
Response parameters
status
Localization: bodyCurrent 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.
Request
curl
curl -X GET \
'https://api.mercadopago.com/proximity/integration/v1/catalog/{publication_id}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{
"status": "success"
}
Errors
400bad_request
error