UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

22 lines 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ManufacturerProductIdentifierType = void 0; /** @description The type of a manufacturer product identifier. A product code assigned by a manufacturer, producer, or supplier. Custom denotes a code that is unique to the manufacturer's own system and does not follow an internationally recognised standard. */ var ManufacturerProductIdentifierType; (function (ManufacturerProductIdentifierType) { /** @description UNDEFINED */ ManufacturerProductIdentifierType["UNDEFINED"] = "UNDEFINED"; /** @description GTIN */ ManufacturerProductIdentifierType["GTIN"] = "GTIN"; /** @description EAN */ ManufacturerProductIdentifierType["EAN"] = "EAN"; /** @description ISBN */ ManufacturerProductIdentifierType["ISBN"] = "ISBN"; /** @description UPC */ ManufacturerProductIdentifierType["UPC"] = "UPC"; /** @description MPN */ ManufacturerProductIdentifierType["MPN"] = "MPN"; /** @description SKU */ ManufacturerProductIdentifierType["SKU"] = "SKU"; })(ManufacturerProductIdentifierType || (exports.ManufacturerProductIdentifierType = ManufacturerProductIdentifierType = {})); //# sourceMappingURL=manufacturer-product-identifier-type.js.map