This repository was archived by the owner on May 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathreports.html
More file actions
317 lines (297 loc) · 13.7 KB
/
reports.html
File metadata and controls
317 lines (297 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Reports — Python Amazon MWS 0.3 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Python Amazon MWS 0.3 documentation" href="index.html" />
<link rel="next" title="Orders" href="orders.html" />
<link rel="prev" title="Feeds" href="feeds.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="orders.html" title="Orders"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="feeds.html" title="Feeds"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Python Amazon MWS 0.3 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="reports">
<h1>Reports<a class="headerlink" href="#reports" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="get_report">
<tt class="descname">get_report</tt><big>(</big><em>self</em>, <em>report_id</em><big>)</big><a class="headerlink" href="#get_report" title="Permalink to this definition">¶</a></dt>
<dd><p>Call to get reports</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>report_id</strong> (<em>string</em>) – ID of the report to be called received from</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_count">
<tt class="descname">get_report_count</tt><big>(</big><em>self</em>, <em>report_types=()</em>, <em>acknowledged=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_report_count" title="Permalink to this definition">¶</a></dt>
<dd><p>Give the count of the reports</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>report_types</strong> (<em>list or tuple</em>) – Receives a tuple with report types</li>
<li><strong>acknowledged</strong> (<em>string</em>) – Send a message back to the server</li>
<li><strong>fromdate</strong> (<em>datetime</em>) – </li>
<li><strong>todate</strong> (<em>datetime</em>) – </li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">something from amazon</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_list">
<tt class="descname">get_report_list</tt><big>(</big><em>self</em>, <em>requestids=()</em>, <em>max_count=None</em>, <em>types=()</em>, <em>acknowledged=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_report_list" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report lists</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>requestids</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>max_count</strong> (<em>string</em>) – Max number of answers</li>
<li><strong>types</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>acknowledged</strong> (<em>string</em>) – </li>
<li><strong>fromdate</strong> (<em>datetime</em>) – </li>
<li><strong>todate</strong> (<em>datetime</em>) – </li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">something from amazon</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_list_by_next_token">
<tt class="descname">get_report_list_by_next_token</tt><big>(</big><em>self</em>, <em>token</em><big>)</big><a class="headerlink" href="#get_report_list_by_next_token" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report by token</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>token</strong> (<em>string</em>) – token id of requested page</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">something from amazon</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_request_count">
<tt class="descname">get_report_request_count</tt><big>(</big><em>self</em>, <em>report_types=()</em>, <em>processingstatuses=()</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_report_request_count" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report request count</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>report_types</strong> (<em>list or tuple</em>) – Provide the report type</li>
<li><strong>processingstatuses</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>fromdate</strong> (<em>datetime</em>) – </li>
<li><strong>todate</strong> (<em>datetime</em>) – </li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">something from amazon</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_request_list">
<tt class="descname">get_report_request_list</tt><big>(</big><em>self</em>, <em>requestids=()</em>, <em>types=()</em>, <em>processingstatuses=()</em>, <em>max_count=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_report_request_list" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report request count</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>requestids</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>types</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>processingstatuses</strong> (<em>list or tuple</em>) – Provide the requested ID</li>
<li><strong>max_count</strong> (<em>string</em>) – Max number of answers</li>
<li><strong>fromdate</strong> (<em>datetime</em>) – </li>
<li><strong>todate</strong> (<em>datetime</em>) – </li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">something from amazon</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_request_list_by_next_token">
<tt class="descname">get_report_request_list_by_next_token</tt><big>(</big><em>self</em>, <em>token</em><big>)</big><a class="headerlink" href="#get_report_request_list_by_next_token" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report by token</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>token</strong> (<em>string</em>) – token id of requested page</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">something from amazon</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="request_report">
<tt class="descname">request_report</tt><big>(</big><em>self</em>, <em>report_type</em>, <em>start_date=None</em>, <em>end_date=None</em>, <em>marketplaceids=()</em><big>)</big><a class="headerlink" href="#request_report" title="Permalink to this definition">¶</a></dt>
<dd><p>Give the request reports</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>report_type</strong> (<em>string</em>) – Receives specific valid values -link here-</li>
<li><strong>start_date</strong> (<em>datetime</em>) – </li>
<li><strong>end_date</strong> (<em>datetime</em>) – </li>
<li><strong>marketplaceids</strong> (<em>list or tuple</em>) – Define the specific Marketplace ID</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">something from amazon</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">something from amazon</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<div class="section" id="reportschedule">
<h2>ReportSchedule<a class="headerlink" href="#reportschedule" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="get_report_schedule_list">
<tt class="descname">get_report_schedule_list</tt><big>(</big><em>self</em>, <em>types=()</em><big>)</big><a class="headerlink" href="#get_report_schedule_list" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report schedule</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>types</strong> (<em>list or tuple</em>) – Provide the requested ID</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="get_report_schedule_count">
<tt class="descname">get_report_schedule_count</tt><big>(</big><em>self</em>, <em>types=()</em><big>)</big><a class="headerlink" href="#get_report_schedule_count" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the report schedule count</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>types</strong> (<em>list or tuple</em>) – Provide the requested ID</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Reports</a><ul>
<li><a class="reference internal" href="#reportschedule">ReportSchedule</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="feeds.html"
title="previous chapter">Feeds</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="orders.html"
title="next chapter">Orders</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/reports.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="orders.html" title="Orders"
>next</a> |</li>
<li class="right" >
<a href="feeds.html" title="Feeds"
>previous</a> |</li>
<li><a href="index.html">Python Amazon MWS 0.3 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2012, Paulo Alvarado.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b3.
</div>
</body>
</html>