Skip to content

Instantly share code, notes, and snippets.

@evanr76
evanr76 / keybase.md
Created April 27, 2015 06:30
keybase ID claim

Keybase proof

I hereby claim:

  • I am evanr76 on github.
  • I am evanr76 (https://keybase.io/evanr76) on keybase.
  • I have a public key whose fingerprint is B677 0708 83AB C051 66F0 0878 5F4C 7BEA ACDE E90D

To claim this, I am signing this object:

@evanr76
evanr76 / RateRequest.dtd
Last active October 8, 2015 18:48
Shipwire: Shipping Rate Request DTD
<?xml version="1.0" encoding="UTF-8" ?>
<!--
RateRequest.dtd
Copyright (C) 2014, Shipwire Inc. All rights reserved.
Last modified: 2014-03-17
-->
@evanr76
evanr76 / shipwire-fulfillment-request-example.xml
Last active October 8, 2015 18:48
Shipwire: Order Fulfillment API Example
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>api_user@example.com</Username>
<Password>yourpassword</Password>
<Server>Test</Server>
<Referer>023YAHOO</Referer>
@evanr76
evanr76 / shipwire-tracking-request-example.xml
Last active October 8, 2015 18:48
Shipwire: Tracking API Example
POST /exec/TrackingServices.php
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TrackingUpdate SYSTEM "http://www.shipwire.com/exec/download/TrackingUpdate.dtd">
<TrackingUpdate>
<Username>api_user@example.com</Username>
<Password>yourpassword</Password>
<Server>Test</Server>
<Bookmark>1</Bookmark>
@evanr76
evanr76 / shipwire-inventory-request-example.xml
Created August 16, 2012 21:51
Shipwire: Inventory API Example
POST /exec/InventoryServices.php
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE InventoryUpdate SYSTEM "http://www.shipwire.com/exec/download/InventoryUpdate.dtd">
<InventoryUpdate>
<Username>api_user@example.com</Username>
<Password>yourpassword</Password>
<Server>Test</Server>
</InventoryUpdate>
@evanr76
evanr76 / shipwire-rate-request-example.xml
Last active January 13, 2016 20:25
Shipwire: Shipping Rate API Example
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>api_user@example.com</Username>
<Password>yourpassword</Password>
<Order id="12579">
<Warehouse>0</Warehouse>
@evanr76
evanr76 / InventoryUpdateResponse.dtd
Last active January 14, 2016 20:37
Shipwire: Inventory Response DTD
<?xml version="1.0" encoding="UTF-8"?>
<!--
PLEASE NOTE:
In September 2014, we launched a new RESTful API
(see documentation at http://www.shipwire.com/developers).
The new API replicates all the functionality of our legacy XML API
while providing a foundation for future API enhancements.
@evanr76
evanr76 / InventoryUpdate.dtd
Last active January 14, 2016 20:38
Shipwire: Inventory Request DTD
<?xml version="1.0" encoding="UTF-8" ?>
<!--
PLEASE NOTE:
In September 2014, we launched a new RESTful API
(see documentation at http://www.shipwire.com/developers).
The new API replicates all the functionality of our legacy XML API
while providing a foundation for future API enhancements.
@evanr76
evanr76 / TrackingUpdateResponse.dtd
Last active January 14, 2016 20:38
Shipwire: Tracking Response DTD
<?xml version="1.0" encoding="UTF-8" ?>
<!--
PLEASE NOTE:
In September 2014, we launched a new RESTful API
(see documentation at http://www.shipwire.com/developers).
The new API replicates all the functionality of our legacy XML API
while providing a foundation for future API enhancements.
@evanr76
evanr76 / TrackingUpdate.dtd
Last active January 14, 2016 20:38
Shipwire: Tracking Request DTD
<?xml version="1.0" encoding="UTF-8" ?>
<!--
PLEASE NOTE:
In September 2014, we launched a new RESTful API
(see documentation at http://www.shipwire.com/developers).
The new API replicates all the functionality of our legacy XML API
while providing a foundation for future API enhancements.