-
Notifications
You must be signed in to change notification settings - Fork 10
/
xml.tpl
executable file
·59 lines (59 loc) · 2 KB
/
xml.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" ?>
<AccessRequest xml:lang="en-US">
<AccessLicenseNumber>[[AccessLicenseNumber]]</AccessLicenseNumber>
<UserId>[[UserId]]</UserId>
<Password>[[Password]]</Password>
</AccessRequest>
<RatingServiceSelectionRequest>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service for Prestashop</CustomerContext>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>Rate</RequestOption>
</Request>
<PickupType>
<Code>[[PickupTypeCode]]</Code>
<Description>Pickup Description</Description>
</PickupType>
<Shipment>
<Description>Rate Shopping - Domestic</Description>
<Shipper>
<ShipperNumber>[[ShipperNumber]]</ShipperNumber>
<Address>
<AddressLine1>[[ShipperAddressLine1]]</AddressLine1>
<AddressLine2>[[ShipperAddressLine2]]</AddressLine2>
<AddressLine3 />
<City>[[ShipperCity]]</City>
<PostalCode>[[ShipperPostalCode]]</PostalCode>
<CountryCode>[[ShipperCountryCode]]</CountryCode>
<StateProvinceCode>[[ShipperStateCode]]</StateProvinceCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<AddressLine1>[[ShipToAddressLine1]]</AddressLine1>
<AddressLine2>[[ShipToAddressLine2]]</AddressLine2>
<AddressLine3 />
<City>[[ShipToCity]]</City>
<PostalCode>[[ShipToPostalCode]]</PostalCode>
<CountryCode>[[ShipToCountryCode]]</CountryCode>
<StateProvinceCode>[[ShipToStateCode]]</StateProvinceCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine1>[[ShipFromAddressLine1]]</AddressLine1>
<AddressLine2>[[ShipFromAddressLine2]]</AddressLine2>
<AddressLine3 />
<City>[[ShipFromCity]]</City>
<PostalCode>[[ShipFromPostalCode]]</PostalCode>
<CountryCode>[[ShipFromCountryCode]]</CountryCode>
<StateProvinceCode>[[ShipFromStateCode]]</StateProvinceCode>
</Address>
</ShipFrom>
<Service><Code>[[Service]]</Code></Service>
[[PackageList]]
<ShipmentServiceOptions />
</Shipment>
</RatingServiceSelectionRequest>