Skip to content
On this page

getAvailableShippingMethods

Definition

Get all available shipping methods

Signature

ts
export async function getAvailableShippingMethods(
  contextInstance: ShopwareApiInstance = defaultInstance,
  params: ShopwareSearchParams = {},
) 

Parameters

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

Open in StackBlitz

getAvailableShippingMethods has loaded