ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface ScienceLabAttributeResponse

    Response shape of the BigCommerce product-attributes AJAX endpoint (POST remote/v1/product-attributes/{product_id}) used to price one size variant. data carries the selected combination's price and stock.

    interface ScienceLabAttributeResponse {
        content?: string;
        data?: ScienceLabAttributeData;
    }
    Index

    Properties

    Properties

    content?: string