amazon_seller_central 0.2.7 → 0.2.8
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.
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/amazon_seller_central.gemspec +5 -5
- data/lib/amazon_seller_central/inventory_page.rb +4 -1
- data/lib/amazon_seller_central/payments_page.rb +0 -2
- data/spec/lib/inventory_page_spec.rb +17 -17
- data/spec/lib/listing_set_spec.rb +6 -6
- data/spec/support/sample_pages/Payments Page.html +1408 -184
- data/spec/support/sample_pages/listings_last_page.html +704 -2444
- data/spec/support/sample_pages/listings_page_1.html +7825 -7443
- data/spec/support/sample_pages/listings_page_2.html +7589 -7345
- data/spec/support/sample_pages/update_inventory_result_from_page_1.html +7824 -7442
- metadata +33 -33
@@ -1,8 +1,8 @@
|
|
1
1
|
HTTP/1.1 200 OK
|
2
2
|
Date: Mon, 04 Jul 2011 01:23:14 GMT
|
3
3
|
Server: Server
|
4
|
-
x-amz-id-1:
|
5
|
-
x-amz-id-2:
|
4
|
+
x-amz-id-1: 12312312312312312312
|
5
|
+
x-amz-id-2: q7534wnpf0q2357hniewr79w45h7f.43li7r5tfow48r7vDNiOZnHg==
|
6
6
|
Vary: Accept-Encoding,User-Agent
|
7
7
|
Connection: close
|
8
8
|
Content-Type: text/html; charset=UTF-8
|
@@ -10,15 +10,716 @@ Set-cookie: session-id-time=1310281200l; path=/; domain=.amazon.com; expires=Mon
|
|
10
10
|
Set-cookie: session-id=000-0000000-0000000; path=/; domain=.amazon.com; expires=Mon Jul 11 01:23:14 2011 GMT
|
11
11
|
Transfer-Encoding: chunked
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
<!DOCTYPE html><html>
|
327
|
+
<head><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
328
|
+
<script type="text/javascript">var ue_t0=ue_t0||+new Date();</script>
|
329
|
+
<script type='text/javascript'>
|
330
|
+
var ue_wl_jserr = 1;
|
331
|
+
var ue_err={buf:[],ts:0,startTimer:function(){var a=10000;ue_err.ts++;setInterval(function(){if(window.ue&&ue._publishJsErrorsLog&&ue._publishJsErrorsLog()){uex("at")}},a)}};function ueLogError(a,c,b){var d=20;if(!ue_wl_jserr||ue_err.buf.length>=d){return false}ue_err.buf.push({msg:a,url:c,ln:b,wl:0});return false};
|
332
|
+
</script>
|
333
|
+
|
334
|
+
<script type='text/javascript'>
|
335
|
+
var ue_id='1234123412341234',
|
336
|
+
ue_sid='123-1234567-1234567',
|
337
|
+
ue_mid='ASDF12345',
|
338
|
+
ue_url='/gp/uedata/123-1234567-1234567/NoPageType',
|
339
|
+
ue_furl='fls-na.amazon.com',
|
340
|
+
ue_pr=0,
|
341
|
+
ue_navtiming=3;
|
342
|
+
ue_rnt=1;
|
343
|
+
var ueinit=(ueinit||0)+1;var ue={t0:ue_t0,id:ue_id,url:ue_url,a:"",b:"",e:"",ec:0,h:{},r:{ld:0,oe:0,ul:0},s:1,t:{},sc:{},iel:[]};function uet(c,e,g){var f=(new Date()).getTime();var a=!e&&typeof g!="undefined";if(a){return}if(c){var d=e?ues("t",e)||ues("t",e,{}):ue.t;d[c]=f;for(var b in g){ues(b,e,g[b])}}return f}function ues(b,c,d){var e,a;if(b){e=a=ue;if(c&&c!=e.id){a=e.sc[c];if(!a){a={};d?(e.sc[c]=a):a}}e=d?(a[b]=d):a[b]}return e}function ueh(e,f,d,b,a){var c="on"+d;var g=f[c];if(typeof(g)=="function"){if(e){ue.h[e]=g}}else{g=function(){}}f[c]=a?function(h){b(h);g(h)}:function(h){g(h);b(h)};f[c].isUeh=1}function uex(h,d,g){function c(D,B){var z=[D],u=0,A={};if(B){z.push("m=1");A[B]=1}else{A=ue.sc}var s;for(var t in A){var v=ues("wb",t),y=ues("t",t)||{},x=ues("t0",t)||ue.t0;if(B||v==2){var C=v?u++:"";z.push("sc"+C+"="+t);for(var w in y){if(w.length<=3&&y[w]){z.push(w+C+"="+(y[w]-x))}}z.push("t"+C+"="+y[h]);if(ues("ctb",t)||ues("wb",t)){s=1}}}if(!e&&s){z.push("ctb=1")}return z.join("&")}function j(s){var t=new Image();if(ue.b){t.onload=function(){var u=ue.b;ue.b="";j(u)}}else{t.onload=function(){if(window.ue_err&&ue_err._publishJsErrorsLog){ue_err._publishJsErrorsLog()}}}ue.iel.push(t);t.src=s;if(window.ue_err&&!ue_err.ts){ue_err.startTimer()}}function p(s){var u=s.timing;if(u){ue.t.na_=u.navigationStart;ue.t.ul_=u.unloadEventStart;ue.t._ul=u.unloadEventEnd;ue.t.rd_=u.redirectStart;ue.t._rd=u.redirectEnd;ue.t.fe_=u.fetchStart;ue.t.lk_=u.domainLookupStart;ue.t._lk=u.domainLookupEnd;ue.t.co_=u.connectStart;ue.t._co=u.connectEnd;ue.t.sc_=u.secureConnectionStart;ue.t.rq_=u.requestStart;ue.t.rs_=u.responseStart;ue.t._rs=u.responseEnd;ue.t.dl_=u.domLoading;ue.t.di_=u.domInteractive;ue.t.de_=u.domContentLoadedEventStart;ue.t._de=u.domContentLoadedEventEnd;ue.t._dc=u.domComplete;ue.t.ld_=u.loadEventStart;ue.t._ld=u.loadEventEnd}var t=s.navigation;if(t){ue.t.ty=t.type+ue.t0;ue.t.rc=t.redirectCount+ue.t0}}var r=!d&&typeof g!="undefined";if(r){return}for(var a in g){ues(a,d,g[a])}uet("pc",d,g);var l=ues("id",d)||ue.id;var f=ue.url+"?"+h+"&v=18&id="+l;var e=ues("ctb",d)||ues("wb",d);if(e){f+="&ctb="+e}if(ueinit>1){f+="&ic="+ueinit}var o;if(document.ue_backdetect&&document.ue_backdetect.ue_back){o=document.ue_backdetect.ue_back;if(o.value>1){f+="&bf="+(o.value-1)}}if(ue._fi&&h=="at"&&(!d||d==l)){f+=ue._fi()}var b;if(h=="ld"&&(!d||d==l)){if(window.onbeforeunload&&window.onbeforeunload.isUeh){window.onbeforeunload=null}if(o){o.value++}if(window._uess){b=_uess()}var n=window.performance||window.webkitPerformance||window.mozPerformance;if(window.ue_navtiming&&n&&n.timing){ues("ctb",l,"1");if(ue_navtiming==1){ue.t.tc=n.timing.fetchStart}else{if(ue_navtiming==3){ue.t.tc=n.timing.navigationStart}else{if(ue_navtiming==4){ue.t.tc=n.timing.requestStart}}}}if(window.ue_rnt&&n){p(n)}}uet(h,d,g);var k=(h=="ld"&&d&&ues("wb",d));if(k){ues("wb",d,2)}var m=1;for(var i in ue.sc){if(ues("wb",i)==1){m=0;break}}if(k){if(ue.s!=0||!m){return}f=c(f,null)}else{if(m){var q=c(f,null);if(q!=f){ue.b=q}}if(b){f+=b}f=c(f,d||ue.id)}if(ue.b||k){for(var i in ue.sc){if(ues("wb",i)==2){delete ue.sc[i]}}}if(!k){ue.s=0;if(!window.ue_wl_jserr&&ue.e){f+="&ec="+ue.ec+ue.e;ue.e="";ue.ec=0}if(window.ue_wl_jserr){if(window.ue_err&&ue_err.buf.length>0){f+="&ec="+ue_err.buf.length}}ues("t",d,{})}ue.a=f;j(f)}function uei(){var c=ue.r;function b(e){return function(){if(!c[e]){c[e]=1;uex(e)}}}window.onLd=b("ld");window.onLdEnd=b("ld");var a={beforeunload:b("ul"),error:function(j,h,i){ue.ec++;if(!ue.r.oe){ue.r.oe=1;ue.e+="&em="+escape(j)+"&eu="+escape(h)+"&el="+i}return false},stop:function(){uex("os")}};for(var d in a){ueh(0,window,d,a[d])}if(window.addEventListener){window.addEventListener("load",window.onLd,false)}else{if(window.attachEvent){window.attachEvent("onload",window.onLd)}}ue._uep=function(){new Image().src=(window.ue_md?ue_md:"http://uedata.amazon.com/uedata/?tp=")+(+new Date)};if(window.ue_pr&&(ue_pr==2||ue_pr==4)){ue._uep()}if(window.ue_wl_jserr){window.onerror=window.ueLogError}uet("ue")}uei();
|
344
|
+
|
345
|
+
|
346
|
+
</script>
|
17
347
|
|
18
348
|
<title>Payments</title>
|
19
349
|
|
20
|
-
|
21
|
-
|
350
|
+
|
351
|
+
<script type="text/javascript">
|
352
|
+
window.name="rainierWindow";
|
353
|
+
|
354
|
+
var logoImage = new Image();
|
355
|
+
|
356
|
+
|
357
|
+
logoImage.src = 'https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/as_sc_logo_small.jpg';
|
358
|
+
</script>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
<script>
|
365
|
+
|
366
|
+
var amznJQ,jQueryPatchIPadOffset=false;
|
367
|
+
(function() {
|
368
|
+
function f(x) {return function(){x.push(arguments);}}
|
369
|
+
function ch(y) {return String.fromCharCode(y);}
|
370
|
+
var a=[],c=[],cs=[],d=[],l=[],o=[],s=[],p=[];
|
371
|
+
amznJQ={
|
372
|
+
_a:a,_c:c,_cs:cs,_d:d,_l:l,_o:o,_s:s,_pl:p,
|
373
|
+
addLogical:f(l),
|
374
|
+
addStyle:f(s),
|
375
|
+
addPL:f(p),
|
376
|
+
available:f(a),
|
377
|
+
chars:{EOL:ch(10), SQUOTE:ch(39), DQUOTE:ch(34), BACKSLASH:ch(92), YEN:ch(165)},
|
378
|
+
completedStage:f(cs),
|
379
|
+
declareAvailable:f(d),
|
380
|
+
onCompletion:f(c),
|
381
|
+
onReady:f(o),
|
382
|
+
strings:{}
|
383
|
+
};
|
384
|
+
}());
|
385
|
+
|
386
|
+
|
387
|
+
</script>
|
388
|
+
|
389
|
+
<link type='text/css' href='https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/popover/popover-2058226666.css._V186380716_.css' rel='stylesheet'>
|
390
|
+
<style type="text/css">
|
391
|
+
|
392
|
+
/* non-sprited */
|
393
|
+
.ap_popover_unsprited .ap_body .ap_left { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_left_17._V248144977_.png); }
|
394
|
+
.ap_popover_unsprited .ap_body .ap_right { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_right_17._V248144979_.png); }
|
395
|
+
.ap_popover_unsprited .ap_header .ap_left { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_left._V265110087_.png); }
|
396
|
+
.ap_popover_unsprited .ap_header .ap_right { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_right._V265110087_.png); }
|
397
|
+
.ap_popover_unsprited .ap_header .ap_middle { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top._V265110086_.png); }
|
398
|
+
.ap_popover_unsprited .ap_footer .ap_left { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_left._V265110084_.png); }
|
399
|
+
.ap_popover_unsprited .ap_footer .ap_right { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_right._V265110087_.png); }
|
400
|
+
.ap_popover_unsprited .ap_footer .ap_middle { background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom._V265110084_.png); }
|
401
|
+
|
402
|
+
/* Everything else -- sprited */
|
403
|
+
.ap_popover_sprited .ap_body .ap_left,
|
404
|
+
.ap_popover_sprited .ap_body .ap_right {
|
405
|
+
background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-v._V219326283_.png);
|
406
|
+
}
|
407
|
+
|
408
|
+
|
409
|
+
.ap_popover_sprited .ap_header .ap_left,
|
410
|
+
.ap_popover_sprited .ap_header .ap_right,
|
411
|
+
.ap_popover_sprited .ap_header .ap_middle,
|
412
|
+
.ap_popover_sprited .ap_footer .ap_left,
|
413
|
+
.ap_popover_sprited .ap_footer .ap_right,
|
414
|
+
.ap_popover_sprited .ap_footer .ap_middle,
|
415
|
+
.ap_popover_sprited .ap_closebutton {
|
416
|
+
background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-h._V219326280_.png);
|
417
|
+
}
|
418
|
+
|
419
|
+
.ap_popover_sprited .ap_body .ap_right-arrow, .ap_popover_sprited .ap_body .ap_left-arrow {
|
420
|
+
background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-arrow-v._V219326286_.png);
|
421
|
+
}
|
422
|
+
|
423
|
+
</style>
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
<link type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-jquery-ui/rainier-jquery-ui-919871222.css._V167510883_.css" rel="stylesheet">
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
<link type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-core/rainier-core-2537410340.css._V135815033_.css" rel="stylesheet">
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
<link type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-payments-MYP-UI/rainier-payments-MYP-UI-256918807.css._V391161396_.css" rel="stylesheet">
|
456
|
+
<link type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-payments-redrive-report/rainier-payments-redrive-report-703363773.css._V157044343_.css" rel="stylesheet">
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
</head>
|
466
|
+
<body>
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
<script type='text/javascript'>
|
475
|
+
|
476
|
+
amznJQ.onReady('jQuery', function() {
|
477
|
+
if( typeof SCS === 'undefined' ) {
|
478
|
+
window.SCS = {};
|
479
|
+
}
|
480
|
+
if( typeof SCS.SCITS === 'undefined' ) {
|
481
|
+
window.SCS.SCITS = {};
|
482
|
+
}
|
483
|
+
window.SCS.SCITS.CommonMetric=jQuery.parseJSON("{\"MerchantFeatures\": {\"value\": \"SILVER\", \"metricType\": \"property_metric\"}, \"MerchantID\": {\"value\": \"!@#!$@!\", \"metricType\": \"property_metric\"}, \"SessionId\": {\"value\": \"123-1234567-1234567\", \"metricType\": \"property_metric\"}, \"Language\": {\"value\": \"en_US\", \"metricType\": \"property_metric\"}, \"MarketplaceID\": {\"value\": \"ASDF12345\", \"metricType\": \"property_metric\"}}");
|
484
|
+
});
|
485
|
+
</script>
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
<style type = "text/css">
|
490
|
+
.negative {
|
491
|
+
color: #990000;
|
492
|
+
}
|
493
|
+
</style>
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
|
529
|
+
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
<script type='text/javascript'>if (typeof uet == 'function') { uet('ns'); }</script>
|
560
|
+
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
|
568
|
+
|
569
|
+
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
<script type="text/javascript">
|
589
|
+
var sc_pwm_image_width = 189;
|
590
|
+
var sc_pwm_image_height = 102;
|
591
|
+
</script>
|
592
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/nav2/prod/rainierCoreJS/rainierCoreJS-please_wait_mask-14596._V213241101_.js"></script>
|
593
|
+
|
594
|
+
<div id="pleasewaitmask" style="position:absolute; top:0; left:0; width:100%; background:#fff; visibility:hidden; filter:alpha(opacity=80); opacity:.8; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter:alpha(opacity=80)'; z-index: 1999;"></div>
|
595
|
+
<div id="pleasewaitmsg" style="position: absolute; top:0; left:0; width: 189px; height: 102px; visibility:hidden; z-index: 2000;"><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/misc/loading-please-wait-sc._V192558642_.jpg" width="189" height="102" border="0" /></div>
|
596
|
+
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
|
621
|
+
|
622
|
+
|
623
|
+
|
624
|
+
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
|
629
|
+
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
|
694
|
+
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
|
711
|
+
|
712
|
+
|
713
|
+
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
|
720
|
+
|
721
|
+
|
722
|
+
|
22
723
|
|
23
724
|
|
24
725
|
<script type="text/javascript">
|
@@ -44,6 +745,89 @@ function returnHome() {
|
|
44
745
|
</script>
|
45
746
|
|
46
747
|
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
|
752
|
+
|
753
|
+
|
754
|
+
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
<style type="text/css">
|
801
|
+
#logoandmore{padding-top:3px;}
|
802
|
+
a.navActiveLink, a.navInactiveLink:visited, a.navInactiveLink:hover{color:#5A7DC8;}
|
803
|
+
a.navInactiveLink, a.navInactiveLink:visited, a.navInactiveLink:hover{color:#000;}
|
804
|
+
|
805
|
+
.navBadge{color:#c60;font-size:10px;font-family: arial,verdana;margin-left: 4px;}
|
806
|
+
.active .tabBadge{color: #FFD685;}
|
807
|
+
|
808
|
+
#sc_logo_top{width:auto;} /* override TODO remove*/
|
809
|
+
#market_switch{float:left;line-height:22px;padding:3px 0 0 30px;}
|
810
|
+
|
811
|
+
#subnav_container{background-color:#5A7DC8; height: 5px; font-size: 5px;}
|
812
|
+
|
813
|
+
.merch-site-span{color:#696969;font-size:10px;font-weight:bold;}
|
814
|
+
|
815
|
+
/* merchant bar styling */
|
816
|
+
#merchant-bar-container{border:0;border-bottom:1px solid #25353D;height:30px;margin:0;padding:0;width:100%;}
|
817
|
+
#merchant-bar{color:#000;height:18px;line-height:18px;padding:6px 2.5%;white-space:nowrap;width:95%}
|
818
|
+
.emphatic{color:#003399;}
|
819
|
+
|
820
|
+
.image-container{float:left;height:16px;padding:1px 12px 1px 6px;width:16px;}
|
821
|
+
|
822
|
+
#merchant-name{float:left;height:18px;line-height:18px;margin-right:22px;}
|
823
|
+
#merchant-website{float:left;height:18px;line-height:18px;}
|
824
|
+
.merch-website, .merch-label, .merch-release{padding-right:4px;}
|
825
|
+
|
826
|
+
#merchant-release{float:left;height:18px;line-height:18px}
|
827
|
+
|
828
|
+
#marketplaceSelect, #releaseSelect{height:18px;padding:2px;}
|
829
|
+
</style>
|
830
|
+
|
47
831
|
<div id="logoandmore" class="clearable">
|
48
832
|
<div id="sc_logo_top"><a href="https://sellercentral.amazon.com/gp/homepage.html/ref=ag_home_logo_payments"><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/nav/as_sc_logo_small.jpg" id="sc_logo_top_image" onload="if (typeof uet==='function'){uet('cf');}" border="0" /></a></div>
|
49
833
|
<div id="market_switch">
|
@@ -56,6 +840,57 @@ function returnHome() {
|
|
56
840
|
|
57
841
|
|
58
842
|
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
|
854
|
+
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
|
876
|
+
|
877
|
+
|
878
|
+
|
879
|
+
|
880
|
+
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
|
886
|
+
|
887
|
+
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
|
59
894
|
|
60
895
|
|
61
896
|
|
@@ -96,7 +931,6 @@ function returnHome() {
|
|
96
931
|
</div>
|
97
932
|
<div id="sc_quicklinks_top">
|
98
933
|
<a class="sc_quicklink navInactiveLink" href="https://sellercentral.amazon.com/gp/homepage.html/ref=ag_home_head_payments">HOME</a> |
|
99
|
-
<span id='newstuff'><a id="newStuffID" class="sc_quicklink navInactiveLink" href="https://sellercentral.amazon.com/gp/newstuff/newstuff.html/ref=ag_newstuff_head_payments">NEW STUFF</a></span> |
|
100
934
|
|
101
935
|
|
102
936
|
|
@@ -229,8 +1063,6 @@ function clickrestore(thisfield, defaulttext) {
|
|
229
1063
|
<li><a href="https://sellercentral.amazon.com/gp/seller/configuration/notificationPreferences.html/ref=ag_notifpref_dnav_payments_">Notification Preferences
|
230
1064
|
</a></li>
|
231
1065
|
<li><a href="https://sellercentral.amazon.com/gp/seller/configuration/login-settings.html/ref=ag_loginsett_dnav_payments_">Login Settings
|
232
|
-
</a></li>
|
233
|
-
<li><a href="https://sellercentral.amazon.com/gp/returns/settings/ref=ag_myr_dnav_payments_">Manage Returns Settings
|
234
1066
|
</a></li>
|
235
1067
|
<li><a href="https://sellercentral.amazon.com/gp/gift-services/dispatch.html/ref=ag_giftops_dnav_payments_">Gift Options
|
236
1068
|
</a></li>
|
@@ -253,16 +1085,50 @@ function clickrestore(thisfield, defaulttext) {
|
|
253
1085
|
|
254
1086
|
|
255
1087
|
|
256
|
-
|
1088
|
+
|
1089
|
+
|
1090
|
+
|
1091
|
+
<script type="text/javascript">
|
1092
|
+
var gNavbarHeight = 97;
|
1093
|
+
</script>
|
1094
|
+
|
1095
|
+
|
1096
|
+
|
1097
|
+
<script type='text/javascript'>if (typeof uet == 'function') { uet('ne'); }</script>
|
1098
|
+
|
1099
|
+
|
1100
|
+
|
1101
|
+
|
1102
|
+
|
1103
|
+
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
|
1108
|
+
|
1109
|
+
|
1110
|
+
|
1111
|
+
|
1112
|
+
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
|
1122
|
+
|
1123
|
+
|
1124
|
+
|
1125
|
+
|
1126
|
+
|
257
1127
|
|
258
1128
|
|
259
|
-
<script type="text/javascript">
|
260
|
-
var gNavbarHeight = 97;
|
261
|
-
</script>
|
262
1129
|
|
263
1130
|
|
264
1131
|
|
265
|
-
<script type='text/javascript'>if (typeof uet == 'function') { uet('ne'); }</script>
|
266
1132
|
|
267
1133
|
|
268
1134
|
|
@@ -276,18 +1142,13 @@ var gNavbarHeight = 97;
|
|
276
1142
|
|
277
1143
|
|
278
1144
|
|
279
|
-
|
280
|
-
|
281
1145
|
|
282
1146
|
|
283
1147
|
|
284
1148
|
|
285
|
-
|
286
1149
|
|
287
1150
|
|
288
|
-
|
289
1151
|
|
290
|
-
|
291
1152
|
|
292
1153
|
|
293
1154
|
|
@@ -409,19 +1270,11 @@ var gNavbarHeight = 97;
|
|
409
1270
|
|
410
1271
|
|
411
1272
|
|
412
|
-
<
|
1273
|
+
<div class="content-area">
|
413
1274
|
|
414
1275
|
|
415
1276
|
|
416
1277
|
|
417
|
-
<div style="float:left; text-align: left;">
|
418
|
-
<span class = "header-orange" style = "font-size: 20px; font-family: Arial, Helvetica, sans-serif">
|
419
|
-
Payments
|
420
|
-
</span>
|
421
|
-
<span class = "tiny">
|
422
|
-
<a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/help-popup.html?ie=UTF8&itemID=60511#', 550, 550, 'scrollbars=yes', null, 'yes')" class="small">Learn more</a>
|
423
|
-
</span>
|
424
|
-
</div>
|
425
1278
|
<div style="float:right; text-align: right;">
|
426
1279
|
|
427
1280
|
|
@@ -470,142 +1323,75 @@ amznJQ.available('jQuery', function() {
|
|
470
1323
|
|
471
1324
|
</script>
|
472
1325
|
</div>
|
473
|
-
<div
|
1326
|
+
<div>
|
1327
|
+
|
474
1328
|
|
475
1329
|
|
476
1330
|
|
477
|
-
|
1331
|
+
<span class = "header-orange" style = "font-size: 20px; font-family: Arial, Helvetica, sans-serif">
|
1332
|
+
Payments
|
1333
|
+
</span>
|
478
1334
|
|
479
1335
|
|
480
|
-
|
1336
|
+
<span class = "tiny">
|
1337
|
+
<a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/help-popup.html?ie=UTF8&itemID=200913190#', 550, 550, 'scrollbars=yes', null, 'yes')" class="small">Learn more</a>
|
1338
|
+
</span>
|
1339
|
+
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
|
481
1344
|
|
1345
|
+
|
1346
|
+
|
1347
|
+
|
1348
|
+
|
482
1349
|
|
483
1350
|
|
484
1351
|
|
485
1352
|
|
486
|
-
<div class = "bucketcontainer" id = "paymentsnav">
|
487
|
-
<table class = "data-entry" cellspacing = "1"><tbody>
|
488
|
-
<tr>
|
489
|
-
<td class = "field" align = "center" valign = "middle">
|
490
|
-
<strong><a href="#">Summary</a></strong>
|
491
|
-
|
|
492
|
-
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html/ref=ag_pymtvtrans_cont_payments">Transactions</a>
|
493
|
-
|
|
494
|
-
<a href="https://sellercentral.amazon.com/gp/payments-account/past-settlements.html/ref=ag_xx_cont_payments">Past Settlements</a>
|
495
1353
|
|
496
1354
|
|
1355
|
+
|
1356
|
+
|
497
1357
|
|
498
|
-
</td>
|
499
|
-
</tr>
|
500
|
-
</tbody></table>
|
501
1358
|
</div>
|
502
|
-
<br/>
|
503
|
-
<table class="data-display" cellspacing="1" id="slrpmt-s-summary-data-display">
|
504
|
-
<tbody>
|
505
|
-
|
506
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr>
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
<tr id="settlement_summary_tt_"> <td width = "50%" valign = "top"><strong>Orders <span id=SellerPayments_UI_ContextualHelp_Orders ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_Div_Id ><strong>Orders</strong><br /><br /><div>This section displays order totals since your last statement period.</div></div></strong></td><td valign="top"> <table width="100%">
|
511
|
-
<tr>
|
512
|
-
<td>Product charges <span id=SellerPayments_UI_ContextualHelp_Orders_ProductCharges ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_ProductCharges_Div_Id ><strong>Product charges</strong><br /><br /><div>This includes product sales only, and does not include shipping, gift wrap, or other amounts.</div></div></td>
|
513
|
-
<td align="right">$85,932.05</td>
|
514
|
-
</tr>
|
515
|
-
<tr>
|
516
|
-
<td>Promo rebates <span id=SellerPayments_UI_ContextualHelp_Orders_PromoRebates ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_PromoRebates_Div_Id ><strong>Promo rebates</strong><br /><br /><div>This is the amount of rebate charges for any rebate promotions you have created.</div></div></td>
|
517
|
-
<td align="right">$0.00</td>
|
518
|
-
</tr>
|
519
|
-
<tr>
|
520
|
-
<td>Amazon fees <span id=SellerPayments_UI_ContextualHelp_Orders_AmazonFees ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_AmazonFees_Div_Id ><strong>Amazon fees</strong><br /><br /><div>This includes order fees for products and shipping, and fees for services such as Fulfillment by Amazon.</div></div></td>
|
521
|
-
<td align="right"><span class="negative">-$8,585.12</span></td>
|
522
|
-
</tr>
|
523
|
-
<tr>
|
524
|
-
<td>Other <span id=SellerPayments_UI_ContextualHelp_Orders_Other ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_Other_Div_Id ><strong>Other</strong><br /><br /><div>This includes sales amounts not related specifically to products, such as for shipping and gift wrap.</div></div></td>
|
525
|
-
<td align="right">$10,511.05</td>
|
526
|
-
</tr>
|
527
|
-
<tr>
|
528
|
-
<td><strong>Total</strong></td>
|
529
|
-
<td align="right"><strong>$87,857.98</strong></td>
|
530
|
-
</tr></table>
|
531
|
-
</td></tr>
|
532
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr> <tr id="settlement_summary_tt_"> <td width = "50%" valign = "top"><strong>Refunds <span id=SellerPayments_UI_ContextualHelp_Refunds ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_Div_Id ><strong>Refunds</strong><br /><br /><div>This section displays refund totals since your last statement period.</div></div></strong></td><td valign="top"> <table width="100%">
|
533
|
-
<tr>
|
534
|
-
<td>Product charges <span id=SellerPayments_UI_ContextualHelp_Refunds_ProductCharges ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_ProductCharges_Div_Id ><strong>Product charges</strong><br /><br /><div>This includes refunds of product sales only, and does not include shipping, gift wrap, or other amounts.</div></div></td>
|
535
|
-
<td align="right"><span class="negative">-$6,649.43</span></td>
|
536
|
-
</tr>
|
537
|
-
<tr>
|
538
|
-
<td>Amazon fees <span id=SellerPayments_UI_ContextualHelp_Refunds_AmazonFees ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_AmazonFees_Div_Id ><strong>Amazon fees</strong><br /><br /><div>This includes Amazon fees that are refunded to you.</div></div></td>
|
539
|
-
<td align="right">$543.75</td>
|
540
|
-
</tr>
|
541
|
-
<tr>
|
542
|
-
<td>Other <span id=SellerPayments_UI_ContextualHelp_Refunds_Other ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_Other_Div_Id ><strong>Other</strong><br /><br /><div>This includes amounts that are not related to product refunds, such as shipping, gift wrap, and concessions.</div></div></td>
|
543
|
-
<td align="right"><span class="negative">-$1,023.72</span></td>
|
544
|
-
</tr>
|
545
|
-
<tr>
|
546
|
-
<td><strong>Total</strong></td>
|
547
|
-
<td align="right"><strong><span class="negative">-$7,129.40</span></strong></td>
|
548
|
-
</tr></table>
|
549
|
-
</td></tr>
|
550
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr> <tr id="settlement_summary_tt_"> <td width = "50%" valign = "top"><strong>Other Transactions <span id=SellerPayments_UI_ContextualHelp_OtherTransactions ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_OtherTransactions_Div_Id ><strong>Other Transactions</strong><br /><br /><div>This section displays the total charges and credits that are not related to a specific order, such as subscription fees or adjustments charged or credited by Amazon.</div></div><div class="inputfootnote">(may include amounts from failed disbursements. <a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/200384410/ref=ag_200384410_cont_payments', 550, 550, 'scrollbars=yes', null, 'yes')">Learn More.</a>)</div></strong></td><td valign="top"> <table width="100%">
|
551
|
-
<tr>
|
552
|
-
<td>Other </td>
|
553
|
-
<td align="right">$2,886.48</td>
|
554
|
-
</tr>
|
555
|
-
<tr>
|
556
|
-
<td><strong>Total</strong></td>
|
557
|
-
<td align="right"><strong>$2,886.48</strong></td>
|
558
|
-
</tr></table>
|
559
|
-
</td></tr>
|
560
1359
|
|
561
|
-
|
1360
|
+
|
562
1361
|
|
563
1362
|
|
1363
|
+
|
564
1364
|
|
565
1365
|
|
566
1366
|
|
567
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr> <tr id="account_summary_balance_display"> <td width = "50%" valign = "top"><strong>Balance <span id=SellerPayments_UI_ContextualHelp_Balance ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Balance_Div_Id ><strong>Balance</strong><br /><br /><div>This is the balance in your seller account, and is calculated by combining the orders, refunds, shipping services and other transactions amounts displayed on the Account Summary page.</div></div></strong></td><td valign="top"> <table width="100%">
|
568
|
-
<tr>
|
569
|
-
<td> </td>
|
570
|
-
<td align="right"><strong>$83,615.06</strong></td>
|
571
|
-
</tr>
|
572
|
-
</table>
|
573
|
-
</td></tr>
|
574
1367
|
|
575
|
-
|
576
1368
|
|
577
1369
|
|
578
1370
|
|
579
|
-
<tr id="account_summary_reserves_learn"> <td width = "50%" valign = "top"><strong>Reserve amount <span id=SellerPayments_UI_ContextualHelp_ReserveAmount ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ReserveAmount_Div_Id ><strong>Reserve amount</strong><br /><br /><div>This is an amount Amazon keeps in reserve in your seller account. Click on "View reason" for more details.</div></div></strong><span class="learn_more tiny"> <a href="https://sellercentral.amazon.com/gp/help/help-folder.html?ie=UTF8&itemID=200136810" target="_blank" onclick="openModalDialog('/gp/help/help-popup.html?itemID=200136810', 550, 550, 'scrollbars=yes', null, 'yes');return false;" class="tiny">What's this?</a></span></td><td valign="top"> <table width="100%">
|
580
|
-
<tr>
|
581
|
-
<td> </td>
|
582
|
-
<td align="right"><span class="learn_more tiny"> <a href="https://sellercentral.amazon.com/gp/help/help-folder.html?ie=UTF8&itemID=200726740" target="_blank" onclick="openModalDialog('/gp/help/help-popup.html?itemID=200726740', 550, 550, 'scrollbars=yes', null, 'yes');return false;" class="tiny">View reason</a></span> <span class="negative">-$3,228.49</span></td>
|
583
|
-
</tr>
|
584
|
-
</table>
|
585
|
-
</td></tr>
|
586
1371
|
|
587
|
-
|
588
1372
|
|
589
1373
|
|
1374
|
+
|
1375
|
+
|
1376
|
+
|
590
1377
|
|
591
1378
|
|
592
|
-
|
593
1379
|
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
1380
|
+
|
1381
|
+
|
1382
|
+
|
1383
|
+
|
1384
|
+
|
1385
|
+
|
1386
|
+
|
1387
|
+
|
1388
|
+
|
1389
|
+
|
1390
|
+
|
1391
|
+
|
1392
|
+
|
1393
|
+
|
601
1394
|
|
602
|
-
</tbody></table>
|
603
|
-
</td>
|
604
|
-
|
605
|
-
<td height = "100%" class = "data-display-field" valign = "top" width = "50%" id="data-display-column-unidentified">
|
606
|
-
<table width = "100%" height = "100%" cellspacing = "0" cellpadding = "5" border = "0">
|
607
|
-
<tbody>
|
608
|
-
|
609
1395
|
|
610
1396
|
|
611
1397
|
|
@@ -613,75 +1399,500 @@ amznJQ.available('jQuery', function() {
|
|
613
1399
|
|
614
1400
|
|
615
1401
|
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
1402
|
+
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
<div class="pSubheader">
|
1409
|
+
Transfer of <span class="bold">$123,456.78</span>
|
1410
|
+
scheduled to initiate on
|
1411
|
+
<span class="bold">Sep 10, 2012*</span>
|
1412
|
+
</div>
|
1413
|
+
<div class="pHeaderAction">
|
1414
|
+
<div class="pHeaderFootnote">
|
1415
|
+
*Transfers can take 3-5 business days to complete and actual transfer amount is subject to change. View our <a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/help-popup.html?ie=UTF8&itemID=14911#', 550, 550, 'scrollbars=yes', null, 'yes')" class="small">Help page</a> for more information about when you will be paid.
|
1416
|
+
</div>
|
1417
|
+
</div>
|
1418
|
+
|
1419
|
+
|
1420
|
+
|
1421
|
+
|
1422
|
+
|
1423
|
+
|
1424
|
+
|
1425
|
+
|
1426
|
+
|
1427
|
+
|
1428
|
+
|
1429
|
+
|
1430
|
+
|
1431
|
+
|
1432
|
+
|
1433
|
+
|
1434
|
+
|
1435
|
+
|
623
1436
|
|
624
|
-
|
1437
|
+
<div class="pNav" >
|
1438
|
+
|
1439
|
+
<ul class="pTabs">
|
1440
|
+
<li class="pTab"><span class="pTabActive"><strong><a href="#">Statement View</a></strong></span></li>
|
1441
|
+
<li class="pTab"><a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html/ref=ag_pymtvtrans_cont_payments">Transaction View</a></li>
|
1442
|
+
<li class="pTab"> <a href="https://sellercentral.amazon.com/gp/payments-account/past-settlements.html/ref=ag_xx_cont_payments">All Statements</a></li>
|
1443
|
+
<li class="pTab"> <a href="https://sellercentral.amazon.com/gp/payments-account/date-range-reports.html/ref=ag_xx_cont_payments">Date Range Reports<span class="navBadge">New</span></li></a>
|
1444
|
+
|
1445
|
+
|
1446
|
+
|
1447
|
+
</ul>
|
1448
|
+
</div>
|
1449
|
+
|
1450
|
+
|
1451
|
+
|
1452
|
+
|
1453
|
+
|
625
1454
|
|
626
1455
|
|
627
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr> <tr id="account_summary_next_settlement_date"> <td width = "50%" valign = "top"><strong>Settlement date <span id=SellerPayments_UI_ContextualHelp_SettlementDate ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_SettlementDate_Div_Id ><strong>Settlement date</strong><br /><br /><div>This is the day when we will automatically send your positive available balance to the bank account on file. If the balance is negative, we will charge the credit card on file.</div></div></strong></td><td valign="top"> <table width="100%">
|
628
|
-
<tr>
|
629
|
-
<td> </td>
|
630
|
-
<td align="right"><strong>May 21, 2012</strong></td>
|
631
|
-
</tr>
|
632
|
-
</table>
|
633
|
-
</td></tr>
|
634
|
-
|
635
1456
|
|
636
|
-
<tr><td colspan = "2"><hr color = "#dddddd" size = "1"></td></tr> <tr id="account_summary_find_transactions_form"> <td width = "50%" valign = "top"><strong>Find a transaction <span id=SellerPayments_UI_ContextualHelp_FindATransaction ><img src="https://images-na.ssl-images-amazon.com/images/G/01/rainier/icons/help-explain._V183360421_.gif" width="12" align="absmiddle" alt="" height="12" border="0" /></span><div style="display:none" id=SellerPayments_UI_ContextualHelp_FindATransaction_Div_Id ><strong>Find a transaction</strong><br /><br /><div>Enter an order number to view the credits, fees, and adjustments for a specific order.</div></div></strong></td><td valign="top">
|
637
1457
|
|
638
1458
|
|
639
1459
|
|
640
1460
|
<form action="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html" method="get" name="searchTransactions" id="searchTransactions">
|
641
|
-
|
642
|
-
|
643
|
-
<input type="
|
1461
|
+
<div class="pFindTransaction">
|
1462
|
+
<label class="gridvmid"><span id=SellerPayments_UI_ContextualHelp_FindATransaction class="pHelpAnchor" >Find a transaction</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_FindATransaction_Div_Id ><strong>Find a transaction</strong><br /><br /><div>Enter an order number to view the credits, fees, and adjustments for a specific order.</div></div>:
|
1463
|
+
<input placeholder="Enter order number" type="text" size="30" name="orderId" id="orderId" />
|
1464
|
+
</label>
|
1465
|
+
<input type="hidden" name="view" id="view" value="search" />
|
644
1466
|
<input type="hidden" name="range" id="range" value="all" />
|
645
|
-
<input type="text" size="30" name="orderId" id="orderId" />
|
646
1467
|
<input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/buttons/go-t._V192189541_.gif" width="23" alt="Go!" align="absmiddle" height="23" border="0" />
|
647
|
-
|
1468
|
+
</div>
|
648
1469
|
</form>
|
649
1470
|
|
650
|
-
|
1471
|
+
|
1472
|
+
|
1473
|
+
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
<form action = "https://sellercentral.amazon.com/gp/payments-account/settlement-summary.html" method = "get" id = "change_settlement" name = "change_settlement">
|
1484
|
+
|
1485
|
+
|
1486
|
+
<div class="pStatementNav">
|
1487
|
+
<label for="pStatementDropdown" class="pDropdownLabel">Your statement for:</label>
|
1488
|
+
<div class="grid11 gridfl">
|
1489
|
+
|
1490
|
+
|
1491
|
+
|
1492
|
+
|
1493
|
+
|
1494
|
+
|
1495
|
+
|
1496
|
+
<select id="groupId" name="groupId" onChange="this.form.submit();">
|
1497
|
+
<option value="2012240RBj9SOYFQA2xw-XsK17Aig" selected="selected">Aug 27, 2012 - Sep 7, 2012 (Open)</option>
|
1498
|
+
<option value="2012226D8ssR44444444444444444">Aug 13, 2012 - Aug 27, 2012</option>
|
1499
|
+
<option value="201221206OGL44444444444444444">Jul 30, 2012 - Aug 13, 2012</option>
|
1500
|
+
<option value="2012198dAT8g44444444444444444">Jul 16, 2012 - Jul 30, 2012</option>
|
1501
|
+
<option value="2012184F--lo44444444444444444">Jul 2, 2012 - Jul 16, 2012</option>
|
1502
|
+
<option value="2012170-VBIS44444444444444444">Jun 18, 2012 - Jul 2, 2012</option>
|
1503
|
+
<option value="201215629zxj44444444444444444">Jun 4, 2012 - Jun 18, 2012</option>
|
1504
|
+
<option value="2012142AG7Kw44444444444444444">May 21, 2012 - Jun 4, 2012</option>
|
1505
|
+
<option value="20121282gf_044444444444444444">May 7, 2012 - May 21, 2012</option>
|
1506
|
+
<option value="20121143HDIS44444444444444444">Apr 23, 2012 - May 7, 2012</option>
|
1507
|
+
<option value="2012100xuEA144444444444444444">Apr 9, 2012 - Apr 23, 2012</option>
|
1508
|
+
<option value="2012086SDTC444444444444444444">Mar 26, 2012 - Apr 9, 2012</option>
|
1509
|
+
<option value="2012072zEXxO44444444444444444">Mar 12, 2012 - Mar 26, 2012</option>
|
1510
|
+
<option value="2012058Ugb-T44444444444444444">Feb 27, 2012 - Mar 12, 2012</option>
|
1511
|
+
<option value="2012044aShOB44444444444444444">Feb 13, 2012 - Feb 27, 2012</option>
|
1512
|
+
<option value="2012030_FQ6b44444444444444444">Jan 30, 2012 - Feb 13, 2012</option>
|
1513
|
+
<option value="2012016SXA0z44444444444444444">Jan 16, 2012 - Jan 30, 2012</option>
|
1514
|
+
<option value="20120021CuWD44444444444444444">Jan 2, 2012 - Jan 16, 2012</option>
|
1515
|
+
<option value="2011353dF7SE44444444444444444">Dec 19, 2011 - Jan 2, 2012</option>
|
1516
|
+
<option value="2011339Sirdk44444444444444444">Dec 5, 2011 - Dec 19, 2011</option>
|
1517
|
+
<option value="2011325MSmfL44444444444444444">Nov 21, 2011 - Dec 5, 2011</option>
|
1518
|
+
<option value="20113113IIAj44444444444444444">Nov 7, 2011 - Nov 21, 2011</option>
|
1519
|
+
<option value="2011297XD6Bq44444444444444444">Oct 24, 2011 - Nov 7, 2011</option>
|
1520
|
+
<option value="2011283fFYni44444444444444444">Oct 10, 2011 - Oct 24, 2011</option>
|
1521
|
+
<option value="2011269RHE_M44444444444444444">Sep 26, 2011 - Oct 10, 2011</option>
|
1522
|
+
<option value="2011255TYdHo44444444444444444">Sep 12, 2011 - Sep 26, 2011</option>
|
1523
|
+
<option value="2011241vbXy444444444444444444">Aug 29, 2011 - Sep 12, 2011</option>
|
1524
|
+
<option value="2011227HFmL244444444444444444">Aug 15, 2011 - Aug 29, 2011</option>
|
1525
|
+
<option value="2011213l9xmD44444444444444444">Aug 1, 2011 - Aug 15, 2011</option>
|
1526
|
+
<option value="2011199iQn9H44444444444444444">Jul 18, 2011 - Aug 1, 2011</option>
|
1527
|
+
<option value="2011185RVb5L44444444444444444">Jul 4, 2011 - Jul 18, 2011</option>
|
1528
|
+
<option value="2011171B9OEF44444444444444444">Jun 20, 2011 - Jul 4, 2011</option>
|
1529
|
+
<option value="2011157cmwYU44444444444444444">Jun 6, 2011 - Jun 20, 2011</option>
|
1530
|
+
<option value="2011143B1ACc44444444444444444">May 23, 2011 - Jun 6, 2011</option>
|
1531
|
+
<option value="2011129shfU444444444444444444">May 9, 2011 - May 23, 2011</option>
|
1532
|
+
<option value="2011115WtrLV44444444444444444">Apr 25, 2011 - May 9, 2011</option>
|
1533
|
+
<option value="2011101G11nm44444444444444444">Apr 11, 2011 - Apr 25, 2011</option>
|
1534
|
+
<option value="2011087dJG7F44444444444444444">Mar 28, 2011 - Apr 11, 2011</option>
|
1535
|
+
<option value="2011073Qz5BV44444444444444444">Mar 14, 2011 - Mar 28, 2011</option>
|
1536
|
+
<option value="2011059VweLa44444444444444444">Feb 28, 2011 - Mar 14, 2011</option>
|
1537
|
+
<option value="2011045HM9Bv44444444444444444">Feb 14, 2011 - Feb 28, 2011</option>
|
1538
|
+
<option value="2011017Zn1-u44444444444444444">Jan 17, 2011 - Feb 14, 2011</option>
|
1539
|
+
<option value="2010354GVdtS44444444444444444">Dec 20, 2010 - Jan 17, 2011</option>
|
1540
|
+
<option value="2010340oQ3Gn44444444444444444">Dec 6, 2010 - Dec 20, 2010</option>
|
1541
|
+
</select>
|
1542
|
+
|
1543
|
+
|
1544
|
+
<div class="pStatementSerial">
|
1545
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/settlement-summary.html?ie=UTF8&groupId=fasdfsdfasdf_AOw">Previous</a>
|
1546
|
+
<a href="#" class="gridhid">Next</a>
|
1547
|
+
|
1548
|
+
</div>
|
1549
|
+
</div>
|
1550
|
+
</div>
|
1551
|
+
</form>
|
1552
|
+
|
1553
|
+
|
1554
|
+
|
1555
|
+
|
1556
|
+
|
1557
|
+
|
1558
|
+
<div class="pPaymentBlock">
|
1559
|
+
<div class="pPaymentLabel">
|
1560
|
+
How did this statement begin?
|
1561
|
+
</div>
|
1562
|
+
<div class="pPaymentDetails">
|
1563
|
+
|
1564
|
+
|
1565
|
+
|
1566
|
+
|
1567
|
+
|
1568
|
+
|
1569
|
+
|
1570
|
+
|
1571
|
+
|
1572
|
+
|
1573
|
+
|
1574
|
+
|
1575
|
+
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
|
1582
|
+
|
1583
|
+
|
1584
|
+
|
1585
|
+
|
1586
|
+
|
1587
|
+
|
1588
|
+
|
1589
|
+
|
1590
|
+
|
1591
|
+
|
1592
|
+
|
1593
|
+
<div class="pDetailBlock">
|
1594
|
+
<div class="pDetailLabel">
|
1595
|
+
<span id=SellerPayments_UI_ContextualHelp_BeginningBalance class="pHelpAnchor" >Beginning Balance</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_BeginningBalance_Div_Id ><strong>Beginning Balance</strong><br /><br /><div>This is the balance in your seller account as of the end of the previous statement period. <a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/help-popup.html?ie=UTF8&itemID=200785350#', 550, 550, 'scrollbars=yes', null, 'yes')" class="small">Learn more</a></div></div>
|
1596
|
+
</div>
|
1597
|
+
<div class="pDetailBreakdown">
|
1598
|
+
<div class="pDetailLine">
|
1599
|
+
<div class="pDetailLineValue">
|
1600
|
+
$1,234.56
|
1601
|
+
|
1602
|
+
|
1603
|
+
</div>
|
1604
|
+
<div class="pDetailLineKey"><span id=sellerpayments_myp_lastStatementUnavailableBalance_contextualhelp class="pHelpAnchor" >Previous statement's unavailable balance</span><div style="display:none" id=sellerpayments_myp_lastStatementUnavailableBalance_contextualhelp_Div_Id ><strong>Previous statement's unavailable balance</strong><br /><br /><div>The amount held in your seller account by Amazon to cover chargebacks, refunds, A-to-z Guarantee claims, and fees. This amount was carried over to this statement period from the previous statement period. For more information, see our Help page: <a href="/gp/help/help-folder.html?ie=UTF8&itemID=19301">Why didn't I get paid?</a></div></div></div>
|
1605
|
+
</div>
|
1606
|
+
<div class="pDetailSubtotal">
|
1607
|
+
Subtotal
|
1608
|
+
<span class="pDetailSubtotalValue">
|
1609
|
+
$1,234.56
|
1610
|
+
</span>
|
1611
|
+
</div>
|
1612
|
+
</div>
|
1613
|
+
</div>
|
1614
|
+
|
1615
|
+
|
1616
|
+
|
1617
|
+
</div>
|
1618
|
+
</div>
|
1619
|
+
|
1620
|
+
<div class="pPaymentBlock">
|
1621
|
+
<div class="pPaymentLabel">
|
1622
|
+
What events occurred during the statement period?
|
1623
|
+
</div>
|
1624
|
+
|
1625
|
+
<div class="pPaymentDetails">
|
1626
|
+
|
1627
|
+
|
1628
|
+
<div class="pDetailBlock">
|
1629
|
+
<div class="pDetailLabel">
|
1630
|
+
<span id=SellerPayments_UI_ContextualHelp_Orders class="pHelpAnchor" >Orders</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_Div_Id ><strong>Orders</strong><br /><br /><div>This section displays order totals since your last statement period.</div></div>
|
1631
|
+
</div>
|
1632
|
+
<div class="pDetailBreakdown">
|
1633
|
+
<div class="pDetailLine">
|
1634
|
+
<div class="pDetailLineValue">
|
1635
|
+
$123,456.78
|
1636
|
+
|
1637
|
+
|
1638
|
+
</div>
|
1639
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Orders_ProductCharges class="pHelpAnchor" >Product charges</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_ProductCharges_Div_Id ><strong>Product charges</strong><br /><br /><div>This includes product sales only, and does not include shipping, gift wrap, or other amounts.</div></div></div>
|
1640
|
+
</div>
|
1641
|
+
<div class="pDetailLine">
|
1642
|
+
<div class="pDetailLineValue">
|
1643
|
+
$0.00
|
1644
|
+
|
1645
|
+
|
1646
|
+
</div>
|
1647
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Orders_PromoRebates class="pHelpAnchor" >Promo rebates</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_PromoRebates_Div_Id ><strong>Promo rebates</strong><br /><br /><div>This is the amount of rebate charges for any rebate promotions you have created.</div></div></div>
|
1648
|
+
</div>
|
1649
|
+
<div class="pDetailLine">
|
1650
|
+
<div class="pDetailLineValue">
|
1651
|
+
<span class="negative">-$12,345.67</span>
|
1652
|
+
|
1653
|
+
|
1654
|
+
</div>
|
1655
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Orders_AmazonFees class="pHelpAnchor" >Amazon fees</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Orders_AmazonFees_Div_Id ><strong>Amazon fees</strong><br /><br /><div>This includes order fees for products and shipping, and fees for services such as Fulfillment by Amazon.</div></div></div>
|
1656
|
+
</div>
|
1657
|
+
<div class="pDetailLine">
|
1658
|
+
<div class="pDetailLineValue">
|
1659
|
+
$12,345.67
|
1660
|
+
|
1661
|
+
|
1662
|
+
</div>
|
1663
|
+
<div class="pDetailLineKey"><span id=sellerpayments_myp_shipping_gift_wrap_credits_contextualhelp class="pHelpAnchor" >Other (shipping & gift wrap credits)</span><div style="display:none" id=sellerpayments_myp_shipping_gift_wrap_credits_contextualhelp_Div_Id ><strong>Other (shipping & gift wrap credits)</strong><br /><br /><div>The amount paid by the buyer for shipping and gift wrap.</div></div></div>
|
1664
|
+
</div>
|
1665
|
+
<div class="pDetailSubtotal">
|
1666
|
+
Subtotal
|
1667
|
+
<span class="pDetailSubtotalValue">
|
1668
|
+
|
1669
|
+
|
1670
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html?ie=UTF8&eventType=Fulfillment&groupId=fasdfsdfasdf-XsK17Aig&subeventType=&subview=groups&view=filter">$123,456.78</a>
|
1671
|
+
|
1672
|
+
</span>
|
1673
|
+
</div>
|
1674
|
+
</div>
|
1675
|
+
</div>
|
1676
|
+
|
1677
|
+
|
1678
|
+
|
1679
|
+
<div class="pDetailBlock">
|
1680
|
+
<div class="pDetailLabel">
|
1681
|
+
<span id=SellerPayments_UI_ContextualHelp_Refunds class="pHelpAnchor" >Refunds</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_Div_Id ><strong>Refunds</strong><br /><br /><div>This section displays refund totals since your last statement period.</div></div>
|
1682
|
+
</div>
|
1683
|
+
<div class="pDetailBreakdown">
|
1684
|
+
<div class="pDetailLine">
|
1685
|
+
<div class="pDetailLineValue">
|
1686
|
+
<span class="negative">-$12,345.67</span>
|
1687
|
+
|
1688
|
+
|
1689
|
+
</div>
|
1690
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Refunds_ProductCharges class="pHelpAnchor" >Product charges</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_ProductCharges_Div_Id ><strong>Product charges</strong><br /><br /><div>This includes refunds of product sales only, and does not include shipping, gift wrap, or other amounts.</div></div></div>
|
1691
|
+
</div>
|
1692
|
+
<div class="pDetailLine">
|
1693
|
+
<div class="pDetailLineValue">
|
1694
|
+
$123.45
|
1695
|
+
|
1696
|
+
|
1697
|
+
</div>
|
1698
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Refunds_AmazonFees class="pHelpAnchor" >Amazon fees</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_AmazonFees_Div_Id ><strong>Amazon fees</strong><br /><br /><div>This includes Amazon fees that are refunded to you.</div></div></div>
|
1699
|
+
</div>
|
1700
|
+
<div class="pDetailLine">
|
1701
|
+
<div class="pDetailLineValue">
|
1702
|
+
<span class="negative">-$1,234.56</span>
|
1703
|
+
|
1704
|
+
|
1705
|
+
</div>
|
1706
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_Refunds_Other class="pHelpAnchor" >Other</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_Refunds_Other_Div_Id ><strong>Other</strong><br /><br /><div>This includes amounts that are not related to product refunds, such as shipping, gift wrap, and concessions.</div></div></div>
|
1707
|
+
</div>
|
1708
|
+
<div class="pDetailSubtotal">
|
1709
|
+
Subtotal
|
1710
|
+
<span class="pDetailSubtotalValue">
|
1711
|
+
|
1712
|
+
|
1713
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html?ie=UTF8&eventType=Refund&groupId=fasdfsdfasdf-XsK17Aig&subeventType=&subview=groups&view=filter"><span class="negative">-$12,345.67</span></a>
|
1714
|
+
|
1715
|
+
</span>
|
1716
|
+
</div>
|
1717
|
+
</div>
|
1718
|
+
</div>
|
1719
|
+
|
1720
|
+
|
1721
|
+
|
1722
|
+
<div class="pDetailBlock">
|
1723
|
+
<div class="pDetailLabel">
|
1724
|
+
<span id=SellerPayments_UI_ContextualHelp_ChargebackRefunds class="pHelpAnchor" >Chargebacks</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_Div_Id ><strong>Chargebacks</strong><br /><br /><div>This section displays any chargebacks since your last statement period.</div></div>
|
1725
|
+
</div>
|
1726
|
+
<div class="pDetailBreakdown">
|
1727
|
+
<div class="pDetailLine">
|
1728
|
+
<div class="pDetailLineValue">
|
1729
|
+
<span class="negative">-$12.34</span>
|
1730
|
+
|
1731
|
+
|
1732
|
+
</div>
|
1733
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_ProductCharges class="pHelpAnchor" >Product charges</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_ProductCharges_Div_Id ><strong>Product charges</strong><br /><br /><div>This includes chargebacks for product sales only, and does not include other amounts.</div></div></div>
|
1734
|
+
</div>
|
1735
|
+
<div class="pDetailLine">
|
1736
|
+
<div class="pDetailLineValue">
|
1737
|
+
$12.34
|
1738
|
+
|
1739
|
+
|
1740
|
+
</div>
|
1741
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_AmazonFees class="pHelpAnchor" >Amazon fees</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_AmazonFees_Div_Id ><strong>Amazon fees</strong><br /><br /><div>This includes Amazon fees that are returned to you for chargebacks.</div></div></div>
|
1742
|
+
</div>
|
1743
|
+
<div class="pDetailLine">
|
1744
|
+
<div class="pDetailLineValue">
|
1745
|
+
<span class="negative">-$29.99</span>
|
1746
|
+
|
1747
|
+
|
1748
|
+
</div>
|
1749
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_Other class="pHelpAnchor" >Other</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ChargebackRefunds_Other_Div_Id ><strong>Other</strong><br /><br /><div>This includes chargebacks for shipping, gift wrap, and sales tax, and does not include other amounts.</div></div></div>
|
1750
|
+
</div>
|
1751
|
+
<div class="pDetailSubtotal">
|
1752
|
+
Subtotal
|
1753
|
+
<span class="pDetailSubtotalValue">
|
1754
|
+
|
1755
|
+
|
1756
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html?ie=UTF8&eventType=Chargeback&groupId=fasdfsdfasdf-XsK17Aig&subeventType=&subview=groups&view=filter"><span class="negative">-$89.74</span></a>
|
1757
|
+
|
1758
|
+
</span>
|
1759
|
+
</div>
|
1760
|
+
</div>
|
1761
|
+
</div>
|
1762
|
+
|
1763
|
+
|
1764
|
+
|
1765
|
+
<div class="pDetailBlock">
|
1766
|
+
<div class="pDetailLabel">
|
1767
|
+
<span id=SellerPayments_UI_ContextualHelp_ServiceFee class="pHelpAnchor" >Selling Fees</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ServiceFee_Div_Id ><strong>Selling Fees</strong><br /><br /><div>This section displays fees that were deducted from your account balance, for example monthly subscription and other selling fees.</div></div>
|
1768
|
+
</div>
|
1769
|
+
<div class="pDetailBreakdown">
|
1770
|
+
<div class="pDetailLine">
|
1771
|
+
<div class="pDetailLineValue">
|
1772
|
+
<span class="negative">-$39.99</span>
|
1773
|
+
|
1774
|
+
|
1775
|
+
</div>
|
1776
|
+
<div class="pDetailLineKey"><span id=sellerpayments_myp_subscriptionFees_contextualhelp class="pHelpAnchor" >Subscription fees</span><div style="display:none" id=sellerpayments_myp_subscriptionFees_contextualhelp_Div_Id ><strong>Subscription fees</strong><br /><br /><div>The monthly subscription fee for your selling plan.</div></div></div>
|
1777
|
+
</div>
|
1778
|
+
<div class="pDetailSubtotal">
|
1779
|
+
Subtotal
|
1780
|
+
<span class="pDetailSubtotalValue">
|
1781
|
+
|
1782
|
+
|
1783
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html?ie=UTF8&eventType=ServiceFee&groupId=fasdfsdfasdf-XsK17Aig&subeventType=&subview=groups&view=filter"><span class="negative">-$12.34</span></a>
|
1784
|
+
|
1785
|
+
</span>
|
1786
|
+
</div>
|
1787
|
+
</div>
|
1788
|
+
</div>
|
1789
|
+
|
651
1790
|
|
1791
|
+
</div>
|
1792
|
+
</div>
|
1793
|
+
|
1794
|
+
<div class="pPaymentBlock">
|
1795
|
+
<div class="pPaymentLabel">
|
1796
|
+
What is the result?
|
1797
|
+
</div>
|
1798
|
+
<div class="pPaymentDetails">
|
652
1799
|
|
653
1800
|
|
654
1801
|
|
655
|
-
<tr id="disbursement_status_box"> <td valign="middle" height="100%" colspan="2"></td></tr>
|
656
1802
|
|
657
|
-
</tbody></table>
|
658
|
-
</td>
|
659
|
-
|
660
1803
|
|
661
|
-
</tr>
|
662
|
-
<tr class = "list-row-blueodd">
|
663
|
-
<td class = "data-display-field" valign = "center" align = "right" colspan = "2">
|
664
|
-
|
665
1804
|
|
666
1805
|
|
667
|
-
|
1806
|
+
|
1807
|
+
|
1808
|
+
|
1809
|
+
|
1810
|
+
|
668
1811
|
|
669
1812
|
|
670
|
-
</td>
|
671
|
-
</tr>
|
672
|
-
|
673
|
-
</tbody>
|
674
|
-
</table>
|
675
1813
|
|
1814
|
+
<div class="pDetailBlock">
|
1815
|
+
<div class="pDetailLabel">
|
1816
|
+
<span id=sellerpayments_myp_closing_balance_contextualhelp class="pHelpAnchor" >Closing Balance</span><div style="display:none" id=sellerpayments_myp_closing_balance_contextualhelp_Div_Id ><strong>Closing Balance</strong><br /><br /><div>This section displays the account balance at the end of this statement period.</div></div>
|
1817
|
+
</div>
|
1818
|
+
<div class="pDetailBreakdown">
|
1819
|
+
<div class="pDetailLine">
|
1820
|
+
<div class="pDetailLineValue">
|
1821
|
+
$123,456.78
|
1822
|
+
|
676
1823
|
|
1824
|
+
</div>
|
1825
|
+
<div class="pDetailLineKey"><span id=sellerpayments_myp_totalBalance_contextualhelp class="pHelpAnchor" >Total balance</span><div style="display:none" id=sellerpayments_myp_totalBalance_contextualhelp_Div_Id ><strong>Total balance</strong><br /><br /><div>The total balance for your statement period is calculated by totaling the beginning balance, orders, refunds, and other transactions.</div></div></div>
|
1826
|
+
</div>
|
1827
|
+
<div class="pDetailLine">
|
1828
|
+
<div class="pDetailLineComment"><a href="https://sellercentral.amazon.com/gp/help/help-folder.html?ie=UTF8&itemID=200726740" target="_blank" onclick="openModalDialog('/gp/help/help-popup.html?itemID=200726740', 550, 550, 'scrollbars=yes', null, 'yes');return false;" class="tiny">View reason</a></div>
|
1829
|
+
<div class="pDetailLineValue">
|
1830
|
+
<span class="negative">-$1,234.56</span>
|
1831
|
+
|
677
1832
|
|
1833
|
+
</div>
|
1834
|
+
<div class="pDetailLineKey"><span id=SellerPayments_UI_ContextualHelp_ReserveAmount class="pHelpAnchor" >Unavailable balance</span><div style="display:none" id=SellerPayments_UI_ContextualHelp_ReserveAmount_Div_Id ><strong>Unavailable balance</strong><br /><br /><div>This is an amount Amazon keeps in reserve in your seller account. Click on "View reason" for more details.</div></div> <a href="https://sellercentral.amazon.com/gp/help/help-folder.html?ie=UTF8&itemID=60511" target="_blank" onclick="openModalDialog('/gp/help/help-popup.html?itemID=200136810', 550, 550, 'scrollbars=yes', null, 'yes');return false;" class="tiny">What's this?</a></div>
|
1835
|
+
</div>
|
1836
|
+
</div>
|
1837
|
+
</div>
|
678
1838
|
|
679
1839
|
|
1840
|
+
|
1841
|
+
</div>
|
1842
|
+
</div>
|
1843
|
+
|
1844
|
+
<div class="pPaymentBlock">
|
1845
|
+
<div class="pPaymentLabel">
|
1846
|
+
When will you be paid?
|
1847
|
+
</div>
|
1848
|
+
<div class="pPaymentSummary">
|
1849
|
+
|
1850
|
+
<div class="pSummaryBlock">
|
1851
|
+
<div class="pSummaryLabel">
|
1852
|
+
<span class="bold"><span id=sellerpayments_myp_transferAmount_contextualhelp class="pHelpAnchor" >Transfer amount</span><div style="display:none" id=sellerpayments_myp_transferAmount_contextualhelp_Div_Id ><strong>Transfer amount</strong><br /><br /><div>*Transfers can take 3-5 business days to complete and actual transfer amount is subject to change. View our <a href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/help/help-popup.html?ie=UTF8&itemID=14911#', 550, 550, 'scrollbars=yes', null, 'yes')" class="small">Help page</a> for more information about when you will be paid.</div></div> scheduled to initiate on <span class="bold">Sep 10, 2012</span>* </span>
|
1853
|
+
</div>
|
1854
|
+
<div class="pSummaryValue"> $123,456.78 </div>
|
1855
|
+
</div>
|
1856
|
+
|
1857
|
+
<div class="pSummaryBlock">
|
1858
|
+
<div class="pSummaryLabel">
|
1859
|
+
<span class="grey small">*Transfers can take 3-5 business days to complete. The current amount displayed is an estimate and may vary from the amount transferred based on new activity in your seller account, including: product sales, fees, refunds, chargebacks, and A-to-z Guarantee claims.</span>
|
1860
|
+
</div>
|
1861
|
+
</div>
|
1862
|
+
|
1863
|
+
|
1864
|
+
</div>
|
1865
|
+
</div>
|
1866
|
+
|
1867
|
+
|
1868
|
+
|
1869
|
+
|
1870
|
+
|
1871
|
+
|
680
1872
|
|
681
1873
|
|
682
1874
|
|
683
1875
|
|
684
1876
|
|
1877
|
+
|
1878
|
+
|
1879
|
+
|
1880
|
+
|
1881
|
+
|
1882
|
+
|
1883
|
+
|
1884
|
+
<div class="pPaymentButtons">
|
1885
|
+
<span style="margin-right: 25px;">
|
1886
|
+
|
1887
|
+
|
1888
|
+
<a href="https://sellercentral.amazon.com/gp/payments-account/view-transactions.html?ie=UTF8&groupId=fasdfsdfasdf-XsK17Aig&subview=groups&view=filter">View transactions for this period</a>
|
1889
|
+
</span>
|
1890
|
+
<span class="gridvmid"><img src="https://images-na.ssl-images-amazon.com/images/G/01/icons/payments-print._V149139400_.gif" width="16" alt="Print" height="14" border="0" /></span> <a href="javascript: void(0)" onclick="window.print();">Print this page</a>
|
1891
|
+
</div>
|
1892
|
+
|
1893
|
+
|
1894
|
+
|
1895
|
+
|
685
1896
|
|
686
1897
|
|
687
1898
|
|
@@ -691,7 +1902,7 @@ amznJQ.available('jQuery', function() {
|
|
691
1902
|
|
692
1903
|
|
693
1904
|
|
694
|
-
</
|
1905
|
+
</div>
|
695
1906
|
|
696
1907
|
|
697
1908
|
|
@@ -727,7 +1938,7 @@ amznJQ.available('jQuery', function() {
|
|
727
1938
|
<!--
|
728
1939
|
|
729
1940
|
// make and process the AJAX request for the MEWS message
|
730
|
-
var mewsUrl = '/gp/payments-account/disbursement-mews.html?PowerBar=0&nocache=0.
|
1941
|
+
var mewsUrl = '/gp/payments-account/disbursement-mews.html?PowerBar=0&nocache=0.406867489705867';
|
731
1942
|
var mewsHttp = createRequestObject();
|
732
1943
|
mewsHttp.open('GET', mewsUrl, true);
|
733
1944
|
mewsHttp.onreadystatechange = function(){handleMewsResponse();};
|
@@ -778,6 +1989,9 @@ amznJQ.available('jQuery', function() {
|
|
778
1989
|
|
779
1990
|
|
780
1991
|
|
1992
|
+
|
1993
|
+
|
1994
|
+
|
781
1995
|
|
782
1996
|
|
783
1997
|
|
@@ -807,7 +2021,7 @@ function loadContactUs() {
|
|
807
2021
|
<div id="sc_footer" class="footer smaller clearable">
|
808
2022
|
|
809
2023
|
<div id="sc_footer_lang">
|
810
|
-
<a class="scf_link" href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/satisfaction/survey-form.html/ref=ag_ratepage_foot_payments?ie=UTF8&fromUrl=%2Fgp%2Fpayments-account%2Fsettlement-summary.html&refRID=
|
2024
|
+
<a class="scf_link" href="javascript:openModalDialog('https://sellercentral.amazon.com/gp/satisfaction/survey-form.html/ref=ag_ratepage_foot_payments?ie=UTF8&fromUrl=%2Fgp%2Fpayments-account%2Fsettlement-summary.html&refRID=1234123412341234%20', 350, 530, 'scrollbars=yes')"><strong class="small">Rate this page</strong></a>
|
811
2025
|
|
812
2026
|
|
|
813
2027
|
<a class="scf_link" href="https://sellercentral.amazon.com/gp/contact-us/contact-amazon-form.html/ref=ag_contactus_foot_payments?ie=UTF8&urlStr=%2Fgp%2Fpayments-account%2Fsettlement-summary.html">Contact Seller Support</a>
|
@@ -816,7 +2030,7 @@ function loadContactUs() {
|
|
816
2030
|
|
817
2031
|
<div id="sc_footer_links" class="grey">
|
818
2032
|
<span id="sc_footer_merchant">
|
819
|
-
|
2033
|
+
Yadda
|
820
2034
|
</span>
|
821
2035
|
<span>
|
822
2036
|
© 1999-2012, Amazon.com, Inc. or its affiliates
|
@@ -851,7 +2065,7 @@ if (document.body.childNodes.length) {
|
|
851
2065
|
|
852
2066
|
</script>
|
853
2067
|
|
854
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/merged-core-js-1.4.2/core-
|
2068
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/merged-core-js-1.4.2/core-6427825887.js._V392261205_.js"></script>
|
855
2069
|
<script type='text/javascript'>
|
856
2070
|
amznJQ.addLogical('popover', []);
|
857
2071
|
</script>
|
@@ -866,20 +2080,21 @@ if (document.body.childNodes.length) {
|
|
866
2080
|
|
867
2081
|
|
868
2082
|
|
869
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-jquery-ui/rainier-jquery-ui-3158266336.js"></script>
|
2083
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-jquery-ui/rainier-jquery-ui-3158266336.js._V167510881_.js"></script>
|
870
2084
|
|
871
2085
|
|
872
2086
|
|
873
2087
|
|
874
2088
|
|
875
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-core/rainier-core-
|
2089
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-core/rainier-core-2805414292.js._V145617531_.js"></script>
|
876
2090
|
|
877
2091
|
|
878
2092
|
|
879
2093
|
|
880
2094
|
|
881
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-
|
882
|
-
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-payments-
|
2095
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-scs-scits/rainier-scs-scits-2177956721.js._V394243176_.js"></script>
|
2096
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-payments-MYP-UI/rainier-payments-MYP-UI-3362433343.js._V392086137_.js"></script>
|
2097
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/browser-scripts/rainier-payments-redrive-report/rainier-payments-redrive-report-2684012930.js._V158863404_.js"></script>
|
883
2098
|
|
884
2099
|
|
885
2100
|
|
@@ -894,15 +2109,24 @@ if (document.body.childNodes.length) {
|
|
894
2109
|
|
895
2110
|
|
896
2111
|
|
2112
|
+
|
2113
|
+
|
2114
|
+
|
2115
|
+
|
2116
|
+
<script type='text/javascript'>
|
2117
|
+
ue.f_vip = 'fls-na.amazon.com';
|
2118
|
+
ue.sid = '123-1234567-1234567';
|
2119
|
+
if(window.ue){ue._publishJsErrorsLog=function(){var f="rid="+ue.id+"&sid="+ue.sid,d=10,h=[f];var a=function(k){var l="1",m="csm-jserr",j="1",i="OP";if(ue.f_vip){new Image().src=["/",ue.f_vip,l,m,j,i,k].join("/")}};var b=0,c=0,g=ue_err.buf.length;for(b=0;b<g;b++){var e=ue_err.buf[b];if(e.wl){continue}c++;h.push("&msg",c,"=",encodeURIComponent(e.msg),"&url",c,"=",encodeURIComponent(e.url),"&ln",c,"=",e.ln);csmdebug.log(e.msg);ue_err.buf[b].wl=1;if((c%d==0)||(b==g-1&&h.length>1)){a(h.join(""));h=[f]}}return c}};
|
2120
|
+
</script>
|
2121
|
+
|
897
2122
|
<div id='be' style='display:none;'><form name='ue_backdetect'><input name='ue_back' value='1' type='hidden'></form><script type="text/javascript">
|
898
2123
|
if(window.uet){uet("be")}if(window.onLdEnd){if(window.addEventListener){window.addEventListener("load",window.onLdEnd,false)}else{if(window.attachEvent){window.attachEvent("onload",window.onLdEnd)}}}if(window.ueh){ueh(0,window,"load",window.onLd,1)}if(window.ue_pr&&(window.ue_pr==3||window.ue_pr==4)){window.ue._uep()};
|
899
2124
|
</script>
|
900
2125
|
</div>
|
901
|
-
<noscript><img height=1 width=1 style='display:none;visibility:hidden' src='/gp/uedata/
|
2126
|
+
<noscript><img height=1 width=1 style='display:none;visibility:hidden' src='/gp/uedata/123-1234567-1234567?noscript&id=1234123412341234' /></noscript>
|
902
2127
|
<script type='text/javascript'>
|
903
2128
|
function updateCsmHit(c){var a=new Date();a.setTime(a.getTime()+(30*60*1000));var d="; expires="+a.toGMTString();var b=(window.ue&&window.ue.t.be)?(ue.t.be-ue_t0):(new Date().getTime()-ue_t0);if(b!=0){document.cookie="csm-hit="+(c/b).toFixed(2)+d+"; path=/"}};
|
904
|
-
updateCsmHit(
|
2129
|
+
updateCsmHit(57204);
|
905
2130
|
</script>
|
906
2131
|
</body>
|
907
2132
|
</html>
|
908
|
-
|