forked from joshwilhelmi/tcgplayer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_documentation.json
More file actions
332 lines (326 loc) · 12.7 KB
/
api_documentation.json
File metadata and controls
332 lines (326 loc) · 12.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
[
{
"title": "Authorize an Application",
"method": "POST",
"api_path": "https://api.tcgplayer.com/app/authorize/{authCode}",
"docs_url": "https://docs.tcgplayer.com/reference/app_authorizeapplication"
},
{
"title": "List All Categories",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/categories",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getcategories-1"
},
{
"title": "Get Category Details",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/categories/{categoryIds}",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getcategory-1"
},
{
"title": "Get Category Search Manifest",
"method": "GET",
"api_path": "https://api.tcgplayer.com/v1.39.0/catalog/categories/{categoryId}/search/manifest",
"docs_url": "https://docs.tcgplayer.com/docs/advanced-search"
},
{
"title": "Search Category Products",
"method": "POST",
"api_path": "https://api.tcgplayer.com/v1.39.0/catalog/categories/{categoryId}/search",
"docs_url": "https://docs.tcgplayer.com/docs/advanced-search"
},
{
"title": "List All Category Media",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/categories/{categoryId}/media",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getcategorymedia"
},
{
"title": "List All Products",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getproducts-1"
},
{
"title": "Get Product Details",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products/{productIds}",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getproduct-1"
},
{
"title": "Get Product Details By GTIN",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products/gtin/{gtin}",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getproductbygtin-1"
},
{
"title": "List Product SKUs",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products/{productIds}/skus",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getskusbyproductid"
},
{
"title": "List Related Products",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products/{productIds}/related",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getproductsalsopurchasedbyproductid-1"
},
{
"title": "List All Product Media Types",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/products/{productId}/media",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getproductmedia"
},
{
"title": "Get SKU details",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/skus/{skuIds}",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getskus"
},
{
"title": "List Conditions",
"method": "GET",
"api_path": "https://api.tcgplayer.com/catalog/conditions",
"docs_url": "https://docs.tcgplayer.com/reference/catalog_getconditions"
},
{
"title": "Get ProductList By Id",
"method": "GET",
"api_path": "https://api.tcgplayer.com/inventory/productlists/{productListId}",
"docs_url": "https://docs.tcgplayer.com/reference/inventory_getproductlistbyid-1"
},
{
"title": "Get ProductList By Key",
"method": "GET",
"api_path": "https://api.tcgplayer.com/inventory/productlists/key/{productListKey}",
"docs_url": "https://docs.tcgplayer.com/reference/inventory_getproductlistbykey-1"
},
{
"title": "List All ProductLists",
"method": "GET",
"api_path": "https://api.tcgplayer.com/inventory/productLists",
"docs_url": "https://docs.tcgplayer.com/reference/inventory_getproductlist-1"
},
{
"title": "Create ProductList",
"method": "POST",
"api_path": "https://api.tcgplayer.com/inventory/productlists",
"docs_url": "https://docs.tcgplayer.com/reference/inventory_createproductlist-1"
},
{
"title": "Get Market Price by SKU",
"method": "GET",
"api_path": "https://api.tcgplayer.com/pricing/marketprices/{productconditionId}",
"docs_url": "https://docs.tcgplayer.com/reference/pricing_getmarketpricebyproductconditionid-1"
},
{
"title": "List Product Prices by Group",
"method": "GET",
"api_path": "https://api.tcgplayer.com/pricing/group/{groupId}",
"docs_url": "https://docs.tcgplayer.com/reference/pricing_getgroupprices"
},
{
"title": "List Product Market Prices",
"method": "GET",
"api_path": "https://api.tcgplayer.com/pricing/product/{productIds}",
"docs_url": "https://docs.tcgplayer.com/reference/pricing_getproductprices-1"
},
{
"title": "List SKU Market Prices",
"method": "GET",
"api_path": "https://api.tcgplayer.com/pricing/marketprices/skus",
"docs_url": "https://docs.tcgplayer.com/reference/pricing_getproductconditionprices-1"
},
{
"title": "Search Stores",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstores-1"
},
{
"title": "Get Free Shipping Option",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/shipping/free",
"docs_url": "https://docs.tcgplayer.com/reference/stores_freeshippingoptions-1"
},
{
"title": "Get Store Address",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/address",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreaddress-1"
},
{
"title": "Get Store Feedback",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/feedback",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorefeedback-1"
},
{
"title": "Set Store Status",
"method": "PUT",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/status",
"docs_url": "https://docs.tcgplayer.com/reference/stores_setstorestatus-1"
},
{
"title": "Get Customer Summary",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/customerSummary",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorecustomer-1"
},
{
"title": "Search Store Customers",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/customers",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorecustomers-1"
},
{
"title": "Get Customer Addresses",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/customers/addresses",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorecustomeraddresses-1"
},
{
"title": "Get Customer Orders",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/customers/orders",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorecustomerordersummary-1"
},
{
"title": "Get Store Info",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKeys}",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoresbystorekey-1"
},
{
"title": "Get Product Inventory Quantities",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/inventory/quantities",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getinventoryproductquantity-1"
},
{
"title": "List Product Summary",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/products/summary",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreinventory-1"
},
{
"title": "List Product SKUs (Store)",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/products/skus",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreproductskus-1"
},
{
"title": "List Related Products (Store)",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/products/related",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getrelatedproducts-1"
},
{
"title": "List Shipping Options",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/shipping/options",
"docs_url": "https://docs.tcgplayer.com/reference/stores_shippingoptions-1"
},
{
"title": "Get SKU Quantity",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/sku/{skuId}/quantity",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getinventoryskuquantity-1"
},
{
"title": "Increment SKU Inventory Quantity",
"method": "POST",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/sku/{skuId}/quantity/increment",
"docs_url": "https://docs.tcgplayer.com/reference/stores_updatestoreskuquantity-1"
},
{
"title": "Update SKU Inventory",
"method": "PUT",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/inventory/sku",
"docs_url": "https://docs.tcgplayer.com/reference/stores_createstoresku-1"
},
{
"title": "Batch Update Store SKU Prices",
"method": "POST",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/prices/batch",
"docs_url": "https://docs.tcgplayer.com/reference/stores_batchupdatestoreskuprices-1"
},
{
"title": "Update SKU Inventory Price",
"method": "PUT",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/sku/{skuId}/price",
"docs_url": "https://docs.tcgplayer.com/reference/stores_updatestoreskuprice-1"
},
{
"title": "List SKU List Price",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/prices/sku/list",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getinventoryskuprices-1"
},
{
"title": "Get SKU List Price",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/sku/{skuId}/price",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getinventoryskuprice-1"
},
{
"title": "List All Groups (Store)",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/groups",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoregroups-1"
},
{
"title": "List All Categories (Store)",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/categories",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstorecategories"
},
{
"title": "Search Custom Listings",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/listings/custom/search",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getcustomlisting"
},
{
"title": "Get Order Manifest",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/manifest",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreordermanifest-1"
},
{
"title": "Get Order Details",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/{orderId}",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreordersbyordernumber-1"
},
{
"title": "Get Order Feedback",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/{orderId}/feedback",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreorderfeedback-1"
},
{
"title": "Search Orders",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreorders-1"
},
{
"title": "Get Order Items",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/{orderId}/items",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreorderlineitems-1"
},
{
"title": "Get Order Tracking Numbers",
"method": "GET",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/{orderId}/tracking",
"docs_url": "https://docs.tcgplayer.com/reference/stores_getstoreordertracking-1"
},
{
"title": "Add Order Tracking Number",
"method": "POST",
"api_path": "https://api.tcgplayer.com/stores/{storeKey}/orders/{orderId}/tracking",
"docs_url": "https://docs.tcgplayer.com/reference/stores_createstoreordertracking-1"
}
]