APIs & Integrations

skerdi
Participant

Ecommerce Bridge API returning different error messages

SOLVE

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?
0 Upvotes
1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

Ecommerce Bridge API returning different error messages

SOLVE

Hey, @skerdi 👋 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

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

View solution in original post

0 Upvotes
1 Reply 1
Jaycee_Lewis
Solution
Community Manager
Community Manager

Ecommerce Bridge API returning different error messages

SOLVE

Hey, @skerdi 👋 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

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes