Ecommerce Bridge API returning different error messages

2 different endpoints which both return 403 but with different error messages:

{
 "category": "BANNED",
 "correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
 "links": {
 "How to migrate off the ecommbridge": "https://developers.hubspot.com/docs/api/migrate-an-existing-ecommerce-bridge-api-integration"
 },
 "message": "The ecommbridge is now deprecated and is no longer supported for new integrations.",
 "status": "error",
 "subCategory": "IntegrationError.NEW_INTEGRATIONS_NOT_SUPPORTED"
}
{
 "correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
 "message": "This OAuth token (CLfropL) has not authorized the required scopes to complete this action, requires any of the following: [portal-developers-access, developers-read]. Visit https://developers.hubspot.com/scopes for more information."
}
  • Is there any reason why am I getting different error messages?
  • Have all endpoints of Ecommerce Bridge API been sunset or are any of them still functional?

Hey, @skerdi :waving_hand: You are not missing an option here. All the ecommerce related endpoints have been sunset. The migration guide created around the sunset (2023) provides some suggestions on how to work with the available and supported endpoints.

Best,

Jaycee