@adcp/client API Reference - v3.11.2
    Preparing search index...

    Type Alias GetProductsStatusChangeHandler

    GetProductsStatusChangeHandler: (
        response:
            | GetProductsResponse
            | GetProductsAsyncSubmitted
            | GetProductsAsyncWorking
            | GetProductsAsyncInputRequired,
        metadata: WebhookMetadata,
    ) => void | Promise<void>

    Type Declaration

      • (
            response:
                | GetProductsResponse
                | GetProductsAsyncSubmitted
                | GetProductsAsyncWorking
                | GetProductsAsyncInputRequired,
            metadata: WebhookMetadata,
        ): void | Promise<void>
      • Parameters

        • response:
              | GetProductsResponse
              | GetProductsAsyncSubmitted
              | GetProductsAsyncWorking
              | GetProductsAsyncInputRequired
        • metadata: WebhookMetadata

        Returns void | Promise<void>