deleteShippingProfiles - Fulfillment Module Reference
This documentation provides a reference to the deleteShippingProfiles
method. This belongs to the Fulfillment Module.
deleteShippingProfiles(ids, sharedContext?): Promise<void>
This method deletes shipping profiles by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the shipping profiles.
Returns
Promise
Promise<void>RequiredResolves when the shipping profiles are deleted.
deleteShippingProfiles(id, sharedContext?): Promise<void>
This method deletes a shipping profile by its ID.
Example
Parameters
id
stringRequiredThe ID of the shipping profile.
Returns
Promise
Promise<void>RequiredResolves when the shipping profile is deleted.
Was this section helpful?