eBay Trading APIVersion 1349
 

MinimumAdvertisedPriceExposureCodeType ( token )

This enumerated type defines the special price treatments that can be set up for listings enabled with the Minimum Advertised Price feature. The Minimum Advertised Price (MAP) feature is only supported on the eBay US site.

Type that uses MinimumAdvertisedPriceExposureCodeType:

Calls that use one or more values of MinimumAdvertisedPriceExposureCodeType:

Enumeration Values

Value Description
CustomCode Reserved for future use.
DuringCheckout This enumeration value indicates that the discounted price will only be shown to the buyer once the buyer reaches the eBay Checkout page. To enable this pricing treatment when adding/revising/relisting an item, include the DiscountPriceInfo.MinimumAdvertisedPriceExposure field in an Add/Revise/Relist calls and set its value to DuringCheckout.
None The value None is no longer valid. If provided in the request, it will be mapped to PreCheckout.
PreCheckout This enumeration value indicates that the buyer must add the item to his/her cart before the discounted price can be displayed. To enable this pricing treatment when adding/revising/relisting an item, include the DiscountPriceInfo.MinimumAdvertisedPriceExposure field in an Add/Revise/Relist calls and set its value to PreCheckout.
  * See the Enumeration Index to see exact use of each enumeration value in the API.