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