Added help-text in metadata to clarify usage of Vendor’s defaultLocale, defaultCurrency, and vendorRef fields
Added a vendorRef column to the Vendor browse grid in metadata
Added a new API operation /vendors/by-vendor-ref/{vendorRef} to fetch a vendor by vendor ref
Update VendorValidator to make Vendor.vendorRef immutable
Update VendorValidator to make Vendor.name required
Fix an issue in VendorValidator where Vendor.vendorRef validation was checking the Vendor.name field instead
Update VendorValidator to make Vendor.defaultLocale required, and add validation to ensure it is a valid IETF BCP 47 language tag
Update VendorValidator to make Vendor.defaultCurrency required, and add validation to ensure it is a valid ISO 4217 code