Appearance
getShippingMethodDetails 
Definition 
Get Shipping method details
Signature 
ts
export async function getShippingMethodDetails(
  shippingId: string,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<ShippingMethod> 
Parameters 
| Name | Type | Description | 
|---|---|---|
| shippingId | string | id of the shipping method | 
| contextInstance | ShopwareApiInstance | instance of the api client (by default it's an Axios instance) | 
Return type 
ts
Promise<ShippingMethod>
Usage example 
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.