Home > @shopware-pwa/shopware-6-client > getShippingMethodDetails
# getShippingMethodDetails() function
Signature:
export declare function getShippingMethodDetails(shippingId: string, contextInstance?: ShopwareApiInstance): Promise<ShippingMethod>;
# Parameters
Parameter | Type | Description |
---|---|---|
shippingId | string | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<ShippingMethod>
# Exceptions
ClientApiError