Skip to main content
Skip to main content

listShippingMethodAdjustments - Order Module Reference

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

This method retrieves a paginated list of {return type}(s) based on optional filters and configuration.

Example

const result = await orderModuleService.listShippingMethodAdjustments({
id: "12345",
});

Parameters

The filters to apply on the retrieved order shipping method adjustment.
The configurations determining how the order shipping method adjustment is retrieved. Its properties, such as select or relations, accept the attributes or relations associated with a order shipping method adjustment.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<OrderShippingMethodAdjustmentDTO[]>Required
The list of {return type}(s).
Was this section helpful?