You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to place orders for all other US States. When I try to specify DC in the stateOrRegion parameter I get this error. However, when I use Postman to call SP-API with the exact same body, it goes through just fine.
I'm able to place orders for all other US States. When I try to specify DC in the stateOrRegion parameter I get this error. However, when I use Postman to call SP-API with the exact same body, it goes through just fine.
{
"code": "InvalidInput",
"message": "Request has invalid parameter: {Address.StateOrRegion=DC}",
"details": "",
"type": "error"
}
The text was updated successfully, but these errors were encountered: