You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This workflow adds shipping methods to a draft order. It's used by the
50
50
* [Add Shipping Method to Draft Order Admin API Route](https://docs.medusajs.com/api/admin#draft-orders_postdraftordersideditshippingmethods).
51
-
*
51
+
*
52
52
* You can use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around adding shipping methods to
53
53
* a draft order.
54
-
*
54
+
*
55
55
* @example
56
56
* const { result } = await addDraftOrderShippingMethodsWorkflow(container)
0 commit comments