This container returns jurisdiction information about region-specific fees that are charged to sellers.
Types that use FeeJurisdiction
Call that uses FeeJurisdiction
GET
Fields
regionName
String value that indicates the name of the region to which a region-specific fee applies.
The set of valid regionName values that may be returned is determined by the regionType value.
Note: Currently, supported regionName values that may be returned are standard two-character country codes.
Typical examples include:
The set of valid regionName values that may be returned is determined by the regionType value.
Note: Currently, supported regionName values that may be returned are standard two-character country codes.
Typical examples include:
- MX [Mexico]
- IN [India]
- US [United States]
regionType
The enumeration value returned here indicates the type of region that is collecting the corresponding fee.
Note: Currently, the only supported regionType is
Note: Currently, the only supported regionType is
COUNTRY
.