ebay-api 1.13.4 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/LICENSE +18 -19
  2. package/README.md +512 -118
  3. package/lib/api/apiFactory.d.ts +27 -0
  4. package/lib/api/apiFactory.js +100 -0
  5. package/lib/api/apiFactory.js.map +1 -0
  6. package/lib/api/base.d.ts +13 -0
  7. package/lib/api/base.js +25 -0
  8. package/lib/api/base.js.map +1 -0
  9. package/lib/api/index.d.ts +11 -0
  10. package/lib/api/index.js +18 -0
  11. package/lib/api/index.js.map +1 -0
  12. package/lib/api/restful/buy/browse/index.d.ts +84 -0
  13. package/lib/api/restful/buy/browse/index.js +142 -0
  14. package/lib/api/restful/buy/browse/index.js.map +1 -0
  15. package/lib/api/restful/buy/deal/index.d.ts +55 -0
  16. package/lib/api/restful/buy/deal/index.js +80 -0
  17. package/lib/api/restful/buy/deal/index.js.map +1 -0
  18. package/lib/api/restful/buy/feed/index.d.ts +43 -0
  19. package/lib/api/restful/buy/feed/index.js +85 -0
  20. package/lib/api/restful/buy/feed/index.js.map +1 -0
  21. package/lib/api/restful/buy/index.d.ts +17 -0
  22. package/lib/api/restful/buy/index.js +21 -0
  23. package/lib/api/restful/buy/index.js.map +1 -0
  24. package/lib/api/restful/buy/marketing/index.d.ts +27 -0
  25. package/lib/api/restful/buy/marketing/index.js +51 -0
  26. package/lib/api/restful/buy/marketing/index.js.map +1 -0
  27. package/lib/api/restful/buy/marketplaceInsights/index.d.ts +28 -0
  28. package/lib/api/restful/buy/marketplaceInsights/index.js +51 -0
  29. package/lib/api/restful/buy/marketplaceInsights/index.js.map +1 -0
  30. package/lib/api/restful/buy/offer/index.d.ts +23 -0
  31. package/lib/api/restful/buy/offer/index.js +37 -0
  32. package/lib/api/restful/buy/offer/index.js.map +1 -0
  33. package/lib/api/restful/buy/order/index.d.ts +264 -0
  34. package/lib/api/restful/buy/order/index.js +369 -0
  35. package/lib/api/restful/buy/order/index.js.map +1 -0
  36. package/lib/api/restful/commerce/catalog/index.d.ts +73 -0
  37. package/lib/api/restful/commerce/catalog/index.js +108 -0
  38. package/lib/api/restful/commerce/catalog/index.js.map +1 -0
  39. package/lib/api/restful/commerce/charity/index.d.ts +34 -0
  40. package/lib/api/restful/commerce/charity/index.js +56 -0
  41. package/lib/api/restful/commerce/charity/index.js.map +1 -0
  42. package/lib/api/restful/commerce/identity/index.d.ts +14 -0
  43. package/lib/api/restful/commerce/identity/index.js +27 -0
  44. package/lib/api/restful/commerce/identity/index.js.map +1 -0
  45. package/lib/api/restful/commerce/index.d.ts +15 -0
  46. package/lib/api/restful/commerce/index.js +19 -0
  47. package/lib/api/restful/commerce/index.js.map +1 -0
  48. package/lib/api/restful/commerce/notification/index.d.ts +117 -0
  49. package/lib/api/restful/commerce/notification/index.js +187 -0
  50. package/lib/api/restful/commerce/notification/index.js.map +1 -0
  51. package/lib/api/restful/commerce/taxonomy/index.d.ts +78 -0
  52. package/lib/api/restful/commerce/taxonomy/index.js +135 -0
  53. package/lib/api/restful/commerce/taxonomy/index.js.map +1 -0
  54. package/lib/api/restful/commerce/translation/index.d.ts +15 -0
  55. package/lib/api/restful/commerce/translation/index.js +25 -0
  56. package/lib/api/restful/commerce/translation/index.js.map +1 -0
  57. package/lib/api/restful/developer/analytics/index.d.ts +22 -0
  58. package/lib/api/restful/developer/analytics/index.js +45 -0
  59. package/lib/api/restful/developer/analytics/index.js.map +1 -0
  60. package/lib/api/restful/developer/index.d.ts +5 -0
  61. package/lib/api/restful/developer/index.js +9 -0
  62. package/lib/api/restful/developer/index.js.map +1 -0
  63. package/lib/api/restful/index.d.ts +63 -0
  64. package/lib/api/restful/index.js +165 -0
  65. package/lib/api/restful/index.js.map +1 -0
  66. package/lib/api/restful/postOrder/cancellation/index.d.ts +57 -0
  67. package/lib/api/restful/postOrder/cancellation/index.js +95 -0
  68. package/lib/api/restful/postOrder/cancellation/index.js.map +1 -0
  69. package/lib/api/restful/postOrder/case/index.d.ts +63 -0
  70. package/lib/api/restful/postOrder/case/index.js +97 -0
  71. package/lib/api/restful/postOrder/case/index.js.map +1 -0
  72. package/lib/api/restful/postOrder/index.d.ts +11 -0
  73. package/lib/api/restful/postOrder/index.js +15 -0
  74. package/lib/api/restful/postOrder/index.js.map +1 -0
  75. package/lib/api/restful/postOrder/inquiry/index.d.ts +82 -0
  76. package/lib/api/restful/postOrder/inquiry/index.js +131 -0
  77. package/lib/api/restful/postOrder/inquiry/index.js.map +1 -0
  78. package/lib/api/restful/postOrder/return/index.d.ts +231 -0
  79. package/lib/api/restful/postOrder/return/index.js +361 -0
  80. package/lib/api/restful/postOrder/return/index.js.map +1 -0
  81. package/lib/api/restful/sell/account/index.d.ts +217 -0
  82. package/lib/api/restful/sell/account/index.js +337 -0
  83. package/lib/api/restful/sell/account/index.js.map +1 -0
  84. package/lib/api/restful/sell/analytics/index.d.ts +41 -0
  85. package/lib/api/restful/sell/analytics/index.js +61 -0
  86. package/lib/api/restful/sell/analytics/index.js.map +1 -0
  87. package/lib/api/restful/sell/compliance/index.d.ts +37 -0
  88. package/lib/api/restful/sell/compliance/index.js +57 -0
  89. package/lib/api/restful/sell/compliance/index.js.map +1 -0
  90. package/lib/api/restful/sell/feed/index.d.ts +151 -0
  91. package/lib/api/restful/sell/feed/index.js +255 -0
  92. package/lib/api/restful/sell/feed/index.js.map +1 -0
  93. package/lib/api/restful/sell/finances/index.d.ts +74 -0
  94. package/lib/api/restful/sell/finances/index.js +105 -0
  95. package/lib/api/restful/sell/finances/index.js.map +1 -0
  96. package/lib/api/restful/sell/fulfillment/index.d.ts +137 -0
  97. package/lib/api/restful/sell/fulfillment/index.js +199 -0
  98. package/lib/api/restful/sell/fulfillment/index.js.map +1 -0
  99. package/lib/api/restful/sell/index.d.ts +29 -0
  100. package/lib/api/restful/sell/index.js +33 -0
  101. package/lib/api/restful/sell/index.js.map +1 -0
  102. package/lib/api/restful/sell/inventory/index.d.ts +248 -0
  103. package/lib/api/restful/sell/inventory/index.js +346 -0
  104. package/lib/api/restful/sell/inventory/index.js.map +1 -0
  105. package/lib/api/restful/sell/listing/index.d.ts +14 -0
  106. package/lib/api/restful/sell/listing/index.js +25 -0
  107. package/lib/api/restful/sell/listing/index.js.map +1 -0
  108. package/lib/api/restful/sell/logistics/index.d.ts +44 -0
  109. package/lib/api/restful/sell/logistics/index.js +66 -0
  110. package/lib/api/restful/sell/logistics/index.js.map +1 -0
  111. package/lib/api/restful/sell/marketing/index.d.ts +443 -0
  112. package/lib/api/restful/sell/marketing/index.js +609 -0
  113. package/lib/api/restful/sell/marketing/index.js.map +1 -0
  114. package/lib/api/restful/sell/metadata/index.d.ts +77 -0
  115. package/lib/api/restful/sell/metadata/index.js +131 -0
  116. package/lib/api/restful/sell/metadata/index.js.map +1 -0
  117. package/lib/api/restful/sell/negotiation/index.d.ts +24 -0
  118. package/lib/api/restful/sell/negotiation/index.js +39 -0
  119. package/lib/api/restful/sell/negotiation/index.js.map +1 -0
  120. package/lib/api/restful/sell/recommendation/index.d.ts +26 -0
  121. package/lib/api/restful/sell/recommendation/index.js +39 -0
  122. package/lib/api/restful/sell/recommendation/index.js.map +1 -0
  123. package/lib/api/traditional/XMLRequest.d.ts +98 -0
  124. package/lib/api/traditional/XMLRequest.js +191 -0
  125. package/lib/api/traditional/XMLRequest.js.map +1 -0
  126. package/lib/api/traditional/clientAlerts/index.d.ts +9 -0
  127. package/lib/api/traditional/clientAlerts/index.js +15 -0
  128. package/lib/api/traditional/clientAlerts/index.js.map +1 -0
  129. package/lib/api/traditional/clientAlerts/types.d.ts +31 -0
  130. package/lib/api/traditional/clientAlerts/types.js +36 -0
  131. package/lib/api/traditional/clientAlerts/types.js.map +1 -0
  132. package/lib/api/traditional/fields.d.ts +1948 -0
  133. package/lib/api/traditional/fields.js +1949 -0
  134. package/lib/api/traditional/fields.js.map +1 -0
  135. package/lib/api/traditional/finding/index.d.ts +12 -0
  136. package/lib/api/traditional/finding/index.js +16 -0
  137. package/lib/api/traditional/finding/index.js.map +1 -0
  138. package/lib/api/traditional/index.d.ts +17 -0
  139. package/lib/api/traditional/index.js +207 -0
  140. package/lib/api/traditional/index.js.map +1 -0
  141. package/lib/api/traditional/merchandising/index.d.ts +7 -0
  142. package/lib/api/traditional/merchandising/index.js +11 -0
  143. package/lib/api/traditional/merchandising/index.js.map +1 -0
  144. package/lib/api/traditional/shopping/index.d.ts +11 -0
  145. package/lib/api/traditional/shopping/index.js +16 -0
  146. package/lib/api/traditional/shopping/index.js.map +1 -0
  147. package/lib/api/traditional/trading/index.d.ts +142 -0
  148. package/lib/api/traditional/trading/index.js +146 -0
  149. package/lib/api/traditional/trading/index.js.map +1 -0
  150. package/lib/auth/authNAuth.d.ts +49 -0
  151. package/lib/auth/authNAuth.js +122 -0
  152. package/lib/auth/authNAuth.js.map +1 -0
  153. package/lib/auth/index.d.ts +17 -0
  154. package/lib/auth/index.js +32 -0
  155. package/lib/auth/index.js.map +1 -0
  156. package/lib/auth/oAuth2.d.ts +90 -0
  157. package/lib/auth/oAuth2.js +258 -0
  158. package/lib/auth/oAuth2.js.map +1 -0
  159. package/lib/ebay-api.min.js +2 -0
  160. package/lib/ebay-api.min.js.map +1 -0
  161. package/lib/enums/apiEnums.d.ts +49 -0
  162. package/lib/enums/apiEnums.js +55 -0
  163. package/lib/enums/apiEnums.js.map +1 -0
  164. package/lib/enums/index.d.ts +2 -0
  165. package/lib/enums/index.js +15 -0
  166. package/lib/enums/index.js.map +1 -0
  167. package/lib/enums/restfulEnums.d.ts +672 -0
  168. package/lib/enums/restfulEnums.js +714 -0
  169. package/lib/enums/restfulEnums.js.map +1 -0
  170. package/lib/errors/index.d.ts +66 -0
  171. package/lib/errors/index.js +208 -0
  172. package/lib/errors/index.js.map +1 -0
  173. package/lib/index.d.ts +55 -0
  174. package/lib/index.js +98 -0
  175. package/lib/index.js.map +1 -0
  176. package/lib/request.d.ts +26 -0
  177. package/lib/request.js +51 -0
  178. package/lib/request.js.map +1 -0
  179. package/lib/types/apiTypes.d.ts +28 -0
  180. package/lib/types/apiTypes.js +3 -0
  181. package/lib/types/apiTypes.js.map +1 -0
  182. package/lib/types/index.d.ts +3 -0
  183. package/lib/types/index.js +16 -0
  184. package/lib/types/index.js.map +1 -0
  185. package/lib/types/restfulTypes.d.ts +1067 -0
  186. package/lib/types/restfulTypes.js +3 -0
  187. package/lib/types/restfulTypes.js.map +1 -0
  188. package/lib/types/traditonalTypes.d.ts +34 -0
  189. package/lib/types/traditonalTypes.js +3 -0
  190. package/lib/types/traditonalTypes.js.map +1 -0
  191. package/package.json +115 -21
  192. package/.npmignore +0 -17
  193. package/.travis.yml +0 -7
  194. package/examples/Finding-FindItemsByKeywords.js +0 -46
  195. package/examples/Merchandising-GetMostWatchedItemsRequest.js +0 -16
  196. package/examples/Shopping-GetSingleItem.js +0 -18
  197. package/examples/Trading-GetOrders.js +0 -26
  198. package/index.js +0 -10
  199. package/lib/deep-to-array.js +0 -42
  200. package/lib/defaults.js +0 -69
  201. package/lib/errors.js +0 -44
  202. package/lib/json-parser.js +0 -336
  203. package/lib/key-lists.js +0 -64
  204. package/lib/urls.js +0 -64
  205. package/lib/versions.js +0 -35
  206. package/lib/xml-converter.js +0 -21
  207. package/lib/xml-request.js +0 -207
  208. package/scripts/parse-input-xml.js +0 -41
  209. package/test/deep-to-array.test.js +0 -100
  210. package/test/errors.test.js +0 -75
  211. package/test/helpers.js +0 -22
  212. package/test/mocha.opts +0 -1
  213. package/test/mocks/GetMultipleItems.xml +0 -115
  214. package/test/mocks/GetOrders-empty.xml +0 -17
  215. package/test/mocks/GetOrders.xml +0 -463
  216. package/test/pagination.test.js +0 -5
  217. package/test/parsing.test.js +0 -248
  218. package/test/xml-request.test.js +0 -447
