We've found some additional discrepancies in the API schema file. - For `StreetAddress` and `PhoneNumber`, there are additional `kind` selections available in the UI that aren't in the enum list. - The `Customer.contact_phone` and `CustomerPut.contact_phone` properties have zero listed as the maxLength, instead of 25 as written in the description. - The `EmailCampaign.type` and `EmailCampaignActivity.current_status` properties have enum values listed in title case, but API responses are all uppercase.
... View more