12-27-2024 11:26 AM - edited 12-27-2024 11:27 AM
An order was placed on Ebay from a customer in Mexico- The order was unable to be downloaded and the following code error was displayed:
System.InvalidOperationException: Instance validation error: 'CURP' is not a valid value for ValueTypeCodeType.
Per the Ebay Developer documentation, a change was made to add CURP, RUT and RFC values to the ValueTypeCodeType field on 12/19/2024.
Has anyone else experienced this error and is there a work around for this?
01-03-2025 08:00 AM - edited 01-03-2025 08:00 AM
Spotted this thread while looking into the issue our system was facing which was the same but instead with the RFC type.
We found that in the newest eBay version 1391 the 3 types added are all Mexican related values
RFC
Registro Federal de Contribuyentes (is a tax identification number)
CURP
Clave Única de Registro de Población (is a unique identifier for each person living in Mexico, It's similar to NI in the UK and SS in the US)
RUT
Registro Único Tributario (is a tax identification number)
Our system currently utilises version 1209 and simply updating to the newest API version should resolve this issue