ebay-api 9.4.3 → 10.0.0-RC.1

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 (110) hide show
  1. package/README.md +33 -2
  2. package/dist/api/restful/buy/browse/index.d.ts +1 -4
  3. package/dist/api/restful/buy/browse/index.js +0 -9
  4. package/dist/api/restful/buy/feed/index.d.ts +1 -0
  5. package/dist/api/restful/buy/feed/index.js +8 -0
  6. package/dist/api/restful/buy/marketing/index.d.ts +1 -3
  7. package/dist/api/restful/buy/marketing/index.js +0 -10
  8. package/dist/api/restful/buy/order/index.d.ts +1 -1
  9. package/dist/api/restful/buy/order/index.js +1 -1
  10. package/dist/api/restful/commerce/media/index.d.ts +8 -1
  11. package/dist/api/restful/commerce/media/index.js +24 -0
  12. package/dist/api/restful/commerce/notification/index.d.ts +5 -2
  13. package/dist/api/restful/commerce/notification/index.js +15 -1
  14. package/dist/api/restful/commerce/taxonomy/index.d.ts +1 -0
  15. package/dist/api/restful/commerce/taxonomy/index.js +4 -0
  16. package/dist/api/restful/sell/compliance/index.d.ts +0 -2
  17. package/dist/api/restful/sell/compliance/index.js +0 -3
  18. package/dist/api/restful/sell/feed/index.d.ts +7 -7
  19. package/dist/api/restful/sell/finances/index.d.ts +1 -1
  20. package/dist/api/restful/sell/listing/index.d.ts +2 -1
  21. package/dist/api/restful/sell/logistics/index.d.ts +6 -5
  22. package/dist/api/restful/sell/marketing/index.d.ts +4 -1
  23. package/dist/api/restful/sell/marketing/index.js +10 -0
  24. package/dist/api/restful/sell/metadata/index.d.ts +15 -0
  25. package/dist/api/restful/sell/metadata/index.js +65 -0
  26. package/dist/api/restful/sell/negotiation/index.d.ts +2 -1
  27. package/dist/ebay-api.min.mjs +1 -1
  28. package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  29. package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  30. package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  31. package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  32. package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  33. package/dist/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  34. package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  35. package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  36. package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  37. package/dist/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  38. package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  39. package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  40. package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  41. package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  42. package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  43. package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  44. package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  45. package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  46. package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  47. package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  48. package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  49. package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  50. package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  51. package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  52. package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  53. package/dist/types/restfulTypes.d.ts +33 -14
  54. package/lib/api/restful/buy/browse/index.d.ts +1 -4
  55. package/lib/api/restful/buy/browse/index.js +0 -9
  56. package/lib/api/restful/buy/feed/index.d.ts +1 -0
  57. package/lib/api/restful/buy/feed/index.js +8 -0
  58. package/lib/api/restful/buy/marketing/index.d.ts +1 -3
  59. package/lib/api/restful/buy/marketing/index.js +0 -10
  60. package/lib/api/restful/buy/order/index.d.ts +1 -1
  61. package/lib/api/restful/buy/order/index.js +1 -1
  62. package/lib/api/restful/commerce/media/index.d.ts +8 -1
  63. package/lib/api/restful/commerce/media/index.js +24 -0
  64. package/lib/api/restful/commerce/notification/index.d.ts +5 -2
  65. package/lib/api/restful/commerce/notification/index.js +15 -1
  66. package/lib/api/restful/commerce/taxonomy/index.d.ts +1 -0
  67. package/lib/api/restful/commerce/taxonomy/index.js +4 -0
  68. package/lib/api/restful/sell/compliance/index.d.ts +0 -2
  69. package/lib/api/restful/sell/compliance/index.js +0 -3
  70. package/lib/api/restful/sell/feed/index.d.ts +7 -7
  71. package/lib/api/restful/sell/finances/index.d.ts +1 -1
  72. package/lib/api/restful/sell/listing/index.d.ts +2 -1
  73. package/lib/api/restful/sell/logistics/index.d.ts +6 -5
  74. package/lib/api/restful/sell/marketing/index.d.ts +4 -1
  75. package/lib/api/restful/sell/marketing/index.js +10 -0
  76. package/lib/api/restful/sell/metadata/index.d.ts +15 -0
  77. package/lib/api/restful/sell/metadata/index.js +65 -0
  78. package/lib/api/restful/sell/negotiation/index.d.ts +2 -1
  79. package/lib/ebay-api.min.js +1 -1
  80. package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  81. package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  82. package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  83. package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  84. package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  85. package/lib/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  86. package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  87. package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  88. package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  89. package/lib/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  90. package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  91. package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  92. package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  93. package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  94. package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  95. package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  96. package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  97. package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  98. package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  99. package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  100. package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  101. package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  102. package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  103. package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  104. package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  105. package/lib/types/restfulTypes.d.ts +33 -14
  106. package/package.json +2 -1
  107. package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  108. package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  109. /package/dist/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
  110. /package/lib/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
