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
POST /exec/FulfillmentServices.php | |
Content-Type: application/xml | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE OrderList SYSTEM "http://www.shipwire.com/exec/download/OrderList.dtd"> | |
<OrderList> | |
<Username>[email protected]</Username> | |
<Password>yourpassword</Password> | |
<Server>Test</Server> | |
<Referer>023YAHOO</Referer> |
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" ?> | |
<!-- | |
RateRequest.dtd | |
Copyright (C) 2014, Shipwire Inc. All rights reserved. | |
Last modified: 2014-03-17 | |
--> |
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
POST /exec/RateServices.php | |
Content-Type: application/xml | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE RateRequest SYSTEM "http://www.shipwire.com/exec/download/RateRequest.dtd"> | |
<RateRequest> | |
<Username>[email protected]</Username> | |
<Password>yourpassword</Password> | |
<Order id="12579"> | |
<Warehouse>0</Warehouse> |
NewerOlder