MapExposureEnum ( string )

If a seller offers an item for less than the Minimum Advertised Price (MAP) of that item, the seller cannot show the actual discounted price on the view item page. The buyer must open a pop-up on view item page or the discount price will be shown during checkout. MinimumAdvertisedPriceExposure provides enums for specifying how the buyer is to view the discounted price, either PreCheckout or DuringCheckout. This is applicable for MAP items only.

Types that use MapExposureEnum:

Enumeration Values

Value Description Which calls use this value *
DuringCheckout DuringCheckout specifies that the discounted price must be shown on the eBay checkout flow page. findCompletedItems, findItemsAdvanced, findItemsByCategory, findItemsByImage, findItemsByKeywords, findItemsByProduct, findItemsIneBayStores
PreCheckout PreCheckout specifies that the buyer must click a link (or a button) to navigate to a separate page (or window) that displays the discount price. findCompletedItems, findItemsAdvanced, findItemsByCategory, findItemsByImage, findItemsByKeywords, findItemsByProduct, findItemsIneBayStores
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2009–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.