Skip to main content
Skip to main content

createShippingMethods - Order Module Reference

This documentation provides a reference to the createShippingMethods method. This belongs to the Order Module.

createShippingMethods(data): Promise<OrderShippingMethodDTO>

Parameters

Returns

PromisePromise<OrderShippingMethodDTO>Required

createShippingMethods(data): Promise<OrderShippingMethodDTO[]>

Parameters

Returns

PromisePromise<OrderShippingMethodDTO[]>Required

createShippingMethods(orderId, methods, sharedContext?): Promise<OrderShippingMethodDTO[]>

Parameters

orderIdstringRequired
sharedContextContext

Returns

PromisePromise<OrderShippingMethodDTO[]>Required
Was this section helpful?