bliss-client 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.env.example +3 -0
- data/.gitignore +10 -0
- data/.ruby-version +1 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +205 -0
- data/Rakefile +10 -0
- data/bin/console +13 -0
- data/bin/setup +7 -0
- data/bliss-client.gemspec +43 -0
- data/fixtures/vcr_cassettes/test_connection_speaks_with_api.yml +48 -0
- data/fixtures/vcr_cassettes/test_create_creates_an_order_in_bliss_and_sets_id.yml +91 -0
- data/fixtures/vcr_cassettes/test_fetches_all_sizes.yml +93 -0
- data/fixtures/vcr_cassettes/test_find_collections_returns_array_of_collections.yml +126 -0
- data/fixtures/vcr_cassettes/test_include_articles.yml +2092 -0
- data/fixtures/vcr_cassettes/test_include_colors.yml +162 -0
- data/fixtures/vcr_cassettes/test_include_programs.yml +113 -0
- data/fixtures/vcr_cassettes/test_include_styles.yml +390 -0
- data/lib/bliss-client.rb +1 -0
- data/lib/bliss/client.rb +97 -0
- data/lib/bliss/client/address.rb +21 -0
- data/lib/bliss/client/article.rb +17 -0
- data/lib/bliss/client/collection.rb +86 -0
- data/lib/bliss/client/color.rb +12 -0
- data/lib/bliss/client/item.rb +16 -0
- data/lib/bliss/client/look.rb +63 -0
- data/lib/bliss/client/look_item.rb +12 -0
- data/lib/bliss/client/order.rb +52 -0
- data/lib/bliss/client/program.rb +14 -0
- data/lib/bliss/client/size.rb +33 -0
- data/lib/bliss/client/style.rb +77 -0
- data/lib/bliss/client/validation.rb +15 -0
- data/lib/bliss/client/version.rb +5 -0
- metadata +267 -0
@@ -0,0 +1,162 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://localhost:3000/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"grant_type":"client_credentials","client_id":"938f4d9d2dc0e5e083b9b7522df523ec77815298e489181c07b34dcc98912c93","client_secret":"d3aa293c490e6713eb0783a8e8e6894f33c4886d61b0f5522d46b29d68850dc2"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.2
|
12
|
+
Content-Type:
|
13
|
+
- application/json
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message:
|
18
|
+
headers:
|
19
|
+
X-Frame-Options:
|
20
|
+
- SAMEORIGIN
|
21
|
+
X-XSS-Protection:
|
22
|
+
- 1; mode=block
|
23
|
+
X-Content-Type-Options:
|
24
|
+
- nosniff
|
25
|
+
Cache-Control:
|
26
|
+
- no-store, must-revalidate, private, max-age=0
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
X-Request-Id:
|
32
|
+
- 6cf1d461-4066-4bdf-b2eb-4d8d24985b4d
|
33
|
+
X-Runtime:
|
34
|
+
- '0.030444'
|
35
|
+
Set-Cookie:
|
36
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
37
|
+
X-MiniProfiler-Ids:
|
38
|
+
- '["9dbo0ftejmh3kls7ygdx","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
39
|
+
Connection:
|
40
|
+
- close
|
41
|
+
Server:
|
42
|
+
- thin
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"access_token":"479596a318f952782dc9959aeb8654ddf506894ac433319c939aed772cff33d3","token_type":"bearer","expires_in":7200,"created_at":1453903549}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Wed, 27 Jan 2016 14:05:49 GMT
|
48
|
+
- request:
|
49
|
+
method: get
|
50
|
+
uri: http://localhost:3000/api/v1/collections/75?access_token=479596a318f952782dc9959aeb8654ddf506894ac433319c939aed772cff33d3&include_articles=false&include_colors=true&include_prices=false&include_programs=true&include_styles=false
|
51
|
+
body:
|
52
|
+
encoding: US-ASCII
|
53
|
+
string: ''
|
54
|
+
headers:
|
55
|
+
User-Agent:
|
56
|
+
- Faraday v0.9.2
|
57
|
+
Authorization:
|
58
|
+
- Token token="479596a318f952782dc9959aeb8654ddf506894ac433319c939aed772cff33d3"
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message:
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json
|
66
|
+
Content-Length:
|
67
|
+
- '17419'
|
68
|
+
Cache-Control:
|
69
|
+
- no-store, must-revalidate, private, max-age=0
|
70
|
+
X-Request-Id:
|
71
|
+
- 4f88f175-5c4a-496b-8d41-4fc540161227
|
72
|
+
X-Runtime:
|
73
|
+
- '0.219717'
|
74
|
+
Set-Cookie:
|
75
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
76
|
+
X-MiniProfiler-Ids:
|
77
|
+
- '["e049z872y4zm5cs5wkno","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
78
|
+
Connection:
|
79
|
+
- keep-alive
|
80
|
+
Server:
|
81
|
+
- thin
|
82
|
+
body:
|
83
|
+
encoding: UTF-8
|
84
|
+
string: '{"id":75,"name":"NILE Weekend","year":"2015","season":"1","men":false,"programs":[{"id":1474,"name":"BASE
|
85
|
+
II KNIT","collection_id":75,"colors":[{"id":6633,"name":"white","rank":1,"program_id":1474},{"id":6634,"name":"stone","rank":3,"program_id":1474},{"id":6635,"name":"ice","rank":4,"program_id":1474},{"id":6640,"name":"pistachio","rank":5,"program_id":1474},{"id":6641,"name":"petrol","rank":6,"program_id":1474},{"id":7175,"name":"light
|
86
|
+
grey","rank":2,"program_id":1474}]},{"id":1483,"name":"BASE II SHIRT DIRTY","collection_id":75,"colors":[{"id":6678,"name":"White","rank":1,"program_id":1483},{"id":6679,"name":"Sand","rank":2,"program_id":1483},{"id":6680,"name":"Stone","rank":3,"program_id":1483},{"id":6681,"name":"Ice","rank":4,"program_id":1483},{"id":6682,"name":"Vanilla","rank":5,"program_id":1483},{"id":6683,"name":"Rose","rank":6,"program_id":1483},{"id":6685,"name":"Pistachio","rank":7,"program_id":1483},{"id":6686,"name":"Aqua","rank":8,"program_id":1483},{"id":6687,"name":"Petrol","rank":9,"program_id":1483},{"id":6688,"name":"Anthrazit","rank":10,"program_id":1483},{"id":6689,"name":"Red","rank":11,"program_id":1483}]},{"id":1484,"name":"BASE
|
87
|
+
I LINEN DIRTY","collection_id":75,"colors":[{"id":6691,"name":"white","rank":1,"program_id":1484},{"id":6692,"name":"sand","rank":2,"program_id":1484},{"id":6693,"name":"stone","rank":3,"program_id":1484},{"id":6694,"name":"ice","rank":4,"program_id":1484},{"id":6696,"name":"rose","rank":5,"program_id":1484},{"id":6698,"name":"pistachio","rank":6,"program_id":1484},{"id":6700,"name":"petrol","rank":7,"program_id":1484},{"id":6701,"name":"anthrazit","rank":8,"program_id":1484},{"id":6702,"name":"red","rank":9,"program_id":1484}]},{"id":1487,"name":"BASE
|
88
|
+
I JERSEY DIRTY","collection_id":75,"colors":[{"id":6732,"name":"sand","rank":1,"program_id":1487},{"id":6734,"name":"ice","rank":2,"program_id":1487},{"id":6735,"name":"vanilla","rank":3,"program_id":1487},{"id":6736,"name":"rose","rank":4,"program_id":1487},{"id":6740,"name":"petrol","rank":5,"program_id":1487},{"id":6741,"name":"anthrazit","rank":6,"program_id":1487}]},{"id":1488,"name":"BASE
|
89
|
+
II BLOUSE MIX","collection_id":75,"colors":[{"id":6748,"name":"white","rank":1,"program_id":1488},{"id":6749,"name":"sand","rank":2,"program_id":1488},{"id":6750,"name":"ice","rank":3,"program_id":1488},{"id":6751,"name":"rose","rank":4,"program_id":1488},{"id":6752,"name":"petrol","rank":5,"program_id":1488}]},{"id":1489,"name":"DANCE
|
90
|
+
NET","collection_id":75,"colors":[{"id":6743,"name":"sand","rank":1,"program_id":1489},{"id":6744,"name":"ice","rank":2,"program_id":1489},{"id":6745,"name":"rose","rank":3,"program_id":1489},{"id":6746,"name":"pistachio","rank":4,"program_id":1489},{"id":6747,"name":"petrol","rank":5,"program_id":1489}]},{"id":1490,"name":"DANCE
|
91
|
+
MIX","collection_id":75,"colors":[{"id":6753,"name":"sand","rank":1,"program_id":1490},{"id":6754,"name":"ice","rank":2,"program_id":1490},{"id":6755,"name":"rose","rank":3,"program_id":1490},{"id":6756,"name":"pistachio","rank":4,"program_id":1490},{"id":6757,"name":"petrol","rank":5,"program_id":1490}]},{"id":1491,"name":"BASE
|
92
|
+
I BLOUSE","collection_id":75,"colors":[{"id":6758,"name":"white","rank":1,"program_id":1491},{"id":6759,"name":"stone","rank":2,"program_id":1491},{"id":6760,"name":"antic
|
93
|
+
rose","rank":3,"program_id":1491},{"id":6761,"name":"pistachio","rank":4,"program_id":1491},{"id":6762,"name":"aqua","rank":5,"program_id":1491},{"id":6763,"name":"petrol","rank":6,"program_id":1491}]},{"id":1493,"name":"BASE
|
94
|
+
I SWEAT DIRTY","collection_id":75,"colors":[{"id":6771,"name":"sand","rank":1,"program_id":1493},{"id":6775,"name":"rose","rank":2,"program_id":1493},{"id":6779,"name":"petrol","rank":3,"program_id":1493},{"id":6780,"name":"anthrazit","rank":4,"program_id":1493}]},{"id":1494,"name":"BASE
|
95
|
+
I DENIM","collection_id":75,"colors":[{"id":6795,"name":"white","rank":1,"program_id":1494},{"id":6796,"name":"light
|
96
|
+
grey","rank":2,"program_id":1494},{"id":6797,"name":"dark grey","rank":3,"program_id":1494},{"id":6798,"name":"light
|
97
|
+
denim","rank":4,"program_id":1494},{"id":6799,"name":"stoned denim","rank":5,"program_id":1494},{"id":7174,"name":"dark
|
98
|
+
denim","rank":6,"program_id":1494}]},{"id":1495,"name":"DANCE KNIT HEAVY","collection_id":75,"colors":[{"id":6787,"name":"white","rank":1,"program_id":1495},{"id":6788,"name":"stone","rank":2,"program_id":1495},{"id":6790,"name":"antic
|
99
|
+
Rose","rank":3,"program_id":1495},{"id":6791,"name":"aqua","rank":4,"program_id":1495},{"id":6794,"name":"petrol","rank":5,"program_id":1495}]},{"id":1496,"name":"BASE
|
100
|
+
I BLOUSE CREPE","collection_id":75,"colors":[{"id":6804,"name":"sand","rank":2,"program_id":1496},{"id":6805,"name":"ice","rank":3,"program_id":1496},{"id":6806,"name":"vanilla","rank":4,"program_id":1496},{"id":6807,"name":"rose","rank":5,"program_id":1496},{"id":6808,"name":"midnight","rank":6,"program_id":1496},{"id":7165,"name":"white","rank":1,"program_id":1496}]},{"id":1497,"name":"BASE
|
101
|
+
I BLOUSE CHIFFON","collection_id":75,"colors":[{"id":6809,"name":"white","rank":1,"program_id":1497},{"id":6810,"name":"stone","rank":2,"program_id":1497},{"id":6811,"name":"aqua","rank":3,"program_id":1497},{"id":6812,"name":"petrol","rank":4,"program_id":1497},{"id":6813,"name":"red","rank":5,"program_id":1497},{"id":7166,"name":"black","rank":6,"program_id":1497}]},{"id":1498,"name":"DANCE
|
102
|
+
SILK PRINT","collection_id":75,"colors":[{"id":6800,"name":"sand","rank":1,"program_id":1498},{"id":6801,"name":"rose","rank":2,"program_id":1498},{"id":6802,"name":"aqua","rank":3,"program_id":1498},{"id":6803,"name":"petrol","rank":4,"program_id":1498}]},{"id":1499,"name":"BASE
|
103
|
+
I PANTS","collection_id":75,"colors":[{"id":6814,"name":"sand","rank":1,"program_id":1499},{"id":6815,"name":"stone","rank":2,"program_id":1499},{"id":6816,"name":"ice","rank":3,"program_id":1499},{"id":6817,"name":"rose","rank":4,"program_id":1499}]},{"id":1501,"name":"DANCE
|
104
|
+
KNIT","collection_id":75,"colors":[{"id":6827,"name":"sand","rank":1,"program_id":1501},{"id":6828,"name":"ice","rank":2,"program_id":1501},{"id":6830,"name":"rose","rank":3,"program_id":1501},{"id":6831,"name":"pistachio","rank":4,"program_id":1501},{"id":6839,"name":"petrol","rank":5,"program_id":1501}]},{"id":1504,"name":"DANCE
|
105
|
+
TENCEL","collection_id":75,"colors":[{"id":6844,"name":"sand","rank":1,"program_id":1504},{"id":6845,"name":"stone","rank":2,"program_id":1504},{"id":6846,"name":"antic
|
106
|
+
rose","rank":3,"program_id":1504},{"id":6848,"name":"petrol","rank":5,"program_id":1504}]},{"id":1505,"name":"BASE
|
107
|
+
II SWEAT DIRTY","collection_id":75,"colors":[{"id":6849,"name":"Sand","rank":1,"program_id":1505},{"id":6851,"name":"Ice","rank":2,"program_id":1505},{"id":6854,"name":"Petrol","rank":3,"program_id":1505}]},{"id":1506,"name":"MOVIE
|
108
|
+
KNIT HEAVY","collection_id":75,"colors":[{"id":6855,"name":"white","rank":1,"program_id":1506},{"id":6856,"name":"sand","rank":2,"program_id":1506},{"id":6857,"name":"taupe","rank":3,"program_id":1506},{"id":6858,"name":"steel","rank":4,"program_id":1506},{"id":6859,"name":"coral","rank":5,"program_id":1506}]},{"id":1507,"name":"DANCE
|
109
|
+
SHIRT DIRTY","collection_id":75,"colors":[{"id":6860,"name":"white","rank":1,"program_id":1507},{"id":6861,"name":"sand","rank":2,"program_id":1507},{"id":6862,"name":"rose","rank":3,"program_id":1507},{"id":6863,"name":"pistachio","rank":4,"program_id":1507}]},{"id":1508,"name":"DANCE
|
110
|
+
PANTS SPRAYED","collection_id":75,"colors":[{"id":6865,"name":"sand","rank":1,"program_id":1508},{"id":6866,"name":"antic
|
111
|
+
rose","rank":2,"program_id":1508},{"id":6867,"name":"petrol","rank":3,"program_id":1508},{"id":6868,"name":"anthra","rank":4,"program_id":1508}]},{"id":1509,"name":"BASE
|
112
|
+
II CHINOS","collection_id":75,"colors":[{"id":6870,"name":"white","rank":1,"program_id":1509},{"id":6871,"name":"stone","rank":2,"program_id":1509},{"id":6872,"name":"petrol","rank":3,"program_id":1509},{"id":6873,"name":"navy","rank":4,"program_id":1509}]},{"id":1510,"name":"MOVIE
|
113
|
+
KNIT","collection_id":75,"colors":[{"id":6876,"name":"sand","rank":1,"program_id":1510},{"id":6877,"name":"steel","rank":2,"program_id":1510},{"id":6878,"name":"dark
|
114
|
+
ice","rank":3,"program_id":1510},{"id":6879,"name":"coral","rank":4,"program_id":1510}]},{"id":1511,"name":"DANCE
|
115
|
+
JERSEY DIRTY","collection_id":75,"colors":[{"id":6881,"name":"white","rank":1,"program_id":1511},{"id":6883,"name":"stone","rank":2,"program_id":1511},{"id":6887,"name":"antic
|
116
|
+
rose","rank":3,"program_id":1511},{"id":6889,"name":"aqua","rank":4,"program_id":1511},{"id":6890,"name":"petrol","rank":5,"program_id":1511}]},{"id":1512,"name":"BASE
|
117
|
+
II PANTS DIRTY","collection_id":75,"colors":[{"id":6893,"name":"sand","rank":1,"program_id":1512},{"id":6894,"name":"ice","rank":2,"program_id":1512},{"id":6895,"name":"rose","rank":3,"program_id":1512},{"id":6896,"name":"pistachio","rank":4,"program_id":1512},{"id":6897,"name":"anthrazit","rank":5,"program_id":1512}]},{"id":1516,"name":"MOVIE
|
118
|
+
SILK PRINT","collection_id":75,"colors":[{"id":6899,"name":"bamboo sand","rank":2,"program_id":1516},{"id":6900,"name":"bamboo
|
119
|
+
steel","rank":3,"program_id":1516},{"id":6901,"name":"bamboo coral","rank":4,"program_id":1516},{"id":6902,"name":"cloud
|
120
|
+
stone","rank":5,"program_id":1516},{"id":6903,"name":"cloud steel","rank":6,"program_id":1516},{"id":6904,"name":"cloud
|
121
|
+
coral","rank":7,"program_id":1516},{"id":7167,"name":"bamboo offwhite","rank":1,"program_id":1516},{"id":7789,"name":"cloud
|
122
|
+
anthrazit","rank":12,"program_id":1516}]},{"id":1517,"name":"MOVIE PANTS","collection_id":75,"colors":[{"id":6909,"name":"sand","rank":2,"program_id":1517},{"id":6910,"name":"cloud
|
123
|
+
print","rank":1,"program_id":1517},{"id":6911,"name":"taupe","rank":3,"program_id":1517},{"id":6912,"name":"steel
|
124
|
+
print","rank":4,"program_id":1517},{"id":6913,"name":"dark ice","rank":5,"program_id":1517},{"id":6914,"name":"dark
|
125
|
+
ice print","rank":6,"program_id":1517},{"id":6930,"name":"coral print","rank":7,"program_id":1517},{"id":7058,"name":"black","rank":8,"program_id":1517}]},{"id":1519,"name":"ATELIER
|
126
|
+
I PRINT","collection_id":75,"colors":[{"id":6915,"name":"ice","rank":1,"program_id":1519},{"id":6916,"name":"antic
|
127
|
+
rose","rank":2,"program_id":1519},{"id":6918,"name":"taupe","rank":4,"program_id":1519}]},{"id":1521,"name":"ATELIER
|
128
|
+
II KNIT","collection_id":75,"colors":[{"id":6920,"name":"nature","rank":1,"program_id":1521},{"id":6921,"name":"ice","rank":2,"program_id":1521},{"id":6922,"name":"melon","rank":3,"program_id":1521},{"id":6923,"name":"stone","rank":4,"program_id":1521}]},{"id":1522,"name":"MOVIE
|
129
|
+
SHIRT DIRTY","collection_id":75,"colors":[{"id":6924,"name":"cloud","rank":1,"program_id":1522},{"id":6925,"name":"dark
|
130
|
+
Sand","rank":2,"program_id":1522},{"id":6927,"name":"steel","rank":3,"program_id":1522},{"id":6929,"name":"coral","rank":4,"program_id":1522}]},{"id":1523,"name":"MOVIE
|
131
|
+
LINEN","collection_id":75,"colors":[{"id":7006,"name":"cloud","rank":1,"program_id":1523},{"id":7008,"name":"taupe","rank":3,"program_id":1523},{"id":7009,"name":"steel","rank":4,"program_id":1523},{"id":7010,"name":"dark
|
132
|
+
ice","rank":5,"program_id":1523},{"id":7011,"name":"black","rank":6,"program_id":1523}]},{"id":1526,"name":"ATELIER
|
133
|
+
II FLAME","collection_id":75,"colors":[{"id":6939,"name":"white","rank":1,"program_id":1526},{"id":6940,"name":"stone","rank":2,"program_id":1526},{"id":6941,"name":"pistachio","rank":3,"program_id":1526},{"id":6942,"name":"melon","rank":4,"program_id":1526},{"id":6943,"name":"black","rank":5,"program_id":1526}]},{"id":1527,"name":"BASE
|
134
|
+
I SILK COTTON","collection_id":75,"colors":[{"id":6962,"name":"sand","rank":1,"program_id":1527},{"id":6963,"name":"rose","rank":2,"program_id":1527},{"id":6964,"name":"aqua","rank":3,"program_id":1527},{"id":6965,"name":"petrol","rank":4,"program_id":1527}]},{"id":1528,"name":"ATELIER
|
135
|
+
I KNIT PRINT","collection_id":75,"colors":[{"id":6944,"name":"sand","rank":1,"program_id":1528},{"id":6945,"name":"antic
|
136
|
+
rose","rank":2,"program_id":1528},{"id":6946,"name":"taupe","rank":3,"program_id":1528},{"id":6947,"name":"steel","rank":4,"program_id":1528},{"id":6948,"name":"pistachio","rank":5,"program_id":1528},{"id":6949,"name":"stripe
|
137
|
+
A","rank":6,"program_id":1528},{"id":6950,"name":"stripe B","rank":7,"program_id":1528}]},{"id":1529,"name":"ATELIER
|
138
|
+
II KNIT DIRTY","collection_id":75,"colors":[{"id":6951,"name":"white","rank":1,"program_id":1529},{"id":6952,"name":"stone","rank":2,"program_id":1529},{"id":6958,"name":"kiwi","rank":3,"program_id":1529},{"id":6959,"name":"royal","rank":4,"program_id":1529},{"id":6960,"name":"anthrazit","rank":5,"program_id":1529}]},{"id":1530,"name":"ATELIER
|
139
|
+
I KNIT HEAVY","collection_id":75,"colors":[{"id":6954,"name":"nature","rank":1,"program_id":1530},{"id":6955,"name":"rose","rank":2,"program_id":1530},{"id":6956,"name":"aqua","rank":3,"program_id":1530},{"id":6957,"name":"petrol","rank":4,"program_id":1530}]},{"id":1532,"name":"BASE
|
140
|
+
II LINGERIE","collection_id":75,"colors":[{"id":6967,"name":"sand","rank":2,"program_id":1532},{"id":6968,"name":"stone","rank":3,"program_id":1532},{"id":6969,"name":"vanilla","rank":5,"program_id":1532},{"id":6970,"name":"ice","rank":4,"program_id":1532},{"id":6971,"name":"rose","rank":6,"program_id":1532},{"id":6972,"name":"pistachio","rank":7,"program_id":1532},{"id":6973,"name":"petrol","rank":8,"program_id":1532},{"id":6974,"name":"anthrazit","rank":9,"program_id":1532},{"id":7163,"name":"white","rank":1,"program_id":1532}]},{"id":1533,"name":"MOVIE
|
141
|
+
RAMIE","collection_id":75,"colors":[{"id":6975,"name":"white","rank":1,"program_id":1533},{"id":6976,"name":"sand","rank":2,"program_id":1533},{"id":6977,"name":"taupe","rank":3,"program_id":1533},{"id":6978,"name":"steel","rank":4,"program_id":1533},{"id":6979,"name":"dark
|
142
|
+
ice","rank":5,"program_id":1533},{"id":6980,"name":"coral","rank":6,"program_id":1533}]},{"id":1535,"name":"ATELIER
|
143
|
+
II DENIM","collection_id":75,"colors":[{"id":6981,"name":"light denim","rank":1,"program_id":1535},{"id":6982,"name":"grey","rank":2,"program_id":1535},{"id":6983,"name":"blue","rank":3,"program_id":1535}]},{"id":1537,"name":"ATELIER
|
144
|
+
I SHIRT","collection_id":75,"colors":[{"id":6993,"name":"bird grey","rank":1,"program_id":1537},{"id":6994,"name":"bird
|
145
|
+
blue","rank":2,"program_id":1537},{"id":6995,"name":"box","rank":3,"program_id":1537}]},{"id":1538,"name":"MOVIE
|
146
|
+
JERSEY DIRTY","collection_id":75,"colors":[{"id":7037,"name":"white","rank":1,"program_id":1538},{"id":7038,"name":"sand","rank":2,"program_id":1538},{"id":7039,"name":"taupe","rank":3,"program_id":1538},{"id":7040,"name":"steel","rank":4,"program_id":1538},{"id":7041,"name":"dark
|
147
|
+
ice","rank":5,"program_id":1538},{"id":7042,"name":"coral","rank":6,"program_id":1538}]},{"id":1539,"name":"BASE
|
148
|
+
I SCARFS","collection_id":75,"colors":[{"id":6998,"name":"Bird","rank":1,"program_id":1539},{"id":6999,"name":"Bird
|
149
|
+
Blue","rank":2,"program_id":1539},{"id":7000,"name":"Board","rank":3,"program_id":1539},{"id":7001,"name":"Box","rank":4,"program_id":1539},{"id":7002,"name":"China","rank":5,"program_id":1539},{"id":7003,"name":"Flower","rank":6,"program_id":1539},{"id":7004,"name":"Wood","rank":7,"program_id":1539}]},{"id":1541,"name":"ATELIER
|
150
|
+
II SHIRT","collection_id":75,"colors":[{"id":7012,"name":"kiwi","rank":1,"program_id":1541},{"id":7013,"name":"royal","rank":2,"program_id":1541},{"id":7014,"name":"red","rank":3,"program_id":1541},{"id":7015,"name":"anthrazit","rank":4,"program_id":1541}]},{"id":1547,"name":"BASE
|
151
|
+
I BELTS","collection_id":75,"colors":[{"id":7044,"name":"offwhite","rank":1,"program_id":1547},{"id":7045,"name":"sand","rank":2,"program_id":1547},{"id":7046,"name":"aqua","rank":3,"program_id":1547},{"id":7047,"name":"petrol","rank":4,"program_id":1547},{"id":7048,"name":"brown","rank":6,"program_id":1547},{"id":7050,"name":"black","rank":5,"program_id":1547}]},{"id":1552,"name":"ATELIER
|
152
|
+
II BLOUSE DENIM ","collection_id":75,"colors":[{"id":7068,"name":"light denim","rank":3,"program_id":1552},{"id":7069,"name":"denim","rank":4,"program_id":1552}]},{"id":1553,"name":"ATELIER
|
153
|
+
II PANTS RELAX","collection_id":75,"colors":[{"id":7070,"name":"stone denim","rank":1,"program_id":1553},{"id":7071,"name":"dark
|
154
|
+
denim","rank":2,"program_id":1553},{"id":7072,"name":"dyed denim","rank":3,"program_id":1553}]},{"id":1561,"name":"ATELIER
|
155
|
+
II CHIFFON PRINT","collection_id":75,"colors":[{"id":7086,"name":"offwhite","rank":1,"program_id":1561},{"id":7087,"name":"sand","rank":2,"program_id":1561},{"id":7088,"name":"grey","rank":3,"program_id":1561}]},{"id":1574,"name":"BASE
|
156
|
+
II BLOUSE STRETCH","collection_id":75,"colors":[{"id":7148,"name":"white","rank":1,"program_id":1574},{"id":7149,"name":"sand","rank":2,"program_id":1574},{"id":7164,"name":"nightblue","rank":3,"program_id":1574}]},{"id":1580,"name":"ATELIER
|
157
|
+
I SILK","collection_id":75,"colors":[{"id":7168,"name":"offwhite","rank":1,"program_id":1580},{"id":7169,"name":"steel","rank":3,"program_id":1580},{"id":7170,"name":"dark
|
158
|
+
ice","rank":2,"program_id":1580}]},{"id":1607,"name":"BASE II SILK SATEEN","collection_id":75,"colors":[{"id":7310,"name":"sand","rank":1,"program_id":1607},{"id":7311,"name":"ice","rank":2,"program_id":1607},{"id":7312,"name":"rose","rank":3,"program_id":1607},{"id":7314,"name":"petrol","rank":5,"program_id":1607}]},{"id":1666,"name":"ATELIER
|
159
|
+
II PANTS PRINT","collection_id":75,"colors":[{"id":7614,"name":"sand","rank":1,"program_id":1666},{"id":7615,"name":"taupe","rank":2,"program_id":1666}]}]}'
|
160
|
+
http_version:
|
161
|
+
recorded_at: Wed, 27 Jan 2016 14:05:49 GMT
|
162
|
+
recorded_with: VCR 3.0.0
|
@@ -0,0 +1,113 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://localhost:3000/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"grant_type":"client_credentials","client_id":"938f4d9d2dc0e5e083b9b7522df523ec77815298e489181c07b34dcc98912c93","client_secret":"d3aa293c490e6713eb0783a8e8e6894f33c4886d61b0f5522d46b29d68850dc2"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.2
|
12
|
+
Content-Type:
|
13
|
+
- application/json
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message:
|
18
|
+
headers:
|
19
|
+
X-Frame-Options:
|
20
|
+
- SAMEORIGIN
|
21
|
+
X-XSS-Protection:
|
22
|
+
- 1; mode=block
|
23
|
+
X-Content-Type-Options:
|
24
|
+
- nosniff
|
25
|
+
Cache-Control:
|
26
|
+
- no-store, must-revalidate, private, max-age=0
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
X-Request-Id:
|
32
|
+
- 8c7cdaac-8aef-464c-8946-a273a2d7a324
|
33
|
+
X-Runtime:
|
34
|
+
- '0.029502'
|
35
|
+
Set-Cookie:
|
36
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
37
|
+
X-MiniProfiler-Ids:
|
38
|
+
- '["9en3xmlv3i46to8qsg4b","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
39
|
+
Connection:
|
40
|
+
- close
|
41
|
+
Server:
|
42
|
+
- thin
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"access_token":"9995ba1a3ba8bd02d61c1ef981bbc2e2929d4a3b24c3213ff72817bf637620be","token_type":"bearer","expires_in":7200,"created_at":1453903549}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Wed, 27 Jan 2016 14:05:49 GMT
|
48
|
+
- request:
|
49
|
+
method: get
|
50
|
+
uri: http://localhost:3000/api/v1/collections/75?access_token=9995ba1a3ba8bd02d61c1ef981bbc2e2929d4a3b24c3213ff72817bf637620be&include_articles=false&include_colors=false&include_prices=false&include_programs=true&include_styles=false
|
51
|
+
body:
|
52
|
+
encoding: US-ASCII
|
53
|
+
string: ''
|
54
|
+
headers:
|
55
|
+
User-Agent:
|
56
|
+
- Faraday v0.9.2
|
57
|
+
Authorization:
|
58
|
+
- Token token="9995ba1a3ba8bd02d61c1ef981bbc2e2929d4a3b24c3213ff72817bf637620be"
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message:
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json
|
66
|
+
Content-Length:
|
67
|
+
- '3003'
|
68
|
+
Cache-Control:
|
69
|
+
- no-store, must-revalidate, private, max-age=0
|
70
|
+
X-Request-Id:
|
71
|
+
- a077a025-6882-4072-bae1-833d58df3605
|
72
|
+
X-Runtime:
|
73
|
+
- '0.032860'
|
74
|
+
Set-Cookie:
|
75
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
76
|
+
X-MiniProfiler-Ids:
|
77
|
+
- '["jfsrw460hscu1ygbg1lz","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
78
|
+
Connection:
|
79
|
+
- keep-alive
|
80
|
+
Server:
|
81
|
+
- thin
|
82
|
+
body:
|
83
|
+
encoding: UTF-8
|
84
|
+
string: '{"id":75,"name":"NILE Weekend","year":"2015","season":"1","men":false,"programs":[{"id":1474,"name":"BASE
|
85
|
+
II KNIT","collection_id":75},{"id":1483,"name":"BASE II SHIRT DIRTY","collection_id":75},{"id":1484,"name":"BASE
|
86
|
+
I LINEN DIRTY","collection_id":75},{"id":1487,"name":"BASE I JERSEY DIRTY","collection_id":75},{"id":1488,"name":"BASE
|
87
|
+
II BLOUSE MIX","collection_id":75},{"id":1489,"name":"DANCE NET","collection_id":75},{"id":1490,"name":"DANCE
|
88
|
+
MIX","collection_id":75},{"id":1491,"name":"BASE I BLOUSE","collection_id":75},{"id":1493,"name":"BASE
|
89
|
+
I SWEAT DIRTY","collection_id":75},{"id":1494,"name":"BASE I DENIM","collection_id":75},{"id":1495,"name":"DANCE
|
90
|
+
KNIT HEAVY","collection_id":75},{"id":1496,"name":"BASE I BLOUSE CREPE","collection_id":75},{"id":1497,"name":"BASE
|
91
|
+
I BLOUSE CHIFFON","collection_id":75},{"id":1498,"name":"DANCE SILK PRINT","collection_id":75},{"id":1499,"name":"BASE
|
92
|
+
I PANTS","collection_id":75},{"id":1501,"name":"DANCE KNIT","collection_id":75},{"id":1504,"name":"DANCE
|
93
|
+
TENCEL","collection_id":75},{"id":1505,"name":"BASE II SWEAT DIRTY","collection_id":75},{"id":1506,"name":"MOVIE
|
94
|
+
KNIT HEAVY","collection_id":75},{"id":1507,"name":"DANCE SHIRT DIRTY","collection_id":75},{"id":1508,"name":"DANCE
|
95
|
+
PANTS SPRAYED","collection_id":75},{"id":1509,"name":"BASE II CHINOS","collection_id":75},{"id":1510,"name":"MOVIE
|
96
|
+
KNIT","collection_id":75},{"id":1511,"name":"DANCE JERSEY DIRTY","collection_id":75},{"id":1512,"name":"BASE
|
97
|
+
II PANTS DIRTY","collection_id":75},{"id":1516,"name":"MOVIE SILK PRINT","collection_id":75},{"id":1517,"name":"MOVIE
|
98
|
+
PANTS","collection_id":75},{"id":1519,"name":"ATELIER I PRINT","collection_id":75},{"id":1521,"name":"ATELIER
|
99
|
+
II KNIT","collection_id":75},{"id":1522,"name":"MOVIE SHIRT DIRTY","collection_id":75},{"id":1523,"name":"MOVIE
|
100
|
+
LINEN","collection_id":75},{"id":1526,"name":"ATELIER II FLAME","collection_id":75},{"id":1527,"name":"BASE
|
101
|
+
I SILK COTTON","collection_id":75},{"id":1528,"name":"ATELIER I KNIT PRINT","collection_id":75},{"id":1529,"name":"ATELIER
|
102
|
+
II KNIT DIRTY","collection_id":75},{"id":1530,"name":"ATELIER I KNIT HEAVY","collection_id":75},{"id":1532,"name":"BASE
|
103
|
+
II LINGERIE","collection_id":75},{"id":1533,"name":"MOVIE RAMIE","collection_id":75},{"id":1535,"name":"ATELIER
|
104
|
+
II DENIM","collection_id":75},{"id":1537,"name":"ATELIER I SHIRT","collection_id":75},{"id":1538,"name":"MOVIE
|
105
|
+
JERSEY DIRTY","collection_id":75},{"id":1539,"name":"BASE I SCARFS","collection_id":75},{"id":1541,"name":"ATELIER
|
106
|
+
II SHIRT","collection_id":75},{"id":1547,"name":"BASE I BELTS","collection_id":75},{"id":1552,"name":"ATELIER
|
107
|
+
II BLOUSE DENIM ","collection_id":75},{"id":1553,"name":"ATELIER II PANTS
|
108
|
+
RELAX","collection_id":75},{"id":1561,"name":"ATELIER II CHIFFON PRINT","collection_id":75},{"id":1574,"name":"BASE
|
109
|
+
II BLOUSE STRETCH","collection_id":75},{"id":1580,"name":"ATELIER I SILK","collection_id":75},{"id":1607,"name":"BASE
|
110
|
+
II SILK SATEEN","collection_id":75},{"id":1666,"name":"ATELIER II PANTS PRINT","collection_id":75}]}'
|
111
|
+
http_version:
|
112
|
+
recorded_at: Wed, 27 Jan 2016 14:05:49 GMT
|
113
|
+
recorded_with: VCR 3.0.0
|
@@ -0,0 +1,390 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://localhost:3000/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"grant_type":"client_credentials","client_id":"938f4d9d2dc0e5e083b9b7522df523ec77815298e489181c07b34dcc98912c93","client_secret":"d3aa293c490e6713eb0783a8e8e6894f33c4886d61b0f5522d46b29d68850dc2"}'
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.2
|
12
|
+
Content-Type:
|
13
|
+
- application/json
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message:
|
18
|
+
headers:
|
19
|
+
X-Frame-Options:
|
20
|
+
- SAMEORIGIN
|
21
|
+
X-XSS-Protection:
|
22
|
+
- 1; mode=block
|
23
|
+
X-Content-Type-Options:
|
24
|
+
- nosniff
|
25
|
+
Cache-Control:
|
26
|
+
- no-store, must-revalidate, private, max-age=0
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
X-Request-Id:
|
32
|
+
- 0b2b37e3-6b9a-4605-b5e4-1311f3da078f
|
33
|
+
X-Runtime:
|
34
|
+
- '0.029063'
|
35
|
+
Set-Cookie:
|
36
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
37
|
+
X-MiniProfiler-Ids:
|
38
|
+
- '["8mvf0pj28gcp5knd0be6","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
39
|
+
Connection:
|
40
|
+
- close
|
41
|
+
Server:
|
42
|
+
- thin
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"access_token":"2f575dd628ac9298df9a66e0a310b8b0074244c8dcd33f2437c498b1f55b194d","token_type":"bearer","expires_in":7200,"created_at":1453903549}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Wed, 27 Jan 2016 14:05:49 GMT
|
48
|
+
- request:
|
49
|
+
method: get
|
50
|
+
uri: http://localhost:3000/api/v1/collections/75?access_token=2f575dd628ac9298df9a66e0a310b8b0074244c8dcd33f2437c498b1f55b194d&include_articles=false&include_colors=false&include_prices=false&include_programs=true&include_styles=true
|
51
|
+
body:
|
52
|
+
encoding: US-ASCII
|
53
|
+
string: ''
|
54
|
+
headers:
|
55
|
+
User-Agent:
|
56
|
+
- Faraday v0.9.2
|
57
|
+
Authorization:
|
58
|
+
- Token token="2f575dd628ac9298df9a66e0a310b8b0074244c8dcd33f2437c498b1f55b194d"
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message:
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json
|
66
|
+
Content-Length:
|
67
|
+
- '42587'
|
68
|
+
Cache-Control:
|
69
|
+
- no-store, must-revalidate, private, max-age=0
|
70
|
+
X-Request-Id:
|
71
|
+
- 3347b3ea-307f-4bc8-8d05-c9ad59ff0996
|
72
|
+
X-Runtime:
|
73
|
+
- '1.829844'
|
74
|
+
Set-Cookie:
|
75
|
+
- __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/, __profilin=p%3Dt; path=/
|
76
|
+
X-MiniProfiler-Ids:
|
77
|
+
- '["h7jw4gdfpk8mllz4iuzf","qkro8e6gzily83mtdaos","g87ldxy2frx3qj59nz26","7ktv8sj5ywkozy0swrry","7xhjbmkhk6ez3k3ojgu1","hzz9f7p4sj9f7nvfpj03","m3j6ppn7tv85th7h9v9b","8zffept08saqj5zbezni","jalp8l0w3khlngo9kbvr","pd4kxfx0jgjlgf6rd0d"]'
|
78
|
+
Connection:
|
79
|
+
- keep-alive
|
80
|
+
Server:
|
81
|
+
- thin
|
82
|
+
body:
|
83
|
+
encoding: UTF-8
|
84
|
+
string: '{"id":75,"name":"NILE Weekend","year":"2015","season":"1","men":false,"programs":[{"id":1474,"name":"BASE
|
85
|
+
II KNIT","collection_id":75,"styles":[{"id":6324,"number":"F13187","name":"waistcoat","treatment":"base
|
86
|
+
waistcoat in blue from Nile\r\nbase for special pattern cardigan in white
|
87
|
+
with blue stripes from Nile","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6344,"number":"F13188","name":"pullover","treatment":"12796
|
88
|
+
Pullover (Base Knit 3-14)","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Pullovers","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6346,"number":"F13190","name":"cardigan","treatment":"base
|
89
|
+
for placket and hem bottom + cuff\r\nbase for shoulder + armhole converting\r\nlike
|
90
|
+
cardigan in anthrazit from Nile","form":"OT","quality":"60% Baumwolle\n40%
|
91
|
+
Polyester","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6391,"number":"F13191","name":"jacket","treatment":"base
|
92
|
+
jacket in grey melange from Nile","form":"OT","quality":"60% Baumwolle\n40%
|
93
|
+
Polyester","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6402,"number":"F13192","name":"coat","treatment":"base
|
94
|
+
coat 11898 from Base Knit 3-13\r\nnew with hood instead of collar\r\nlike
|
95
|
+
attached paper pattern","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6404,"number":"F13193","name":"loopshawl","treatment":"base
|
96
|
+
waistcoat in blue from Nile\r\nbase for special pattern cardigan in white
|
97
|
+
with blue stripes from Nile","form":"ACC","quality":"60% Baumwolle\n40% Polyester","category":"Scarves","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null},{"id":6405,"number":"F13194","name":"wristwarmer","treatment":"base
|
98
|
+
waistcoat in blue from Nile\r\nbase for special pattern cardigan in white
|
99
|
+
with blue stripes from Nile","form":"ACC","quality":"60% Baumwolle\n40% Polyester","category":"Accessories","weight":null,"collection_id":75,"program_id":1474,"dtb_group_id":null}]},{"id":1483,"name":"BASE
|
100
|
+
II SHIRT DIRTY","collection_id":75,"styles":[{"id":6373,"number":"F13207","name":"Top","treatment":"11951,
|
101
|
+
Base Shirt 3-13","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6374,"number":"F13208","name":"Longtop","treatment":"12298,
|
102
|
+
Base Shirt 1-14","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6375,"number":"F13209","name":"Shirt","treatment":"12299,
|
103
|
+
Base Shirt 1-14","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6376,"number":"F13210","name":"Shirt
|
104
|
+
with slit","treatment":"11963, Base Shirt 3-13","form":"OT","quality":"95%
|
105
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6377,"number":"F13211","name":"Shirt
|
106
|
+
3/4-sleeve","treatment":"12470, Avenue Shirt dirty 1-14","form":"OT","quality":"95%
|
107
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6378,"number":"F13212","name":"Shirt
|
108
|
+
longsleeve","treatment":"12301, Base Shirt 1-14","form":"OT","quality":"95%
|
109
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null},{"id":6631,"number":"F13213","name":"Shirt
|
110
|
+
shortsleeve","treatment":"13209","form":"OT","quality":"95% Baumwolle\n5%
|
111
|
+
Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1483,"dtb_group_id":null}]},{"id":1484,"name":"BASE
|
112
|
+
I LINEN DIRTY","collection_id":75,"styles":[{"id":6385,"number":"F13214","name":"top","treatment":"12738,
|
113
|
+
atelier II jersey dirty, 2-14","form":"OT","quality":"100% Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1484,"dtb_group_id":null},{"id":6389,"number":"F13215","name":"shirt","treatment":"new
|
114
|
+
style","form":"OT","quality":"100% Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1484,"dtb_group_id":null},{"id":6390,"number":"F13216","name":"shirt
|
115
|
+
longsleeve","treatment":"12742, atelier II jersey dirty, 2-14; but longsleeve!","form":"OT","quality":"100%
|
116
|
+
Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1484,"dtb_group_id":null}]},{"id":1487,"name":"BASE
|
117
|
+
I JERSEY DIRTY","collection_id":75,"styles":[{"id":6401,"number":"F13218","name":"longtop","treatment":"st.
|
118
|
+
sample 13218","form":"OT","quality":"90% Modal\n10% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1487,"dtb_group_id":null},{"id":6416,"number":"F13219","name":"shirt","treatment":"st.
|
119
|
+
sample 13219","form":"OT","quality":"90% Modal\n10% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1487,"dtb_group_id":null},{"id":6417,"number":"F13220","name":"shirt
|
120
|
+
longsleeve","treatment":"12859, At. Jersey 3-14","form":"OT","quality":"90%
|
121
|
+
Modal\n10% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1487,"dtb_group_id":null}]},{"id":1488,"name":"BASE
|
122
|
+
II BLOUSE MIX","collection_id":75,"styles":[{"id":6410,"number":"F13160","name":"blouse
|
123
|
+
with slit","treatment":"follow pattern and proto","form":"OT","quality":"70%
|
124
|
+
Baumwolle\n30% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1488,"dtb_group_id":null},{"id":6412,"number":"F13162","name":"blouse","treatment":"follow
|
125
|
+
pattern and proto","form":"OT","quality":"70% Baumwolle\n30% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1488,"dtb_group_id":null}]},{"id":1489,"name":"DANCE
|
126
|
+
NET","collection_id":75,"styles":[{"id":6403,"number":"F13196","name":"top","treatment":"Here
|
127
|
+
enclosed","form":"OT","quality":"100% Baumwolle","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1489,"dtb_group_id":null},{"id":6406,"number":"F13197","name":"pullover","treatment":"Here
|
128
|
+
enclosed","form":"OT","quality":"100% Baumwolle","category":"Pullovers","weight":null,"collection_id":75,"program_id":1489,"dtb_group_id":null},{"id":6407,"number":"F13198","name":"jacket","treatment":"Here
|
129
|
+
enclosed","form":"OT","quality":"100% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1489,"dtb_group_id":null},{"id":6408,"number":"F13199","name":"longtop","treatment":"Here
|
130
|
+
enclosed","form":"OT","quality":"100% Baumwolle","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1489,"dtb_group_id":null}]},{"id":1490,"name":"DANCE
|
131
|
+
MIX","collection_id":75,"styles":[{"id":6415,"number":"F13201","name":"blouse","treatment":"Here
|
132
|
+
enclosed","form":"OT","quality":"54% Baumwolle\n46% Viskose","category":"Blouses","weight":null,"collection_id":75,"program_id":1490,"dtb_group_id":null},{"id":6422,"number":"F13202","name":"tunica","treatment":"Here
|
133
|
+
enclosed","form":"OT","quality":"54% Baumwolle\n46% Viskose","category":"Blouses","weight":null,"collection_id":75,"program_id":1490,"dtb_group_id":null},{"id":6423,"number":"F13203","name":"skirt","treatment":"Here
|
134
|
+
enclosed","form":"UT","quality":"54% Baumwolle\n46% Viskose","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1490,"dtb_group_id":null},{"id":6424,"number":"F13204","name":"dress","treatment":"Here
|
135
|
+
enclosed","form":"AT","quality":"54% Baumwolle\n46% Viskose","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1490,"dtb_group_id":null},{"id":6425,"number":"F13205","name":"scarf","treatment":"No
|
136
|
+
pattern. Cut fabric width X 50cm","form":"ACC","quality":"100% Baumwolle","category":"Scarves","weight":null,"collection_id":75,"program_id":1490,"dtb_group_id":null}]},{"id":1491,"name":"BASE
|
137
|
+
I BLOUSE","collection_id":75,"styles":[{"id":6419,"number":"F13159","name":"blouse","treatment":"follow
|
138
|
+
paper pattern","form":"OT","quality":"100% Baumwolle","category":"Blouses","weight":null,"collection_id":75,"program_id":1491,"dtb_group_id":null}]},{"id":1493,"name":"BASE
|
139
|
+
I SWEAT DIRTY","collection_id":75,"styles":[{"id":6429,"number":"F13242","name":"jacket","treatment":"st.
|
140
|
+
sample 13242","form":"OT","quality":"80% Baumwolle\n20% Polyester","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1493,"dtb_group_id":null},{"id":6431,"number":"F13244","name":"coat","treatment":"st.
|
141
|
+
sample 13243/44","form":"OT","quality":"80% Baumwolle\n20% Polyester","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1493,"dtb_group_id":null}]},{"id":1494,"name":"BASE
|
142
|
+
I DENIM","collection_id":75,"styles":[{"id":6433,"number":"F13228","name":"skinny
|
143
|
+
long","treatment":"12908 base denim 2014-3","form":"UT","quality":"98% Baumwolle\n2%
|
144
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1494,"dtb_group_id":null},{"id":6434,"number":"F13229","name":"regular
|
145
|
+
biker long","treatment":"12909 base denim 2014-3","form":"UT","quality":"98%
|
146
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1494,"dtb_group_id":null},{"id":6435,"number":"F13230","name":"lady
|
147
|
+
long","treatment":"take from style sample","form":"UT","quality":"99% Baumwolle\n1%
|
148
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1494,"dtb_group_id":null},{"id":6436,"number":"F13231","name":"boyfriend
|
149
|
+
ankle","treatment":"12861 base denim 2014-3","form":"UT","quality":"98% Baumwolle\n2%
|
150
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1494,"dtb_group_id":null},{"id":6676,"number":"F13232","name":"regular
|
151
|
+
long","treatment":"this is 13398 cancelled style from 2015-1","form":"UT","quality":"98%
|
152
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1494,"dtb_group_id":null}]},{"id":1495,"name":"DANCE
|
153
|
+
KNIT HEAVY","collection_id":75,"styles":[{"id":6437,"number":"F13238","name":"waistcoat","treatment":"Waistcoat
|
154
|
+
in white from Nile","form":"OT","quality":"55% Leinen\n45% Baumwolle","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1495,"dtb_group_id":null},{"id":6438,"number":"F13239","name":"pullover","treatment":"Pullover
|
155
|
+
in white from Nile","form":"OT","quality":"55% Leinen\n45% Baumwolle","category":"Pullovers","weight":null,"collection_id":75,"program_id":1495,"dtb_group_id":null},{"id":6439,"number":"F13240","name":"cardigan","treatment":"","form":"OT","quality":"55%
|
156
|
+
Leinen\n45% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1495,"dtb_group_id":null}]},{"id":1496,"name":"BASE
|
157
|
+
I BLOUSE CREPE","collection_id":75,"styles":[{"id":6441,"number":"F13167","name":"top","treatment":"here
|
158
|
+
enclosed","form":"OT","quality":"100% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1496,"dtb_group_id":null},{"id":6442,"number":"F13168","name":"blouse","treatment":"here
|
159
|
+
enclosed","form":"OT","quality":"100% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1496,"dtb_group_id":null}]},{"id":1497,"name":"BASE
|
160
|
+
I BLOUSE CHIFFON","collection_id":75,"styles":[{"id":6448,"number":"F13163","name":"top","treatment":"No
|
161
|
+
pattern, please make yourself","form":"OT","quality":"100% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1497,"dtb_group_id":null},{"id":6449,"number":"F13164","name":"blouse
|
162
|
+
raglan","treatment":"Here enclosed\r\nFollow the pattern\r\n(Proto sample
|
163
|
+
is not correct)","form":"OT","quality":"100% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1497,"dtb_group_id":null},{"id":6450,"number":"F13165","name":"blouse","treatment":"No
|
164
|
+
pattern, please make yourself","form":"OT","quality":"100% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1497,"dtb_group_id":null},{"id":6594,"number":"F13169","name":"tunic","treatment":"13169
|
165
|
+
from base silk crepe","form":"OT","quality":"100% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1497,"dtb_group_id":null}]},{"id":1498,"name":"DANCE
|
166
|
+
SILK PRINT","collection_id":75,"styles":[{"id":6440,"number":"F13222","name":"top","treatment":"follow
|
167
|
+
pattern and proto","form":"OT","quality":"70% Baumwolle\n30% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1498,"dtb_group_id":null},{"id":6444,"number":"F13223","name":"blouse","treatment":"follow
|
168
|
+
pattern and proto","form":"OT","quality":"70% Baumwolle\n30% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1498,"dtb_group_id":null},{"id":6445,"number":"F13224","name":"skirt","treatment":"follow
|
169
|
+
pattern and proto","form":"UT","quality":"70% Baumwolle\n30% Seide","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1498,"dtb_group_id":null},{"id":6446,"number":"F13225","name":"dress","treatment":"follow
|
170
|
+
pattern and proto","form":"AT","quality":"70% Baumwolle\n30% Seide","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1498,"dtb_group_id":null},{"id":6447,"number":"F13226","name":"scarf","treatment":"reference
|
171
|
+
sample","form":"ACC","quality":"70% Baumwolle\n30% Seide","category":"Scarves","weight":null,"collection_id":75,"program_id":1498,"dtb_group_id":null}]},{"id":1499,"name":"BASE
|
172
|
+
I PANTS","collection_id":75,"styles":[{"id":6451,"number":"F13257","name":"regular
|
173
|
+
biker long","treatment":"12329 base pants 2014-1","form":"UT","quality":"98%
|
174
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1499,"dtb_group_id":null},{"id":6452,"number":"F13258","name":"lady
|
175
|
+
long","treatment":"13230 base denim 2015-1","form":"UT","quality":"98% Baumwolle\n2%
|
176
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1499,"dtb_group_id":null}]},{"id":1501,"name":"DANCE
|
177
|
+
KNIT","collection_id":75,"styles":[{"id":6458,"number":"F13234","name":"pullover","treatment":"11404
|
178
|
+
Pullover\r\nBase Knit 1-13\r\nannexed in parcel","form":"OT","quality":"55%
|
179
|
+
Leinen\n45% Baumwolle","category":"Pullovers","weight":null,"collection_id":75,"program_id":1501,"dtb_group_id":null},{"id":6459,"number":"F13235","name":"cardigan","treatment":"12381
|
180
|
+
Cardigan \r\nWalk Knit Mix 1-14\r\n","form":"OT","quality":"55% Leinen\n45%
|
181
|
+
Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1501,"dtb_group_id":null},{"id":6460,"number":"F13236","name":"jacket","treatment":"Original
|
182
|
+
Sample in grey melange\r\nhalf piece\r\nannexed in parcel","form":"OT","quality":"55%
|
183
|
+
Leinen\n45% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1501,"dtb_group_id":null}]},{"id":1504,"name":"DANCE
|
184
|
+
TENCEL","collection_id":75,"styles":[{"id":6462,"number":"F13179","name":"vest","treatment":"follow
|
185
|
+
pattern and proto","form":"OT","quality":"78.5% Viskose\n21.5% Leinen","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null},{"id":6463,"number":"F13180","name":"jacket","treatment":"follow
|
186
|
+
pattern and proto","form":"OT","quality":"78.5% Viskose\n21.5% Leinen","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null},{"id":6464,"number":"F13181","name":"coat","treatment":"follow
|
187
|
+
pattern and proto","form":"AT","quality":"78.5% Viskose\n21.5% Leinen","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null},{"id":6465,"number":"F13182","name":"skirt","treatment":"follow
|
188
|
+
pattern and proto","form":"OT","quality":"78.5% Viskose\n21.5% Leinen","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null},{"id":6468,"number":"F13184","name":"pants","treatment":"follow
|
189
|
+
pattern and proto","form":"UT","quality":"78.5% Viskose\n21.5% Leinen","category":"Pants","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null},{"id":6469,"number":"F13185","name":"sarouel","treatment":"follow
|
190
|
+
pattern and proto","form":"UT","quality":"78.5% Viskose\n21.5% Leinen","category":"Pants","weight":null,"collection_id":75,"program_id":1504,"dtb_group_id":null}]},{"id":1505,"name":"BASE
|
191
|
+
II SWEAT DIRTY","collection_id":75,"styles":[{"id":6467,"number":"F13247","name":"Blazer","treatment":"12777,
|
192
|
+
Base sweat dirty, 3-14","form":"OT","quality":"100% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1505,"dtb_group_id":null},{"id":6471,"number":"F13249","name":"Coat","treatment":"St.
|
193
|
+
sample 13249","form":"OT","quality":"100% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1505,"dtb_group_id":null}]},{"id":1506,"name":"MOVIE
|
194
|
+
KNIT HEAVY","collection_id":75,"styles":[{"id":6472,"number":"F13264","name":"pullover","treatment":"no
|
195
|
+
original sample\r\nbut a lot of photos","form":"OT","quality":"75% Baumwolle\n25%
|
196
|
+
Nylon","category":"Pullovers","weight":null,"collection_id":75,"program_id":1506,"dtb_group_id":null},{"id":6473,"number":"F13265","name":"cardigan
|
197
|
+
","treatment":"Cardigan in mint from Nile","form":"OT","quality":"75% Baumwolle\n25%
|
198
|
+
Nylon","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1506,"dtb_group_id":null},{"id":6477,"number":"F13266","name":"coat","treatment":"no
|
199
|
+
oriiginal sample\r\nbut a lot of photos","form":"OT","quality":"75% Baumwolle\n25%
|
200
|
+
Nylon","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1506,"dtb_group_id":null}]},{"id":1507,"name":"DANCE
|
201
|
+
SHIRT DIRTY","collection_id":75,"styles":[{"id":6474,"number":"F13269","name":"top","treatment":"st.
|
202
|
+
sample 13269","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1507,"dtb_group_id":null},{"id":6476,"number":"F13271","name":"shirt
|
203
|
+
v-neck","treatment":"st. sample 13271","form":"OT","quality":"95% Baumwolle\n5%
|
204
|
+
Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1507,"dtb_group_id":null},{"id":6478,"number":"F13272","name":"shirt
|
205
|
+
3/4-sleeve","treatment":"st. sample 13272","form":"OT","quality":"95% Baumwolle\n5%
|
206
|
+
Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1507,"dtb_group_id":null},{"id":6479,"number":"F13273","name":"jacket","treatment":"st.
|
207
|
+
sample 13272 and 11013 At. shirt dirty, 3-12","form":"OT","quality":"95% Baumwolle\n5%
|
208
|
+
Elasthan","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1507,"dtb_group_id":null},{"id":6480,"number":"F13274","name":"wristwarmer","treatment":"","form":"ACC","quality":"95%
|
209
|
+
Baumwolle\n5% Elasthan","category":"Accessories","weight":null,"collection_id":75,"program_id":1507,"dtb_group_id":null}]},{"id":1508,"name":"DANCE
|
210
|
+
PANTS SPRAYED","collection_id":75,"styles":[{"id":6481,"number":"F13260","name":"regular
|
211
|
+
butterfly 7/8","treatment":"take from sample incl. my pattern corrections","form":"UT","quality":"98%
|
212
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1508,"dtb_group_id":null}]},{"id":1509,"name":"BASE
|
213
|
+
II CHINOS","collection_id":75,"styles":[{"id":6483,"number":"F13284","name":"CHINOS","treatment":"take
|
214
|
+
from 12719 sunset chinos 2014-2","form":"UT","quality":"98% Baumwolle\n2%
|
215
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1509,"dtb_group_id":null}]},{"id":1510,"name":"MOVIE
|
216
|
+
KNIT","collection_id":75,"styles":[{"id":6484,"number":"F13286","name":"pullover","treatment":"Original
|
217
|
+
Sample\r\nPullover in sand multi colour from Nile","form":"OT","quality":"60%
|
218
|
+
Baumwolle\n40% Polyester","category":"Pullovers","weight":null,"collection_id":75,"program_id":1510,"dtb_group_id":null},{"id":6485,"number":"F13287","name":"longpullover","treatment":"no
|
219
|
+
Original Sample in this parcel\r\nplease look at pullover blue printed\r\nthat
|
220
|
+
I have sent with Base Knit 1-5","form":"OT","quality":"60% Baumwolle\n40%
|
221
|
+
Polyester","category":"Pullovers","weight":null,"collection_id":75,"program_id":1510,"dtb_group_id":null},{"id":6486,"number":"F13288","name":"cardigan
|
222
|
+
","treatment":"Original Sample\r\nfor plain knit with hole\r\nand twin hem
|
223
|
+
bottom","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1510,"dtb_group_id":null},{"id":6487,"number":"F13289","name":"coat","treatment":"Original
|
224
|
+
Sample\r\nCoat in off white from Nile","form":"OT","quality":"60% Baumwolle\n40%
|
225
|
+
Polyester","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1510,"dtb_group_id":null}]},{"id":1511,"name":"DANCE
|
226
|
+
JERSEY DIRTY","collection_id":75,"styles":[{"id":6488,"number":"F13296","name":"shirt","treatment":"St.
|
227
|
+
sample 13296","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6490,"number":"F13297","name":"top","treatment":"St.
|
228
|
+
sample 13297","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6494,"number":"F13298","name":"blouse","treatment":"St.
|
229
|
+
sample 13296 (shape) and 98","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Blouses","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6495,"number":"F13299","name":"shirt
|
230
|
+
with slit","treatment":"St. sample 13299/13300","form":"OT","quality":"95%
|
231
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6496,"number":"F13300","name":"jacket","treatment":"St.
|
232
|
+
sample 13299/13300","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6497,"number":"F13301","name":"dress","treatment":"St.
|
233
|
+
sample 13301","form":"AT","quality":"95% Baumwolle\n5% Elasthan","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null},{"id":6498,"number":"F13302","name":"pants","treatment":"St.
|
234
|
+
sample 13302","form":"UT","quality":"95% Baumwolle\n5% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1511,"dtb_group_id":null}]},{"id":1512,"name":"BASE
|
235
|
+
II PANTS DIRTY","collection_id":75,"styles":[{"id":6491,"number":"F13304","name":"regular
|
236
|
+
biker ankle","treatment":"12607 Garden Stretch 2-14","form":"UT","quality":"98%
|
237
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1512,"dtb_group_id":null}]},{"id":1516,"name":"MOVIE
|
238
|
+
SILK PRINT","collection_id":75,"styles":[{"id":6493,"number":"F13251","name":"top","treatment":"here
|
239
|
+
enclosed","form":"OT","quality":"100% Seide","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1516,"dtb_group_id":null},{"id":6499,"number":"F13252","name":"blouse","treatment":"Here
|
240
|
+
enclosed","form":"OT","quality":"100% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1516,"dtb_group_id":null},{"id":6501,"number":"F13254","name":"skirt","treatment":"Here
|
241
|
+
enclosed","form":"UT","quality":"100% Seide","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1516,"dtb_group_id":null},{"id":6502,"number":"F13255","name":"scarf","treatment":"No
|
242
|
+
pattern.\r\nPlease cut 1/3 of fabric width per 180cm","form":"ACC","quality":"100%
|
243
|
+
Seide","category":"Scarves","weight":null,"collection_id":75,"program_id":1516,"dtb_group_id":null}]},{"id":1517,"name":"MOVIE
|
244
|
+
PANTS","collection_id":75,"styles":[{"id":6504,"number":"F13306","name":"regular
|
245
|
+
biker long","treatment":"12607 Garden Stretch 2-14","form":"UT","quality":"98%
|
246
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1517,"dtb_group_id":null}]},{"id":1519,"name":"ATELIER
|
247
|
+
I PRINT","collection_id":75,"styles":[{"id":6505,"number":"F13292","name":"blazer","treatment":"New!
|
248
|
+
take from style sample\ninclude all my measurement corrections on m-chart","form":"OT","quality":"98%
|
249
|
+
Baumwolle\n2% Elasthan","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1519,"dtb_group_id":null},{"id":6506,"number":"F13293","name":"regular
|
250
|
+
biker long","treatment":"New! take from style sample\r\ninclude all my measurement
|
251
|
+
corrections on m-chart","form":"UT","quality":"98% Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1519,"dtb_group_id":null},{"id":6507,"number":"F13294","name":"boyfriend
|
252
|
+
ankle","treatment":"New! take from style sample\r\ninclude all my measurement
|
253
|
+
corrections on m-chart","form":"UT","quality":"98% Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1519,"dtb_group_id":null}]},{"id":1521,"name":"ATELIER
|
254
|
+
II KNIT","collection_id":75,"styles":[{"id":6510,"number":"F13308","name":"pullover
|
255
|
+
","treatment":"pullover 13308 \r\nfrom Movie Knit Heavy 1-15","form":"OT","quality":"51%
|
256
|
+
Leinen\n40% Baumwolle\n9% Viskose","category":"Pullovers","weight":null,"collection_id":75,"program_id":1521,"dtb_group_id":null},{"id":6511,"number":"F13309","name":"pullover
|
257
|
+
3/4 sleeve","treatment":"pullover in off white from Nile\r\nannexed in parcel","form":"OT","quality":"51%
|
258
|
+
Leinen\n40% Baumwolle\n9% Viskose","category":"Pullovers","weight":null,"collection_id":75,"program_id":1521,"dtb_group_id":null},{"id":6512,"number":"F13310","name":"cardigan","treatment":"Cardigan
|
259
|
+
12873\r\nfrom Atelier Knit Dirty 3-14","form":"OT","quality":"51% Leinen\n40%
|
260
|
+
Baumwolle\n9% Viskose","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1521,"dtb_group_id":null}]},{"id":1522,"name":"MOVIE
|
261
|
+
SHIRT DIRTY","collection_id":75,"styles":[{"id":6513,"number":"F13312","name":"top","treatment":"12289
|
262
|
+
At. Crepe 1-14 and st. samples 13312","form":"OT","quality":"50% Baumwolle\n45%
|
263
|
+
Viskose (Tencel)\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1522,"dtb_group_id":null},{"id":6515,"number":"F13314","name":"shirt","treatment":"St.
|
264
|
+
sample 13314","form":"OT","quality":"50% Baumwolle\n45% Viskose (Tencel)\n5%
|
265
|
+
Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1522,"dtb_group_id":null}]},{"id":1523,"name":"MOVIE
|
266
|
+
LINEN","collection_id":75,"styles":[{"id":6562,"number":"F13275","name":"jacket","treatment":"Here
|
267
|
+
enclosed\r\nGrading width 3cm, length 2cm","form":"OT","quality":"100% Ramie","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6563,"number":"F13276","name":"blazer","treatment":"Here
|
268
|
+
enclosed\r\nGrading width 3cm, length 2cm","form":"OT","quality":"100% Ramie","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6564,"number":"F13277","name":"longvest","treatment":"Here
|
269
|
+
enclosed\r\nGrading width 3cm, length 2cm","form":"OT","quality":"100% Ramie","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6565,"number":"F13278","name":"skirt
|
270
|
+
ramie","treatment":"Here enclosed\r\nGrading width 2.5cm, length 1cm","form":"UT","quality":"100%
|
271
|
+
Ramie","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6566,"number":"F13279","name":"skirt","treatment":"Here
|
272
|
+
enclosed\r\nGrading width 2.5cm, length 1cm","form":"UT","quality":"100% Ramie","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6567,"number":"F13280","name":"dress","treatment":"Here
|
273
|
+
enclosed\r\nGrading width 3cm, length 2cm","form":"AT","quality":"100% Ramie","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6569,"number":"F13282","name":"pants
|
274
|
+
","treatment":"Here enclosed\r\nGrading width 2.5cm, length 0cm","form":"UT","quality":"100%
|
275
|
+
Ramie","category":"Pants","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null},{"id":6570,"number":"F13283","name":"coat","treatment":"Here
|
276
|
+
enclosed\r\nGrading width 3cm, length 2cm","form":"AT","quality":"100% Ramie","category":"Waistcoats","weight":null,"collection_id":75,"program_id":1523,"dtb_group_id":null}]},{"id":1526,"name":"ATELIER
|
277
|
+
II FLAME","collection_id":75,"styles":[{"id":6524,"number":"F13341","name":"top","treatment":"St.
|
278
|
+
sample 13341","form":"OT","quality":"100% Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1526,"dtb_group_id":null},{"id":6525,"number":"F13342","name":"shirt","treatment":"St.
|
279
|
+
sample 13342","form":"OT","quality":"100% Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1526,"dtb_group_id":null},{"id":6526,"number":"F13343","name":"shirt
|
280
|
+
3/4-sleeve","treatment":"St. sample 13343","form":"OT","quality":"100% Leinen","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1526,"dtb_group_id":null}]},{"id":1527,"name":"BASE
|
281
|
+
I SILK COTTON","collection_id":75,"styles":[{"id":6536,"number":"F13338","name":"top","treatment":"follow
|
282
|
+
reference sample","form":"OT","quality":"70% Seide\n30% Baumwolle","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1527,"dtb_group_id":null},{"id":6537,"number":"F13339","name":"shirt
|
283
|
+
3/4 -sleeve","treatment":"follow reference sample","form":"OT","quality":"70%
|
284
|
+
Seide\n30% Baumwolle","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1527,"dtb_group_id":null}]},{"id":1528,"name":"ATELIER
|
285
|
+
I KNIT PRINT","collection_id":75,"styles":[{"id":6527,"number":"F13334","name":"pullover","treatment":"Pullover
|
286
|
+
blue printed inside from Nile\r\nsent in parcel last week together with \r\ncolour
|
287
|
+
sheet","form":"OT","quality":"90% Baumwolle\n10% Kaschmir","category":"Pullovers","weight":null,"collection_id":75,"program_id":1528,"dtb_group_id":null},{"id":6528,"number":"F13335","name":"pullover","treatment":"Pullover
|
288
|
+
12464 from Avenue Knit 1-14\r\nbut whole pullover plain knit","form":"OT","quality":"90%
|
289
|
+
Baumwolle\n10% Kaschmir","category":"Pullovers","weight":null,"collection_id":75,"program_id":1528,"dtb_group_id":null},{"id":6529,"number":"F13336","name":"cardigan","treatment":"Cardigan
|
290
|
+
13087 \r\nfrom Wonder Cashmer 4-14","form":"OT","quality":"90% Baumwolle\n10%
|
291
|
+
Kaschmir","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1528,"dtb_group_id":null}]},{"id":1529,"name":"ATELIER
|
292
|
+
II KNIT DIRTY","collection_id":75,"styles":[{"id":6530,"number":"F13349","name":"pullover
|
293
|
+
","treatment":"10629 Pullover \r\nfrom Isola Knit 1-12\r\nfor aslant piping,
|
294
|
+
quality and stone wash\r\npullover in blue from Men Isola Knit 1-12","form":"OT","quality":"55%
|
295
|
+
Leinen\n45% Baumwolle","category":"Pullovers","weight":null,"collection_id":75,"program_id":1529,"dtb_group_id":null},{"id":6534,"number":"F13350","name":"longpullover","treatment":"12879
|
296
|
+
Longpullover\r\nfrom Atelier Knit Print 3-14","form":"OT","quality":"55% Leinen\n45%
|
297
|
+
Baumwolle","category":"Pullovers","weight":null,"collection_id":75,"program_id":1529,"dtb_group_id":null},{"id":6535,"number":"F13351","name":"cardigan","treatment":"11366
|
298
|
+
Cardigan \r\nfrom Almendra Knit 1-13\r\nfor special shoulder part\r\nCardigan
|
299
|
+
oliv melange from Nile","form":"OT","quality":"55% Leinen\n45% Baumwolle","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1529,"dtb_group_id":null}]},{"id":1530,"name":"ATELIER
|
300
|
+
I KNIT HEAVY","collection_id":75,"styles":[{"id":6532,"number":"F13346","name":"pullover","treatment":"13308
|
301
|
+
Pullover\r\nfrom Atelier II Knit 1-15","form":"OT","quality":"79% Baumwolle\n21%
|
302
|
+
Leinen","category":"Pullovers","weight":null,"collection_id":75,"program_id":1530,"dtb_group_id":null},{"id":6533,"number":"F13347","name":"cardigan
|
303
|
+
with hood","treatment":"Cardigan in grey melange from Nile\r\nattached in
|
304
|
+
parcel\r\nplease look at m-chart\r\nmost of measurement are new","form":"OT","quality":"79%
|
305
|
+
Baumwolle\n21% Leinen","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1530,"dtb_group_id":null}]},{"id":1532,"name":"BASE
|
306
|
+
II LINGERIE","collection_id":75,"styles":[{"id":6539,"number":"F13319","name":"top","treatment":"Ground
|
307
|
+
paper pattern Crown Lingerie 14-4 style 13156 with changes from measurement
|
308
|
+
chart 13319","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1532,"dtb_group_id":null},{"id":6544,"number":"F13320","name":"longtop","treatment":"Ground
|
309
|
+
paper pattern Crown Lingerie 14-4 style 13156 with changes from measurement
|
310
|
+
chart 13320","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1532,"dtb_group_id":null},{"id":6545,"number":"F13321","name":"dress","treatment":"Paper
|
311
|
+
pattern Crown Lingerie 14-4 style 13156 ","form":"AT","quality":"95% Baumwolle\n5%
|
312
|
+
Elasthan","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1532,"dtb_group_id":null}]},{"id":1533,"name":"MOVIE
|
313
|
+
RAMIE","collection_id":75,"styles":[{"id":6541,"number":"F13330","name":"tunic","treatment":"Here
|
314
|
+
enclosed","form":"OT","quality":"100% Ramie","category":"Blouses","weight":null,"collection_id":75,"program_id":1533,"dtb_group_id":null},{"id":6542,"number":"F13331","name":"longtop","treatment":"Here
|
315
|
+
enclosed","form":"OT","quality":"100% Ramie","category":"Blouses","weight":null,"collection_id":75,"program_id":1533,"dtb_group_id":null},{"id":6543,"number":"F13332","name":"dress","treatment":"Here
|
316
|
+
enclosed","form":"AT","quality":"100% Ramie","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1533,"dtb_group_id":null}]},{"id":1535,"name":"ATELIER
|
317
|
+
II DENIM","collection_id":75,"styles":[{"id":6546,"number":"F13353","name":"regular
|
318
|
+
ankle","treatment":"take from style sample","form":"UT","quality":"99% Baumwolle\n1%
|
319
|
+
Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1535,"dtb_group_id":null}]},{"id":1537,"name":"ATELIER
|
320
|
+
I SHIRT","collection_id":75,"styles":[{"id":6552,"number":"F13360","name":"top","treatment":"12738
|
321
|
+
Atelier II Jersey Dirty, 2-14","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1537,"dtb_group_id":null},{"id":6553,"number":"F13361","name":"shirt
|
322
|
+
longsleeve","treatment":"12827 Atelier Print, 3-14","form":"OT","quality":"95%
|
323
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1537,"dtb_group_id":null}]},{"id":1538,"name":"MOVIE
|
324
|
+
JERSEY DIRTY","collection_id":75,"styles":[{"id":6587,"number":"F13371","name":"top","treatment":"measurement
|
325
|
+
chart and ref. sample","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1538,"dtb_group_id":null},{"id":6589,"number":"F13372
|
326
|
+
B","name":"shirt print","treatment":"measurement chart and ref. sample","form":"OT","quality":"95%
|
327
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1538,"dtb_group_id":null},{"id":6590,"number":"F13373","name":"shirt
|
328
|
+
3/4-sleeve","treatment":"measurement chart and ref. sample","form":"OT","quality":"95%
|
329
|
+
Baumwolle\n5% Elasthan","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1538,"dtb_group_id":null},{"id":6591,"number":"F13374","name":"jacket","treatment":"measurement
|
330
|
+
chart and ref. sample","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Jackets/Coats","weight":null,"collection_id":75,"program_id":1538,"dtb_group_id":null},{"id":6592,"number":"F13375","name":"pants
|
331
|
+
","treatment":"measurement chart and ref. sample","form":"OT","quality":"95%
|
332
|
+
Baumwolle\n5% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1538,"dtb_group_id":null}]},{"id":1539,"name":"BASE
|
333
|
+
I SCARFS","collection_id":75,"styles":[{"id":6558,"number":"F13368","name":"Pareo","treatment":"st.
|
334
|
+
sample 13368","form":"ACC","quality":"100% Baumwolle","category":"Scarves","weight":null,"collection_id":75,"program_id":1539,"dtb_group_id":null},{"id":6559,"number":"F13369","name":"Scarf","treatment":"st.
|
335
|
+
sample 13369","form":"ACC","quality":"100% Baumwolle","category":"Scarves","weight":null,"collection_id":75,"program_id":1539,"dtb_group_id":null}]},{"id":1541,"name":"ATELIER
|
336
|
+
II SHIRT","collection_id":75,"styles":[{"id":6571,"number":"F13377","name":"top","treatment":"st.
|
337
|
+
sample 13377","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1541,"dtb_group_id":null},{"id":6572,"number":"F13378","name":"shirt","treatment":"st.
|
338
|
+
sample 13378","form":"OT","quality":"60% Baumwolle\n40% Polyester","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1541,"dtb_group_id":null}]},{"id":1547,"name":"BASE
|
339
|
+
I BELTS","collection_id":75,"styles":[{"id":6595,"number":"F13390","name":"BELT
|
340
|
+
WITH BRAID","treatment":"sample in parcel (light brown belt)","form":"ACC","quality":"100%
|
341
|
+
Leder","category":"Belts","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null},{"id":6596,"number":"F13391","name":"BELT
|
342
|
+
WITH HOLES","treatment":"sample in parcel (black belt)","form":"ACC","quality":"100%
|
343
|
+
Leder","category":"Belts","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null},{"id":6603,"number":"F13393","name":"BELT
|
344
|
+
WITH RIVETS WAVED","treatment":"There is no samplebelt. Please follow my sketch.\r\nDesign
|
345
|
+
is inspired by HYZ-210, this sample is in parcel","form":"ACC","quality":"100%
|
346
|
+
Leder","category":"Belts","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null},{"id":6604,"number":"F13394","name":"BELT
|
347
|
+
WITH RIVETS STRAIGHT","treatment":"There is no samplebelt. Please follow my
|
348
|
+
sketch.\r\nDesign is inspired by HYZ-210, this sample is in parcel","form":"ACC","quality":"100%
|
349
|
+
Leder","category":"Belts","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null},{"id":6605,"number":"F13395","name":"HIP
|
350
|
+
BELT","treatment":"similar shape as 12140 from 3-13\r\nBut there is no braid
|
351
|
+
anymore","form":"ACC","quality":"100% Leder","category":"Belts","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null},{"id":6607,"number":"F13397","name":"BRACELET
|
352
|
+
LONG","treatment":"sample in parcel (red bracelet)","form":"ACC","quality":"100%
|
353
|
+
Leder","category":"Accessories","weight":null,"collection_id":75,"program_id":1547,"dtb_group_id":null}]},{"id":1552,"name":"ATELIER
|
354
|
+
II BLOUSE DENIM ","collection_id":75,"styles":[{"id":6608,"number":"F13402","name":"blouse
|
355
|
+
print","treatment":"take from style sample incl. my pattern correction on
|
356
|
+
m-chart","form":"OT","quality":"cotton tencel - check by your side","category":"Blouses","weight":null,"collection_id":75,"program_id":1552,"dtb_group_id":null},{"id":6609,"number":"F13403","name":"blouse","treatment":"take
|
357
|
+
from style sample incl. my pattern correction on m-chart","form":"OT","quality":"100%
|
358
|
+
Baumwolle","category":"Blouses","weight":null,"collection_id":75,"program_id":1552,"dtb_group_id":null}]},{"id":1553,"name":"ATELIER
|
359
|
+
II PANTS RELAX","collection_id":75,"styles":[{"id":6610,"number":"F13410","name":"regular
|
360
|
+
biker long","treatment":"you can use the pattern from base denim 2015-1 no
|
361
|
+
13232 and adjust yoke, back pockets and knee part - see m-chart","form":"UT","quality":"88%
|
362
|
+
Baumwolle\n11% Polyester\n1% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1553,"dtb_group_id":null},{"id":6611,"number":"F13411","name":"boyfriend
|
363
|
+
ankle","treatment":"you can use same pattern from crown pants no. 13107","form":"UT","quality":"88%
|
364
|
+
Baumwolle\n11% Polyester\n1% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1553,"dtb_group_id":null},{"id":8029,"number":"F13412","name":"boyfriend
|
365
|
+
3/4","treatment":"you can use same pattern from crown pants no. 13107","form":"UT","quality":"88%
|
366
|
+
Baumwolle\n11% Polyester\n1% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1553,"dtb_group_id":110}]},{"id":1561,"name":"ATELIER
|
367
|
+
II CHIFFON PRINT","collection_id":75,"styles":[{"id":6624,"number":"F13405","name":"top","treatment":"follow
|
368
|
+
SMS pattern and make corrections, see m-chart","form":"OT","quality":"100%
|
369
|
+
Viskose","category":"Shirts/Tops","weight":null,"collection_id":75,"program_id":1561,"dtb_group_id":null},{"id":6625,"number":"F13406","name":"tunic","treatment":"follow
|
370
|
+
SMS pattern and make corrections, see m-chart","form":"OT","quality":"100%
|
371
|
+
Viskose","category":"Blouses","weight":null,"collection_id":75,"program_id":1561,"dtb_group_id":null},{"id":6627,"number":"F13408","name":"scarf","treatment":"follow
|
372
|
+
SMS pattern","form":"ACC","quality":"100% Viskose","category":"Scarves","weight":null,"collection_id":75,"program_id":1561,"dtb_group_id":null}]},{"id":1574,"name":"BASE
|
373
|
+
II BLOUSE STRETCH","collection_id":75,"styles":[{"id":6665,"number":"F13416","name":"blouse","treatment":"as
|
374
|
+
reference sample (atelier blouse print 2014-1 style 12315) with changes on
|
375
|
+
measurement chart","form":"OT","quality":"95% Baumwolle\n5% Elasthan","category":"Blouses","weight":null,"collection_id":75,"program_id":1574,"dtb_group_id":null},{"id":6666,"number":"F13417","name":"blouse
|
376
|
+
with slit","treatment":"as reference sample (atelier blouse print 2014-1 style
|
377
|
+
12314) with changes on measurement chart","form":"OT","quality":"95% Baumwolle\n5%
|
378
|
+
Elasthan","category":"Blouses","weight":null,"collection_id":75,"program_id":1574,"dtb_group_id":null}]},{"id":1580,"name":"ATELIER
|
379
|
+
I SILK","collection_id":75,"styles":[{"id":6675,"number":"F13253","name":"longblouse","treatment":"here
|
380
|
+
enclosed","form":"OT","quality":"100% Seide","category":"Blouses","weight":null,"collection_id":75,"program_id":1580,"dtb_group_id":null}]},{"id":1607,"name":"BASE
|
381
|
+
II SILK SATEEN","collection_id":75,"styles":[{"id":6772,"number":"F13305","name":"dress","treatment":"12660
|
382
|
+
sunset silk sateen","form":"AT","quality":"100% Seide","category":"Dresses/Skirts","weight":null,"collection_id":75,"program_id":1607,"dtb_group_id":null}]},{"id":1666,"name":"ATELIER
|
383
|
+
II PANTS PRINT","collection_id":75,"styles":[{"id":6980,"number":"F13267","name":"regular
|
384
|
+
ankle","treatment":"like 13605 from atelier pants print 2015-2","form":"UT","quality":"98%
|
385
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1666,"dtb_group_id":null},{"id":6981,"number":"F13268","name":"boyfriend
|
386
|
+
ankle","treatment":"like 13606 from atelier pants print 2015-2","form":"UT","quality":"98%
|
387
|
+
Baumwolle\n2% Elasthan","category":"Pants","weight":null,"collection_id":75,"program_id":1666,"dtb_group_id":null}]}]}'
|
388
|
+
http_version:
|
389
|
+
recorded_at: Wed, 27 Jan 2016 14:05:51 GMT
|
390
|
+
recorded_with: VCR 3.0.0
|