Home > @vsf-enterprise/epcc-api > Product > meta
# Product.meta property
Extension of the meta information of Elastic Path.
Signature:
meta: EPProductResponse['meta'] & {
original_price?: {
[key: string]: {
amount: number;
includes_tax: boolean;
};
};
original_display_price?: {
with_tax: FormattedPrice;
without_tax: FormattedPrice;
};
variation_matrix?: any;
component_products?: {
[key: string]: {
price: Price;
pricebook_id?: string;
display_price: {
without_tax: FormattedPrice;
};
};
};
tiers?: {
[key: string]: {
display_price: {
with_tax?: FormattedPrice;
without_tax?: FormattedPrice;
};
};
};
};