UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

16 lines 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FulfillmentPlanItems = void 0; /** @description Information about the fulfillment plan for a set of items */ class FulfillmentPlanItems { /** @description A list of identifiers for the sales order */ external_sales_order_identifiers; /** @description A list of identifiers specific to the selling channel */ external_product_identifiers; /** @description The name of the item */ name; /** @description The number of items */ quantity; } exports.FulfillmentPlanItems = FulfillmentPlanItems; //# sourceMappingURL=fulfillment-plan-items.js.map