@@ -1,190 +1,37 @@
1
1
  export interface paths {
2
2
  "/item_summary/search": {
3
- parameters: {
4
- query?: never;
5
- header?: never;
6
- path?: never;
7
- cookie?: never;
8
- };
9
3
  get: operations["search"];
10
- put?: never;
11
- post?: never;
12
- delete?: never;
13
- options?: never;
14
- head?: never;
15
- patch?: never;
16
- trace?: never;
17
4
  };
18
5
  "/item_summary/search_by_image": {
19
- parameters: {
20
- query?: never;
21
- header?: never;
22
- path?: never;
23
- cookie?: never;
24
- };
25
- get?: never;
26
- put?: never;
27
6
  post: operations["searchByImage"];
28
- delete?: never;
29
- options?: never;
30
- head?: never;
31
- patch?: never;
32
- trace?: never;
33
7
  };
34
8
  "/item/{item_id}": {
35
- parameters: {
36
- query?: never;
37
- header?: never;
38
- path?: never;
39
- cookie?: never;
40
- };
41
9
  get: operations["getItem"];
42
- put?: never;
43
- post?: never;
44
- delete?: never;
45
- options?: never;
46
- head?: never;
47
- patch?: never;
48
- trace?: never;
49
10
  };
50
11
  "/item/get_item_by_legacy_id": {
51
- parameters: {
52
- query?: never;
53
- header?: never;
54
- path?: never;
55
- cookie?: never;
56
- };
57
12
  get: operations["getItemByLegacyId"];
58
- put?: never;
59
- post?: never;
60
- delete?: never;
61
- options?: never;
62
- head?: never;
63
- patch?: never;
64
- trace?: never;
65
13
  };
66
14
  "/item/": {
67
- parameters: {
68
- query?: never;
69
- header?: never;
70
- path?: never;
71
- cookie?: never;
72
- };
73
15
  get: operations["getItems"];
74
- put?: never;
75
- post?: never;
76
- delete?: never;
77
- options?: never;
78
- head?: never;
79
- patch?: never;
80
- trace?: never;
81
16
  };
82
17
  "/item/get_items_by_item_group": {
83
- parameters: {
84
- query?: never;
85
- header?: never;
86
- path?: never;
87
- cookie?: never;
88
- };
89
18
  get: operations["getItemsByItemGroup"];
90
- put?: never;
91
- post?: never;
92
- delete?: never;
93
- options?: never;
94
- head?: never;
95
- patch?: never;
96
- trace?: never;
97
19
  };
98
20
  "/item/{item_id}/check_compatibility": {
99
- parameters: {
100
- query?: never;
101
- header?: never;
102
- path?: never;
103
- cookie?: never;
104
- };
105
- get?: never;
106
- put?: never;
107
21
  post: operations["checkCompatibility"];
108
- delete?: never;
109
- options?: never;
110
- head?: never;
111
- patch?: never;
112
- trace?: never;
113
- };
114
- "/shopping_cart/add_item": {
115
- parameters: {
116
- query?: never;
117
- header?: never;
118
- path?: never;
119
- cookie?: never;
120
- };
121
- get?: never;
122
- put?: never;
123
- post: operations["addItem"];
124
- delete?: never;
125
- options?: never;
126
- head?: never;
127
- patch?: never;
128
- trace?: never;
129
- };
130
- "/shopping_cart/": {
131
- parameters: {
132
- query?: never;
133
- header?: never;
134
- path?: never;
135
- cookie?: never;
136
- };
137
- get: operations["getShoppingCart"];
138
- put?: never;
139
- post?: never;
140
- delete?: never;
141
- options?: never;
142
- head?: never;
143
- patch?: never;
144
- trace?: never;
145
- };
146
- "/shopping_cart/remove_item": {
147
- parameters: {
148
- query?: never;
149
- header?: never;
150
- path?: never;
151
- cookie?: never;
152
- };
153
- get?: never;
154
- put?: never;
155
- post: operations["removeItem"];
156
- delete?: never;
157
- options?: never;
158
- head?: never;
159
- patch?: never;
160
- trace?: never;
161
- };
162
- "/shopping_cart/update_quantity": {
163
- parameters: {
164
- query?: never;
165
- header?: never;
166
- path?: never;
167
- cookie?: never;
168
- };
169
- get?: never;
170
- put?: never;
171
- post: operations["updateQuantity"];
172
- delete?: never;
173
- options?: never;
174
- head?: never;
175
- patch?: never;
176
- trace?: never;
177
22
  };
178
23
  }
179
24
  export type webhooks = Record<string, never>;
