Created
April 10, 2018 01:43
-
-
Save user20161119/3e241ff886aef6ba70f065e2ce4bb185 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<GeteBayDetailsResponse | |
xmlns="urn:ebay:apis:eBLBaseComponents"> | |
<Timestamp>2018-04-10T01:43:18.842Z</Timestamp> | |
<Ack>Success</Ack> | |
<CorrelationID>1klxcde4GT1uO0QE</CorrelationID> | |
<Version>1047</Version> | |
<Build>E1047_CORE_API_18645815_R1</Build> | |
<ShippingPackageDetails> | |
<PackageID>1</PackageID> | |
<Description>Letter</Description> | |
<ShippingPackage>Letter</ShippingPackage> | |
<DefaultValue>true</DefaultValue> | |
<DetailVersion>4</DetailVersion> | |
<UpdateTime>2015-06-04T22:36:29.000Z</UpdateTime> | |
</ShippingPackageDetails> | |
<ShippingPackageDetails> | |
<PackageID>2</PackageID> | |
<Description>Large Envelope</Description> | |
<ShippingPackage>LargeEnvelope</ShippingPackage> | |
<DimensionsSupported>true</DimensionsSupported> | |
<DetailVersion>4</DetailVersion> | |
<UpdateTime>2015-06-04T22:36:29.000Z</UpdateTime> | |
</ShippingPackageDetails> | |
<ShippingPackageDetails> | |
<PackageID>4</PackageID> | |
<Description>Package</Description> | |
<ShippingPackage>PackageThickEnvelope</ShippingPackage> | |
<DimensionsSupported>true</DimensionsSupported> | |
<DetailVersion>4</DetailVersion> | |
<UpdateTime>2015-06-04T22:36:29.000Z</UpdateTime> | |
</ShippingPackageDetails> | |
<ShippingPackageDetails> | |
<PackageID>5</PackageID> | |
<Description>LargePackage</Description> | |
<ShippingPackage>USPSLargePack</ShippingPackage> | |
<DimensionsSupported>true</DimensionsSupported> | |
<DetailVersion>4</DetailVersion> | |
<UpdateTime>2015-06-04T22:36:29.000Z</UpdateTime> | |
</ShippingPackageDetails> | |
<UpdateTime>2015-06-04T22:36:29.000Z</UpdateTime> | |
</GeteBayDetailsResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment