Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

95 řádky
2.5 KiB

  1. <?xml version="1.0"?>
  2. <ShipmentConfirmRequest xml:lang="en-US">
  3. <Request>
  4. <RequestAction>ShipConfirm</RequestAction>
  5. <RequestOption>nonvalidate</RequestOption>
  6. </Request>
  7. <Shipment>
  8. <Description>item_name item2_name</Description>
  9. <Shipper>
  10. <Name />
  11. <AttentionName />
  12. <ShipperNumber>12345</ShipperNumber>
  13. <PhoneNumber />
  14. <Address>
  15. <AddressLine1 />
  16. <AddressLine2 />
  17. <City />
  18. <CountryCode />
  19. <PostalCode />
  20. </Address>
  21. </Shipper>
  22. <ShipTo>
  23. <AttentionName />
  24. <CompanyName>N/A</CompanyName>
  25. <PhoneNumber />
  26. <Address>
  27. <AddressLine1 />
  28. <AddressLine2 />
  29. <City />
  30. <CountryCode>UK</CountryCode>
  31. <PostalCode />
  32. <ResidentialAddress />
  33. </Address>
  34. </ShipTo>
  35. <Service>
  36. <Code />
  37. </Service>
  38. <Package>
  39. <Description>item_name</Description>
  40. <PackagingType>
  41. <Code>Small Express Box</Code>
  42. </PackagingType>
  43. <PackageWeight>
  44. <Weight>0.454000000001</Weight>
  45. <UnitOfMeasurement>
  46. <Code>LBS</Code>
  47. </UnitOfMeasurement>
  48. </PackageWeight>
  49. <Dimensions>
  50. <UnitOfMeasurement>
  51. <Code>IN</Code>
  52. </UnitOfMeasurement>
  53. <Length>3</Length>
  54. <Width>3</Width>
  55. <Height>3</Height>
  56. </Dimensions>
  57. </Package>
  58. <Package>
  59. <Description>item2_name</Description>
  60. <PackagingType>
  61. <Code>Large Express Box</Code>
  62. </PackagingType>
  63. <PackageWeight>
  64. <Weight>0.55</Weight>
  65. <UnitOfMeasurement>
  66. <Code>LBS</Code>
  67. </UnitOfMeasurement>
  68. </PackageWeight>
  69. <Dimensions>
  70. <UnitOfMeasurement>
  71. <Code>IN</Code>
  72. </UnitOfMeasurement>
  73. <Length>4</Length>
  74. <Width>4</Width>
  75. <Height>4</Height>
  76. </Dimensions>
  77. </Package>
  78. <PaymentInformation>
  79. <Prepaid>
  80. <BillShipper>
  81. <AccountNumber>12345</AccountNumber>
  82. </BillShipper>
  83. </Prepaid>
  84. </PaymentInformation>
  85. </Shipment>
  86. <LabelSpecification>
  87. <LabelPrintMethod>
  88. <Code>GIF</Code>
  89. </LabelPrintMethod>
  90. <LabelImageFormat>
  91. <Code>GIF</Code>
  92. </LabelImageFormat>
  93. </LabelSpecification>
  94. </ShipmentConfirmRequest>