updateShippingOptions - Fulfillment Module Reference
This documentation provides a reference to the updateShippingOptions
method. This belongs to the Fulfillment Module.
updateShippingOptions(id, data, sharedContext?): Promise<ShippingOptionDTO>
This method updates an existing shipping option.
Example
Parameters
id
stringRequiredThe ID of the shipping option.
The attributes to update in the shipping option.
Returns
The updated shipping option.
updateShippingOptions(selector, data, sharedContext?): Promise<ShippingOptionDTO[]>
This method updates existing shipping options matching the specified filters.
Example
Parameters
The filters specifying which shipping options to update.
The attributes to update in the shipping option.
Returns
The updated shipping options.
Was this section helpful?