Trading_GetItemShippingRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetItemShippingRequestType.h Trading_GetItemShippingRequestType.m |
Overview
Returns shipping cost estimates for an item for every calculated shipping service
that the seller has offered with the listing. This is analogous to the Shipping
Calculator seen in both the buyer and seller web pages.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe item ID that uniquely identifies the item listing for which
property
to retrieve the data. Required input. -
quantitySoldNumber of items sold to a single buyer and to be shipped together.
property -
destinationPostalCodeDestination country postal code (or zipcode, for US). Ignored if no
property
country code is provided. Optional tag for some countries. More likely to
be required for large countries. -
destinationCountryCodeDestination country code. If DestinationCountryCode is US,
property
a postal code is required and it represents the US zip code.
Properties
destinationCountryCode
Destination country code. If DestinationCountryCode is US,
a postal code is required and it represents the US zip code.
@property (nonatomic, retain) NSString *destinationCountryCodeDiscussion
Destination country code. If DestinationCountryCode is US,
a postal code is required and it represents the US zip code.
type: string constant in Trading_CountryCodeType.h
Declared In
Trading_GetItemShippingRequestType.hdestinationPostalCode
Destination country postal code (or zipcode, for US). Ignored if no
country code is provided. Optional tag for some countries. More likely to
be required for large countries.
@property (nonatomic, retain) NSString *destinationPostalCodeDiscussion
Destination country postal code (or zipcode, for US). Ignored if no
country code is provided. Optional tag for some countries. More likely to
be required for large countries.
type : NSString, wrapper for primitive string
Declared In
Trading_GetItemShippingRequestType.hitemID
The item ID that uniquely identifies the item listing for which
to retrieve the data. Required input.
@property (nonatomic, retain) NSString *itemIDDiscussion
The item ID that uniquely identifies the item listing for which
to retrieve the data. Required input.
type : NSString, wrapper for primitive string
Declared In
Trading_GetItemShippingRequestType.hquantitySold
Number of items sold to a single buyer and to be shipped together.
@property (nonatomic, retain) NSNumber *quantitySoldDiscussion
Number of items sold to a single buyer and to be shipped together.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetItemShippingRequestType.h