cq-spree-api-client 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +19 -0
- data/.rspec +2 -0
- data/.ruby-version +1 -0
- data/.travis.yml +11 -0
- data/CONTRIBUTING.md +8 -0
- data/Gemfile +3 -0
- data/LICENSE +22 -0
- data/README.md +61 -0
- data/Rakefile +7 -0
- data/fixtures/cassette_library/Spree_API_Client_Addresses/address/should_load_address.yml +59 -0
- data/fixtures/cassette_library/Spree_API_Client_Addresses/update_address/should_update_address.yml +61 -0
- data/fixtures/cassette_library/Spree_API_Client_Shipments/shipment_ready/should_set_a_shipment_to_ready.yml +55 -0
- data/fixtures/cassette_library/Spree_API_Client_Shipments/shipment_ready/should_set_a_shipment_to_ship.yml +56 -0
- data/fixtures/cassette_library/countries.yml +62 -0
- data/fixtures/cassette_library/orders.yml +55 -0
- data/fixtures/cassette_library/payments.yml +48 -0
- data/fixtures/cassette_library/products.yml +241 -0
- data/fixtures/cassette_library/properties.yml +56 -0
- data/fixtures/cassette_library/request.yml +241 -0
- data/fixtures/cassette_library/return_authorizations.yml +48 -0
- data/fixtures/cassette_library/stock_items.yml +1950 -0
- data/fixtures/cassette_library/taxonomies.yml +62 -0
- data/fixtures/cassette_library/taxons.yml +60 -0
- data/fixtures/cassette_library/variants.yml +58 -0
- data/fixtures/cassette_library/zones.yml +49 -0
- data/lib/spree-api-client.rb +65 -0
- data/lib/spree-api-client/addresses.rb +20 -0
- data/lib/spree-api-client/adjustments.rb +23 -0
- data/lib/spree-api-client/checkouts.rb +27 -0
- data/lib/spree-api-client/connection.rb +27 -0
- data/lib/spree-api-client/countries.rb +15 -0
- data/lib/spree-api-client/credit_cards.rb +20 -0
- data/lib/spree-api-client/error.rb +47 -0
- data/lib/spree-api-client/line_items.rb +19 -0
- data/lib/spree-api-client/option_types.rb +31 -0
- data/lib/spree-api-client/option_values.rb +31 -0
- data/lib/spree-api-client/orders.rb +56 -0
- data/lib/spree-api-client/payments.rb +44 -0
- data/lib/spree-api-client/products.rb +31 -0
- data/lib/spree-api-client/promotions.rb +15 -0
- data/lib/spree-api-client/properties.rb +31 -0
- data/lib/spree-api-client/request.rb +59 -0
- data/lib/spree-api-client/return_authorizations.rb +31 -0
- data/lib/spree-api-client/shipments.rb +15 -0
- data/lib/spree-api-client/stock_items.rb +31 -0
- data/lib/spree-api-client/stock_locations.rb +31 -0
- data/lib/spree-api-client/taxonomies.rb +31 -0
- data/lib/spree-api-client/taxons.rb +36 -0
- data/lib/spree-api-client/users.rb +31 -0
- data/lib/spree-api-client/variants.rb +31 -0
- data/lib/spree-api-client/version.rb +7 -0
- data/lib/spree-api-client/zones.rb +31 -0
- data/spec/addresses_spec.rb +21 -0
- data/spec/client_spec.rb +32 -0
- data/spec/countries_spec.rb +12 -0
- data/spec/orders_spec.rb +12 -0
- data/spec/payments_spec.rb +12 -0
- data/spec/products_spec.rb +12 -0
- data/spec/properties_spec.rb +12 -0
- data/spec/return_authorizations_spec.rb +12 -0
- data/spec/shipments_spec.rb +19 -0
- data/spec/spec_helper.rb +80 -0
- data/spec/stock_items_spec.rb +12 -0
- data/spec/support/vcr.rb +9 -0
- data/spec/taxonomies_spec.rb +12 -0
- data/spec/taxons_spec.rb +12 -0
- data/spec/variants_spec.rb +12 -0
- data/spec/zones_spec.rb +12 -0
- data/spree-api-client.gemspec +33 -0
- metadata +268 -0
@@ -0,0 +1,55 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:4000/store/api/orders?locale=en-US&per_page=30
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
X-Spree-Token:
|
15
|
+
- b56019f04b61a50553ee323f5ab68c6b435871971e79c987
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: 'OK '
|
22
|
+
headers:
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
X-Xss-Protection:
|
26
|
+
- 1; mode=block
|
27
|
+
X-Content-Type-Options:
|
28
|
+
- nosniff
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Etag:
|
32
|
+
- W/"b9c7cef274cd50a9e864a08800718ecb"
|
33
|
+
Cache-Control:
|
34
|
+
- max-age=0, private, must-revalidate
|
35
|
+
X-Request-Id:
|
36
|
+
- ef3e4bc7-10d1-4c9e-8280-978766e729f9
|
37
|
+
X-Runtime:
|
38
|
+
- '0.206624'
|
39
|
+
Server:
|
40
|
+
- WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
|
41
|
+
Date:
|
42
|
+
- Wed, 08 Jul 2015 15:48:52 GMT
|
43
|
+
Content-Length:
|
44
|
+
- '1699'
|
45
|
+
Connection:
|
46
|
+
- Keep-Alive
|
47
|
+
Set-Cookie:
|
48
|
+
- guest_token=InNlTWNSMEFyRDBsZXE5RkhWbjhxbnci--20045ef704828e1fe27453a55227d2577404eed1;
|
49
|
+
path=/; expires=Sun, 08 Jul 2035 15:48:52 -0000
|
50
|
+
body:
|
51
|
+
encoding: UTF-8
|
52
|
+
string: '{"count":2,"current_page":1,"pages":1,"orders":[{"id":1,"number":"R123456789","item_total":"15.99","total":"17.63","ship_total":"0.0","state":"complete","adjustment_total":"1.64","user_id":null,"created_at":"2015-07-08T15:40:47.660Z","updated_at":"2015-07-08T15:40:48.332Z","completed_at":"2015-07-07T15:40:48.048Z","payment_total":"0.0","shipment_state":"pending","payment_state":"balance_due","email":"spree@example.com","special_instructions":null,"channel":"spree","included_tax_total":"0.0","additional_tax_total":"0.8","display_included_tax_total":"$0.00","display_additional_tax_total":"$0.80","tax_total":"0.8","currency":"USD","display_item_total":"$15.99","total_quantity":1,"display_total":"$17.63","display_ship_total":"$0.00","display_tax_total":"$0.80","token":"VYZzREXd6Zs7hyyIKAOCqg","checkout_steps":["address","delivery","payment","confirm","complete"]},{"id":2,"number":"R987654321","item_total":"22.99","total":"25.35","ship_total":"0.0","state":"complete","adjustment_total":"2.36","user_id":null,"created_at":"2015-07-08T15:40:47.696Z","updated_at":"2015-07-08T15:40:48.481Z","completed_at":"2015-07-07T15:40:48.057Z","payment_total":"0.0","shipment_state":"pending","payment_state":"balance_due","email":"spree@example.com","special_instructions":null,"channel":"spree","included_tax_total":"0.0","additional_tax_total":"1.15","display_included_tax_total":"$0.00","display_additional_tax_total":"$1.15","tax_total":"1.15","currency":"USD","display_item_total":"$22.99","total_quantity":1,"display_total":"$25.35","display_ship_total":"$0.00","display_tax_total":"$1.15","token":"pAGkzy-EzPI8h_HUnGcbXQ","checkout_steps":["address","delivery","payment","confirm","complete"]}]}'
|
53
|
+
http_version:
|
54
|
+
recorded_at: Wed, 08 Jul 2015 15:48:52 GMT
|
55
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:4000/store/api/orders/R610162112/payments?locale=en-US&per_page=30
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
X-Spree-Token:
|
13
|
+
- b56019f04b61a50553ee323f5ab68c6b435871971e79c987
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: ! 'OK '
|
22
|
+
headers:
|
23
|
+
Content-Type:
|
24
|
+
- application/json
|
25
|
+
X-Ua-Compatible:
|
26
|
+
- IE=Edge
|
27
|
+
Etag:
|
28
|
+
- ! '"91cd881054beb128abd3f9a4203f114c"'
|
29
|
+
Cache-Control:
|
30
|
+
- max-age=0, private, must-revalidate
|
31
|
+
X-Request-Id:
|
32
|
+
- 1458f3f9a1e7d3fab8187beeeb00ee95
|
33
|
+
X-Runtime:
|
34
|
+
- '0.071316'
|
35
|
+
Content-Length:
|
36
|
+
- '52'
|
37
|
+
Server:
|
38
|
+
- WEBrick/1.3.1 (Ruby/1.9.3/2012-02-16)
|
39
|
+
Date:
|
40
|
+
- Fri, 07 Dec 2012 17:37:14 GMT
|
41
|
+
Connection:
|
42
|
+
- Keep-Alive
|
43
|
+
body:
|
44
|
+
encoding: US-ASCII
|
45
|
+
string: ! '{"count":0,"current_page":1,"pages":0,"payments":[]}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Fri, 07 Dec 2012 17:37:14 GMT
|
48
|
+
recorded_with: VCR 2.3.0
|
@@ -0,0 +1,241 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:4000/store/api/products?locale=en-US&per_page=30
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
X-Spree-Token:
|
15
|
+
- b56019f04b61a50553ee323f5ab68c6b435871971e79c987
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: 'OK '
|
22
|
+
headers:
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
X-Xss-Protection:
|
26
|
+
- 1; mode=block
|
27
|
+
X-Content-Type-Options:
|
28
|
+
- nosniff
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Date:
|
32
|
+
- Wed, 08 Jul 2015 15:48:53 GMT
|
33
|
+
Surrogate-Control:
|
34
|
+
- max-age=900
|
35
|
+
Cache-Control:
|
36
|
+
- max-age=900, public
|
37
|
+
Etag:
|
38
|
+
- W/"0d0cca67e099e7730055d5091d1d16d1"
|
39
|
+
X-Request-Id:
|
40
|
+
- 29811b55-4a85-4c7d-8282-34a8e4348e72
|
41
|
+
X-Runtime:
|
42
|
+
- '1.173371'
|
43
|
+
Server:
|
44
|
+
- WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
|
45
|
+
Content-Length:
|
46
|
+
- '63364'
|
47
|
+
Connection:
|
48
|
+
- Keep-Alive
|
49
|
+
Set-Cookie:
|
50
|
+
- guest_token=IkNBVTZjalVfZXozWUVULUJWcXo2NXci--79e95e02b2d5bec387a9b6fe67db1f5501885d9f;
|
51
|
+
path=/; expires=Sun, 08 Jul 2035 15:48:53 -0000
|
52
|
+
body:
|
53
|
+
encoding: UTF-8
|
54
|
+
string: '{"count":16,"total_count":16,"current_page":1,"per_page":"30","pages":1,"products":[{"id":1,"name":"Ruby
|
55
|
+
on Rails Tote","description":"Recusandae explicabo possimus est dignissimos.
|
56
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"15.99","display_price":"$15.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-tote","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,11],"total_on_hand":10,"has_variants":false,"master":{"id":1,"name":"Ruby
|
57
|
+
on Rails Tote","sku":"ROR-00011","price":"15.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-tote","description":"Recusandae
|
58
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
59
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$15.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":21,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_tote.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.606Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":1,"mini_url":"/spree/products/21/mini/ror_tote.jpeg?1436370040","small_url":"/spree/products/21/small/ror_tote.jpeg?1436370040","product_url":"/spree/products/21/product/ror_tote.jpeg?1436370040","large_url":"/spree/products/21/large/ror_tote.jpeg?1436370040"},{"id":22,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_tote_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.868Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":1,"mini_url":"/spree/products/22/mini/ror_tote_back.jpeg?1436370040","small_url":"/spree/products/22/small/ror_tote_back.jpeg?1436370040","product_url":"/spree/products/22/product/ror_tote_back.jpeg?1436370040","large_url":"/spree/products/22/large/ror_tote_back.jpeg?1436370040"}]},"variants":[],"option_types":[],"product_properties":[{"id":25,"product_id":1,"property_id":9,"value":"Tote","property_name":"Type"},{"id":26,"product_id":1,"property_id":10,"value":"15\"
|
60
|
+
x 18\" x 6\"","property_name":"Size"},{"id":27,"product_id":1,"property_id":11,"value":"Canvas","property_name":"Material"}],"classifications":[{"taxon_id":3,"position":1,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
61
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":1,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
62
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":2,"name":"Ruby
|
63
|
+
on Rails Bag","description":"Recusandae explicabo possimus est dignissimos.
|
64
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"22.99","display_price":"$22.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-bag","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,11],"total_on_hand":10,"has_variants":false,"master":{"id":2,"name":"Ruby
|
65
|
+
on Rails Bag","sku":"ROR-00012","price":"22.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-bag","description":"Recusandae
|
66
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
67
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"21.0","display_price":"$22.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":23,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_bag.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.132Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":2,"mini_url":"/spree/products/23/mini/ror_bag.jpeg?1436370041","small_url":"/spree/products/23/small/ror_bag.jpeg?1436370041","product_url":"/spree/products/23/product/ror_bag.jpeg?1436370041","large_url":"/spree/products/23/large/ror_bag.jpeg?1436370041"}]},"variants":[],"option_types":[],"product_properties":[{"id":28,"product_id":2,"property_id":9,"value":"Messenger","property_name":"Type"},{"id":29,"product_id":2,"property_id":10,"value":"14
|
68
|
+
1/2\" x 12\" x 5\"","property_name":"Size"},{"id":30,"product_id":2,"property_id":11,"value":"600
|
69
|
+
Denier Polyester","property_name":"Material"}],"classifications":[{"taxon_id":3,"position":2,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
70
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":2,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
71
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":3,"name":"Ruby
|
72
|
+
on Rails Baseball Jersey","description":"Recusandae explicabo possimus est
|
73
|
+
dignissimos. Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia
|
74
|
+
repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,11],"total_on_hand":110,"has_variants":true,"master":{"id":3,"name":"Ruby
|
75
|
+
on Rails Baseball Jersey","sku":"ROR-001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
76
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
77
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":24,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_baseball.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.386Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":3,"mini_url":"/spree/products/24/mini/ror_baseball.jpeg?1436370041","small_url":"/spree/products/24/small/ror_baseball.jpeg?1436370041","product_url":"/spree/products/24/product/ror_baseball.jpeg?1436370041","large_url":"/spree/products/24/large/ror_baseball.jpeg?1436370041"},{"id":25,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_baseball_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.637Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":3,"mini_url":"/spree/products/25/mini/ror_baseball_back.jpeg?1436370041","small_url":"/spree/products/25/small/ror_baseball_back.jpeg?1436370041","product_url":"/spree/products/25/product/ror_baseball_back.jpeg?1436370041","large_url":"/spree/products/25/large/ror_baseball_back.jpeg?1436370041"}]},"variants":[{"id":17,"name":"Ruby
|
78
|
+
on Rails Baseball Jersey","sku":"ROR-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
79
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
80
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
81
|
+
S, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":1,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:35.640Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":17,"mini_url":"/spree/products/1/mini/ror_baseball_jersey_red.png?1436370035","small_url":"/spree/products/1/small/ror_baseball_jersey_red.png?1436370035","product_url":"/spree/products/1/product/ror_baseball_jersey_red.png?1436370035","large_url":"/spree/products/1/large/ror_baseball_jersey_red.png?1436370035"},{"id":2,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:35.930Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":17,"mini_url":"/spree/products/2/mini/ror_baseball_jersey_back_red.png?1436370035","small_url":"/spree/products/2/small/ror_baseball_jersey_back_red.png?1436370035","product_url":"/spree/products/2/product/ror_baseball_jersey_back_red.png?1436370035","large_url":"/spree/products/2/large/ror_baseball_jersey_back_red.png?1436370035"}]},{"id":18,"name":"Ruby
|
82
|
+
on Rails Baseball Jersey","sku":"ROR-00002","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
83
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
84
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
85
|
+
S, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":3,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.191Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":18,"mini_url":"/spree/products/3/mini/ror_baseball_jersey_blue.png?1436370036","small_url":"/spree/products/3/small/ror_baseball_jersey_blue.png?1436370036","product_url":"/spree/products/3/product/ror_baseball_jersey_blue.png?1436370036","large_url":"/spree/products/3/large/ror_baseball_jersey_blue.png?1436370036"},{"id":4,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.440Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":18,"mini_url":"/spree/products/4/mini/ror_baseball_jersey_back_blue.png?1436370036","small_url":"/spree/products/4/small/ror_baseball_jersey_back_blue.png?1436370036","product_url":"/spree/products/4/product/ror_baseball_jersey_back_blue.png?1436370036","large_url":"/spree/products/4/large/ror_baseball_jersey_back_blue.png?1436370036"}]},{"id":19,"name":"Ruby
|
86
|
+
on Rails Baseball Jersey","sku":"ROR-00003","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
87
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
88
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
89
|
+
S, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":5,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.688Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":19,"mini_url":"/spree/products/5/mini/ror_baseball_jersey_green.png?1436370036","small_url":"/spree/products/5/small/ror_baseball_jersey_green.png?1436370036","product_url":"/spree/products/5/product/ror_baseball_jersey_green.png?1436370036","large_url":"/spree/products/5/large/ror_baseball_jersey_green.png?1436370036"},{"id":6,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.934Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":19,"mini_url":"/spree/products/6/mini/ror_baseball_jersey_back_green.png?1436370036","small_url":"/spree/products/6/small/ror_baseball_jersey_back_green.png?1436370036","product_url":"/spree/products/6/product/ror_baseball_jersey_back_green.png?1436370036","large_url":"/spree/products/6/large/ror_baseball_jersey_back_green.png?1436370036"}]},{"id":20,"name":"Ruby
|
90
|
+
on Rails Baseball Jersey","sku":"ROR-00004","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
91
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
92
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
93
|
+
M, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":7,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.177Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":20,"mini_url":"/spree/products/7/mini/ror_baseball_jersey_red.png?1436370037","small_url":"/spree/products/7/small/ror_baseball_jersey_red.png?1436370037","product_url":"/spree/products/7/product/ror_baseball_jersey_red.png?1436370037","large_url":"/spree/products/7/large/ror_baseball_jersey_red.png?1436370037"},{"id":8,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.425Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":20,"mini_url":"/spree/products/8/mini/ror_baseball_jersey_back_red.png?1436370037","small_url":"/spree/products/8/small/ror_baseball_jersey_back_red.png?1436370037","product_url":"/spree/products/8/product/ror_baseball_jersey_back_red.png?1436370037","large_url":"/spree/products/8/large/ror_baseball_jersey_back_red.png?1436370037"}]},{"id":21,"name":"Ruby
|
94
|
+
on Rails Baseball Jersey","sku":"ROR-00005","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
95
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
96
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
97
|
+
M, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":9,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.677Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":21,"mini_url":"/spree/products/9/mini/ror_baseball_jersey_blue.png?1436370037","small_url":"/spree/products/9/small/ror_baseball_jersey_blue.png?1436370037","product_url":"/spree/products/9/product/ror_baseball_jersey_blue.png?1436370037","large_url":"/spree/products/9/large/ror_baseball_jersey_blue.png?1436370037"},{"id":10,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.918Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":21,"mini_url":"/spree/products/10/mini/ror_baseball_jersey_back_blue.png?1436370037","small_url":"/spree/products/10/small/ror_baseball_jersey_back_blue.png?1436370037","product_url":"/spree/products/10/product/ror_baseball_jersey_back_blue.png?1436370037","large_url":"/spree/products/10/large/ror_baseball_jersey_back_blue.png?1436370037"}]},{"id":22,"name":"Ruby
|
98
|
+
on Rails Baseball Jersey","sku":"ROR-00006","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
99
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
100
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
101
|
+
M, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":11,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.164Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":22,"mini_url":"/spree/products/11/mini/ror_baseball_jersey_green.png?1436370038","small_url":"/spree/products/11/small/ror_baseball_jersey_green.png?1436370038","product_url":"/spree/products/11/product/ror_baseball_jersey_green.png?1436370038","large_url":"/spree/products/11/large/ror_baseball_jersey_green.png?1436370038"},{"id":12,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.408Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":22,"mini_url":"/spree/products/12/mini/ror_baseball_jersey_back_green.png?1436370038","small_url":"/spree/products/12/small/ror_baseball_jersey_back_green.png?1436370038","product_url":"/spree/products/12/product/ror_baseball_jersey_back_green.png?1436370038","large_url":"/spree/products/12/large/ror_baseball_jersey_back_green.png?1436370038"}]},{"id":23,"name":"Ruby
|
102
|
+
on Rails Baseball Jersey","sku":"ROR-00007","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
103
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
104
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
105
|
+
L, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":13,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.653Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":23,"mini_url":"/spree/products/13/mini/ror_baseball_jersey_red.png?1436370038","small_url":"/spree/products/13/small/ror_baseball_jersey_red.png?1436370038","product_url":"/spree/products/13/product/ror_baseball_jersey_red.png?1436370038","large_url":"/spree/products/13/large/ror_baseball_jersey_red.png?1436370038"},{"id":14,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.895Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":23,"mini_url":"/spree/products/14/mini/ror_baseball_jersey_back_red.png?1436370038","small_url":"/spree/products/14/small/ror_baseball_jersey_back_red.png?1436370038","product_url":"/spree/products/14/product/ror_baseball_jersey_back_red.png?1436370038","large_url":"/spree/products/14/large/ror_baseball_jersey_back_red.png?1436370038"}]},{"id":24,"name":"Ruby
|
106
|
+
on Rails Baseball Jersey","sku":"ROR-00008","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
107
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
108
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
109
|
+
L, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":15,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.143Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":24,"mini_url":"/spree/products/15/mini/ror_baseball_jersey_blue.png?1436370039","small_url":"/spree/products/15/small/ror_baseball_jersey_blue.png?1436370039","product_url":"/spree/products/15/product/ror_baseball_jersey_blue.png?1436370039","large_url":"/spree/products/15/large/ror_baseball_jersey_blue.png?1436370039"},{"id":16,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.383Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":24,"mini_url":"/spree/products/16/mini/ror_baseball_jersey_back_blue.png?1436370039","small_url":"/spree/products/16/small/ror_baseball_jersey_back_blue.png?1436370039","product_url":"/spree/products/16/product/ror_baseball_jersey_back_blue.png?1436370039","large_url":"/spree/products/16/large/ror_baseball_jersey_back_blue.png?1436370039"}]},{"id":25,"name":"Ruby
|
110
|
+
on Rails Baseball Jersey","sku":"ROR-00009","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
111
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
112
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
113
|
+
L, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":17,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.626Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":25,"mini_url":"/spree/products/17/mini/ror_baseball_jersey_green.png?1436370039","small_url":"/spree/products/17/small/ror_baseball_jersey_green.png?1436370039","product_url":"/spree/products/17/product/ror_baseball_jersey_green.png?1436370039","large_url":"/spree/products/17/large/ror_baseball_jersey_green.png?1436370039"},{"id":18,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.864Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":25,"mini_url":"/spree/products/18/mini/ror_baseball_jersey_back_green.png?1436370039","small_url":"/spree/products/18/small/ror_baseball_jersey_back_green.png?1436370039","product_url":"/spree/products/18/product/ror_baseball_jersey_back_green.png?1436370039","large_url":"/spree/products/18/large/ror_baseball_jersey_back_green.png?1436370039"}]},{"id":26,"name":"Ruby
|
114
|
+
on Rails Baseball Jersey","sku":"ROR-00010","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
115
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
116
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
117
|
+
XL, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":4,"name":"Extra
|
118
|
+
Large","presentation":"XL","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":19,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.107Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":26,"mini_url":"/spree/products/19/mini/ror_baseball_jersey_green.png?1436370040","small_url":"/spree/products/19/small/ror_baseball_jersey_green.png?1436370040","product_url":"/spree/products/19/product/ror_baseball_jersey_green.png?1436370040","large_url":"/spree/products/19/large/ror_baseball_jersey_green.png?1436370040"},{"id":20,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.344Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":26,"mini_url":"/spree/products/20/mini/ror_baseball_jersey_back_green.png?1436370040","small_url":"/spree/products/20/small/ror_baseball_jersey_back_green.png?1436370040","product_url":"/spree/products/20/product/ror_baseball_jersey_back_green.png?1436370040","large_url":"/spree/products/20/large/ror_baseball_jersey_back_green.png?1436370040"}]}],"option_types":[{"id":1,"name":"tshirt-size","presentation":"Size","position":1},{"id":2,"name":"tshirt-color","presentation":"Color","position":2}],"product_properties":[{"id":1,"product_id":3,"property_id":1,"value":"Wilson","property_name":"Manufacturer"},{"id":2,"product_id":3,"property_id":2,"value":"Wannabe
|
119
|
+
Sports","property_name":"Brand"},{"id":3,"product_id":3,"property_id":3,"value":"JK1002","property_name":"Model"},{"id":4,"product_id":3,"property_id":4,"value":"Baseball
|
120
|
+
Jersey","property_name":"Shirt Type"},{"id":5,"product_id":3,"property_id":5,"value":"Long","property_name":"Sleeve
|
121
|
+
Type"},{"id":6,"product_id":3,"property_id":6,"value":"100% cotton","property_name":"Made
|
122
|
+
from"},{"id":7,"product_id":3,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":8,"product_id":3,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":1,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
123
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":5,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
124
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":4,"name":"Ruby
|
125
|
+
on Rails Jr. Spaghetti","description":"Recusandae explicabo possimus est dignissimos.
|
126
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-jr-spaghetti","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[6,11],"total_on_hand":10,"has_variants":false,"master":{"id":4,"name":"Ruby
|
127
|
+
on Rails Jr. Spaghetti","sku":"ROR-00013","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-jr-spaghetti","description":"Recusandae
|
128
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
129
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":26,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_jr_spaghetti.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.906Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":4,"mini_url":"/spree/products/26/mini/ror_jr_spaghetti.jpeg?1436370041","small_url":"/spree/products/26/small/ror_jr_spaghetti.jpeg?1436370041","product_url":"/spree/products/26/product/ror_jr_spaghetti.jpeg?1436370041","large_url":"/spree/products/26/large/ror_jr_spaghetti.jpeg?1436370041"}]},"variants":[],"option_types":[],"product_properties":[{"id":9,"product_id":4,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":10,"product_id":4,"property_id":2,"value":"Resiliance","property_name":"Brand"},{"id":11,"product_id":4,"property_id":3,"value":"TL174","property_name":"Model"},{"id":12,"product_id":4,"property_id":4,"value":"Jr.
|
130
|
+
Spaghetti T","property_name":"Shirt Type"},{"id":13,"product_id":4,"property_id":5,"value":"None","property_name":"Sleeve
|
131
|
+
Type"},{"id":14,"product_id":4,"property_id":6,"value":"90% Cotton, 10% Nylon","property_name":"Made
|
132
|
+
from"},{"id":15,"product_id":4,"property_id":7,"value":"Form","property_name":"Fit"},{"id":16,"product_id":4,"property_id":8,"value":"Women''s","property_name":"Gender"}],"classifications":[{"taxon_id":6,"position":1,"taxon":{"id":6,"name":"Shirts","pretty_name":"Categories
|
133
|
+
-\u003e Clothing -\u003e Shirts","permalink":"categories/clothing/shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":6,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
134
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":5,"name":"Ruby
|
135
|
+
on Rails Ringer T-Shirt","description":"Recusandae explicabo possimus est
|
136
|
+
dignissimos. Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia
|
137
|
+
repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-ringer-t-shirt","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,11],"total_on_hand":10,"has_variants":false,"master":{"id":5,"name":"Ruby
|
138
|
+
on Rails Ringer T-Shirt","sku":"ROR-00015","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-ringer-t-shirt","description":"Recusandae
|
139
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
140
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":29,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_ringer.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.697Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":5,"mini_url":"/spree/products/29/mini/ror_ringer.jpeg?1436370042","small_url":"/spree/products/29/small/ror_ringer.jpeg?1436370042","product_url":"/spree/products/29/product/ror_ringer.jpeg?1436370042","large_url":"/spree/products/29/large/ror_ringer.jpeg?1436370042"},{"id":30,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_ringer_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.959Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":5,"mini_url":"/spree/products/30/mini/ror_ringer_back.jpeg?1436370042","small_url":"/spree/products/30/small/ror_ringer_back.jpeg?1436370042","product_url":"/spree/products/30/product/ror_ringer_back.jpeg?1436370042","large_url":"/spree/products/30/large/ror_ringer_back.jpeg?1436370042"}]},"variants":[],"option_types":[],"product_properties":[{"id":17,"product_id":5,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":18,"product_id":5,"property_id":2,"value":"Conditioned","property_name":"Brand"},{"id":19,"product_id":5,"property_id":3,"value":"TL9002","property_name":"Model"},{"id":20,"product_id":5,"property_id":4,"value":"Ringer
|
141
|
+
T","property_name":"Shirt Type"},{"id":21,"product_id":5,"property_id":5,"value":"Short","property_name":"Sleeve
|
142
|
+
Type"},{"id":22,"product_id":5,"property_id":6,"value":"100% Vellum","property_name":"Made
|
143
|
+
from"},{"id":23,"product_id":5,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":24,"product_id":5,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":2,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
144
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":7,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
145
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":6,"name":"Ruby
|
146
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
147
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,8],"total_on_hand":10,"has_variants":false,"master":{"id":6,"name":"Ruby
|
148
|
+
Baseball Jersey","sku":"RUB-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-baseball-jersey","description":"Recusandae
|
149
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
150
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":34,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ruby_baseball.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.056Z","attachment_width":495,"attachment_height":477,"alt":null,"viewable_type":"Spree::Variant","viewable_id":6,"mini_url":"/spree/products/34/mini/ruby_baseball.png?1436370044","small_url":"/spree/products/34/small/ruby_baseball.png?1436370044","product_url":"/spree/products/34/product/ruby_baseball.png?1436370044","large_url":"/spree/products/34/large/ruby_baseball.png?1436370044"}]},"variants":[],"option_types":[],"product_properties":[],"classifications":[{"taxon_id":7,"position":4,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
151
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":8,"position":1,"taxon":{"id":8,"name":"Ruby","pretty_name":"Brand
|
152
|
+
-\u003e Ruby","permalink":"brand/ruby","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":7,"name":"Apache
|
153
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
154
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"apache-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,9],"total_on_hand":10,"has_variants":false,"master":{"id":7,"name":"Apache
|
155
|
+
Baseball Jersey","sku":"APC-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"apache-baseball-jersey","description":"Recusandae
|
156
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
157
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":33,"position":1,"attachment_content_type":"image/png","attachment_file_name":"apache_baseball.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.700Z","attachment_width":504,"attachment_height":484,"alt":null,"viewable_type":"Spree::Variant","viewable_id":7,"mini_url":"/spree/products/33/mini/apache_baseball.png?1436370043","small_url":"/spree/products/33/small/apache_baseball.png?1436370043","product_url":"/spree/products/33/product/apache_baseball.png?1436370043","large_url":"/spree/products/33/large/apache_baseball.png?1436370043"}]},"variants":[],"option_types":[],"product_properties":[],"classifications":[{"taxon_id":7,"position":3,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
158
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":9,"position":1,"taxon":{"id":9,"name":"Apache","pretty_name":"Brand
|
159
|
+
-\u003e Apache","permalink":"brand/apache","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":8,"name":"Spree
|
160
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
161
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,10],"total_on_hand":10,"has_variants":false,"master":{"id":8,"name":"Spree
|
162
|
+
Baseball Jersey","sku":"SPR-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-baseball-jersey","description":"Recusandae
|
163
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
164
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":41,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_jersey.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.079Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":8,"mini_url":"/spree/products/41/mini/spree_jersey.jpeg?1436370046","small_url":"/spree/products/41/small/spree_jersey.jpeg?1436370046","product_url":"/spree/products/41/product/spree_jersey.jpeg?1436370046","large_url":"/spree/products/41/large/spree_jersey.jpeg?1436370046"},{"id":42,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_jersey_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.351Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":8,"mini_url":"/spree/products/42/mini/spree_jersey_back.jpeg?1436370046","small_url":"/spree/products/42/small/spree_jersey_back.jpeg?1436370046","product_url":"/spree/products/42/product/spree_jersey_back.jpeg?1436370046","large_url":"/spree/products/42/large/spree_jersey_back.jpeg?1436370046"}]},"variants":[],"option_types":[{"id":1,"name":"tshirt-size","presentation":"Size","position":1},{"id":2,"name":"tshirt-color","presentation":"Color","position":2}],"product_properties":[{"id":43,"product_id":8,"property_id":1,"value":"Wilson","property_name":"Manufacturer"},{"id":44,"product_id":8,"property_id":2,"value":"Wannabe
|
165
|
+
Sports","property_name":"Brand"},{"id":45,"product_id":8,"property_id":3,"value":"JK1002","property_name":"Model"},{"id":46,"product_id":8,"property_id":4,"value":"Baseball
|
166
|
+
Jersey","property_name":"Shirt Type"},{"id":47,"product_id":8,"property_id":5,"value":"Long","property_name":"Sleeve
|
167
|
+
Type"},{"id":48,"product_id":8,"property_id":6,"value":"100% cotton","property_name":"Made
|
168
|
+
from"},{"id":49,"product_id":8,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":50,"product_id":8,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":5,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
169
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":4,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
170
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":9,"name":"Spree
|
171
|
+
Jr. Spaghetti","description":"Recusandae explicabo possimus est dignissimos.
|
172
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-jr-spaghetti","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[6,10],"total_on_hand":10,"has_variants":false,"master":{"id":9,"name":"Spree
|
173
|
+
Jr. Spaghetti","sku":"SPR-00013","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-jr-spaghetti","description":"Recusandae
|
174
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
175
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":40,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_spaghetti.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.803Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":9,"mini_url":"/spree/products/40/mini/spree_spaghetti.jpeg?1436370045","small_url":"/spree/products/40/small/spree_spaghetti.jpeg?1436370045","product_url":"/spree/products/40/product/spree_spaghetti.jpeg?1436370045","large_url":"/spree/products/40/large/spree_spaghetti.jpeg?1436370045"}]},"variants":[],"option_types":[],"product_properties":[{"id":51,"product_id":9,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":52,"product_id":9,"property_id":2,"value":"Resiliance","property_name":"Brand"},{"id":53,"product_id":9,"property_id":3,"value":"TL174","property_name":"Model"},{"id":54,"product_id":9,"property_id":4,"value":"Jr.
|
176
|
+
Spaghetti T","property_name":"Shirt Type"},{"id":55,"product_id":9,"property_id":5,"value":"None","property_name":"Sleeve
|
177
|
+
Type"},{"id":56,"product_id":9,"property_id":6,"value":"90% Cotton, 10% Nylon","property_name":"Made
|
178
|
+
from"},{"id":57,"product_id":9,"property_id":7,"value":"Form","property_name":"Fit"},{"id":58,"product_id":9,"property_id":8,"value":"Women''s","property_name":"Gender"}],"classifications":[{"taxon_id":6,"position":2,"taxon":{"id":6,"name":"Shirts","pretty_name":"Categories
|
179
|
+
-\u003e Clothing -\u003e Shirts","permalink":"categories/clothing/shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":7,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
180
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":10,"name":"Spree
|
181
|
+
Ringer T-Shirt","description":"Recusandae explicabo possimus est dignissimos.
|
182
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-ringer-t-shirt","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,10],"total_on_hand":10,"has_variants":false,"master":{"id":10,"name":"Spree
|
183
|
+
Ringer T-Shirt","sku":"SPR-00015","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-ringer-t-shirt","description":"Recusandae
|
184
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
185
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":38,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_ringer_t.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.270Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":10,"mini_url":"/spree/products/38/mini/spree_ringer_t.jpeg?1436370045","small_url":"/spree/products/38/small/spree_ringer_t.jpeg?1436370045","product_url":"/spree/products/38/product/spree_ringer_t.jpeg?1436370045","large_url":"/spree/products/38/large/spree_ringer_t.jpeg?1436370045"},{"id":39,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_ringer_t_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.529Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":10,"mini_url":"/spree/products/39/mini/spree_ringer_t_back.jpeg?1436370045","small_url":"/spree/products/39/small/spree_ringer_t_back.jpeg?1436370045","product_url":"/spree/products/39/product/spree_ringer_t_back.jpeg?1436370045","large_url":"/spree/products/39/large/spree_ringer_t_back.jpeg?1436370045"}]},"variants":[],"option_types":[],"product_properties":[{"id":59,"product_id":10,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":60,"product_id":10,"property_id":2,"value":"Conditioned","property_name":"Brand"},{"id":61,"product_id":10,"property_id":3,"value":"TL9002","property_name":"Model"},{"id":62,"product_id":10,"property_id":4,"value":"Ringer
|
186
|
+
T","property_name":"Shirt Type"},{"id":63,"product_id":10,"property_id":5,"value":"Short","property_name":"Sleeve
|
187
|
+
Type"},{"id":64,"product_id":10,"property_id":6,"value":"100% Vellum","property_name":"Made
|
188
|
+
from"},{"id":65,"product_id":10,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":66,"product_id":10,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":6,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
189
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":3,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
190
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":11,"name":"Spree
|
191
|
+
Tote","description":"Recusandae explicabo possimus est dignissimos. Natus
|
192
|
+
earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"15.99","display_price":"$15.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-tote","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,10],"total_on_hand":10,"has_variants":false,"master":{"id":11,"name":"Spree
|
193
|
+
Tote","sku":"SPR-00011","price":"15.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-tote","description":"Recusandae
|
194
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
195
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"13.0","display_price":"$15.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":36,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_tote_front.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.706Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":11,"mini_url":"/spree/products/36/mini/spree_tote_front.jpeg?1436370044","small_url":"/spree/products/36/small/spree_tote_front.jpeg?1436370044","product_url":"/spree/products/36/product/spree_tote_front.jpeg?1436370044","large_url":"/spree/products/36/large/spree_tote_front.jpeg?1436370044"},{"id":37,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_tote_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.999Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":11,"mini_url":"/spree/products/37/mini/spree_tote_back.jpeg?1436370044","small_url":"/spree/products/37/small/spree_tote_back.jpeg?1436370044","product_url":"/spree/products/37/product/spree_tote_back.jpeg?1436370044","large_url":"/spree/products/37/large/spree_tote_back.jpeg?1436370044"}]},"variants":[],"option_types":[],"product_properties":[{"id":39,"product_id":11,"property_id":9,"value":"Tote","property_name":"Type"},{"id":40,"product_id":11,"property_id":10,"value":"15\"
|
196
|
+
x 18\" x 6\"","property_name":"Size"}],"classifications":[{"taxon_id":3,"position":3,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
197
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":5,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
198
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":12,"name":"Spree
|
199
|
+
Bag","description":"Recusandae explicabo possimus est dignissimos. Natus earum
|
200
|
+
ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"22.99","display_price":"$22.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-bag","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,10],"total_on_hand":10,"has_variants":false,"master":{"id":12,"name":"Spree
|
201
|
+
Bag","sku":"SPR-00012","price":"22.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-bag","description":"Recusandae
|
202
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
203
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"21.0","display_price":"$22.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":35,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_bag.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.418Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":12,"mini_url":"/spree/products/35/mini/spree_bag.jpeg?1436370044","small_url":"/spree/products/35/small/spree_bag.jpeg?1436370044","product_url":"/spree/products/35/product/spree_bag.jpeg?1436370044","large_url":"/spree/products/35/large/spree_bag.jpeg?1436370044"}]},"variants":[],"option_types":[],"product_properties":[{"id":41,"product_id":12,"property_id":9,"value":"Messenger","property_name":"Type"},{"id":42,"product_id":12,"property_id":10,"value":"14
|
204
|
+
1/2\" x 12\" x 5\"","property_name":"Size"}],"classifications":[{"taxon_id":3,"position":4,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
205
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":6,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
206
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":13,"name":"Ruby
|
207
|
+
on Rails Mug","description":"Recusandae explicabo possimus est dignissimos.
|
208
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"13.99","display_price":"$13.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-mug","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,11],"total_on_hand":10,"has_variants":false,"master":{"id":13,"name":"Ruby
|
209
|
+
on Rails Mug","sku":"ROR-00014","price":"13.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-mug","description":"Recusandae
|
210
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
211
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"11.0","display_price":"$13.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":27,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_mug.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.182Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":13,"mini_url":"/spree/products/27/mini/ror_mug.jpeg?1436370042","small_url":"/spree/products/27/small/ror_mug.jpeg?1436370042","product_url":"/spree/products/27/product/ror_mug.jpeg?1436370042","large_url":"/spree/products/27/large/ror_mug.jpeg?1436370042"},{"id":28,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_mug_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.445Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":13,"mini_url":"/spree/products/28/mini/ror_mug_back.jpeg?1436370042","small_url":"/spree/products/28/small/ror_mug_back.jpeg?1436370042","product_url":"/spree/products/28/product/ror_mug_back.jpeg?1436370042","large_url":"/spree/products/28/large/ror_mug_back.jpeg?1436370042"}]},"variants":[],"option_types":[],"product_properties":[{"id":31,"product_id":13,"property_id":9,"value":"Mug","property_name":"Type"},{"id":32,"product_id":13,"property_id":10,"value":"4.5\"
|
212
|
+
tall, 3.25\" dia.","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":1,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
213
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":3,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
214
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":14,"name":"Ruby
|
215
|
+
on Rails Stein","description":"Recusandae explicabo possimus est dignissimos.
|
216
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"16.99","display_price":"$16.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-stein","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,11],"total_on_hand":10,"has_variants":false,"master":{"id":14,"name":"Ruby
|
217
|
+
on Rails Stein","sku":"ROR-00016","price":"16.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-stein","description":"Recusandae
|
218
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
219
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"15.0","display_price":"$16.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":31,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_stein.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.198Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":14,"mini_url":"/spree/products/31/mini/ror_stein.jpeg?1436370043","small_url":"/spree/products/31/small/ror_stein.jpeg?1436370043","product_url":"/spree/products/31/product/ror_stein.jpeg?1436370043","large_url":"/spree/products/31/large/ror_stein.jpeg?1436370043"},{"id":32,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_stein_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.449Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":14,"mini_url":"/spree/products/32/mini/ror_stein_back.jpeg?1436370043","small_url":"/spree/products/32/small/ror_stein_back.jpeg?1436370043","product_url":"/spree/products/32/product/ror_stein_back.jpeg?1436370043","large_url":"/spree/products/32/large/ror_stein_back.jpeg?1436370043"}]},"variants":[],"option_types":[],"product_properties":[{"id":33,"product_id":14,"property_id":9,"value":"Stein","property_name":"Type"},{"id":34,"product_id":14,"property_id":10,"value":"6.75\"
|
220
|
+
tall, 3.75\" dia. base, 3\" dia. rim","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":2,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
221
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":4,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
222
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":15,"name":"Spree
|
223
|
+
Stein","description":"Recusandae explicabo possimus est dignissimos. Natus
|
224
|
+
earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"16.99","display_price":"$16.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-stein","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,10],"total_on_hand":10,"has_variants":false,"master":{"id":15,"name":"Spree
|
225
|
+
Stein","sku":"SPR-00016","price":"16.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-stein","description":"Recusandae
|
226
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
227
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"15.0","display_price":"$16.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":43,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_stein.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.624Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":15,"mini_url":"/spree/products/43/mini/spree_stein.jpeg?1436370046","small_url":"/spree/products/43/small/spree_stein.jpeg?1436370046","product_url":"/spree/products/43/product/spree_stein.jpeg?1436370046","large_url":"/spree/products/43/large/spree_stein.jpeg?1436370046"},{"id":44,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_stein_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.892Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":15,"mini_url":"/spree/products/44/mini/spree_stein_back.jpeg?1436370046","small_url":"/spree/products/44/small/spree_stein_back.jpeg?1436370046","product_url":"/spree/products/44/product/spree_stein_back.jpeg?1436370046","large_url":"/spree/products/44/large/spree_stein_back.jpeg?1436370046"}]},"variants":[],"option_types":[],"product_properties":[{"id":35,"product_id":15,"property_id":9,"value":"Stein","property_name":"Type"},{"id":36,"product_id":15,"property_id":10,"value":"6.75\"
|
228
|
+
tall, 3.75\" dia. base, 3\" dia. rim","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":3,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
229
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":1,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
230
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":16,"name":"Spree
|
231
|
+
Mug","description":"Recusandae explicabo possimus est dignissimos. Natus earum
|
232
|
+
ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"13.99","display_price":"$13.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-mug","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,10],"total_on_hand":10,"has_variants":false,"master":{"id":16,"name":"Spree
|
233
|
+
Mug","sku":"SPR-00014","price":"13.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-mug","description":"Recusandae
|
234
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
235
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"11.0","display_price":"$13.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":45,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_mug.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:47.151Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":16,"mini_url":"/spree/products/45/mini/spree_mug.jpeg?1436370047","small_url":"/spree/products/45/small/spree_mug.jpeg?1436370047","product_url":"/spree/products/45/product/spree_mug.jpeg?1436370047","large_url":"/spree/products/45/large/spree_mug.jpeg?1436370047"},{"id":46,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_mug_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:47.358Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":16,"mini_url":"/spree/products/46/mini/spree_mug_back.jpeg?1436370047","small_url":"/spree/products/46/small/spree_mug_back.jpeg?1436370047","product_url":"/spree/products/46/product/spree_mug_back.jpeg?1436370047","large_url":"/spree/products/46/large/spree_mug_back.jpeg?1436370047"}]},"variants":[],"option_types":[],"product_properties":[{"id":37,"product_id":16,"property_id":9,"value":"Mug","property_name":"Type"},{"id":38,"product_id":16,"property_id":10,"value":"4.5\"
|
236
|
+
tall, 3.25\" dia.","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":4,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
237
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":2,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
238
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]}]}'
|
239
|
+
http_version:
|
240
|
+
recorded_at: Wed, 08 Jul 2015 15:48:54 GMT
|
241
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:4000/store/api/products/1/product_properties?locale=en-US&per_page=30
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
X-Spree-Token:
|
15
|
+
- b56019f04b61a50553ee323f5ab68c6b435871971e79c987
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: 'OK '
|
22
|
+
headers:
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
X-Xss-Protection:
|
26
|
+
- 1; mode=block
|
27
|
+
X-Content-Type-Options:
|
28
|
+
- nosniff
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Etag:
|
32
|
+
- W/"57db8aa0e3db266a1178c105ed989ef3"
|
33
|
+
Cache-Control:
|
34
|
+
- max-age=0, private, must-revalidate
|
35
|
+
X-Request-Id:
|
36
|
+
- 23e70c83-2b10-4541-b893-e9120eaa2c23
|
37
|
+
X-Runtime:
|
38
|
+
- '0.111282'
|
39
|
+
Server:
|
40
|
+
- WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
|
41
|
+
Date:
|
42
|
+
- Wed, 08 Jul 2015 15:48:55 GMT
|
43
|
+
Content-Length:
|
44
|
+
- '319'
|
45
|
+
Connection:
|
46
|
+
- Keep-Alive
|
47
|
+
Set-Cookie:
|
48
|
+
- guest_token=IkJNRDVhM05WNzBnTFZ1WHBLT2JNY2ci--3cd840671f49f5730e6e9caf6b81274fc9afd348;
|
49
|
+
path=/; expires=Sun, 08 Jul 2035 15:48:54 -0000
|
50
|
+
body:
|
51
|
+
encoding: UTF-8
|
52
|
+
string: '{"count":3,"current_page":1,"pages":1,"product_properties":[{"id":25,"product_id":1,"property_id":9,"value":"Tote","property_name":"Type"},{"id":26,"product_id":1,"property_id":10,"value":"15\"
|
53
|
+
x 18\" x 6\"","property_name":"Size"},{"id":27,"product_id":1,"property_id":11,"value":"Canvas","property_name":"Material"}]}'
|
54
|
+
http_version:
|
55
|
+
recorded_at: Wed, 08 Jul 2015 15:48:55 GMT
|
56
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,241 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://localhost:4000/store/api/products?locale=en-US&per_page=30
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
X-Spree-Token:
|
15
|
+
- b56019f04b61a50553ee323f5ab68c6b435871971e79c987
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: 'OK '
|
22
|
+
headers:
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
X-Xss-Protection:
|
26
|
+
- 1; mode=block
|
27
|
+
X-Content-Type-Options:
|
28
|
+
- nosniff
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Date:
|
32
|
+
- Wed, 08 Jul 2015 15:48:53 GMT
|
33
|
+
Surrogate-Control:
|
34
|
+
- max-age=900
|
35
|
+
Cache-Control:
|
36
|
+
- max-age=900, public
|
37
|
+
Etag:
|
38
|
+
- W/"0d0cca67e099e7730055d5091d1d16d1"
|
39
|
+
X-Request-Id:
|
40
|
+
- 29811b55-4a85-4c7d-8282-34a8e4348e72
|
41
|
+
X-Runtime:
|
42
|
+
- '1.173371'
|
43
|
+
Server:
|
44
|
+
- WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
|
45
|
+
Content-Length:
|
46
|
+
- '63364'
|
47
|
+
Connection:
|
48
|
+
- Keep-Alive
|
49
|
+
Set-Cookie:
|
50
|
+
- guest_token=IkNBVTZjalVfZXozWUVULUJWcXo2NXci--79e95e02b2d5bec387a9b6fe67db1f5501885d9f;
|
51
|
+
path=/; expires=Sun, 08 Jul 2035 15:48:53 -0000
|
52
|
+
body:
|
53
|
+
encoding: UTF-8
|
54
|
+
string: '{"count":16,"total_count":16,"current_page":1,"per_page":"30","pages":1,"products":[{"id":1,"name":"Ruby
|
55
|
+
on Rails Tote","description":"Recusandae explicabo possimus est dignissimos.
|
56
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"15.99","display_price":"$15.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-tote","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,11],"total_on_hand":10,"has_variants":false,"master":{"id":1,"name":"Ruby
|
57
|
+
on Rails Tote","sku":"ROR-00011","price":"15.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-tote","description":"Recusandae
|
58
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
59
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$15.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":21,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_tote.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.606Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":1,"mini_url":"/spree/products/21/mini/ror_tote.jpeg?1436370040","small_url":"/spree/products/21/small/ror_tote.jpeg?1436370040","product_url":"/spree/products/21/product/ror_tote.jpeg?1436370040","large_url":"/spree/products/21/large/ror_tote.jpeg?1436370040"},{"id":22,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_tote_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.868Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":1,"mini_url":"/spree/products/22/mini/ror_tote_back.jpeg?1436370040","small_url":"/spree/products/22/small/ror_tote_back.jpeg?1436370040","product_url":"/spree/products/22/product/ror_tote_back.jpeg?1436370040","large_url":"/spree/products/22/large/ror_tote_back.jpeg?1436370040"}]},"variants":[],"option_types":[],"product_properties":[{"id":25,"product_id":1,"property_id":9,"value":"Tote","property_name":"Type"},{"id":26,"product_id":1,"property_id":10,"value":"15\"
|
60
|
+
x 18\" x 6\"","property_name":"Size"},{"id":27,"product_id":1,"property_id":11,"value":"Canvas","property_name":"Material"}],"classifications":[{"taxon_id":3,"position":1,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
61
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":1,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
62
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":2,"name":"Ruby
|
63
|
+
on Rails Bag","description":"Recusandae explicabo possimus est dignissimos.
|
64
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"22.99","display_price":"$22.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-bag","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,11],"total_on_hand":10,"has_variants":false,"master":{"id":2,"name":"Ruby
|
65
|
+
on Rails Bag","sku":"ROR-00012","price":"22.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-bag","description":"Recusandae
|
66
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
67
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"21.0","display_price":"$22.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":23,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_bag.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.132Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":2,"mini_url":"/spree/products/23/mini/ror_bag.jpeg?1436370041","small_url":"/spree/products/23/small/ror_bag.jpeg?1436370041","product_url":"/spree/products/23/product/ror_bag.jpeg?1436370041","large_url":"/spree/products/23/large/ror_bag.jpeg?1436370041"}]},"variants":[],"option_types":[],"product_properties":[{"id":28,"product_id":2,"property_id":9,"value":"Messenger","property_name":"Type"},{"id":29,"product_id":2,"property_id":10,"value":"14
|
68
|
+
1/2\" x 12\" x 5\"","property_name":"Size"},{"id":30,"product_id":2,"property_id":11,"value":"600
|
69
|
+
Denier Polyester","property_name":"Material"}],"classifications":[{"taxon_id":3,"position":2,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
70
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":2,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
71
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":3,"name":"Ruby
|
72
|
+
on Rails Baseball Jersey","description":"Recusandae explicabo possimus est
|
73
|
+
dignissimos. Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia
|
74
|
+
repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,11],"total_on_hand":110,"has_variants":true,"master":{"id":3,"name":"Ruby
|
75
|
+
on Rails Baseball Jersey","sku":"ROR-001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
76
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
77
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":24,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_baseball.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.386Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":3,"mini_url":"/spree/products/24/mini/ror_baseball.jpeg?1436370041","small_url":"/spree/products/24/small/ror_baseball.jpeg?1436370041","product_url":"/spree/products/24/product/ror_baseball.jpeg?1436370041","large_url":"/spree/products/24/large/ror_baseball.jpeg?1436370041"},{"id":25,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_baseball_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.637Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":3,"mini_url":"/spree/products/25/mini/ror_baseball_back.jpeg?1436370041","small_url":"/spree/products/25/small/ror_baseball_back.jpeg?1436370041","product_url":"/spree/products/25/product/ror_baseball_back.jpeg?1436370041","large_url":"/spree/products/25/large/ror_baseball_back.jpeg?1436370041"}]},"variants":[{"id":17,"name":"Ruby
|
78
|
+
on Rails Baseball Jersey","sku":"ROR-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
79
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
80
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
81
|
+
S, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":1,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:35.640Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":17,"mini_url":"/spree/products/1/mini/ror_baseball_jersey_red.png?1436370035","small_url":"/spree/products/1/small/ror_baseball_jersey_red.png?1436370035","product_url":"/spree/products/1/product/ror_baseball_jersey_red.png?1436370035","large_url":"/spree/products/1/large/ror_baseball_jersey_red.png?1436370035"},{"id":2,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:35.930Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":17,"mini_url":"/spree/products/2/mini/ror_baseball_jersey_back_red.png?1436370035","small_url":"/spree/products/2/small/ror_baseball_jersey_back_red.png?1436370035","product_url":"/spree/products/2/product/ror_baseball_jersey_back_red.png?1436370035","large_url":"/spree/products/2/large/ror_baseball_jersey_back_red.png?1436370035"}]},{"id":18,"name":"Ruby
|
82
|
+
on Rails Baseball Jersey","sku":"ROR-00002","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
83
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
84
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
85
|
+
S, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":3,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.191Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":18,"mini_url":"/spree/products/3/mini/ror_baseball_jersey_blue.png?1436370036","small_url":"/spree/products/3/small/ror_baseball_jersey_blue.png?1436370036","product_url":"/spree/products/3/product/ror_baseball_jersey_blue.png?1436370036","large_url":"/spree/products/3/large/ror_baseball_jersey_blue.png?1436370036"},{"id":4,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.440Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":18,"mini_url":"/spree/products/4/mini/ror_baseball_jersey_back_blue.png?1436370036","small_url":"/spree/products/4/small/ror_baseball_jersey_back_blue.png?1436370036","product_url":"/spree/products/4/product/ror_baseball_jersey_back_blue.png?1436370036","large_url":"/spree/products/4/large/ror_baseball_jersey_back_blue.png?1436370036"}]},{"id":19,"name":"Ruby
|
86
|
+
on Rails Baseball Jersey","sku":"ROR-00003","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
87
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
88
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
89
|
+
S, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":1,"name":"Small","presentation":"S","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":5,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.688Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":19,"mini_url":"/spree/products/5/mini/ror_baseball_jersey_green.png?1436370036","small_url":"/spree/products/5/small/ror_baseball_jersey_green.png?1436370036","product_url":"/spree/products/5/product/ror_baseball_jersey_green.png?1436370036","large_url":"/spree/products/5/large/ror_baseball_jersey_green.png?1436370036"},{"id":6,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:36.934Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":19,"mini_url":"/spree/products/6/mini/ror_baseball_jersey_back_green.png?1436370036","small_url":"/spree/products/6/small/ror_baseball_jersey_back_green.png?1436370036","product_url":"/spree/products/6/product/ror_baseball_jersey_back_green.png?1436370036","large_url":"/spree/products/6/large/ror_baseball_jersey_back_green.png?1436370036"}]},{"id":20,"name":"Ruby
|
90
|
+
on Rails Baseball Jersey","sku":"ROR-00004","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
91
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
92
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
93
|
+
M, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":7,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.177Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":20,"mini_url":"/spree/products/7/mini/ror_baseball_jersey_red.png?1436370037","small_url":"/spree/products/7/small/ror_baseball_jersey_red.png?1436370037","product_url":"/spree/products/7/product/ror_baseball_jersey_red.png?1436370037","large_url":"/spree/products/7/large/ror_baseball_jersey_red.png?1436370037"},{"id":8,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.425Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":20,"mini_url":"/spree/products/8/mini/ror_baseball_jersey_back_red.png?1436370037","small_url":"/spree/products/8/small/ror_baseball_jersey_back_red.png?1436370037","product_url":"/spree/products/8/product/ror_baseball_jersey_back_red.png?1436370037","large_url":"/spree/products/8/large/ror_baseball_jersey_back_red.png?1436370037"}]},{"id":21,"name":"Ruby
|
94
|
+
on Rails Baseball Jersey","sku":"ROR-00005","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
95
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
96
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
97
|
+
M, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":9,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.677Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":21,"mini_url":"/spree/products/9/mini/ror_baseball_jersey_blue.png?1436370037","small_url":"/spree/products/9/small/ror_baseball_jersey_blue.png?1436370037","product_url":"/spree/products/9/product/ror_baseball_jersey_blue.png?1436370037","large_url":"/spree/products/9/large/ror_baseball_jersey_blue.png?1436370037"},{"id":10,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:37.918Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":21,"mini_url":"/spree/products/10/mini/ror_baseball_jersey_back_blue.png?1436370037","small_url":"/spree/products/10/small/ror_baseball_jersey_back_blue.png?1436370037","product_url":"/spree/products/10/product/ror_baseball_jersey_back_blue.png?1436370037","large_url":"/spree/products/10/large/ror_baseball_jersey_back_blue.png?1436370037"}]},{"id":22,"name":"Ruby
|
98
|
+
on Rails Baseball Jersey","sku":"ROR-00006","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
99
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
100
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
101
|
+
M, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":2,"name":"Medium","presentation":"M","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":11,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.164Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":22,"mini_url":"/spree/products/11/mini/ror_baseball_jersey_green.png?1436370038","small_url":"/spree/products/11/small/ror_baseball_jersey_green.png?1436370038","product_url":"/spree/products/11/product/ror_baseball_jersey_green.png?1436370038","large_url":"/spree/products/11/large/ror_baseball_jersey_green.png?1436370038"},{"id":12,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.408Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":22,"mini_url":"/spree/products/12/mini/ror_baseball_jersey_back_green.png?1436370038","small_url":"/spree/products/12/small/ror_baseball_jersey_back_green.png?1436370038","product_url":"/spree/products/12/product/ror_baseball_jersey_back_green.png?1436370038","large_url":"/spree/products/12/large/ror_baseball_jersey_back_green.png?1436370038"}]},{"id":23,"name":"Ruby
|
102
|
+
on Rails Baseball Jersey","sku":"ROR-00007","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
103
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
104
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
105
|
+
L, Color: Red","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":5,"name":"Red","presentation":"Red","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":13,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.653Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":23,"mini_url":"/spree/products/13/mini/ror_baseball_jersey_red.png?1436370038","small_url":"/spree/products/13/small/ror_baseball_jersey_red.png?1436370038","product_url":"/spree/products/13/product/ror_baseball_jersey_red.png?1436370038","large_url":"/spree/products/13/large/ror_baseball_jersey_red.png?1436370038"},{"id":14,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_red.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:38.895Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":23,"mini_url":"/spree/products/14/mini/ror_baseball_jersey_back_red.png?1436370038","small_url":"/spree/products/14/small/ror_baseball_jersey_back_red.png?1436370038","product_url":"/spree/products/14/product/ror_baseball_jersey_back_red.png?1436370038","large_url":"/spree/products/14/large/ror_baseball_jersey_back_red.png?1436370038"}]},{"id":24,"name":"Ruby
|
106
|
+
on Rails Baseball Jersey","sku":"ROR-00008","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
107
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
108
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
109
|
+
L, Color: Blue","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":7,"name":"Blue","presentation":"Blue","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":15,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.143Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":24,"mini_url":"/spree/products/15/mini/ror_baseball_jersey_blue.png?1436370039","small_url":"/spree/products/15/small/ror_baseball_jersey_blue.png?1436370039","product_url":"/spree/products/15/product/ror_baseball_jersey_blue.png?1436370039","large_url":"/spree/products/15/large/ror_baseball_jersey_blue.png?1436370039"},{"id":16,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_blue.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.383Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":24,"mini_url":"/spree/products/16/mini/ror_baseball_jersey_back_blue.png?1436370039","small_url":"/spree/products/16/small/ror_baseball_jersey_back_blue.png?1436370039","product_url":"/spree/products/16/product/ror_baseball_jersey_back_blue.png?1436370039","large_url":"/spree/products/16/large/ror_baseball_jersey_back_blue.png?1436370039"}]},{"id":25,"name":"Ruby
|
110
|
+
on Rails Baseball Jersey","sku":"ROR-00009","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
111
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
112
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
113
|
+
L, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":3,"name":"Large","presentation":"L","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":17,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.626Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":25,"mini_url":"/spree/products/17/mini/ror_baseball_jersey_green.png?1436370039","small_url":"/spree/products/17/small/ror_baseball_jersey_green.png?1436370039","product_url":"/spree/products/17/product/ror_baseball_jersey_green.png?1436370039","large_url":"/spree/products/17/large/ror_baseball_jersey_green.png?1436370039"},{"id":18,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:39.864Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":25,"mini_url":"/spree/products/18/mini/ror_baseball_jersey_back_green.png?1436370039","small_url":"/spree/products/18/small/ror_baseball_jersey_back_green.png?1436370039","product_url":"/spree/products/18/product/ror_baseball_jersey_back_green.png?1436370039","large_url":"/spree/products/18/large/ror_baseball_jersey_back_green.png?1436370039"}]},{"id":26,"name":"Ruby
|
114
|
+
on Rails Baseball Jersey","sku":"ROR-00010","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":false,"slug":"ruby-on-rails-baseball-jersey","description":"Recusandae
|
115
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
116
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"Size:
|
117
|
+
XL, Color: Green","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[{"id":4,"name":"Extra
|
118
|
+
Large","presentation":"XL","option_type_name":"tshirt-size","option_type_id":1,"option_type_presentation":"Size"},{"id":6,"name":"Green","presentation":"Green","option_type_name":"tshirt-color","option_type_id":2,"option_type_presentation":"Color"}],"images":[{"id":19,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.107Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":26,"mini_url":"/spree/products/19/mini/ror_baseball_jersey_green.png?1436370040","small_url":"/spree/products/19/small/ror_baseball_jersey_green.png?1436370040","product_url":"/spree/products/19/product/ror_baseball_jersey_green.png?1436370040","large_url":"/spree/products/19/large/ror_baseball_jersey_green.png?1436370040"},{"id":20,"position":2,"attachment_content_type":"image/png","attachment_file_name":"ror_baseball_jersey_back_green.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:40.344Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":26,"mini_url":"/spree/products/20/mini/ror_baseball_jersey_back_green.png?1436370040","small_url":"/spree/products/20/small/ror_baseball_jersey_back_green.png?1436370040","product_url":"/spree/products/20/product/ror_baseball_jersey_back_green.png?1436370040","large_url":"/spree/products/20/large/ror_baseball_jersey_back_green.png?1436370040"}]}],"option_types":[{"id":1,"name":"tshirt-size","presentation":"Size","position":1},{"id":2,"name":"tshirt-color","presentation":"Color","position":2}],"product_properties":[{"id":1,"product_id":3,"property_id":1,"value":"Wilson","property_name":"Manufacturer"},{"id":2,"product_id":3,"property_id":2,"value":"Wannabe
|
119
|
+
Sports","property_name":"Brand"},{"id":3,"product_id":3,"property_id":3,"value":"JK1002","property_name":"Model"},{"id":4,"product_id":3,"property_id":4,"value":"Baseball
|
120
|
+
Jersey","property_name":"Shirt Type"},{"id":5,"product_id":3,"property_id":5,"value":"Long","property_name":"Sleeve
|
121
|
+
Type"},{"id":6,"product_id":3,"property_id":6,"value":"100% cotton","property_name":"Made
|
122
|
+
from"},{"id":7,"product_id":3,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":8,"product_id":3,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":1,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
123
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":5,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
124
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":4,"name":"Ruby
|
125
|
+
on Rails Jr. Spaghetti","description":"Recusandae explicabo possimus est dignissimos.
|
126
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-jr-spaghetti","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[6,11],"total_on_hand":10,"has_variants":false,"master":{"id":4,"name":"Ruby
|
127
|
+
on Rails Jr. Spaghetti","sku":"ROR-00013","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-jr-spaghetti","description":"Recusandae
|
128
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
129
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":26,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_jr_spaghetti.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:41.906Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":4,"mini_url":"/spree/products/26/mini/ror_jr_spaghetti.jpeg?1436370041","small_url":"/spree/products/26/small/ror_jr_spaghetti.jpeg?1436370041","product_url":"/spree/products/26/product/ror_jr_spaghetti.jpeg?1436370041","large_url":"/spree/products/26/large/ror_jr_spaghetti.jpeg?1436370041"}]},"variants":[],"option_types":[],"product_properties":[{"id":9,"product_id":4,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":10,"product_id":4,"property_id":2,"value":"Resiliance","property_name":"Brand"},{"id":11,"product_id":4,"property_id":3,"value":"TL174","property_name":"Model"},{"id":12,"product_id":4,"property_id":4,"value":"Jr.
|
130
|
+
Spaghetti T","property_name":"Shirt Type"},{"id":13,"product_id":4,"property_id":5,"value":"None","property_name":"Sleeve
|
131
|
+
Type"},{"id":14,"product_id":4,"property_id":6,"value":"90% Cotton, 10% Nylon","property_name":"Made
|
132
|
+
from"},{"id":15,"product_id":4,"property_id":7,"value":"Form","property_name":"Fit"},{"id":16,"product_id":4,"property_id":8,"value":"Women''s","property_name":"Gender"}],"classifications":[{"taxon_id":6,"position":1,"taxon":{"id":6,"name":"Shirts","pretty_name":"Categories
|
133
|
+
-\u003e Clothing -\u003e Shirts","permalink":"categories/clothing/shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":6,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
134
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":5,"name":"Ruby
|
135
|
+
on Rails Ringer T-Shirt","description":"Recusandae explicabo possimus est
|
136
|
+
dignissimos. Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia
|
137
|
+
repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-ringer-t-shirt","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,11],"total_on_hand":10,"has_variants":false,"master":{"id":5,"name":"Ruby
|
138
|
+
on Rails Ringer T-Shirt","sku":"ROR-00015","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-ringer-t-shirt","description":"Recusandae
|
139
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
140
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":29,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_ringer.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.697Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":5,"mini_url":"/spree/products/29/mini/ror_ringer.jpeg?1436370042","small_url":"/spree/products/29/small/ror_ringer.jpeg?1436370042","product_url":"/spree/products/29/product/ror_ringer.jpeg?1436370042","large_url":"/spree/products/29/large/ror_ringer.jpeg?1436370042"},{"id":30,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_ringer_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.959Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":5,"mini_url":"/spree/products/30/mini/ror_ringer_back.jpeg?1436370042","small_url":"/spree/products/30/small/ror_ringer_back.jpeg?1436370042","product_url":"/spree/products/30/product/ror_ringer_back.jpeg?1436370042","large_url":"/spree/products/30/large/ror_ringer_back.jpeg?1436370042"}]},"variants":[],"option_types":[],"product_properties":[{"id":17,"product_id":5,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":18,"product_id":5,"property_id":2,"value":"Conditioned","property_name":"Brand"},{"id":19,"product_id":5,"property_id":3,"value":"TL9002","property_name":"Model"},{"id":20,"product_id":5,"property_id":4,"value":"Ringer
|
141
|
+
T","property_name":"Shirt Type"},{"id":21,"product_id":5,"property_id":5,"value":"Short","property_name":"Sleeve
|
142
|
+
Type"},{"id":22,"product_id":5,"property_id":6,"value":"100% Vellum","property_name":"Made
|
143
|
+
from"},{"id":23,"product_id":5,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":24,"product_id":5,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":2,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
144
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":7,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
145
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":6,"name":"Ruby
|
146
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
147
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,8],"total_on_hand":10,"has_variants":false,"master":{"id":6,"name":"Ruby
|
148
|
+
Baseball Jersey","sku":"RUB-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-baseball-jersey","description":"Recusandae
|
149
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
150
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":34,"position":1,"attachment_content_type":"image/png","attachment_file_name":"ruby_baseball.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.056Z","attachment_width":495,"attachment_height":477,"alt":null,"viewable_type":"Spree::Variant","viewable_id":6,"mini_url":"/spree/products/34/mini/ruby_baseball.png?1436370044","small_url":"/spree/products/34/small/ruby_baseball.png?1436370044","product_url":"/spree/products/34/product/ruby_baseball.png?1436370044","large_url":"/spree/products/34/large/ruby_baseball.png?1436370044"}]},"variants":[],"option_types":[],"product_properties":[],"classifications":[{"taxon_id":7,"position":4,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
151
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":8,"position":1,"taxon":{"id":8,"name":"Ruby","pretty_name":"Brand
|
152
|
+
-\u003e Ruby","permalink":"brand/ruby","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":7,"name":"Apache
|
153
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
154
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"apache-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,9],"total_on_hand":10,"has_variants":false,"master":{"id":7,"name":"Apache
|
155
|
+
Baseball Jersey","sku":"APC-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"apache-baseball-jersey","description":"Recusandae
|
156
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
157
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":33,"position":1,"attachment_content_type":"image/png","attachment_file_name":"apache_baseball.png","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.700Z","attachment_width":504,"attachment_height":484,"alt":null,"viewable_type":"Spree::Variant","viewable_id":7,"mini_url":"/spree/products/33/mini/apache_baseball.png?1436370043","small_url":"/spree/products/33/small/apache_baseball.png?1436370043","product_url":"/spree/products/33/product/apache_baseball.png?1436370043","large_url":"/spree/products/33/large/apache_baseball.png?1436370043"}]},"variants":[],"option_types":[],"product_properties":[],"classifications":[{"taxon_id":7,"position":3,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
158
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":9,"position":1,"taxon":{"id":9,"name":"Apache","pretty_name":"Brand
|
159
|
+
-\u003e Apache","permalink":"brand/apache","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":8,"name":"Spree
|
160
|
+
Baseball Jersey","description":"Recusandae explicabo possimus est dignissimos.
|
161
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-baseball-jersey","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,10],"total_on_hand":10,"has_variants":false,"master":{"id":8,"name":"Spree
|
162
|
+
Baseball Jersey","sku":"SPR-00001","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-baseball-jersey","description":"Recusandae
|
163
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
164
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":41,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_jersey.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.079Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":8,"mini_url":"/spree/products/41/mini/spree_jersey.jpeg?1436370046","small_url":"/spree/products/41/small/spree_jersey.jpeg?1436370046","product_url":"/spree/products/41/product/spree_jersey.jpeg?1436370046","large_url":"/spree/products/41/large/spree_jersey.jpeg?1436370046"},{"id":42,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_jersey_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.351Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":8,"mini_url":"/spree/products/42/mini/spree_jersey_back.jpeg?1436370046","small_url":"/spree/products/42/small/spree_jersey_back.jpeg?1436370046","product_url":"/spree/products/42/product/spree_jersey_back.jpeg?1436370046","large_url":"/spree/products/42/large/spree_jersey_back.jpeg?1436370046"}]},"variants":[],"option_types":[{"id":1,"name":"tshirt-size","presentation":"Size","position":1},{"id":2,"name":"tshirt-color","presentation":"Color","position":2}],"product_properties":[{"id":43,"product_id":8,"property_id":1,"value":"Wilson","property_name":"Manufacturer"},{"id":44,"product_id":8,"property_id":2,"value":"Wannabe
|
165
|
+
Sports","property_name":"Brand"},{"id":45,"product_id":8,"property_id":3,"value":"JK1002","property_name":"Model"},{"id":46,"product_id":8,"property_id":4,"value":"Baseball
|
166
|
+
Jersey","property_name":"Shirt Type"},{"id":47,"product_id":8,"property_id":5,"value":"Long","property_name":"Sleeve
|
167
|
+
Type"},{"id":48,"product_id":8,"property_id":6,"value":"100% cotton","property_name":"Made
|
168
|
+
from"},{"id":49,"product_id":8,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":50,"product_id":8,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":5,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
169
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":4,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
170
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":9,"name":"Spree
|
171
|
+
Jr. Spaghetti","description":"Recusandae explicabo possimus est dignissimos.
|
172
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-jr-spaghetti","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[6,10],"total_on_hand":10,"has_variants":false,"master":{"id":9,"name":"Spree
|
173
|
+
Jr. Spaghetti","sku":"SPR-00013","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-jr-spaghetti","description":"Recusandae
|
174
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
175
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":40,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_spaghetti.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.803Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":9,"mini_url":"/spree/products/40/mini/spree_spaghetti.jpeg?1436370045","small_url":"/spree/products/40/small/spree_spaghetti.jpeg?1436370045","product_url":"/spree/products/40/product/spree_spaghetti.jpeg?1436370045","large_url":"/spree/products/40/large/spree_spaghetti.jpeg?1436370045"}]},"variants":[],"option_types":[],"product_properties":[{"id":51,"product_id":9,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":52,"product_id":9,"property_id":2,"value":"Resiliance","property_name":"Brand"},{"id":53,"product_id":9,"property_id":3,"value":"TL174","property_name":"Model"},{"id":54,"product_id":9,"property_id":4,"value":"Jr.
|
176
|
+
Spaghetti T","property_name":"Shirt Type"},{"id":55,"product_id":9,"property_id":5,"value":"None","property_name":"Sleeve
|
177
|
+
Type"},{"id":56,"product_id":9,"property_id":6,"value":"90% Cotton, 10% Nylon","property_name":"Made
|
178
|
+
from"},{"id":57,"product_id":9,"property_id":7,"value":"Form","property_name":"Fit"},{"id":58,"product_id":9,"property_id":8,"value":"Women''s","property_name":"Gender"}],"classifications":[{"taxon_id":6,"position":2,"taxon":{"id":6,"name":"Shirts","pretty_name":"Categories
|
179
|
+
-\u003e Clothing -\u003e Shirts","permalink":"categories/clothing/shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":7,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
180
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":10,"name":"Spree
|
181
|
+
Ringer T-Shirt","description":"Recusandae explicabo possimus est dignissimos.
|
182
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"19.99","display_price":"$19.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-ringer-t-shirt","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[7,10],"total_on_hand":10,"has_variants":false,"master":{"id":10,"name":"Spree
|
183
|
+
Ringer T-Shirt","sku":"SPR-00015","price":"19.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-ringer-t-shirt","description":"Recusandae
|
184
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
185
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"17.0","display_price":"$19.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":38,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_ringer_t.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.270Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":10,"mini_url":"/spree/products/38/mini/spree_ringer_t.jpeg?1436370045","small_url":"/spree/products/38/small/spree_ringer_t.jpeg?1436370045","product_url":"/spree/products/38/product/spree_ringer_t.jpeg?1436370045","large_url":"/spree/products/38/large/spree_ringer_t.jpeg?1436370045"},{"id":39,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_ringer_t_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:45.529Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":10,"mini_url":"/spree/products/39/mini/spree_ringer_t_back.jpeg?1436370045","small_url":"/spree/products/39/small/spree_ringer_t_back.jpeg?1436370045","product_url":"/spree/products/39/product/spree_ringer_t_back.jpeg?1436370045","large_url":"/spree/products/39/large/spree_ringer_t_back.jpeg?1436370045"}]},"variants":[],"option_types":[],"product_properties":[{"id":59,"product_id":10,"property_id":1,"value":"Jerseys","property_name":"Manufacturer"},{"id":60,"product_id":10,"property_id":2,"value":"Conditioned","property_name":"Brand"},{"id":61,"product_id":10,"property_id":3,"value":"TL9002","property_name":"Model"},{"id":62,"product_id":10,"property_id":4,"value":"Ringer
|
186
|
+
T","property_name":"Shirt Type"},{"id":63,"product_id":10,"property_id":5,"value":"Short","property_name":"Sleeve
|
187
|
+
Type"},{"id":64,"product_id":10,"property_id":6,"value":"100% Vellum","property_name":"Made
|
188
|
+
from"},{"id":65,"product_id":10,"property_id":7,"value":"Loose","property_name":"Fit"},{"id":66,"product_id":10,"property_id":8,"value":"Men''s","property_name":"Gender"}],"classifications":[{"taxon_id":7,"position":6,"taxon":{"id":7,"name":"T-Shirts","pretty_name":"Categories
|
189
|
+
-\u003e Clothing -\u003e T-Shirts","permalink":"categories/clothing/t-shirts","parent_id":5,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":3,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
190
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":11,"name":"Spree
|
191
|
+
Tote","description":"Recusandae explicabo possimus est dignissimos. Natus
|
192
|
+
earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"15.99","display_price":"$15.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-tote","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,10],"total_on_hand":10,"has_variants":false,"master":{"id":11,"name":"Spree
|
193
|
+
Tote","sku":"SPR-00011","price":"15.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-tote","description":"Recusandae
|
194
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
195
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"13.0","display_price":"$15.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":36,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_tote_front.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.706Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":11,"mini_url":"/spree/products/36/mini/spree_tote_front.jpeg?1436370044","small_url":"/spree/products/36/small/spree_tote_front.jpeg?1436370044","product_url":"/spree/products/36/product/spree_tote_front.jpeg?1436370044","large_url":"/spree/products/36/large/spree_tote_front.jpeg?1436370044"},{"id":37,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_tote_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.999Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":11,"mini_url":"/spree/products/37/mini/spree_tote_back.jpeg?1436370044","small_url":"/spree/products/37/small/spree_tote_back.jpeg?1436370044","product_url":"/spree/products/37/product/spree_tote_back.jpeg?1436370044","large_url":"/spree/products/37/large/spree_tote_back.jpeg?1436370044"}]},"variants":[],"option_types":[],"product_properties":[{"id":39,"product_id":11,"property_id":9,"value":"Tote","property_name":"Type"},{"id":40,"product_id":11,"property_id":10,"value":"15\"
|
196
|
+
x 18\" x 6\"","property_name":"Size"}],"classifications":[{"taxon_id":3,"position":3,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
197
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":5,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
198
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":12,"name":"Spree
|
199
|
+
Bag","description":"Recusandae explicabo possimus est dignissimos. Natus earum
|
200
|
+
ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"22.99","display_price":"$22.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-bag","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[3,10],"total_on_hand":10,"has_variants":false,"master":{"id":12,"name":"Spree
|
201
|
+
Bag","sku":"SPR-00012","price":"22.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-bag","description":"Recusandae
|
202
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
203
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"21.0","display_price":"$22.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":35,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_bag.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:44.418Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":12,"mini_url":"/spree/products/35/mini/spree_bag.jpeg?1436370044","small_url":"/spree/products/35/small/spree_bag.jpeg?1436370044","product_url":"/spree/products/35/product/spree_bag.jpeg?1436370044","large_url":"/spree/products/35/large/spree_bag.jpeg?1436370044"}]},"variants":[],"option_types":[],"product_properties":[{"id":41,"product_id":12,"property_id":9,"value":"Messenger","property_name":"Type"},{"id":42,"product_id":12,"property_id":10,"value":"14
|
204
|
+
1/2\" x 12\" x 5\"","property_name":"Size"}],"classifications":[{"taxon_id":3,"position":4,"taxon":{"id":3,"name":"Bags","pretty_name":"Categories
|
205
|
+
-\u003e Bags","permalink":"categories/bags","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":6,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
206
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":13,"name":"Ruby
|
207
|
+
on Rails Mug","description":"Recusandae explicabo possimus est dignissimos.
|
208
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"13.99","display_price":"$13.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-mug","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,11],"total_on_hand":10,"has_variants":false,"master":{"id":13,"name":"Ruby
|
209
|
+
on Rails Mug","sku":"ROR-00014","price":"13.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-mug","description":"Recusandae
|
210
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
211
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"11.0","display_price":"$13.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":27,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_mug.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.182Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":13,"mini_url":"/spree/products/27/mini/ror_mug.jpeg?1436370042","small_url":"/spree/products/27/small/ror_mug.jpeg?1436370042","product_url":"/spree/products/27/product/ror_mug.jpeg?1436370042","large_url":"/spree/products/27/large/ror_mug.jpeg?1436370042"},{"id":28,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_mug_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:42.445Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":13,"mini_url":"/spree/products/28/mini/ror_mug_back.jpeg?1436370042","small_url":"/spree/products/28/small/ror_mug_back.jpeg?1436370042","product_url":"/spree/products/28/product/ror_mug_back.jpeg?1436370042","large_url":"/spree/products/28/large/ror_mug_back.jpeg?1436370042"}]},"variants":[],"option_types":[],"product_properties":[{"id":31,"product_id":13,"property_id":9,"value":"Mug","property_name":"Type"},{"id":32,"product_id":13,"property_id":10,"value":"4.5\"
|
212
|
+
tall, 3.25\" dia.","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":1,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
213
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":3,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
214
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":14,"name":"Ruby
|
215
|
+
on Rails Stein","description":"Recusandae explicabo possimus est dignissimos.
|
216
|
+
Natus earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"16.99","display_price":"$16.99","available_on":"2015-07-08T15:40:31.714Z","slug":"ruby-on-rails-stein","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,11],"total_on_hand":10,"has_variants":false,"master":{"id":14,"name":"Ruby
|
217
|
+
on Rails Stein","sku":"ROR-00016","price":"16.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"ruby-on-rails-stein","description":"Recusandae
|
218
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
219
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"15.0","display_price":"$16.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":31,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_stein.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.198Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":14,"mini_url":"/spree/products/31/mini/ror_stein.jpeg?1436370043","small_url":"/spree/products/31/small/ror_stein.jpeg?1436370043","product_url":"/spree/products/31/product/ror_stein.jpeg?1436370043","large_url":"/spree/products/31/large/ror_stein.jpeg?1436370043"},{"id":32,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"ror_stein_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:43.449Z","attachment_width":360,"attachment_height":360,"alt":null,"viewable_type":"Spree::Variant","viewable_id":14,"mini_url":"/spree/products/32/mini/ror_stein_back.jpeg?1436370043","small_url":"/spree/products/32/small/ror_stein_back.jpeg?1436370043","product_url":"/spree/products/32/product/ror_stein_back.jpeg?1436370043","large_url":"/spree/products/32/large/ror_stein_back.jpeg?1436370043"}]},"variants":[],"option_types":[],"product_properties":[{"id":33,"product_id":14,"property_id":9,"value":"Stein","property_name":"Type"},{"id":34,"product_id":14,"property_id":10,"value":"6.75\"
|
220
|
+
tall, 3.75\" dia. base, 3\" dia. rim","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":2,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
221
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":11,"position":4,"taxon":{"id":11,"name":"Rails","pretty_name":"Brand
|
222
|
+
-\u003e Rails","permalink":"brand/rails","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":15,"name":"Spree
|
223
|
+
Stein","description":"Recusandae explicabo possimus est dignissimos. Natus
|
224
|
+
earum ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"16.99","display_price":"$16.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-stein","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,10],"total_on_hand":10,"has_variants":false,"master":{"id":15,"name":"Spree
|
225
|
+
Stein","sku":"SPR-00016","price":"16.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-stein","description":"Recusandae
|
226
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
227
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"15.0","display_price":"$16.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":43,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_stein.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.624Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":15,"mini_url":"/spree/products/43/mini/spree_stein.jpeg?1436370046","small_url":"/spree/products/43/small/spree_stein.jpeg?1436370046","product_url":"/spree/products/43/product/spree_stein.jpeg?1436370046","large_url":"/spree/products/43/large/spree_stein.jpeg?1436370046"},{"id":44,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_stein_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:46.892Z","attachment_width":480,"attachment_height":480,"alt":null,"viewable_type":"Spree::Variant","viewable_id":15,"mini_url":"/spree/products/44/mini/spree_stein_back.jpeg?1436370046","small_url":"/spree/products/44/small/spree_stein_back.jpeg?1436370046","product_url":"/spree/products/44/product/spree_stein_back.jpeg?1436370046","large_url":"/spree/products/44/large/spree_stein_back.jpeg?1436370046"}]},"variants":[],"option_types":[],"product_properties":[{"id":35,"product_id":15,"property_id":9,"value":"Stein","property_name":"Type"},{"id":36,"product_id":15,"property_id":10,"value":"6.75\"
|
228
|
+
tall, 3.75\" dia. base, 3\" dia. rim","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":3,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
229
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":1,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
230
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]},{"id":16,"name":"Spree
|
231
|
+
Mug","description":"Recusandae explicabo possimus est dignissimos. Natus earum
|
232
|
+
ut deserunt corporis ipsa. Sunt magni voluptate quia repudiandae.","price":"13.99","display_price":"$13.99","available_on":"2015-07-08T15:40:31.714Z","slug":"spree-mug","meta_description":null,"meta_keywords":null,"shipping_category_id":1,"taxon_ids":[4,10],"total_on_hand":10,"has_variants":false,"master":{"id":16,"name":"Spree
|
233
|
+
Mug","sku":"SPR-00014","price":"13.99","weight":"0.0","height":null,"width":null,"depth":null,"is_master":true,"slug":"spree-mug","description":"Recusandae
|
234
|
+
explicabo possimus est dignissimos. Natus earum ut deserunt corporis ipsa.
|
235
|
+
Sunt magni voluptate quia repudiandae.","track_inventory":true,"cost_price":"11.0","display_price":"$13.99","options_text":"","in_stock":true,"is_backorderable":false,"total_on_hand":10,"is_destroyed":false,"option_values":[],"images":[{"id":45,"position":1,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_mug.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:47.151Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":16,"mini_url":"/spree/products/45/mini/spree_mug.jpeg?1436370047","small_url":"/spree/products/45/small/spree_mug.jpeg?1436370047","product_url":"/spree/products/45/product/spree_mug.jpeg?1436370047","large_url":"/spree/products/45/large/spree_mug.jpeg?1436370047"},{"id":46,"position":2,"attachment_content_type":"image/jpeg","attachment_file_name":"spree_mug_back.jpeg","type":"Spree::Image","attachment_updated_at":"2015-07-08T15:40:47.358Z","attachment_width":240,"attachment_height":240,"alt":null,"viewable_type":"Spree::Variant","viewable_id":16,"mini_url":"/spree/products/46/mini/spree_mug_back.jpeg?1436370047","small_url":"/spree/products/46/small/spree_mug_back.jpeg?1436370047","product_url":"/spree/products/46/product/spree_mug_back.jpeg?1436370047","large_url":"/spree/products/46/large/spree_mug_back.jpeg?1436370047"}]},"variants":[],"option_types":[],"product_properties":[{"id":37,"product_id":16,"property_id":9,"value":"Mug","property_name":"Type"},{"id":38,"product_id":16,"property_id":10,"value":"4.5\"
|
236
|
+
tall, 3.25\" dia.","property_name":"Size"}],"classifications":[{"taxon_id":4,"position":4,"taxon":{"id":4,"name":"Mugs","pretty_name":"Categories
|
237
|
+
-\u003e Mugs","permalink":"categories/mugs","parent_id":1,"taxonomy_id":1,"taxons":[]}},{"taxon_id":10,"position":2,"taxon":{"id":10,"name":"Spree","pretty_name":"Brand
|
238
|
+
-\u003e Spree","permalink":"brand/spree","parent_id":2,"taxonomy_id":2,"taxons":[]}}]}]}'
|
239
|
+
http_version:
|
240
|
+
recorded_at: Wed, 08 Jul 2015 15:48:54 GMT
|
241
|
+
recorded_with: VCR 2.9.3
|