Trading_RateTableDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_RateTableDetailsType.h Trading_RateTableDetailsType.m |
Overview
This type contains fields to specify the shipping rate tables that are to be applied to a listing. Shipping rate tables enable sellers to tailor the flat shipping rates offered for an item to fit the shipping destination. They can specify a base rate for a large region, then define alternative rates or surcharges for shipping to other (extended) regions within the larger region.
<br><br>
Prerequisites for applying shipping rate tables:
- The shipping type for the listing must be Flat.
- The seller must have previously configured a shipping rate table in My eBay site preferences.
This container is returned from the GetItem family of calls only for the seller who listed the item.
You can find more information about using shipping rate tables in the Shipping chapter of the Trading API User’s Guide.
@ingroup EBayAPIInterface
Tasks
-
domesticRateTable
propertyThis field specifies which domestic shipping rate table to apply to a listing. Domestic rate tables can be used only for items listed on the DE, UK or US site. <br><br> Currently, sellers can configure only one domestic shipping rate table, so set <strong>DomesticRateTable</strong> = <code>Default</code> to apply that table. The rates assigned to the various domestic regions are applied depending on the location of the buyer. If only one shipping service category and rate has been set for a given domestic region in the domestic rate table, buyers in that region will see only one shipping cost. If several service levels and rates are set up in the domestic shipping rate table for a given domestic region, buyers in that region will see the different shipping levels and rates and can choose one of them. <br><br> If you are modifying or relisting an item (using the Revise or Relist family of calls), you can delete the existing rate table setting applied to the listing by using the empty tag: <code><DomesticRateTable /></code> <br><br> This field is returned from the GetItem family of calls only for the seller who listed the item. <br><br> You can find more information about using shipping rate tables in the Shipping chapter of the Trading API User's Guide.
-
internationalRateTable
propertyThis field specifies which international shipping rate table to apply to a listing. International rate tables can be used only for items listed on the DE or UK site. <br><br>
-
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_RateTableDetailsType.h
domesticRateTable
This field specifies which domestic shipping rate table to apply to a listing. Domestic rate tables can be used only for items listed on the DE, UK or US site.
<br><br>
Currently, sellers can configure only one domestic shipping rate table, so set <strong>DomesticRateTable</strong> = <code>Default</code> to apply that table. The rates assigned to the various domestic regions are applied depending on the location of the buyer. If only one shipping service category and rate has been set for a given domestic region in the domestic rate table, buyers in that region will see only one shipping cost. If several service levels and rates are set up in the domestic shipping rate table for a given domestic region, buyers in that region will see the different shipping levels and rates and can choose one of them.
<br><br>
If you are modifying or relisting an item (using the Revise or Relist family of calls), you can delete the existing rate table setting applied to the listing by using the empty tag: <code><DomesticRateTable /></code>
<br><br>
This field is returned from the GetItem family of calls only for the seller who listed the item.
<br><br>
You can find more information about using shipping rate tables in the Shipping chapter of the Trading API User's Guide.
@property (nonatomic, retain) NSString *domesticRateTable
Discussion
This field specifies which domestic shipping rate table to apply to a listing. Domestic rate tables can be used only for items listed on the DE, UK or US site.
<br><br>
Currently, sellers can configure only one domestic shipping rate table, so set <strong>DomesticRateTable</strong> = <code>Default</code> to apply that table. The rates assigned to the various domestic regions are applied depending on the location of the buyer. If only one shipping service category and rate has been set for a given domestic region in the domestic rate table, buyers in that region will see only one shipping cost. If several service levels and rates are set up in the domestic shipping rate table for a given domestic region, buyers in that region will see the different shipping levels and rates and can choose one of them.
<br><br>
If you are modifying or relisting an item (using the Revise or Relist family of calls), you can delete the existing rate table setting applied to the listing by using the empty tag: <code><DomesticRateTable /></code>
<br><br>
This field is returned from the GetItem family of calls only for the seller who listed the item.
<br><br>
You can find more information about using shipping rate tables in the Shipping chapter of the Trading API User's Guide.
type : NSString, wrapper for primitive string
Declared In
Trading_RateTableDetailsType.h
internationalRateTable
This field specifies which international shipping rate table to apply to a listing. International rate tables can be used only for items listed on the DE or UK site.
<br><br>
@property (nonatomic, retain) NSString *internationalRateTable
Discussion
This field specifies which international shipping rate table to apply to a listing. International rate tables can be used only for items listed on the DE or UK site.
<br><br>
Currently, sellers can configure only one international shipping rate table, so set <strong>InternationalRateTable</strong> = <code>Default</code> to apply that table. The rates assigned to the various countries are applied depending on the location of the buyer. If only one shipping service category and rate has been set for a given country in the international rate table, buyers in that country will see only one shipping cost. If several service levels and rates are set up in the international shipping rate table for a given country, buyers in that country will see the different shipping levels and rates and can choose one of them.
<br><br>
If you are modifying or relisting an item (using the Revise or Relist family of calls), you can delete the existing rate table setting applied to the listing by using the empty tag: <code><InternationalRateTable /></code>
<br><br>
This field is returned from the GetItem family of calls only for the seller who listed the item.
<br><br>
You can find more information about using shipping rate tables in the Shipping chapter of the Trading API User's Guide.
type : NSString, wrapper for primitive string
Declared In
Trading_RateTableDetailsType.h