180
25
  export interface components {
181
26
  schemas: {
182
- AddCartItemInput: {
183
- itemId?: string;
184
- quantity?: number;
185
- };
186
27
  AdditionalProductIdentity: {
187
- productIdentity?: components["schemas"]["ProductIdentity"][];
28
+ productIdentity?: (components["schemas"]["ProductIdentity"])[];
29
+ };
30
+ AddonService: {
31
+ selection?: string;
32
+ serviceFee?: components["schemas"]["ConvertedAmount"];
33
+ serviceId?: string;
34
+ serviceType?: string;
188
35
  };
189
36
  Address: {
190
37
  addressLine1?: string;
@@ -201,14 +48,14 @@ export interface components {
201
48
  };
202
49
  Aspect: {
203
50
  localizedName?: string;
204
- localizedValues?: string[];
51
+ localizedValues?: (string)[];
205
52
  };
206
53
  AspectDistribution: {
207
- aspectValueDistributions?: components["schemas"]["AspectValueDistribution"][];
54
+ aspectValueDistributions?: (components["schemas"]["AspectValueDistribution"])[];
208
55
  localizedAspectName?: string;
209
56
  };
210
57
  AspectGroup: {
211
- aspects?: components["schemas"]["Aspect"][];
58
+ aspects?: (components["schemas"]["Aspect"])[];
212
59
  localizedGroupName?: string;
213
60
  };
214
61
  AspectValueDistribution: {
@@ -244,18 +91,9 @@ export interface components {
244
91
  matchCount?: number;
245
92
  refinementHref?: string;
246
93
  };
247
- CartItem: {
248
- cartItemId?: string;
249
- cartItemSubtotal?: components["schemas"]["Amount"];
250
- image?: components["schemas"]["Image"];
251
- itemId?: string;
252
- itemWebUrl?: string;
253
- price?: components["schemas"]["Price"];
254
- quantity?: number;
255
- title?: string;
256
- };
257
94
  Category: {
258
95
  categoryId?: string;
96
+ categoryName?: string;
259
97
  };
260
98
  CategoryDistribution: {
261
99
  categoryId?: string;
@@ -265,10 +103,24 @@ export interface components {
265
103
  };
266
104
  CommonDescriptions: {
267
105
  description?: string;
268
- itemIds?: string[];
106
+ itemIds?: (string)[];
107
+ };
108
+ CompanyAddress: {
109
+ addressLine1?: string;
110
+ addressLine2?: string;
111
+ city?: string;
112
+ companyName?: string;
113
+ contactUrl?: string;
114
+ country?: string;
115
+ countryName?: string;
116
+ county?: string;
117
+ email?: string;
118
+ phone?: string;
119
+ postalCode?: string;
120
+ stateOrProvince?: string;
269
121
  };
270
122
  CompatibilityPayload: {
271
- compatibilityProperties?: components["schemas"]["AttributeNameValue"][];
123
+ compatibilityProperties?: (components["schemas"]["AttributeNameValue"])[];
272
124
  };
273
125
  CompatibilityProperty: {
274
126
  localizedName?: string;
@@ -277,7 +129,15 @@ export interface components {
277
129
  };
278
130
  CompatibilityResponse: {
279
131
  compatibilityStatus?: string;
280
- warnings?: components["schemas"]["Error"][];
132
+ warnings?: (components["schemas"]["Error"])[];
133
+ };
134
+ ConditionDescriptor: {
135
+ name?: string;
136
+ values?: (components["schemas"]["ConditionDescriptorValue"])[];
137
+ };
138
+ ConditionDescriptorValue: {
139
+ additionalInfo?: (string)[];
140
+ content?: string;
281
141
  };
282
142
  ConditionDistribution: {
283
143
  condition?: string;
@@ -292,15 +152,15 @@ export interface components {
292
152
  value?: string;
293
153
  };
294
154
  CoreItem: {
295
- additionalImages?: components["schemas"]["Image"][];
155
+ additionalImages?: (components["schemas"]["Image"])[];
296
156
  adultOnly?: boolean;
297
157
  ageGroup?: string;
298
158
  authenticityGuarantee?: components["schemas"]["AuthenticityGuaranteeProgram"];
299
159
  authenticityVerification?: components["schemas"]["AuthenticityVerificationProgram"];
300
- availableCoupons?: components["schemas"]["AvailableCoupon"][];
160
+ availableCoupons?: (components["schemas"]["AvailableCoupon"])[];
301
161
  bidCount?: number;
302
162
  brand?: string;
303
- buyingOptions?: string[];
163
+ buyingOptions?: (string)[];
304
164
  categoryId?: string;
305
165
  categoryPath?: string;
306
166
  color?: string;
@@ -313,25 +173,27 @@ export interface components {
313
173
  enabledForGuestCheckout?: boolean;
314
174
  energyEfficiencyClass?: string;
315
175
  epid?: string;
316
- estimatedAvailabilities?: components["schemas"]["EstimatedAvailability"][];
176
+ estimatedAvailabilities?: (components["schemas"]["EstimatedAvailability"])[];
317
177
  gender?: string;
318
178
  gtin?: string;
319
179
  image?: components["schemas"]["Image"];
180
+ immediatePay?: boolean;
320
181
  inferredEpid?: string;
321
182
  itemAffiliateWebUrl?: string;
183
+ itemCreationDate?: string;
322
184
  itemEndDate?: string;
323
185
  itemId?: string;
324
186
  itemLocation?: components["schemas"]["Address"];
325
187
  itemWebUrl?: string;
326
188
  legacyItemId?: string;
327
- localizedAspects?: components["schemas"]["TypedNameValue"][];
189
+ localizedAspects?: (components["schemas"]["TypedNameValue"])[];
328
190
  lotSize?: number;
329
191
  marketingPrice?: components["schemas"]["MarketingPrice"];
330
192
  material?: string;
331
193
  minimumPriceToBid?: components["schemas"]["ConvertedAmount"];
332
194
  mpn?: string;
333
195
  pattern?: string;
334
- paymentMethods?: components["schemas"]["PaymentMethod"][];
196
+ paymentMethods?: (components["schemas"]["PaymentMethod"])[];
335
197
  price?: components["schemas"]["ConvertedAmount"];
336
198
  priceDisplayCondition?: string;
337
199
  primaryItemGroup?: components["schemas"]["ItemGroupSummary"];
@@ -339,20 +201,20 @@ export interface components {
339
201
  priorityListing?: boolean;
340
202
  product?: components["schemas"]["Product"];
341
203
  productFicheWebUrl?: string;
342
- qualifiedPrograms?: string[];
204
+ qualifiedPrograms?: (string)[];
343
205
  quantityLimitPerBuyer?: number;
344
206
  reservePriceMet?: boolean;
345
207
  returnTerms?: components["schemas"]["ItemReturnTerms"];
346
208
  seller?: components["schemas"]["SellerDetail"];
347
209
  sellerItemRevision?: string;
348
- shippingOptions?: components["schemas"]["ShippingOption"][];
210
+ shippingOptions?: (components["schemas"]["ShippingOption"])[];
349
211
  shipToLocations?: components["schemas"]["ShipToLocations"];
350
212
  shortDescription?: string;
351
213
  size?: string;
352
214
  sizeSystem?: string;
353
215
  sizeType?: string;
354
216
  subtitle?: string;
355
- taxes?: components["schemas"]["Taxes"][];
217
+ taxes?: (components["schemas"]["Taxes"])[];
356
218
  title?: string;
357
219
  topRatedBuyingExperience?: boolean;
358
220
  tyreLabelImageUrl?: string;
@@ -363,15 +225,26 @@ export interface components {
363
225
  CouponConstraint: {
364
226
  expirationDate?: string;
365
227
  };
228
+ EconomicOperator: {
229
+ companyName?: string;
230
+ addressLine1?: string;
231
+ addressLine2?: string;
232
+ city?: string;
233
+ stateOrProvince?: string;
234
+ postalCode?: string;
235
+ country?: string;
236
+ phone?: string;
237
+ email?: string;
238
+ };
366
239
  Error: {
367
240
  category?: string;
368
241
  domain?: string;
369
242
  errorId?: number;
370
- inputRefIds?: string[];
243
+ inputRefIds?: (string)[];
371
244
  longMessage?: string;
372
245
  message?: string;
373
- outputRefIds?: string[];
374
- parameters?: components["schemas"]["ErrorParameter"][];
246
+ outputRefIds?: (string)[];
247
+ parameters?: (components["schemas"]["ErrorParameter"])[];
375
248
  subdomain?: string;
376
249
  };
377
250
  ErrorParameter: {
@@ -381,57 +254,83 @@ export interface components {
381
254
  EstimatedAvailability: {
382
255
  availabilityThreshold?: number;
383
256
  availabilityThresholdType?: string;
384
- deliveryOptions?: string[];
257
+ deliveryOptions?: (string)[];
385
258
  estimatedAvailabilityStatus?: string;
386
259
  estimatedAvailableQuantity?: number;
260
+ estimatedRemainingQuantity?: number;
387
261
  estimatedSoldQuantity?: number;
388
262
  };
263
+ HazardPictogram: {
264
+ pictogramDescription?: string;
265
+ pictogramId?: string;
266
+ pictogramUrl?: string;
267
+ };
268
+ HazardStatement: {
269
+ statementDescription?: string;
270
+ statementId?: string;
271
+ };
272
+ HazardousMaterialsLabels: {
273
+ additionalInformation?: string;
274
+ pictograms?: (components["schemas"]["HazardPictogram"])[];
275
+ signalWord?: string;
276
+ signalWordId?: string;
277
+ statements?: (components["schemas"]["HazardStatement"])[];
278
+ };
389
279
  Image: {
390
280
  height?: number;
391
281
  imageUrl?: string;
392
282
  width?: number;
393
283
  };
394
284
  Item: {
395
- additionalImages?: components["schemas"]["Image"][];
285
+ additionalImages?: (components["schemas"]["Image"])[];
286
+ addonServices?: (components["schemas"]["AddonService"])[];
396
287
  adultOnly?: boolean;
397
288
  ageGroup?: string;
398
289
  authenticityGuarantee?: components["schemas"]["AuthenticityGuaranteeProgram"];
399
290
  authenticityVerification?: components["schemas"]["AuthenticityVerificationProgram"];
400
- availableCoupons?: components["schemas"]["AvailableCoupon"][];
291
+ availableCoupons?: (components["schemas"]["AvailableCoupon"])[];
401
292
  bidCount?: number;
402
293
  brand?: string;
403
- buyingOptions?: string[];
294
+ buyingOptions?: (string)[];
404
295
  categoryId?: string;
296
+ categoryIdPath?: string;
405
297
  categoryPath?: string;
406
298
  color?: string;
407
299
  condition?: string;
408
300
  conditionDescription?: string;
301
+ conditionDescriptors?: (components["schemas"]["ConditionDescriptor"])[];
409
302
  conditionId?: string;
410
303
  currentBidPrice?: components["schemas"]["ConvertedAmount"];
411
304
  description?: string;
305
+ ecoParticipationFee?: components["schemas"]["ConvertedAmount"];
412
306
  eligibleForInlineCheckout?: boolean;
413
307
  enabledForGuestCheckout?: boolean;
414
308
  energyEfficiencyClass?: string;
415
309
  epid?: string;
416
- estimatedAvailabilities?: components["schemas"]["EstimatedAvailability"][];
310
+ estimatedAvailabilities?: (components["schemas"]["EstimatedAvailability"])[];
417
311
  gender?: string;
418
312
  gtin?: string;
313
+ hazardousMaterialsLabels?: components["schemas"]["HazardousMaterialsLabels"];
419
314
  image?: components["schemas"]["Image"];
315
+ immediatePay?: boolean;
420
316
  inferredEpid?: string;
421
317
  itemAffiliateWebUrl?: string;
318
+ itemCreationDate?: string;
422
319
  itemEndDate?: string;
423
320
  itemId?: string;
424
321
  itemLocation?: components["schemas"]["Address"];
425
322
  itemWebUrl?: string;
426
323
  legacyItemId?: string;
427
- localizedAspects?: components["schemas"]["TypedNameValue"][];
324
+ listingMarketplaceId?: string;
325
+ localizedAspects?: (components["schemas"]["TypedNameValue"])[];
428
326
  lotSize?: number;
327
+ manufacturer?: components["schemas"]["CompanyAddress"];
429
328
  marketingPrice?: components["schemas"]["MarketingPrice"];
430
329
  material?: string;
431
330
  minimumPriceToBid?: components["schemas"]["ConvertedAmount"];
432
331
  mpn?: string;
433
332
  pattern?: string;
434
- paymentMethods?: components["schemas"]["PaymentMethod"][];
333
+ paymentMethods?: (components["schemas"]["PaymentMethod"])[];
435
334
  price?: components["schemas"]["ConvertedAmount"];
436
335
  priceDisplayCondition?: string;
437
336
  primaryItemGroup?: components["schemas"]["ItemGroupSummary"];
@@ -439,36 +338,40 @@ export interface components {
439
338
  priorityListing?: boolean;
440
339
  product?: components["schemas"]["Product"];
441
340
  productFicheWebUrl?: string;
442
- qualifiedPrograms?: string[];
341
+ productSafetyLabels?: components["schemas"]["ProductSafetyLabels"];
342
+ qualifiedPrograms?: (string)[];
443
343
  quantityLimitPerBuyer?: number;
344
+ repairScore?: string;
444
345
  reservePriceMet?: boolean;
346
+ responsiblePersons?: (components["schemas"]["ResponsiblePerson"])[];
445
347
  returnTerms?: components["schemas"]["ItemReturnTerms"];
446
348
  seller?: components["schemas"]["SellerDetail"];
349
+ sellerCustomPolicies?: (components["schemas"]["SellerCustomPolicy"])[];
447
350
  sellerItemRevision?: string;
448
- shippingOptions?: components["schemas"]["ShippingOption"][];
351
+ shippingOptions?: (components["schemas"]["ShippingOption"])[];
449
352
  shipToLocations?: components["schemas"]["ShipToLocations"];
450
353
  shortDescription?: string;
451
354
  size?: string;
452
355
  sizeSystem?: string;
453
356
  sizeType?: string;
454
357
  subtitle?: string;
455
- taxes?: components["schemas"]["Taxes"][];
358
+ taxes?: (components["schemas"]["Taxes"])[];
456
359
  title?: string;
457
360
  topRatedBuyingExperience?: boolean;
458
361
  tyreLabelImageUrl?: string;
459
362
  uniqueBidderCount?: number;
460
363
  unitPrice?: components["schemas"]["ConvertedAmount"];
461
364
  unitPricingMeasure?: string;
462
- warnings?: components["schemas"]["Error"][];
365
+ warnings?: (components["schemas"]["Error"])[];
463
366
  watchCount?: number;
464
367
  };
465
368
  ItemGroup: {
466
- commonDescriptions?: components["schemas"]["CommonDescriptions"][];
467
- items?: components["schemas"]["Item"][];
468
- warnings?: components["schemas"]["Error"][];
369
+ commonDescriptions?: (components["schemas"]["CommonDescriptions"])[];
370
+ items?: (components["schemas"]["Item"])[];
371
+ warnings?: (components["schemas"]["Error"])[];
469
372
  };
470
373
  ItemGroupSummary: {
471
- itemGroupAdditionalImages?: components["schemas"]["Image"][];
374
+ itemGroupAdditionalImages?: (components["schemas"]["Image"])[];
472
375
  itemGroupHref?: string;
473
376
  itemGroupId?: string;
474
377
  itemGroupImage?: components["schemas"]["Image"];
@@ -495,14 +398,14 @@ export interface components {
495
398
  returnShippingCostPayer?: string;
496
399
  };
497
400
  ItemSummary: {
498
- additionalImages?: components["schemas"]["Image"][];
401
+ additionalImages?: (components["schemas"]["Image"])[];
499
402
  adultOnly?: boolean;
500
403
  availableCoupons?: boolean;
501
404
  bidCount?: number;
502
- buyingOptions?: string[];
503
- categories?: components["schemas"]["Category"][];
405
+ buyingOptions?: (string)[];
406
+ categories?: (components["schemas"]["Category"])[];
504
407
  compatibilityMatch?: string;
505
- compatibilityProperties?: components["schemas"]["CompatibilityProperty"][];
408
+ compatibilityProperties?: (components["schemas"]["CompatibilityProperty"])[];
506
409
  condition?: string;
507
410
  conditionId?: string;
508
411
  currentBidPrice?: components["schemas"]["ConvertedAmount"];
@@ -511,24 +414,28 @@ export interface components {
511
414
  epid?: string;
512
415
  image?: components["schemas"]["Image"];
513
416
  itemAffiliateWebUrl?: string;
417
+ itemCreationDate?: string;
514
418
  itemEndDate?: string;
515
419
  itemGroupHref?: string;
516
420
  itemGroupType?: string;
517
421
  itemHref?: string;
518
422
  itemId?: string;
519
423
  itemLocation?: components["schemas"]["ItemLocationImpl"];
424
+ itemOriginDate?: string;
520
425
  itemWebUrl?: string;
426
+ leafCategoryIds?: (string)[];
521
427
  legacyItemId?: string;
428
+ listingMarketplaceId?: string;
522
429
  marketingPrice?: components["schemas"]["MarketingPrice"];
523
- pickupOptions?: components["schemas"]["PickupOptionSummary"][];
430
+ pickupOptions?: (components["schemas"]["PickupOptionSummary"])[];
524
431
  price?: components["schemas"]["ConvertedAmount"];
525
432
  priceDisplayCondition?: string;
526
433
  priorityListing?: boolean;
527
- qualifiedPrograms?: string[];
434
+ qualifiedPrograms?: (string)[];
528
435
  seller?: components["schemas"]["Seller"];
529
- shippingOptions?: components["schemas"]["ShippingOptionSummary"][];
436
+ shippingOptions?: (components["schemas"]["ShippingOptionSummary"])[];
530
437
  shortDescription?: string;
531
- thumbnailImages?: components["schemas"]["Image"][];
438
+ thumbnailImages?: (components["schemas"]["Image"])[];
532
439
  title?: string;
533
440
  topRatedBuyingExperience?: boolean;
534
441
  tyreLabelImageUrl?: string;
@@ -537,9 +444,9 @@ export interface components {
537
444
  watchCount?: number;
538
445
  };
539
446
  Items: {
540
- items?: components["schemas"]["CoreItem"][];
447
+ items?: (components["schemas"]["CoreItem"])[];
541
448
  total?: number;
542
- warnings?: components["schemas"]["Error"][];
449
+ warnings?: (components["schemas"]["Error"])[];
543
450
  };
544
451
  LegalAddress: {
545
452
  addressLine1?: string;
@@ -559,9 +466,9 @@ export interface components {
559
466
  };
560
467
  PaymentMethod: {
561
468
  paymentMethodType?: string;
562
- paymentMethodBrands?: components["schemas"]["PaymentMethodBrand"][];
563
- paymentInstructions?: string[];
564
- sellerInstructions?: string[];
469
+ paymentMethodBrands?: (components["schemas"]["PaymentMethodBrand"])[];
470
+ paymentInstructions?: (string)[];
471
+ sellerInstructions?: (string)[];
565
472
  };
566
473
  PaymentMethodBrand: {
567
474
  paymentMethodBrandType?: string;
@@ -570,55 +477,67 @@ export interface components {
570
477
  PickupOptionSummary: {
571
478
  pickupLocationType?: string;
572
479
  };
573
- Price: {
574
- convertedFromCurrency?: string;
575
- convertedFromValue?: string;
576
- currency?: string;
577
- value?: string;
578
- };
579
480
  Product: {
580
- additionalImages?: components["schemas"]["Image"][];
581
- additionalProductIdentities?: components["schemas"]["AdditionalProductIdentity"][];
582
- aspectGroups?: components["schemas"]["AspectGroup"][];
481
+ additionalImages?: (components["schemas"]["Image"])[];
482
+ additionalProductIdentities?: (components["schemas"]["AdditionalProductIdentity"])[];
483
+ aspectGroups?: (components["schemas"]["AspectGroup"])[];
583
484
  brand?: string;
584
485
  description?: string;
585
- gtins?: string[];
486
+ gtins?: (string)[];
586
487
  image?: components["schemas"]["Image"];
587
- mpns?: string[];
488
+ mpns?: (string)[];
588
489
  title?: string;
589
490
  };
590
491
  ProductIdentity: {
591
492
  identifierType?: string;
592
493
  identifierValue?: string;
593
494
  };
495
+ ProductSafetyLabelPictogram: {
496
+ pictogramDescription?: string;
497
+ pictogramId?: string;
498
+ pictogramUrl?: string;
499
+ };
500
+ ProductSafetyLabelStatement: {
501
+ statementDescription?: string;
502
+ statementId?: string;
503
+ };
504
+ ProductSafetyLabels: {
505
+ pictograms?: (components["schemas"]["ProductSafetyLabelPictogram"])[];
506
+ statements?: (components["schemas"]["ProductSafetyLabelStatement"])[];
507
+ };
594
508
  RatingHistogram: {
595
509
  count?: number;
596
510
  rating?: string;
597
511
  };
598
512
  Refinement: {
599
- aspectDistributions?: components["schemas"]["AspectDistribution"][];
600
- buyingOptionDistributions?: components["schemas"]["BuyingOptionDistribution"][];
601
- categoryDistributions?: components["schemas"]["CategoryDistribution"][];
602
- conditionDistributions?: components["schemas"]["ConditionDistribution"][];
513
+ aspectDistributions?: (components["schemas"]["AspectDistribution"])[];
514
+ buyingOptionDistributions?: (components["schemas"]["BuyingOptionDistribution"])[];
515
+ categoryDistributions?: (components["schemas"]["CategoryDistribution"])[];
516
+ conditionDistributions?: (components["schemas"]["ConditionDistribution"])[];
603
517
  dominantCategoryId?: string;
604
518
  };
605
519
  Region: {
606
520
  regionName?: string;
607
521
  regionType?: string;
608
522
  };
609
- RemoteShopcartResponse: {
610
- cartItems?: components["schemas"]["CartItem"][];
611
- cartSubtotal?: components["schemas"]["Amount"];
612
- cartWebUrl?: string;
613
- unavailableCartItems?: components["schemas"]["CartItem"][];
614
- warnings?: components["schemas"]["Error"][];
615
- };
616
- RemoveCartItemInput: {
617
- cartItemId?: string;
523
+ ResponsiblePerson: {
524
+ addressLine1?: string;
525
+ addressLine2?: string;
526
+ city?: string;
527
+ companyName?: string;
528
+ contactUrl?: string;
529
+ country?: string;
530
+ countryName?: string;
531
+ county?: string;
532
+ email?: string;
533
+ phone?: string;
534
+ postalCode?: string;
535
+ stateOrProvince?: string;
536
+ types?: (string)[];
618
537
  };
619
538
  ReviewRating: {
620
539
  averageRating?: string;
621
- ratingHistograms?: components["schemas"]["RatingHistogram"][];
540
+ ratingHistograms?: (components["schemas"]["RatingHistogram"])[];
622
541
  reviewCount?: number;
623
542
  };
624
543
  SearchByImageRequest: {
@@ -627,14 +546,14 @@ export interface components {
627
546
  SearchPagedCollection: {
628
547
  autoCorrections?: components["schemas"]["AutoCorrections"];
629
548
  href?: string;
630
- itemSummaries?: components["schemas"]["ItemSummary"][];
549
+ itemSummaries?: (components["schemas"]["ItemSummary"])[];
631
550
  limit?: number;
632
551
  next?: string;
633
552
  offset?: number;
634
553
  prev?: string;
635
554
  refinement?: components["schemas"]["Refinement"];
636
555
  total?: number;
637
- warnings?: components["schemas"]["Error"][];
556
+ warnings?: (components["schemas"]["Error"])[];
638
557
  };
639
558
  Seller: {
640
559
  feedbackPercentage?: string;
@@ -642,11 +561,17 @@ export interface components {
642
561
  sellerAccountType?: string;
643
562
  username?: string;
644
563
  };
564
+ SellerCustomPolicy: {
565
+ description?: string;
566
+ label?: string;
567
+ type?: string;
568
+ };
645
569
  SellerDetail: {
646
570
  feedbackPercentage?: string;
647
571
  feedbackScore?: number;
648
572
  sellerAccountType?: string;
649
573
  sellerLegalInfo?: components["schemas"]["SellerLegalInfo"];
574
+ userId?: string;
650
575
  username?: string;
651
576
  };
652
577
  SellerLegalInfo: {
@@ -660,15 +585,17 @@ export interface components {
660
585
  registrationNumber?: string;
661
586
  sellerProvidedLegalAddress?: components["schemas"]["LegalAddress"];
662
587
  termsOfService?: string;
663
- vatDetails?: components["schemas"]["VatDetail"][];
588
+ vatDetails?: (components["schemas"]["VatDetail"])[];
589
+ economicOperator?: components["schemas"]["EconomicOperator"];
590
+ weeeNumber?: string;
664
591
  };
665
592
  ShipToLocation: {
666
593
  country?: string;
667
594
  postalCode?: string;
668
595
  };
669
596
  ShipToLocations: {
670
- regionExcluded?: components["schemas"]["ShipToRegion"][];
671
- regionIncluded?: components["schemas"]["ShipToRegion"][];
597
+ regionExcluded?: (components["schemas"]["ShipToRegion"])[];
598
+ regionIncluded?: (components["schemas"]["ShipToRegion"])[];
672
599
  };
673
600
  ShipToRegion: {
674
601
  regionId?: string;
@@ -724,10 +651,6 @@ export interface components {
724
651
  type?: string;
725
652
  value?: string;
726
653
  };
727
- UpdateCartItemInput: {
728
- cartItemId?: string;
729
- quantity?: number;
730
- };
731
654
  VatDetail: {
732
655
  issuingCountry?: string;
733
656
  vatId?: string;
@@ -739,7 +662,7 @@ export interface components {
739
662
  headers: never;
740
663
  pathItems: never;
741
664
  }
742
- export type $defs = Record<string, never>;
665
+ export type external = Record<string, never>;
743
666
  export interface operations {
744
667
  search: {
745
668
  parameters: {
@@ -758,38 +681,21 @@ export interface operations {
758
681
  q?: string;
759
682
  sort?: string;
760
683
  };
761
- header?: never;
762
- path?: never;
763
- cookie?: never;
684
+ header?: {
685
+ "X-EBAY-C-ENDUSERCTX"?: string;
686
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
687
+ "Accept-Language"?: string;
688
+ };
764
689
  };
765
- requestBody?: never;
766
690
  responses: {
767
691
  200: {
768
- headers: {
769
- [name: string]: unknown;
770
- };
771
692
  content: {
772
693
  "application/json": components["schemas"]["SearchPagedCollection"];
773
694
  };
774
695
  };
775
- 400: {
776
- headers: {
777
- [name: string]: unknown;
778
- };
779
- content?: never;
780
- };
781
- 409: {
782
- headers: {
783
- [name: string]: unknown;
784
- };
785
- content?: never;
786
- };
787
- 500: {
788
- headers: {
789
- [name: string]: unknown;
790
- };
791
- content?: never;
792
- };
696
+ 400: never;
697
+ 409: never;
698
+ 500: never;
793
699
  };
794
700
  };
795
701
  searchByImage: {
@@ -804,9 +710,12 @@ export interface operations {
804
710
  offset?: string;
805
711
  sort?: string;
806
712
  };
807
- header?: never;
808
- path?: never;
809
- cookie?: never;
713
+ header: {
714
+ "X-EBAY-C-ENDUSERCTX"?: string;
715
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
716
+ "Content-Type": string;
717
+ "Accept-Language"?: string;
718
+ };
810
719
  };
811
720
  requestBody?: {
812
721
  content: {
@@ -815,78 +724,40 @@ export interface operations {
815
724
  };
816
725
  responses: {
817
726
  200: {
818
- headers: {
819
- [name: string]: unknown;
820
- };
821
727
  content: {
822
728
  "application/json": components["schemas"]["SearchPagedCollection"];
823
729
  };
824
730
  };
825
- 400: {
826
- headers: {
827
- [name: string]: unknown;
828
- };
829
- content?: never;
830
- };
831
- 409: {
832
- headers: {
833
- [name: string]: unknown;
834
- };
835
- content?: never;
836
- };
837
- 500: {
838
- headers: {
839
- [name: string]: unknown;
840
- };
841
- content?: never;
842
- };
731
+ 400: never;
732
+ 409: never;
733
+ 500: never;
843
734
  };
844
735
  };
845
736
  getItem: {
846
737
  parameters: {
847
738
  query?: {
848
739
  fieldgroups?: string;
740
+ quantity_for_shipping_estimate?: string;
741
+ };
742
+ header?: {
743
+ "X-EBAY-C-ENDUSERCTX"?: string;
744
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
745
+ "Accept-Language"?: string;
849
746
  };
850
- header?: never;
851
747
  path: {
852
748
  item_id: string;
853
749
  };
854
- cookie?: never;
855
750
  };
856
- requestBody?: never;
857
751
  responses: {
858
752
  200: {
859
- headers: {
860
- [name: string]: unknown;
861
- };
862
753
  content: {
863
754
  "application/json": components["schemas"]["Item"];
864
755
  };
865
756
  };
866
- 400: {
867
- headers: {
868
- [name: string]: unknown;
869
- };
870
- content?: never;
871
- };
872
- 404: {
873
- headers: {
874
- [name: string]: unknown;
875
- };
876
- content?: never;
877
- };
878
- 409: {
879
- headers: {
880
- [name: string]: unknown;
881
- };
882
- content?: never;
883
- };
884
- 500: {
885
- headers: {
886
- [name: string]: unknown;
887
- };
888
- content?: never;
889
- };
757
+ 400: never;
758
+ 404: never;
759
+ 409: never;
760
+ 500: never;
890
761
  };
891
762
  };
892
763
  getItemByLegacyId: {
@@ -896,45 +767,24 @@ export interface operations {
896
767
  legacy_item_id: string;
897
768
  legacy_variation_id?: string;
898
769
  legacy_variation_sku?: string;
770
+ quantity_for_shipping_estimate?: string;
771
+ };
772
+ header?: {
773
+ "X-EBAY-C-ENDUSERCTX"?: string;
774
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
775
+ "Accept-Language"?: string;
899
776
  };
900
- header?: never;
901
- path?: never;
902
- cookie?: never;
903
777
  };
904
- requestBody?: never;
905
778
  responses: {
906
779
  200: {
907
- headers: {
908
- [name: string]: unknown;
909
- };
910
780
  content: {
911
781
  "application/json": components["schemas"]["Item"];
912
782
  };
913
783
  };
914
- 400: {
915
- headers: {
916
- [name: string]: unknown;
917
- };
918
- content?: never;
919
- };
920
- 404: {
921
- headers: {
922
- [name: string]: unknown;
923
- };
924
- content?: never;
925
- };
926
- 409: {
927
- headers: {
928
- [name: string]: unknown;
929
- };
930
- content?: never;
931
- };
932
- 500: {
933
- headers: {
934
- [name: string]: unknown;
935
- };
936
- content?: never;
937
- };
784
+ 400: never;
785
+ 404: never;
786
+ 409: never;
787
+ 500: never;
938
788
  };
939
789
  };
940
790
  getItems: {
@@ -942,102 +792,61 @@ export interface operations {
942
792
  query?: {
943
793
  item_ids?: string;
944
794
  item_group_ids?: string;
795
+ quantity_for_shipping_estimate?: string;
796
+ };
797
+ header?: {
798
+ "X-EBAY-C-ENDUSERCTX"?: string;
799
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
800
+ "Accept-Language"?: string;
945
801
  };
946
- header?: never;
947
- path?: never;
948
- cookie?: never;
949
802
  };
950
- requestBody?: never;
951
803
  responses: {
952
804
  200: {
953
- headers: {
954
- [name: string]: unknown;
955
- };
956
805
  content: {
957
806
  "application/json": components["schemas"]["Items"];
958
807
  };
959
808
  };
960
- 400: {
961
- headers: {
962
- [name: string]: unknown;
963
- };
964
- content?: never;
965
- };
966
- 404: {
967
- headers: {
968
- [name: string]: unknown;
969
- };
970
- content?: never;
971
- };
972
- 409: {
973
- headers: {
974
- [name: string]: unknown;
975
- };
976
- content?: never;
977
- };
978
- 500: {
979
- headers: {
980
- [name: string]: unknown;
981
- };
982
- content?: never;
983
- };
809
+ 400: never;
810
+ 404: never;
811
+ 409: never;
812
+ 500: never;
984
813
  };
985
814
  };
986
815
  getItemsByItemGroup: {
987
816
  parameters: {
988
817
  query: {
818
+ fieldgroups?: string;
989
819
  item_group_id: string;
820
+ quantity_for_shipping_estimate?: string;
821
+ };
822
+ header?: {
823
+ "X-EBAY-C-ENDUSERCTX"?: string;
824
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
825
+ "Accept-Language"?: string;
990
826
  };
991
- header?: never;
992
- path?: never;
993
- cookie?: never;
994
827
  };
995
- requestBody?: never;
996
828
  responses: {
997
829
  200: {
998
- headers: {
999
- [name: string]: unknown;
1000
- };
1001
830
  content: {
1002
831
  "application/json": components["schemas"]["ItemGroup"];
1003
832
  };
1004
833
  };
1005
- 400: {
1006
- headers: {
1007
- [name: string]: unknown;
1008
- };
1009
- content?: never;
1010
- };
1011
- 404: {
1012
- headers: {
1013
- [name: string]: unknown;
1014
- };
1015
- content?: never;
1016
- };
1017
- 409: {
1018
- headers: {
1019
- [name: string]: unknown;
1020
- };
1021
- content?: never;
1022
- };
1023
- 500: {
1024
- headers: {
1025
- [name: string]: unknown;
1026
- };
1027
- content?: never;
1028
- };
834
+ 400: never;
835
+ 404: never;
836
+ 409: never;
837
+ 500: never;
1029
838
  };
1030
839
  };
1031
840
  checkCompatibility: {
1032
841
  parameters: {
1033
- query?: never;
1034
842
  header: {
1035
- "X-EBAY-C-MARKETPLACE-ID": string;
843
+ "X-EBAY-C-MARKETPLACE-ID"?: string;
844
+ "Content-Type": string;
845
+ "Accept-Language"?: string;
1036
846
  };
1037
847
  path: {
1038
848
  item_id: string;
1039
849
  };
1040
- cookie?: never;
1041
850
  };
1042
851
  requestBody?: {
1043
852
  content: {
@@ -1046,239 +855,14 @@ export interface operations {
1046
855
  };
1047
856
  responses: {
1048
857
  200: {
1049
- headers: {
1050
- [name: string]: unknown;
1051
- };
1052
858
  content: {
1053
859
  "application/json": components["schemas"]["CompatibilityResponse"];
1054
860
  };
1055
861
  };
1056
- 400: {
1057
- headers: {
1058
- [name: string]: unknown;
1059
- };
1060
- content?: never;
1061
- };
1062
- 404: {
1063
- headers: {
1064
- [name: string]: unknown;
1065
- };
1066
- content?: never;
1067
- };
1068
- 409: {
1069
- headers: {
1070
- [name: string]: unknown;
1071
- };
1072
- content?: never;
1073
- };
1074
- 500: {
1075
- headers: {
1076
- [name: string]: unknown;
1077
- };
1078
- content?: never;
1079
- };
1080
- };
1081
- };
1082
- addItem: {
1083
- parameters: {
1084
- query?: never;
1085
- header?: never;
1086
- path?: never;
1087
- cookie?: never;
1088
- };
1089
- requestBody?: {
1090
- content: {
1091
- "application/json": components["schemas"]["AddCartItemInput"];
1092
- };
1093
- };
1094
- responses: {
1095
- 200: {
1096
- headers: {
1097
- [name: string]: unknown;
1098
- };
1099
- content: {
1100
- "application/json": components["schemas"]["RemoteShopcartResponse"];
1101
- };
1102
- };
1103
- 204: {
1104
- headers: {
1105
- [name: string]: unknown;
1106
- };
1107
- content?: never;
1108
- };
1109
- 400: {
1110
- headers: {
1111
- [name: string]: unknown;
1112
- };
1113
- content?: never;
1114
- };
1115
- 403: {
1116
- headers: {
1117
- [name: string]: unknown;
1118
- };
1119
- content?: never;
1120
- };
1121
- 409: {
1122
- headers: {
1123
- [name: string]: unknown;
1124
- };
1125
- content?: never;
1126
- };
1127
- 500: {
1128
- headers: {
1129
- [name: string]: unknown;
1130
- };
1131
- content?: never;
1132
- };
1133
- };
1134
- };
1135
- getShoppingCart: {
1136
- parameters: {
1137
- query?: never;
1138
- header?: never;
1139
- path?: never;
1140
- cookie?: never;
1141
- };
1142
- requestBody?: never;
1143
- responses: {
1144
- 200: {
1145
- headers: {
1146
- [name: string]: unknown;
1147
- };
1148
- content: {
1149
- "application/json": components["schemas"]["RemoteShopcartResponse"];
1150
- };
1151
- };
1152
- 204: {
1153
- headers: {
1154
- [name: string]: unknown;
1155
- };
1156
- content?: never;
1157
- };
1158
- 400: {
1159
- headers: {
1160
- [name: string]: unknown;
1161
- };
1162
- content?: never;
1163
- };
1164
- 403: {
1165
- headers: {
1166
- [name: string]: unknown;
1167
- };
1168
- content?: never;
1169
- };
1170
- 404: {
1171
- headers: {
1172
- [name: string]: unknown;
1173
- };
1174
- content?: never;
1175
- };
1176
- 500: {
1177
- headers: {
1178
- [name: string]: unknown;
1179
- };
1180
- content?: never;
1181
- };
1182
- };
1183
- };
1184
- removeItem: {
1185
- parameters: {
1186
- query?: never;
1187
- header?: never;
1188
- path?: never;
1189
- cookie?: never;
1190
- };
1191
- requestBody?: {
1192
- content: {
1193
- "application/json": components["schemas"]["RemoveCartItemInput"];
1194
- };
1195
- };
1196
- responses: {
1197
- 200: {
1198
- headers: {
1199
- [name: string]: unknown;
1200
- };
1201
- content: {
1202
- "application/json": components["schemas"]["RemoteShopcartResponse"];
1203
- };
1204
- };
1205
- 204: {
1206
- headers: {
1207
- [name: string]: unknown;
1208
- };
1209
- content?: never;
1210
- };
1211
- 400: {
1212
- headers: {
1213
- [name: string]: unknown;
1214
- };
1215
- content?: never;
1216
- };
1217
- 403: {
1218
- headers: {
1219
- [name: string]: unknown;
1220
- };
1221
- content?: never;
1222
- };
1223
- 409: {
1224
- headers: {
1225
- [name: string]: unknown;
1226
- };
1227
- content?: never;
1228
- };
1229
- 500: {
1230
- headers: {
1231
- [name: string]: unknown;
1232
- };
1233
- content?: never;
1234
- };
1235
- };
1236
- };
1237
- updateQuantity: {
1238
- parameters: {
1239
- query?: never;
1240
- header?: never;
1241
- path?: never;
1242
- cookie?: never;
1243
- };
1244
- requestBody?: {
1245
- content: {
1246
- "application/json": components["schemas"]["UpdateCartItemInput"];
1247
- };
1248
- };
1249
- responses: {
1250
- 200: {
1251
- headers: {
1252
- [name: string]: unknown;
1253
- };
1254
- content: {
1255
- "application/json": components["schemas"]["RemoteShopcartResponse"];
1256
- };
1257
- };
1258
- 400: {
1259
- headers: {
1260
- [name: string]: unknown;
1261
- };
1262
- content?: never;
1263
- };
1264
- 403: {
1265
- headers: {
1266
- [name: string]: unknown;
1267
- };
1268
- content?: never;
1269
- };
1270
- 409: {
1271
- headers: {
1272
- [name: string]: unknown;
1273
- };
1274
- content?: never;
1275
- };
1276
- 500: {
1277
- headers: {
1278
- [name: string]: unknown;
1279
- };
1280
- content?: never;
1281
- };
862
+ 400: never;
863
+ 404: never;
864
+ 409: never;
865
+ 500: never;
1282
866
  };
1283
867
  };
1284
868
  }