The PriceListSearchActor allows an agent to search for a price list. It is located at /atg/commerce/custsvc/pricing/pricelists/PriceListSearchActor and uses the priceListSearch actor-chain.

Parameter

Description

resultSetSize

Allows you to set the number of the results displayed on the page. The default is 10.

keyword

The keyword used to search

startDate

Specifies the start date of a search date range. For example, YYYY-MM-DD HH:MM:SS format, or, 2010-08-11 00:00:00.

endDate

Specifies the end date of a search date range. For example, YYYY-MM-DD HH:MM:SS format, or, 2010-08-11 00:00:00.

allowEmptySearch

When set to true, this parameter allows you to search without using a search criteria.

Search Price List Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"keyword\" : \"sale\", \"startDate\" : \"2000-09-28 00:00:00\", \"endDate\" :
\"2013-03-12 15:39:59\"}" "http://localhost:8180/rest/model/atg/commerce/custsvc/
pricing/priceLists/PriceListSearchActor/priceListSearch"

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices