- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateOrderShippingMethods - Order Module Reference
This documentation provides a reference to the updateOrderShippingMethods
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
updateOrderShippingMethods(data, sharedContext?): Promise<OrderShippingMethodDTO[]>#
This method updates existing shipping methods. The shipping method IDs are specified in each shipping method object.
Example#
Parameters#
The attributes to update in the shipping methods.
Returns#
Promise
Promise<OrderShippingMethodDTO[]>The updated shipping methods.
Promise
Promise<OrderShippingMethodDTO[]>updateOrderShippingMethods(data, sharedContext?): Promise<OrderShippingMethodDTO>#
This method updates an existing shipping method.
Example#
Parameters#
The attributes to update in the shipping method.
Returns#
Promise
Promise<OrderShippingMethodDTO>The updated shipping method.
Promise
Promise<OrderShippingMethodDTO>Was this page helpful?