UNPKG

@shipengine/connect-order-source-api

Version:

This is the typescript/javascript definitions for the order source api

18 lines 970 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegisterDeliveryOptionsRequest = void 0; const request_base_1 = require("./request-base"); /** @description A request to register delivery options with an order source */ class RegisterDeliveryOptionsRequest extends request_base_1.RequestBase { /** @description Callback url to register with the order source*/ callback_url; /** @description Key to be returned in delivery options calls from the order source. This could be a GUID that is defined by the caller of the OrderSourceAPI and returned by the order source in later calls @example 2bf64723-e43b-4d0f-9048-6ef0e359fe60 */ marketplace_key; /** @description Option set identifier to be returned in delivery options calls from the order source*/ option_key; } exports.RegisterDeliveryOptionsRequest = RegisterDeliveryOptionsRequest; //# sourceMappingURL=register-delivery-options-request.js.map