Include Verify and VerifyStrict parameters for Address when creating as part of Shipment et. al creation request.
These were previously purposefully excluded when Address creation was being performed as part of a larger creation request, such as Shipment or Order, due to uncertainty about their placement in the payload schema. Consequently, this made for end-user confusion as to why address verification was not being performed as part of a Shipment or Order creation, and was causing Shipments and Orders to be successfully created with invalid Addresses.
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
Description
Include
Verify
andVerifyStrict
parameters for Address when creating as part of Shipment et. al creation request.These were previously purposefully excluded when Address creation was being performed as part of a larger creation request, such as Shipment or Order, due to uncertainty about their placement in the payload schema. Consequently, this made for end-user confusion as to why address verification was not being performed as part of a Shipment or Order creation, and was causing Shipments and Orders to be successfully created with invalid Addresses.
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.