Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Price Lists

Price Lists

A price list contains a set of pricing information that can be related to different products. The conditions under which price lists are applied to products are stored in the Price List Assignment. The actual price of the product is stored in Amounts.

Sample XML: Price Lists


<price_lists>
<price_list>
    <guid>SeniorPL</guid>
    <description>Price List with cheaper prices for selective Telescope products</description>
    <currency_code>USD</currency_code>
    <name>Senior Price List</name>
    <hidden>false</hidden>
</price_list>
...
</price_list>