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