UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

24 lines 956 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoteType = void 0; /** * @description The standardized type associated with a note */ var NoteType; (function (NoteType) { NoteType["BackOrderMessage"] = "BackOrderMessage"; NoteType["ConditionNote"] = "ConditionNote"; NoteType["GiftMessage"] = "GiftMessage"; NoteType["InternalNotes"] = "InternalNotes"; NoteType["InStockMessage"] = "InStockMessage"; NoteType["MPN"] = "MPN"; NoteType["NotesFromBuyer"] = "NotesFromBuyer"; NoteType["NotesToBuyer"] = "NotesToBuyer"; NoteType["Other"] = "Other"; NoteType["OutOfStockMessage"] = "OutOfStockMessage"; NoteType["Reason"] = "Reason"; NoteType["SpecialInstructions"] = "SpecialInstructions"; NoteType["WarningLabel"] = "WarningLabel"; NoteType["FeedbackMessage"] = "FeedbackMessage"; })(NoteType || (exports.NoteType = NoteType = {})); //# sourceMappingURL=note.js.map