@scaleleap/amazon-marketplaces
Version:
A collection of Amazon Marketplace data objects.
7 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.amazonVendorCentralUriFactory = amazonVendorCentralUriFactory;
function amazonVendorCentralUriFactory(countryCode) {
return `https://vendorcentral.amazon.${countryCode.toLowerCase()}`;
}
//# sourceMappingURL=amazon-vendor-central-uri-factory.js.map