Trading_DiscountPriceInfoType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DiscountPriceInfoType.h Trading_DiscountPriceInfoType.m |
Overview
Using this container, a seller can supply original retail price and
discount price for an item to clarify the discount treatment (also known
as strike-through pricing). This only applies to fixed-price listings and auction listings with the Buy It Now
option. This feature is available for large enterprise sellers via
white list. A seller can provide discount treatment regardless of
whether the listing includes a SKU.
@ingroup EBayAPIInterface
Tasks
-
originalRetailPriceThe actual retail price set by the manufacturer (OEM).
property
eBay does not maintain or validate the OriginalRetailPrice supplied
by the seller. OriginalRetailPrice should always be more than
StartPrice. Compare the StartPrice/BuyItNowPrice to
OriginalRetailPrice to determine the amount of savings to the buyer. -
minimumAdvertisedPriceMinimum Advertised Price (MAP) is an agreement between suppliers (or
property
manufacturers (OEM)) and the retailers (sellers) stipulating
the lowest price an item is allowed to be advertised at.
Sellers can offer prices below MAP by means of other discounts.
This only applies to fixed-price listings and auction listings with the Buy It Now option. -
minimumAdvertisedPriceExposureFor MinimumAdvertisedPrice (MAP) listings only.
property
A seller cannot show the actual discounted price on eBay’s View Item
page. Instead, the buyer can either click on a pop-up on eBay's
View Item page, or the discount price will be shown during checkout. -
pricingTreatmentBased on OriginalRetailPrice,
property
MinimumAdvertisedPrice, and StartPrice values, eBay identifies
whether the listing falls under MAP or STP (aka
OriginalRetailPrice). GetItem returns this for items listed with one
of these discount pricing treatments. GetSellerList returns the
DiscountPriceInfo container. This field is not applicable for Add/Revise/Relist calls. -
soldOneBayUsed by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
property
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on eBay within the previous 30 days. The discount price is always
in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany, next
to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay fields
are set to ‘true’, SoldOneBay takes precedence. -
soldOffeBayUsed by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
property
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on a Web site or offline store other than eBay in the previous 30
days. The discount price is always in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany,
next to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay
fields are set, SoldOneBay takes precedence. -
madeForOutletComparisonPriceApplicable only if the item was specifically made for sale through dedicated eBay outlet pages (e.g., eBay Fashion Outlet).
property
The comparison price is the price of a comparable product sold
through non-outlet channels on eBay (or elsewhere), or not
specifically made for the outlet.
In fashion, a “comparable” product shares the same design, but is
not considered an identical product. Some products are specifically
made for outlets, and may have a different SKU than the “comparable"
product. These made-for-outlet products may be manufactured in a
different place, with different materials, or according to different
specifications (i.e. different stitch pattern, seam reinforcement,
button quality, etc.) -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DiscountPriceInfoType.hmadeForOutletComparisonPrice
Applicable only if the item was specifically made for sale through dedicated eBay outlet pages (e.g., eBay Fashion Outlet).
The comparison price is the price of a comparable product sold
through non-outlet channels on eBay (or elsewhere), or not
specifically made for the outlet.
In fashion, a “comparable” product shares the same design, but is
not considered an identical product. Some products are specifically
made for outlets, and may have a different SKU than the “comparable"
product. These made-for-outlet products may be manufactured in a
different place, with different materials, or according to different
specifications (i.e. different stitch pattern, seam reinforcement,
button quality, etc.)
@property (nonatomic, retain) Trading_AmountType *madeForOutletComparisonPriceDiscussion
Applicable only if the item was specifically made for sale through dedicated eBay outlet pages (e.g., eBay Fashion Outlet).
The comparison price is the price of a comparable product sold
through non-outlet channels on eBay (or elsewhere), or not
specifically made for the outlet.
In fashion, a “comparable” product shares the same design, but is
not considered an identical product. Some products are specifically
made for outlets, and may have a different SKU than the “comparable"
product. These made-for-outlet products may be manufactured in a
different place, with different materials, or according to different
specifications (i.e. different stitch pattern, seam reinforcement,
button quality, etc.)
type : class Trading_AmountType
Declared In
Trading_DiscountPriceInfoType.hminimumAdvertisedPrice
Minimum Advertised Price (MAP) is an agreement between suppliers (or
manufacturers (OEM)) and the retailers (sellers) stipulating
the lowest price an item is allowed to be advertised at.
Sellers can offer prices below MAP by means of other discounts.
This only applies to fixed-price listings and auction listings with the Buy It Now option.
@property (nonatomic, retain) Trading_AmountType *minimumAdvertisedPriceDiscussion
Minimum Advertised Price (MAP) is an agreement between suppliers (or
manufacturers (OEM)) and the retailers (sellers) stipulating
the lowest price an item is allowed to be advertised at.
Sellers can offer prices below MAP by means of other discounts.
This only applies to fixed-price listings and auction listings with the Buy It Now option.
type : class Trading_AmountType
Declared In
Trading_DiscountPriceInfoType.hminimumAdvertisedPriceExposure
For MinimumAdvertisedPrice (MAP) listings only.
A seller cannot show the actual discounted price on eBay’s View Item
page. Instead, the buyer can either click on a pop-up on eBay's
View Item page, or the discount price will be shown during checkout.
@property (nonatomic, retain) NSString *minimumAdvertisedPriceExposureDiscussion
For MinimumAdvertisedPrice (MAP) listings only.
A seller cannot show the actual discounted price on eBay’s View Item
page. Instead, the buyer can either click on a pop-up on eBay's
View Item page, or the discount price will be shown during checkout.
type: string constant in Trading_MinimumAdvertisedPriceExposureCodeType.h
Declared In
Trading_DiscountPriceInfoType.horiginalRetailPrice
The actual retail price set by the manufacturer (OEM).
eBay does not maintain or validate the OriginalRetailPrice supplied
by the seller. OriginalRetailPrice should always be more than
StartPrice. Compare the StartPrice/BuyItNowPrice to
OriginalRetailPrice to determine the amount of savings to the buyer.
@property (nonatomic, retain) Trading_AmountType *originalRetailPriceDiscussion
The actual retail price set by the manufacturer (OEM).
eBay does not maintain or validate the OriginalRetailPrice supplied
by the seller. OriginalRetailPrice should always be more than
StartPrice. Compare the StartPrice/BuyItNowPrice to
OriginalRetailPrice to determine the amount of savings to the buyer.
type : class Trading_AmountType
Declared In
Trading_DiscountPriceInfoType.hpricingTreatment
Based on OriginalRetailPrice,
MinimumAdvertisedPrice, and StartPrice values, eBay identifies
whether the listing falls under MAP or STP (aka
OriginalRetailPrice). GetItem returns this for items listed with one
of these discount pricing treatments. GetSellerList returns the
DiscountPriceInfo container. This field is not applicable for Add/Revise/Relist calls.
@property (nonatomic, retain) NSString *pricingTreatmentDiscussion
Based on OriginalRetailPrice,
MinimumAdvertisedPrice, and StartPrice values, eBay identifies
whether the listing falls under MAP or STP (aka
OriginalRetailPrice). GetItem returns this for items listed with one
of these discount pricing treatments. GetSellerList returns the
DiscountPriceInfo container. This field is not applicable for Add/Revise/Relist calls.
type: string constant in Trading_PricingTreatmentCodeType.h
Declared In
Trading_DiscountPriceInfoType.hsoldOffeBay
Used by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on a Web site or offline store other than eBay in the previous 30
days. The discount price is always in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany,
next to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay
fields are set, SoldOneBay takes precedence.
@property (nonatomic, retain) NSNumber *soldOffeBayDiscussion
Used by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on a Web site or offline store other than eBay in the previous 30
days. The discount price is always in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany,
next to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay
fields are set, SoldOneBay takes precedence.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DiscountPriceInfoType.hsoldOneBay
Used by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on eBay within the previous 30 days. The discount price is always
in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany, next
to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay fields
are set to ‘true’, SoldOneBay takes precedence.
@property (nonatomic, retain) NSNumber *soldOneBayDiscussion
Used by the eBay UK and eBay Germany (DE) sites, this flag indicates that the discount
price (specified as StartPrice) is the price for which the seller offered the same (or
similar) item for sale on eBay within the previous 30 days. The discount price is always
in reference to the seller’s own price for the item.
If this field is set to ‘true’, eBay displays ‘Was’ in the UK and ‘Ursprunglich’ in Germany, next
to the discounted price of the item. In the event both SoldOffeBay and SoldOneBay fields
are set to ‘true’, SoldOneBay takes precedence.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DiscountPriceInfoType.h