get https://api.tcgplayer.com/stores//address
Return address information about the Store specified by the storeKey.
Only works on the currently authenticated store.
{
"success": true,
"errors": [],
"results": [
{
"stateProvince": "string",
"country": "string"
}
]
}