updateShippingProfiles - Fulfillment Module Reference
This documentation provides a reference to the updateShippingProfiles
method. This belongs to the Fulfillment Module.
updateShippingProfiles(data, sharedContext?): Promise<ShippingProfileDTO[]>
This method updates existing shipping profiles.
Example
Parameters
The shipping profiles to be created.
Returns
The updated shipping profiles.
updateShippingProfiles(data, sharedContext?): Promise<ShippingProfileDTO>
This method updates an existing shipping profiles.
Example
Parameters
The shipping profile to be created.
Returns
The updated shipping profiles.
Was this section helpful?