Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.42 KB

RateTable.md

File metadata and controls

12 lines (9 loc) · 3.42 KB

RateTable

Properties

Name Type Description Notes
country_code \SapientPro\EbayAccountSDK\Enums\CountryCodeEnum A two-letter <a href=&quot;https://www.iso.org/iso-3166-country-codes.html\" title=&quot;https://www.iso.org\" target=&quot;_blank&quot;>ISO 3166</a> country code representing the eBay marketplace where the shipping rate table is defined. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:CountryCodeEnum&#x27;&gt;eBay API documentation</a> [optional]
locality \SapientPro\EbayAccountSDK\Enums\ShippingOptionTypeEnum This enumeration value returned here indicates whether the shipping rate table is a domestic or international shipping rate table. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:ShippingOptionTypeEnum&#x27;&gt;eBay API documentation</a> [optional]
name string The seller-defined name for the shipping rate table. [optional]
rate_table_id string A unique eBay-assigned ID for a seller's shipping rate table. These <b>rateTableId</b> values are used to associate shipping rate tables to fulfillment business policies or directly to listings through an add/revise/relist call in the Trading API. [optional]

[Back to Model list] [Back to API list] [Back to README]