Appearance
getAvailableShippingMethods
Definition
Get all available shipping methods
Signature
ts
export async function getAvailableShippingMethods(
contextInstance: ShopwareApiInstance = defaultInstance,
params: ShopwareSearchParams = {},
)
Parameters
Name | Type | Description |
---|---|---|
contextInstance | ShopwareApiInstance | instance of the api client (by default it's an Axios instance) |
params | ShopwareSearchParams | additional params |
Usage example
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.