Home > @shopware-pwa/shopware-6-client > invokeGet

# invokeGet() function

Invoke custom GET request to shopware API. Mostly for plugins usage. You can skip domain and pass only endpoint ex. /api/my/endpoint

Signature:

export declare function invokeGet({ address }: {
    address: string;
}, contextInstance?: ShopwareApiInstance): Promise<any>;

# Parameters

Parameter Type Description
{ address } { address: string; }
contextInstance ShopwareApiInstance

Returns:

Promise<any>

# Exceptions

ClientApiError