Type that uses SalesTaxInput
Call that uses SalesTaxInput
Fields
countryCode
This parameter specifies the two-letter ISO 3166 code of the country for which a sales-tax table entry is to be created or updated.
Note: Sales-tax tables are available only for the US and Canada marketplaces. Therefore, the only supported values are:
Note: Sales-tax tables are available only for the US and Canada marketplaces. Therefore, the only supported values are:
USCA
salesTaxJurisdictionId
This parameter specifies the ID of the tax jurisdiction for which a sales-tax table entry is to be created or updated.
Valid jurisdiction IDs can be retrieved using the getSalesTaxJurisdiction method of the Metadata API.
Note: When
Valid jurisdiction IDs can be retrieved using the getSalesTaxJurisdiction method of the Metadata API.
Note: When
countryCode is set to US, the only supported values for jurisdictionId are:AS(American Samoa)GU(Guam)MP(Northern Mariana Islands)PW(Palau)VI(US Virgin Islands)
salesTaxPercentage
This parameter specifies the sales tax rate for the specified salesTaxJurisdictionId. When applicable to an order, this sales tax rate will be applied to the sales price. The shippingAndHandlingTaxed value indicates whether or not sales tax is also applied to shipping and handling charges
Although it is a string, a percentage value is set here, such as
Although it is a string, a percentage value is set here, such as
7.75.shippingAndHandlingTaxed
This parameter is set to
true if the seller wishes to apply sales tax to shipping and handling charges and not just the total sales price of an order. Otherwise, this parameter's value should be set to false.