@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
24 lines • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApiEndpoints = void 0;
var ApiEndpoints;
(function (ApiEndpoints) {
ApiEndpoints["AcknowledgeOrders"] = "/acknowledge_orders";
ApiEndpoints["GetConnectionContext"] = "/get_connection_context";
ApiEndpoints["SalesOrdersExport"] = "/sales_orders_export";
ApiEndpoints["ShipmentNotification"] = "/shipment_notification";
ApiEndpoints["GetProducts"] = "/get_products";
ApiEndpoints["NotificationStatus"] = "/notification_status";
ApiEndpoints["RegisterDeliveryOptions"] = "/register_delivery_options";
ApiEndpoints["RemoveDeliveryOptions"] = "/remove_delivery_options";
ApiEndpoints["VerifyDeliveryOptions"] = "/verify_delivery_options";
ApiEndpoints["GetPackingSlipTemplate"] = "/get_packing_slip_template";
ApiEndpoints["AcceptSalesOrderItems"] = "/accept_sales_order_items";
ApiEndpoints["CancelSalesOrderItems"] = "/cancel_sales_order_items";
ApiEndpoints["RejectSalesOrderItems"] = "/reject_sales_order_items";
ApiEndpoints["GetSourceDetails"] = "/get_source_details";
ApiEndpoints["ValidateConnection"] = "/validate_connection";
ApiEndpoints["InventoryFetch"] = "/inventory_fetch";
ApiEndpoints["InventoryPush"] = "/inventory_push";
})(ApiEndpoints || (exports.ApiEndpoints = ApiEndpoints = {}));
//# sourceMappingURL=constants.js.map