Creating 'custom fields' for 'custom data' converts the IDs to lowercase letters
ID:
Closed
Published on 2/19/2019
•
Last update on 12/31/2019
Summary
By creating "custom fields" in the "custom data" section through the checkout API, the IDs of the reported apps are converted to lowercase letters.
Simulation
- Use the POST Update Custom Fields API;
- Send an "app" that has an "ID" with an uppercase letter (for example, "customFieldTest");
- Note in the response of the request that the "ID" was converted to lowercase letters (in the example above, it would be "customfieldtest").
Workaround
Currently this is an API restriction. It's not possible to get around this scenario. Custom Data Custom Fields must be used with lowercase letters.