ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface CarolinaProductResponse

    Response structure for product detail requests. Contains main content, response status, and template information.

    interface CarolinaProductResponse {
        contents: {
            MainContent: {
                atgResponse: { response: ATGResponse };
                templateType: string;
                contentId: string;
                previewMode: boolean;
            }[];
        };
        responseStatusCode: number;
        templateType: string;
        contentId: string;
        previewMode: boolean;
    }
    Index

    Properties

    contents: {
        MainContent: {
            atgResponse: { response: ATGResponse };
            templateType: string;
            contentId: string;
            previewMode: boolean;
        }[];
    }

    Content sections

    Type declaration

    • MainContent: {
          atgResponse: { response: ATGResponse };
          templateType: string;
          contentId: string;
          previewMode: boolean;
      }[]

      Main content array

    responseStatusCode: number

    HTTP response status code

    templateType: string

    Type of template used

    contentId: string

    Unique content identifier

    previewMode: boolean

    Preview mode flag