Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created November 4, 2012 15:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save glennblock/4012287 to your computer and use it in GitHub Desktop.
<form>
<url>/restcart/cart/12456</url>
<method>POST</method>
<mediatype>vnd-restcart+xml</mediatype>
<item>
<productNo>1</itemNo>
<description>An item</description>
<price>$19.95</price>
<sku>123456789</sku>
</item>
<required>
<quantity>1</quantity>
</required>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment