Home > @vsf-enterprise/epcc-api > Product > attributes
# Product.attributes property
Extension of the product response of Elastic Path.
Signature:
attributes: EPProductResponse['attributes'] & {
extensions?: unknown;
tiers?: {
[key: string]: TierPrice;
};
};