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

    Interface AmbeedProductPriceResponseVariantItem

    A single priced variant within the product price response.

    interface AmbeedProductPriceResponseVariantItem {
        pr_proid: string;
        p_name_en: string;
        pr_usd: string;
        p_shipping_show: string;
        p_storage: string;
        vip_usd: string;
        p_is_spot_goods: number;
        pr_rate: number;
        pr_id: number;
        pr_size: QuantityString;
        newprice: string;
        pr_remark: string;
        pr_am: string;
        pr_bd: string;
        pr_is_large_size_no_price: number;
        p_purity: string;
        p_spot_brand_remark: string;
        discount_usd: string;
        pr_ispackage: boolean;
    }
    Index

    Properties

    pr_proid: string

    Product ID this variant belongs to.

    p_name_en: string

    Product name in English.

    pr_usd: string

    Price in USD.

    p_shipping_show: string

    Human-readable shipping description.

    p_storage: string

    Storage conditions for the variant.

    vip_usd: string

    VIP price in USD.

    p_is_spot_goods: number

    Whether the variant is a spot good (1/0).

    pr_rate: number

    Price rate.

    pr_id: number

    Price ID.

    Variant size/quantity.

    newprice: string

    New/promotional price.

    pr_remark: string

    Free-text remark for the price entry.

    pr_am: string

    Variant AM identifier.

    pr_bd: string

    Variant batch (BD) identifier.

    pr_is_large_size_no_price: number

    Whether this is a large size with no listed price (1/0).

    p_purity: string

    Purity level of the variant.

    p_spot_brand_remark: string

    Spot-brand remark.

    discount_usd: string

    Discounted price in USD.

    pr_ispackage: boolean

    Whether the variant is sold as a package.