diff --git a/Amazon.SellingPartnerApi.Tests/SampleShippingV2Tests.cs b/Amazon.SellingPartnerApi.Tests/SampleShippingV2Tests.cs index 487d7b7..d6aa52b 100644 --- a/Amazon.SellingPartnerApi.Tests/SampleShippingV2Tests.cs +++ b/Amazon.SellingPartnerApi.Tests/SampleShippingV2Tests.cs @@ -23,17 +23,18 @@ public class SampleShippingV2Tests : SampleTestsBase { ShipTo = new Address { - Name = "Robert", - AddressLine1 = "E. O'Neal Jr 32 Winding Vale Rd Poplarville, MS", - StateOrRegion = "MS", - City = "Poplarville", + Name = "Maria Mata", + AddressLine1 = "2760 W Yowlumne Ave, Ste A", + StateOrRegion = "CA", + City = "Porterville", CountryCode = "US", - PostalCode = "39470", + PostalCode = "93257", }, + ShipDate = new DateTime(2024,10,30), ShipFrom = new Address { Name = "EDDIE", - AddressLine1 = "11190 White Birch Dr, Suite 100,CA,Rancho Cucamonga,91730", + AddressLine1 = "11190 White Birch Dr Suite 100", StateOrRegion = "CA", City = "Rancho Cucamonga", CountryCode = "US",