@@ -0,0 +1,346 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const __1 = __importDefault(require("../../"));
7
+ /**
8
+ * The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay
9
+ * marketplace.
10
+ */
11
+ class Inventory extends __1.default {
12
+ get basePath() {
13
+ return '/sell/inventory/v1';
14
+ }
15
+ /**
16
+ * This call retrieves all defined details of the inventory location that is specified by the
17
+ * <b>merchantLocationKey</b> path parameter.
18
+ *
19
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
20
+ */
21
+ getInventoryLocation(merchantLocationKey) {
22
+ const key = encodeURIComponent(merchantLocationKey);
23
+ return this.get(`/location/${key}`);
24
+ }
25
+ /**
26
+ * <p>This call disables the inventory location that is specified in the <code>merchantLocationKey</code> path
27
+ * parameter.
28
+ *
29
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
30
+ */
31
+ disableInventoryLocation(merchantLocationKey) {
32
+ const key = encodeURIComponent(merchantLocationKey);
33
+ return this.post(`/location/${key}/disable`);
34
+ }
35
+ /**
36
+ * <p>This call enables a disabled inventory location that is specified in the <code>merchantLocationKey</code>
37
+ * path parameter.
38
+ *
39
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
40
+ */
41
+ enableInventoryLocation(merchantLocationKey) {
42
+ const key = encodeURIComponent(merchantLocationKey);
43
+ return this.post(`/location/${key}/enable`);
44
+ }
45
+ /**
46
+ * This call retrieves all defined details for every inventory location associated with the seller's account.
47
+ *
48
+ * @param limit The value passed in this query parameter sets the maximum number of records to return per page of
49
+ * data.
50
+ * @param offset The value passed in this query parameter sets the page number to retrieve.
51
+ */
52
+ getInventoryLocations({ limit, offset, } = {}) {
53
+ return this.get(`/location`, {
54
+ params: {
55
+ limit,
56
+ offset,
57
+ },
58
+ });
59
+ }
60
+ /**
61
+ * <p>Use this call to create a new inventory location.
62
+ *
63
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
64
+ * @param body Inventory Location details
65
+ */
66
+ createInventoryLocation(merchantLocationKey, body) {
67
+ const key = encodeURIComponent(merchantLocationKey);
68
+ return this.post(`/location/${key}`, body);
69
+ }
70
+ /**
71
+ * <p>This call deletes the inventory location that is specified in the <code>merchantLocationKey</code> path
72
+ * parameter.
73
+ *
74
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
75
+ */
76
+ deleteInventoryLocation(merchantLocationKey) {
77
+ const key = encodeURIComponent(merchantLocationKey);
78
+ return this.delete(`/location/${key}`);
79
+ }
80
+ /**
81
+ * <p>Use this call to update non-physical location details for an existing inventory location.
82
+ *
83
+ * @param merchantLocationKey A unique merchant-defined key (ID) for an inventory location.
84
+ * @param body The inventory location details to be updated (other than the address and geo co-ordinates).
85
+ */
86
+ updateInventoryLocation(merchantLocationKey, body) {
87
+ const key = encodeURIComponent(merchantLocationKey);
88
+ return this.post(`/location/${key}/update_location_details`, body);
89
+ }
90
+ /**
91
+ * This call retrieves the inventory item record for a given SKU.
92
+ *
93
+ * @param sku his is the seller-defined SKU value of the product whose inventory item record you wish to
94
+ * retrieve.<br/><br/><strong>Max length</strong>: 50.
95
+ */
96
+ getInventoryItem(sku) {
97
+ sku = encodeURIComponent(sku);
98
+ return this.get(`/inventory_item/${sku}`);
99
+ }
100
+ /**
101
+ * This call creates a new inventory item record or replaces an existing inventory item record.
102
+ *
103
+ * @param sku The seller-defined SKU value for the inventory item is required whether the seller is creating a new
104
+ * inventory item, or updating an existing inventory item.
105
+ * @param body Details of the inventory item record.
106
+ */
107
+ createOrReplaceInventoryItem(sku, body) {
108
+ sku = encodeURIComponent(sku);
109
+ return this.put(`/inventory_item/${sku}`, body);
110
+ }
111
+ /**
112
+ * This call is used to delete an inventory item record associated with a specified SKU.
113
+ *
114
+ * @param sku The seller-defined SKU value for the inventory item is required whether the seller is creating a new
115
+ * inventory item, or updating an existing inventory item.
116
+ */
117
+ deleteInventoryItem(sku) {
118
+ sku = encodeURIComponent(sku);
119
+ return this.delete(`/inventory_item/${sku}`);
120
+ }
121
+ /**
122
+ * This call retrieves all inventory item records defined for the seller's account.
123
+ *
124
+ * @param limit The value passed in this query parameter sets the maximum number of records to return per page of
125
+ * data.
126
+ * @param offset The value passed in this query parameter sets the page number to retrieve.
127
+ */
128
+ getInventoryItems({ limit, offset, } = {}) {
129
+ return this.get(`/inventory_item`, {
130
+ params: {
131
+ limit,
132
+ offset,
133
+ },
134
+ });
135
+ }
136
+ /**
137
+ * This call is used by the seller to update the total ship-to-home quantity of one inventory item,
138
+ * and/or to update the price and/or quantity of one or more offers associated with one inventory item.
139
+ *
140
+ * @param body BulkPriceQuantity
141
+ */
142
+ bulkUpdatePriceQuantity(body) {
143
+ return this.post(`/bulk_update_price_quantity`, body);
144
+ }
145
+ /**
146
+ * This call can be used to create and/or update up to 25 new inventory item records.
147
+ *
148
+ * @param body BulkInventoryItem
149
+ */
150
+ bulkCreateOrReplaceInventoryItem(body) {
151
+ return this.post(`/bulk_create_or_replace_inventory_item`, body);
152
+ }
153
+ /**
154
+ * This call retrieves up to 25 inventory item records. The SKU value of each inventory item record to retrieve is
155
+ * specified in the request payload.
156
+ *
157
+ * @param body BulkInventoryItem
158
+ */
159
+ bulkGetInventoryItem(body) {
160
+ return this.post(`/bulk_get_inventory_item`, body);
161
+ }
162
+ /**
163
+ * This call is used by the seller to retrieve the list of products that are compatible with the inventory item.
164
+ *
165
+ * @param sku A SKU (stock keeping unit) is an unique identifier defined by a seller for a product
166
+ */
167
+ getProductCompatibility(sku) {
168
+ sku = encodeURIComponent(sku);
169
+ return this.get(`/inventory_item/${sku}/product_compatibility`);
170
+ }
171
+ /**
172
+ * This call is used by the seller to create or replace a list of products that are compatible with the inventory
173
+ * item.
174
+ *
175
+ * @param sku A SKU (stock keeping unit) is an unique identifier defined by a seller for a product
176
+ * @param body Details of the compatibility
177
+ */
178
+ createOrReplaceProductCompatibility(sku, body) {
179
+ sku = encodeURIComponent(sku);
180
+ return this.put(`/inventory_item/${sku}/product_compatibility`, body);
181
+ }
182
+ /**
183
+ * This call is used by the seller to delete the list of products that are compatible with the inventory item that
184
+ * is associated with the compatible product list.
185
+ *
186
+ * @param sku A SKU (stock keeping unit) is an unique identifier defined by a seller for a product
187
+ */
188
+ deleteProductCompatibility(sku) {
189
+ sku = encodeURIComponent(sku);
190
+ return this.delete(`/inventory_item/${sku}/product_compatibility`);
191
+ }
192
+ /**
193
+ * This call retrieves all existing offers for the specified SKU value.
194
+ *
195
+ * @param sku The seller-defined SKU value is passed in as a query parameter.
196
+ * @param marketplace_id The unique identifier of the eBay marketplace.
197
+ * @param format This enumeration value sets the listing format for the offer.
198
+ * @param limit The value passed in this query parameter sets the maximum number of records to return per page of
199
+ * data.
200
+ * @param offset The value passed in this query parameter sets the page number to retrieve.
201
+ */
202
+ getOffers({ sku, marketplaceId, format, limit, offset, } = {}) {
203
+ return this.get(`/offer`, {
204
+ params: {
205
+ sku,
206
+ marketplace_id: marketplaceId,
207
+ format,
208
+ limit,
209
+ offset,
210
+ },
211
+ });
212
+ }
213
+ /**
214
+ * This call retrieves a specific published or unpublished offer.
215
+ *
216
+ * @param offerId The unique identifier of the offer that is to be retrieved.
217
+ */
218
+ getOffer(offerId) {
219
+ offerId = encodeURIComponent(offerId);
220
+ return this.get(`/offer/${offerId}`);
221
+ }
222
+ /**
223
+ * This call creates an offer for a specific inventory item on a specific eBay marketplace.
224
+ *
225
+ * @param body Details of the offer for the channel
226
+ */
227
+ createOffer(body) {
228
+ return this.post(`/offer`, body);
229
+ }
230
+ /**
231
+ * This call updates an existing offer.
232
+ *
233
+ * @param offerId The unique identifier of the offer that is being updated.
234
+ * @param body Details of the offer for the channel
235
+ */
236
+ updateOffer(offerId, body) {
237
+ offerId = encodeURIComponent(offerId);
238
+ return this.put(`/offer/${offerId}`, body);
239
+ }
240
+ /**
241
+ * If used against an unpublished offer, this call will permanently delete that offer.
242
+ *
243
+ * @param offerId The unique identifier of the offer to delete.
244
+ */
245
+ deleteOffer(offerId) {
246
+ return this.delete(`/offer/${offerId}`);
247
+ }
248
+ /**
249
+ * This call is used to convert an unpublished offer into a published offer, or live eBay listing.
250
+ *
251
+ * @param offerId The unique identifier of the offer that is to be published.
252
+ */
253
+ publishOffer(offerId) {
254
+ const id = encodeURIComponent(offerId);
255
+ return this.post(`/offer/${id}/publish/`);
256
+ }
257
+ /**
258
+ * This call is used to convert all unpublished offers associated with an inventory item group into an active,
259
+ * multiple-variation listing.
260
+ *
261
+ * @param body PublishByInventoryItemGroupRequest
262
+ */
263
+ publishOfferByInventoryItemGroup(body) {
264
+ return this.post(`/offer/publish_by_inventory_item_group/`, body);
265
+ }
266
+ /**
267
+ * This call is used to end a multiple-variation eBay listing that is associated with the specified inventory item
268
+ * group.
269
+ *
270
+ * @param body WithdrawByInventoryItemGroupRequest
271
+ */
272
+ withdrawOfferByInventoryItemGroup(body) {
273
+ return this.post(`/offer/withdraw_by_inventory_item_group`, body);
274
+ }
275
+ /**
276
+ * This call is used to retrieve the expected listing fees for up to 250 unpublished offers.
277
+ *
278
+ * @param body OfferKeysWithId
279
+ */
280
+ getListingFees(body) {
281
+ return this.post(`/offer/get_listing_fees`, body);
282
+ }
283
+ /**
284
+ * This call creates multiple offers (up to 25) for specific inventory items on a specific eBay marketplace.
285
+ *
286
+ * @param body BulkEbayOfferDetailsWithKeys
287
+ */
288
+ bulkCreateOffer(body) {
289
+ return this.post(`/bulk_create_offer`, body);
290
+ }
291
+ /**
292
+ * This call is used to convert unpublished offers (up to 25) into published offers, or live eBay listings.
293
+ *
294
+ * @param body BulkOffer
295
+ */
296
+ bulkPublishOffer(body) {
297
+ return this.post(`/bulk_publish_offer`, body);
298
+ }
299
+ /**
300
+ * This call is used to end a single-variation listing that is associated with the specified offer.
301
+ *
302
+ * @param offerId he unique identifier of the offer that is to be withdrawn.
303
+ */
304
+ withdrawOffer(offerId) {
305
+ const id = encodeURIComponent(offerId);
306
+ return this.post(`/offer/${id}/withdraw`);
307
+ }
308
+ /**
309
+ * This call retrieves the inventory item group for a given <strong>inventoryItemGroupKey</strong> value.
310
+ *
311
+ * @param inventoryItemGroupKey The unique identifier of an inventory item group.
312
+ */
313
+ getInventoryItemGroup(inventoryItemGroupKey) {
314
+ inventoryItemGroupKey = encodeURIComponent(inventoryItemGroupKey);
315
+ return this.get(`/inventory_item_group/${inventoryItemGroupKey}`);
316
+ }
317
+ /**
318
+ * This call creates a new inventory item group or updates an existing inventory item group.
319
+ *
320
+ * @param inventoryItemGroupKey Unique identifier of the inventory item group.
321
+ * @param body Details of the inventory Item Group
322
+ */
323
+ createOrReplaceInventoryItemGroup(inventoryItemGroupKey, body) {
324
+ inventoryItemGroupKey = encodeURIComponent(inventoryItemGroupKey);
325
+ return this.put(`/inventory_item_group/${inventoryItemGroupKey}`, body);
326
+ }
327
+ /**
328
+ * This call deletes the inventory item group for a given <strong>inventoryItemGroupKey</strong> value.
329
+ *
330
+ * @param inventoryItemGroupKey Unique identifier of the inventory item group.
331
+ */
332
+ deleteInventoryItemGroup(inventoryItemGroupKey) {
333
+ return this.delete(`/inventory_item_group/${inventoryItemGroupKey}`);
334
+ }
335
+ /**
336
+ * This call is used to convert existing eBay Listings to the corresponding Inventory API objects.
337
+ *
338
+ * @param body BulkMigrateListing
339
+ */
340
+ bulkMigrateListing(body) {
341
+ return this.post(`/bulk_migrate_listing`, body);
342
+ }
343
+ }
344
+ exports.default = Inventory;
345
+ Inventory.id = 'Inventory';
346
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/restful/sell/inventory/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ import Restful from '../../';
2
+ /**
3
+ * Enables a seller adding an ad or item on a Partner's site to automatically create an eBay listing draft using the item details from the Partner's site.
4
+ */
5
+ export default class Listing extends Restful {
6
+ static id: string;
7
+ get basePath(): string;
8
+ /**
9
+ * This call gives Partners the ability to create an eBay draft of a item for their seller using information from their site.
10
+ *
11
+ * @param data The ItemDraft
12
+ */
13
+ createItemDraft(data?: any): Promise<any>;
14
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const __1 = __importDefault(require("../../"));
7
+ /**
8
+ * Enables a seller adding an ad or item on a Partner's site to automatically create an eBay listing draft using the item details from the Partner's site.
9
+ */
10
+ class Listing extends __1.default {
11
+ get basePath() {
12
+ return '/sell/listing/v1_beta';
13
+ }
14
+ /**
15
+ * This call gives Partners the ability to create an eBay draft of a item for their seller using information from their site.
16
+ *
17
+ * @param data The ItemDraft
18
+ */
19
+ createItemDraft(data) {
20
+ return this.post(`/item_draft/`, data);
21
+ }
22
+ }
23
+ exports.default = Listing;
24
+ Listing.id = 'Listing';
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/restful/sell/listing/index.ts"],"names":[],"mappings":";;;;;AAAA,+CAA6B;AAE7B;;GAEG;AACH,MAAqB,OAAQ,SAAQ,WAAO;IAI1C,IAAI,QAAQ;QACV,OAAO,uBAAuB,CAAC;IACjC,CAAC;IAED;;;;OAIG;IACI,eAAe,CAAC,IAAU;QAC/B,OAAO,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;;AAfH,0BAiBC;AAfQ,UAAE,GAAG,SAAS,CAAC"}
@@ -0,0 +1,44 @@
1
+ import Restful from '../../';
2
+ /**
3
+ * The <b>Logistics API</b> resources offer the following capabilities: <ul><li><b>shipping_quote</b> &ndash; Consolidates into a list a set of live shipping rates, or quotes, from which you can select a rate to ship a package.
4
+ */
5
+ export default class Logistics extends Restful {
6
+ static id: string;
7
+ get basePath(): string;
8
+ /**
9
+ * The createShippingQuote method returns a shipping quote that contains a list of live &quot;rates.&quot;
10
+ *
11
+ * @param data The ShippingQuoteRequest
12
+ */
13
+ createShippingQuote(data: any): Promise<any>;
14
+ /**
15
+ * This method retrieves the complete details of the shipping quote associated with the specified shippingQuoteId value.
16
+ *
17
+ * @param shippingQuoteId This path parameter specifies the unique eBay-assigned ID of the shipping quote you want to retrieve.
18
+ */
19
+ getShippingQuote(shippingQuoteId: string): Promise<any>;
20
+ /**
21
+ * This method creates a &quot;shipment&quot; based on the shippingQuoteId and rateId values supplied in the request.
22
+ *
23
+ * @param data The CreateShipmentFromQuoteRequest
24
+ */
25
+ createFromShippingQuote(data: any): Promise<any>;
26
+ /**
27
+ * This method retrieves the shipment details for the specified shipment ID.
28
+ *
29
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment you want to retrieve.
30
+ */
31
+ getShipment(shipmentId: any): Promise<any>;
32
+ /**
33
+ * This method returns the shipping label file that was generated for the shipmentId value specified in the request.
34
+ *
35
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment associated with the shipping label you want to download.
36
+ */
37
+ downloadLabelFile(shipmentId: any): Promise<any>;
38
+ /**
39
+ * This method cancels the shipment associated with the specified shipment ID and the associated shipping label is deleted.
40
+ *
41
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment to be canceled.
42
+ */
43
+ cancelShipment(shipmentId: any): Promise<any>;
44
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const __1 = __importDefault(require("../../"));
7
+ /**
8
+ * The <b>Logistics API</b> resources offer the following capabilities: <ul><li><b>shipping_quote</b> &ndash; Consolidates into a list a set of live shipping rates, or quotes, from which you can select a rate to ship a package.
9
+ */
10
+ class Logistics extends __1.default {
11
+ get basePath() {
12
+ return '/sell/logistics/v1_beta';
13
+ }
14
+ /**
15
+ * The createShippingQuote method returns a shipping quote that contains a list of live &quot;rates.&quot;
16
+ *
17
+ * @param data The ShippingQuoteRequest
18
+ */
19
+ createShippingQuote(data) {
20
+ return this.post(`/shipping_quote`, data);
21
+ }
22
+ /**
23
+ * This method retrieves the complete details of the shipping quote associated with the specified shippingQuoteId value.
24
+ *
25
+ * @param shippingQuoteId This path parameter specifies the unique eBay-assigned ID of the shipping quote you want to retrieve.
26
+ */
27
+ getShippingQuote(shippingQuoteId) {
28
+ shippingQuoteId = encodeURIComponent(shippingQuoteId);
29
+ return this.get(`/shipping_quote/${shippingQuoteId}`);
30
+ }
31
+ /**
32
+ * This method creates a &quot;shipment&quot; based on the shippingQuoteId and rateId values supplied in the request.
33
+ *
34
+ * @param data The CreateShipmentFromQuoteRequest
35
+ */
36
+ createFromShippingQuote(data) {
37
+ return this.post(`/shipment/create_from_shipping_quote`, data);
38
+ }
39
+ /**
40
+ * This method retrieves the shipment details for the specified shipment ID.
41
+ *
42
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment you want to retrieve.
43
+ */
44
+ getShipment(shipmentId) {
45
+ return this.get(`/shipment/${shipmentId}`);
46
+ }
47
+ /**
48
+ * This method returns the shipping label file that was generated for the shipmentId value specified in the request.
49
+ *
50
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment associated with the shipping label you want to download.
51
+ */
52
+ downloadLabelFile(shipmentId) {
53
+ return this.get(`/shipment/${shipmentId}/download_label_file`);
54
+ }
55
+ /**
56
+ * This method cancels the shipment associated with the specified shipment ID and the associated shipping label is deleted.
57
+ *
58
+ * @param shipmentId This path parameter specifies the unique eBay-assigned ID of the shipment to be canceled.
59
+ */
60
+ cancelShipment(shipmentId) {
61
+ return this.post(`/shipment/${shipmentId}/cancel`);
62
+ }
63
+ }
64
+ exports.default = Logistics;
65
+ Logistics.id = 'Logistics';
66
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/restful/sell/logistics/index.ts"],"names":[],"mappings":";;;;;AAAA,+CAA6B;AAE7B;;GAEG;AACH,MAAqB,SAAU,SAAQ,WAAO;IAI5C,IAAI,QAAQ;QACV,OAAO,yBAAyB,CAAC;IACnC,CAAC;IAED;;;;OAIG;IACI,mBAAmB,CAAC,IAAS;QAClC,OAAO,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAA;IAC3C,CAAC;IAED;;;;OAIG;IACI,gBAAgB,CAAC,eAAuB;QAC7C,eAAe,GAAG,kBAAkB,CAAC,eAAe,CAAC,CAAA;QACrD,OAAO,IAAI,CAAC,GAAG,CAAC,mBAAmB,eAAe,EAAE,CAAC,CAAA;IACvD,CAAC;IAED;;;;OAIG;IACI,uBAAuB,CAAC,IAAS;QACtC,OAAO,IAAI,CAAC,IAAI,CAAC,sCAAsC,EAAE,IAAI,CAAC,CAAA;IAChE,CAAC;IAED;;;;OAIG;IACI,WAAW,CAAC,UAAe;QAChC,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,UAAU,EAAE,CAAC,CAAA;IAC5C,CAAC;IAED;;;;OAIG;IACI,iBAAiB,CAAC,UAAe;QACtC,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,UAAU,sBAAsB,CAAC,CAAA;IAChE,CAAC;IAED;;;;OAIG;IACI,cAAc,CAAC,UAAe;QACnC,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,UAAU,SAAS,CAAC,CAAA;IACpD,CAAC;;AA7DH,4BA8DC;AA5DQ,YAAE,GAAG,WAAW,CAAC"}