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
-
itemID
The item ID that uniquely identifies the item listing for which
property
to retrieve the data. Required input. -
quantitySold
Number of items sold to a single buyer and to be shipped together.
property -
destinationPostalCode
Destination 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. -
destinationCountryCode
Destination 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 *destinationCountryCode
Discussion
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.h
destinationPostalCode
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 *destinationPostalCode
Discussion
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.h
itemID
The item ID that uniquely identifies the item listing for which
to retrieve the data. Required input.
@property (nonatomic, retain) NSString *itemID
Discussion
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.h
quantitySold
Number of items sold to a single buyer and to be shipped together.
@property (nonatomic, retain) NSNumber *quantitySold
Discussion
Number of items sold to a single buyer and to be shipped together.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetItemShippingRequestType.h