Home > @shopware-pwa/shopware-6-client > ShopwareApiInstance > invoke

# ShopwareApiInstance.invoke property

Signature:

invoke: {
        post: AxiosInstance["post"];
        get: AxiosInstance["get"];
        put: AxiosInstance["put"];
        patch: AxiosInstance["patch"];
        delete: AxiosInstance["delete"];
    };