@medusajs/core-flows
Version:
Set of workflow definitions for Medusa
11 lines • 610 B
TypeScript
import { UpdateOrderShippingMethodDTO } from "@medusajs/framework/types";
/**
* The order shipping methods to update.
*/
export type UpdateOrderShippingMethodsStepInput = UpdateOrderShippingMethodDTO[];
export declare const updateOrderShippingMethodsStepId = "update-order-shopping-methods";
/**
* This step updates order shipping methods.
*/
export declare const updateOrderShippingMethodsStep: import("@medusajs/framework/workflows-sdk").StepFunction<UpdateOrderShippingMethodsStepInput, import("@medusajs/framework/types").OrderShippingMethodDTO[]>;
//# sourceMappingURL=update-shipping-methods.d.ts.map