Typescript SDK Type Docs
    Preparing search index...

    Class ByProjectKeyShippingMethodsMatchingOrdereditRequestBuilder

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    args: {
        baseUri?: string;
        executeRequest: executeRequest;
        pathArgs: { projectKey: string };
    }

    Methods

    • Checks if an active ShippingMethod that can ship to the provided Location exists for the provided OrderEdit. Returns a 200 OK status if the ShippingMethod exists or a Not Found error otherwise.

      Parameters

      • methodArgs: {
            headers?: { [key: string]: string | string[] };
            queryArgs: {
                country: string;
                orderEditId: string;
                state?: string;
                [key: string]: QueryParam;
            };
        }

      Returns ApiRequest<void>