Skip to content
On this page

getShippingMethodDetails ​

Definition ​

Get Shipping method details

Signature ​

ts
export async function getShippingMethodDetails(
  shippingId: string,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<ShippingMethod> 

Parameters ​

NameTypeDescription
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.

Open in StackBlitz

getShippingMethodDetails has loaded