- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
upsertOrderShippingMethodAdjustments - Order Module Reference
This documentation provides a reference to the upsertOrderShippingMethodAdjustments
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.
This method upserts shipping method adjustments.
Example#
Parameters#
The shipping method adjustments to be created
or updated. If an adjustment object has an id
property, it's updated. Otherwise, a new adjustment is created.
id
property, it's updated. Otherwise, a new adjustment is created.Returns#
Promise
Promise<OrderShippingMethodAdjustmentDTO[]>The shipping method adjustments.
Promise
Promise<OrderShippingMethodAdjustmentDTO[]>Was this page helpful?