@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
10 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RawExternalSource = void 0;
/** @description This model represents a raw external source of information. */
class RawExternalSource {
/** @description Canonical representation of the fulfillment plan's and/or sales order's original source */
marketplace_code;
}
exports.RawExternalSource = RawExternalSource;
//# sourceMappingURL=raw-external-source.js.map