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 pathfeeds.html
More file actions
237 lines (222 loc) · 10.2 KB
/
feeds.html
File metadata and controls
237 lines (222 loc) · 10.2 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
<!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>Feeds — 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="Reports" href="reports.html" />
<link rel="prev" title="Tutorials" href="tutorial_1.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="reports.html" title="Reports"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="tutorial_1.html" title="Tutorials"
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="feeds">
<h1>Feeds<a class="headerlink" href="#feeds" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="submit_feed">
<tt class="descname">submit_feed</tt><big>(</big><em>self</em>, <em>feed</em>, <em>feed_type</em>, <em>marketplaceids=None</em>, <em>content_type="text/xml"</em>, <em>purge='false'</em><big>)</big><a class="headerlink" href="#submit_feed" title="Permalink to this definition">¶</a></dt>
<dd><p>Uploads a feed ( xml or .tsv ) to the seller’s inventory. Can be used for creating/updating products on Amazon.</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>feed</strong> (<em>string</em>) – Takes a list or tuple</li>
<li><strong>feed_type</strong> (<em>string</em>) – Determines the type of the feed</li>
<li><strong>maketplaceids</strong> (<em>string</em>) – Something else</li>
<li><strong>content_type</strong> (<em>string</em>) – Determines the type of content</li>
<li><strong>purge</strong> (<em>boolean</em>) – Only applicabeble ifff</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_feed_submission_list">
<tt class="descname">get_feed_submission_list</tt><big>(</big><em>self</em>, <em>feedids=None</em>, <em>max_count=None</em>, <em>feedtypes=None</em>, <em>processingstatuses=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_feed_submission_list" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns a list of all feed submissions submitted in the previous 90 days. That match the query parameters.</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>feedids</strong> (<em>string</em>) – This is a</li>
<li><strong>max_count</strong> (<em>string</em>) – </li>
<li><strong>feedtypes</strong> (<em>string</em>) – </li>
<li><strong>processingstatuses</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_submission_list_by_next_token">
<tt class="descname">get_submission_list_by_next_token</tt><big>(</big><em>self</em>, <em>token</em><big>)</big><a class="headerlink" href="#get_submission_list_by_next_token" title="Permalink to this definition">¶</a></dt>
<dd><p>Continuation of <cite>get_feed_submission_list</cite>. Returns a list of feed submissions using the next token parameter</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 used to retrieve the next results</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_feed_submission_count">
<tt class="descname">get_feed_submission_count</tt><big>(</big><em>self</em>, <em>feedtypes=None</em>, <em>processingstatuses=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#get_feed_submission_count" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns a count of the 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>feedtypes</strong> (<em>string</em>) – </li>
<li><strong>processingstatuses</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="cancel_feed_submissions">
<tt class="descname">cancel_feed_submissions</tt><big>(</big><em>self</em>, <em>feedids=None</em>, <em>feedtypes=None</em>, <em>fromdate=None</em>, <em>todate=None</em><big>)</big><a class="headerlink" href="#cancel_feed_submissions" title="Permalink to this definition">¶</a></dt>
<dd><p>Cancels a feed submission</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>feedids</strong> (<em>string</em>) – </li>
<li><strong>feedtypes</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_feed_submission_result">
<tt class="descname">get_feed_submission_result</tt><big>(</big><em>self</em>, <em>feedid</em><big>)</big><a class="headerlink" href="#get_feed_submission_result" title="Permalink to this definition">¶</a></dt>
<dd><p>Get feed submission results</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>feedid</strong> (<em>string</em>) – </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>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="tutorial_1.html"
title="previous chapter">Tutorials</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="reports.html"
title="next chapter">Reports</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/feeds.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="reports.html" title="Reports"
>next</a> |</li>
<li class="right" >
<a href="tutorial_1.html" title="Tutorials"
>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>