eBay Shopping APIVersion 1293
 

PricingTreatmentCodeType ( token )

Defines the type of treatment applied to a discounted item, either Strikethrough Pricing or Minimum Advertised Price.

Type that uses PricingTreatmentCodeType:

Calls that use one or more values of PricingTreatmentCodeType:

Enumeration Values

Value Description
CustomCode Reserved for future use.
MAP This enumeration value indicates that Minimum Advertised Pricing is enabled for the order line item. If this value is returned, the minimum advertised price is found in the MinimumAdvertisedPrice field.
None This enumeration value indicates that neither Strikethrough Pricing or Minimum Advertised Pricing is enabled for the order line item.
STP This enumeration value indicates that Strikethrough Pricing is enabled for the order line item. If this value is returned, the price in the OriginalRetailPrice field will be crossed out in the View Item page.
  * See the Enumeration Index to see exact use of each enumeration value in the API.