ShippingMethodServiceInterface
        ShippingMethodServiceInterface.php
                :
        18
                
    
            Interface
                Methods¶
                
createShippingMethod()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        52
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $createStruct | ShippingMethodCreateStruct | - | - | 
Return values
Tags
                
deleteShippingMethod()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        69
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
Tags
                
deleteShippingMethodTranslation()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        73
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $struct | ShippingMethodDeleteTranslationStruct | - | - | 
                
findShippingMethods()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        43
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $query | ShippingMethodQuery|null | null | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
                
getShippingMethod()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
Tags
                
getShippingMethodById()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        35
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
Tags
                
isShippingMethodUsed()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        75
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
Return values
bool
                
newShippingMethodCreateStruct()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        77
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
                
newShippingMethodUpdateStruct()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        81
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
updateShippingMethod()
            ¶
    
        
        ShippingMethodServiceInterface.php
                :
        60
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
| $updateStruct | ShippingMethodUpdateStruct | - | - |