Skip to content

Instantly share code, notes, and snippets.

@outerim
Forked from markupboy/raw request
Last active December 20, 2015 17:09
Show Gist options
  • Save outerim/6166405 to your computer and use it in GitHub Desktop.
Save outerim/6166405 to your computer and use it in GitHub Desktop.
POST /store/test/carts.json?v=1 HTTP/1.1
Accept: */*
Origin: http://test.bigcartel.dev
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Host: api.bigcartel.dev
Content-Length: 144
Pragma: no-cache
{"item_count":1,"item_total":2,"items":[{"product_option_id":"264","quantity":1}],"checkedOut":false,"version":"1.1.5","force_status":200,"v":1}
POST /store/test/carts/8SHVF13OLT6R547D4KMCBI92G.json?v=1 HTTP/1.1
Accept: */*
Origin: http://test.bigcartel.dev
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
Host: api.bigcartel.dev
Content-Length: 565
Pragma: no-cache
{"url":"http://api.bigcartel.dev/carts/8SHVF13OLT6R547D4KMCBI92G","token":"8SHVF13OLT6R547D4KMCBI92G","item_count":1,"item_total":12,"adjustment_total":"0.0","discount_total":"0.0","shipping_total":"0.0","tax_total":"0.0","total":"0.0","buyer_first_name":"\"null\"","buyer_last_name":"\"null\"","buyer_email":"\"null\"","shipping_address_1":"\"null\"","shipping_address_2":"\"null\"","shipping_city":"\"null\"","shipping_state":"\"null\"","shipping_zip":"\"null\"","shipping_country_id":0,"items":[{"product_option_id":"265","quantity":1}],"force_status":200,"v":1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment