{"section":"known-issues","requestedLocale":"en","requestedSlug":"address-in-orderform-with-excessive-size-for-multiples-cities-separated-by","locale":"en","slug":"address-in-orderform-with-excessive-size-for-multiples-cities-separated-by","path":"docs/en/known-issues/Checkout/address-in-orderform-with-excessive-size-for-multiples-cities-separated-by.md","branch":"main","content":"## Summary\n\n\nIn some cases, Checkout API uses \"::\" as a separator when there are several cities possibilities from the zip code service, causing an error about excessive size in the field address, impacting placing the order. This behavior happens because the API has a autocomplete for address\n\n\n##\n\n## Simulation\n\n\nConsidering Argentina as an example that fits this condition, when adding the postal code 4427 via \"vtexjs\" or API you can see the address defined in the orderForm separated by \"::\"\n\n\n##\n\n## Workaround\n\n\nVia API: send the parameter `\"clearAddressIfPostalCodeNotFound\": false` in the request to avoid the address being autocompleted\nVia \"vtexjs\": use the function \"sendAttachment()\" instead of \"calculateShipping()\" so it's possible to use the parameter mentioned above"}