diff --git a/src/marketplaces/in.ts b/src/marketplaces/in.ts index b32a13ce..5ef66d6c 100644 --- a/src/marketplaces/in.ts +++ b/src/marketplaces/in.ts @@ -15,7 +15,7 @@ export const IN = new AmazonMarketplace({ name: 'India', uri: 'https://www.amazon.in', sellerCentralUri: 'https://sellercentral.amazon.in', - vendorCentralUri: 'https://www.vendorcentral.in', + vendorCentralUri: 'https://vendorcentral.amazon.in', webServiceUri: 'https://mws.amazonservices.in', advertising: { countryCode: AmazonMarketplaceAdvertisingCountryCode.IN, diff --git a/test/__snapshots__/marketplaces.test.ts.snap b/test/__snapshots__/marketplaces.test.ts.snap index 507f1105..f01475aa 100644 --- a/test/__snapshots__/marketplaces.test.ts.snap +++ b/test/__snapshots__/marketplaces.test.ts.snap @@ -420,10 +420,10 @@ AmazonMarketplace { "name": "Europe", }, "sellerCentralAuthUri": "https://sellercentral.amazon.in/apps/authorize/consent", - "vendorCentralAuthUri": "https://www.vendorcentral.in/apps/authorize/consent", + "vendorCentralAuthUri": "https://vendorcentral.amazon.in/apps/authorize/consent", }, "uri": "https://www.amazon.in", - "vendorCentralUri": "https://www.vendorcentral.in", + "vendorCentralUri": "https://vendorcentral.amazon.in", "webServiceUri": "https://mws.amazonservices.in", } `;