@sp-api-sdk/catalog-items-api-v0 3.0.4 → 4.0.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 (64) hide show
  1. package/dist/cjs/api-model/api/catalog-items-api.js +134 -0
  2. package/dist/cjs/api-model/api.js +1 -1
  3. package/dist/cjs/api-model/models/index.js +0 -16
  4. package/dist/cjs/client.js +1 -1
  5. package/dist/es/api-model/api/catalog-items-api.js +124 -0
  6. package/dist/es/api-model/api.js +1 -1
  7. package/dist/es/api-model/models/index.js +0 -16
  8. package/dist/es/client.js +2 -2
  9. package/dist/types/api-model/api/catalog-items-api.d.ts +100 -0
  10. package/dist/types/api-model/api.d.ts +1 -1
  11. package/dist/types/api-model/models/index.d.ts +0 -16
  12. package/dist/types/client.d.ts +2 -2
  13. package/package.json +4 -4
  14. package/dist/cjs/api-model/api/catalog-api.js +0 -296
  15. package/dist/cjs/api-model/models/asinidentifier.js +0 -15
  16. package/dist/cjs/api-model/models/attribute-set-list-type.js +0 -15
  17. package/dist/cjs/api-model/models/creator-type.js +0 -15
  18. package/dist/cjs/api-model/models/decimal-with-units.js +0 -15
  19. package/dist/cjs/api-model/models/dimension-type.js +0 -15
  20. package/dist/cjs/api-model/models/get-catalog-item-response.js +0 -15
  21. package/dist/cjs/api-model/models/identifier-type.js +0 -15
  22. package/dist/cjs/api-model/models/image.js +0 -15
  23. package/dist/cjs/api-model/models/item.js +0 -15
  24. package/dist/cjs/api-model/models/language-type.js +0 -15
  25. package/dist/cjs/api-model/models/list-catalog-items-response.js +0 -15
  26. package/dist/cjs/api-model/models/list-matching-items-response.js +0 -15
  27. package/dist/cjs/api-model/models/price.js +0 -15
  28. package/dist/cjs/api-model/models/relationship-type.js +0 -15
  29. package/dist/cjs/api-model/models/sales-rank-type.js +0 -15
  30. package/dist/cjs/api-model/models/seller-skuidentifier.js +0 -15
  31. package/dist/es/api-model/api/catalog-api.js +0 -286
  32. package/dist/es/api-model/models/asinidentifier.js +0 -14
  33. package/dist/es/api-model/models/attribute-set-list-type.js +0 -14
  34. package/dist/es/api-model/models/creator-type.js +0 -14
  35. package/dist/es/api-model/models/decimal-with-units.js +0 -14
  36. package/dist/es/api-model/models/dimension-type.js +0 -14
  37. package/dist/es/api-model/models/get-catalog-item-response.js +0 -14
  38. package/dist/es/api-model/models/identifier-type.js +0 -14
  39. package/dist/es/api-model/models/image.js +0 -14
  40. package/dist/es/api-model/models/item.js +0 -14
  41. package/dist/es/api-model/models/language-type.js +0 -14
  42. package/dist/es/api-model/models/list-catalog-items-response.js +0 -14
  43. package/dist/es/api-model/models/list-matching-items-response.js +0 -14
  44. package/dist/es/api-model/models/price.js +0 -14
  45. package/dist/es/api-model/models/relationship-type.js +0 -14
  46. package/dist/es/api-model/models/sales-rank-type.js +0 -14
  47. package/dist/es/api-model/models/seller-skuidentifier.js +0 -14
  48. package/dist/types/api-model/api/catalog-api.d.ts +0 -250
  49. package/dist/types/api-model/models/asinidentifier.d.ts +0 -30
  50. package/dist/types/api-model/models/attribute-set-list-type.d.ts +0 -600
  51. package/dist/types/api-model/models/creator-type.d.ts +0 -30
  52. package/dist/types/api-model/models/decimal-with-units.d.ts +0 -30
  53. package/dist/types/api-model/models/dimension-type.d.ts +0 -43
  54. package/dist/types/api-model/models/get-catalog-item-response.d.ts +0 -31
  55. package/dist/types/api-model/models/identifier-type.d.ts +0 -32
  56. package/dist/types/api-model/models/image.d.ts +0 -37
  57. package/dist/types/api-model/models/item.d.ts +0 -46
  58. package/dist/types/api-model/models/language-type.d.ts +0 -36
  59. package/dist/types/api-model/models/list-catalog-items-response.d.ts +0 -31
  60. package/dist/types/api-model/models/list-matching-items-response.d.ts +0 -25
  61. package/dist/types/api-model/models/price.d.ts +0 -30
  62. package/dist/types/api-model/models/relationship-type.d.ts +0 -159
  63. package/dist/types/api-model/models/sales-rank-type.d.ts +0 -30
  64. package/dist/types/api-model/models/seller-skuidentifier.d.ts +0 -36
@@ -1,600 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { CreatorType } from './creator-type';
13
- import type { DecimalWithUnits } from './decimal-with-units';
14
- import type { DimensionType } from './dimension-type';
15
- import type { Image } from './image';
16
- import type { LanguageType } from './language-type';
17
- import type { Price } from './price';
18
- /**
19
- * The attributes of the item.
20
- * @export
21
- * @interface AttributeSetListType
22
- */
23
- export interface AttributeSetListType {
24
- /**
25
- * The actor attributes of the item.
26
- * @type {Array<string>}
27
- * @memberof AttributeSetListType
28
- */
29
- 'Actor'?: Array<string>;
30
- /**
31
- * The artist attributes of the item.
32
- * @type {Array<string>}
33
- * @memberof AttributeSetListType
34
- */
35
- 'Artist'?: Array<string>;
36
- /**
37
- * The aspect ratio attribute of the item.
38
- * @type {string}
39
- * @memberof AttributeSetListType
40
- */
41
- 'AspectRatio'?: string;
42
- /**
43
- * The audience rating attribute of the item.
44
- * @type {string}
45
- * @memberof AttributeSetListType
46
- */
47
- 'AudienceRating'?: string;
48
- /**
49
- * The author attributes of the item.
50
- * @type {Array<string>}
51
- * @memberof AttributeSetListType
52
- */
53
- 'Author'?: Array<string>;
54
- /**
55
- * The back finding attribute of the item.
56
- * @type {string}
57
- * @memberof AttributeSetListType
58
- */
59
- 'BackFinding'?: string;
60
- /**
61
- * The band material type attribute of the item.
62
- * @type {string}
63
- * @memberof AttributeSetListType
64
- */
65
- 'BandMaterialType'?: string;
66
- /**
67
- * The binding attribute of the item.
68
- * @type {string}
69
- * @memberof AttributeSetListType
70
- */
71
- 'Binding'?: string;
72
- /**
73
- * The Bluray region attribute of the item.
74
- * @type {string}
75
- * @memberof AttributeSetListType
76
- */
77
- 'BlurayRegion'?: string;
78
- /**
79
- * The brand attribute of the item.
80
- * @type {string}
81
- * @memberof AttributeSetListType
82
- */
83
- 'Brand'?: string;
84
- /**
85
- * The CERO age rating attribute of the item.
86
- * @type {string}
87
- * @memberof AttributeSetListType
88
- */
89
- 'CeroAgeRating'?: string;
90
- /**
91
- * The chain type attribute of the item.
92
- * @type {string}
93
- * @memberof AttributeSetListType
94
- */
95
- 'ChainType'?: string;
96
- /**
97
- * The clasp type attribute of the item.
98
- * @type {string}
99
- * @memberof AttributeSetListType
100
- */
101
- 'ClaspType'?: string;
102
- /**
103
- * The color attribute of the item.
104
- * @type {string}
105
- * @memberof AttributeSetListType
106
- */
107
- 'Color'?: string;
108
- /**
109
- * The CPU manufacturer attribute of the item.
110
- * @type {string}
111
- * @memberof AttributeSetListType
112
- */
113
- 'CpuManufacturer'?: string;
114
- /**
115
- *
116
- * @type {DecimalWithUnits}
117
- * @memberof AttributeSetListType
118
- */
119
- 'CpuSpeed'?: DecimalWithUnits;
120
- /**
121
- * The CPU type attribute of the item.
122
- * @type {string}
123
- * @memberof AttributeSetListType
124
- */
125
- 'CpuType'?: string;
126
- /**
127
- * The creator attributes of the item.
128
- * @type {Array<CreatorType>}
129
- * @memberof AttributeSetListType
130
- */
131
- 'Creator'?: Array<CreatorType>;
132
- /**
133
- * The department attribute of the item.
134
- * @type {string}
135
- * @memberof AttributeSetListType
136
- */
137
- 'Department'?: string;
138
- /**
139
- * The director attributes of the item.
140
- * @type {Array<string>}
141
- * @memberof AttributeSetListType
142
- */
143
- 'Director'?: Array<string>;
144
- /**
145
- *
146
- * @type {DecimalWithUnits}
147
- * @memberof AttributeSetListType
148
- */
149
- 'DisplaySize'?: DecimalWithUnits;
150
- /**
151
- * The edition attribute of the item.
152
- * @type {string}
153
- * @memberof AttributeSetListType
154
- */
155
- 'Edition'?: string;
156
- /**
157
- * The episode sequence attribute of the item.
158
- * @type {string}
159
- * @memberof AttributeSetListType
160
- */
161
- 'EpisodeSequence'?: string;
162
- /**
163
- * The ESRB age rating attribute of the item.
164
- * @type {string}
165
- * @memberof AttributeSetListType
166
- */
167
- 'EsrbAgeRating'?: string;
168
- /**
169
- * The feature attributes of the item
170
- * @type {Array<string>}
171
- * @memberof AttributeSetListType
172
- */
173
- 'Feature'?: Array<string>;
174
- /**
175
- * The flavor attribute of the item.
176
- * @type {string}
177
- * @memberof AttributeSetListType
178
- */
179
- 'Flavor'?: string;
180
- /**
181
- * The format attributes of the item.
182
- * @type {Array<string>}
183
- * @memberof AttributeSetListType
184
- */
185
- 'Format'?: Array<string>;
186
- /**
187
- * The gem type attributes of the item.
188
- * @type {Array<string>}
189
- * @memberof AttributeSetListType
190
- */
191
- 'GemType'?: Array<string>;
192
- /**
193
- * The genre attribute of the item.
194
- * @type {string}
195
- * @memberof AttributeSetListType
196
- */
197
- 'Genre'?: string;
198
- /**
199
- * The golf club flex attribute of the item.
200
- * @type {string}
201
- * @memberof AttributeSetListType
202
- */
203
- 'GolfClubFlex'?: string;
204
- /**
205
- *
206
- * @type {DecimalWithUnits}
207
- * @memberof AttributeSetListType
208
- */
209
- 'GolfClubLoft'?: DecimalWithUnits;
210
- /**
211
- * The hand orientation attribute of the item.
212
- * @type {string}
213
- * @memberof AttributeSetListType
214
- */
215
- 'HandOrientation'?: string;
216
- /**
217
- * The hard disk interface attribute of the item.
218
- * @type {string}
219
- * @memberof AttributeSetListType
220
- */
221
- 'HardDiskInterface'?: string;
222
- /**
223
- *
224
- * @type {DecimalWithUnits}
225
- * @memberof AttributeSetListType
226
- */
227
- 'HardDiskSize'?: DecimalWithUnits;
228
- /**
229
- * The hardware platform attribute of the item.
230
- * @type {string}
231
- * @memberof AttributeSetListType
232
- */
233
- 'HardwarePlatform'?: string;
234
- /**
235
- * The hazardous material type attribute of the item.
236
- * @type {string}
237
- * @memberof AttributeSetListType
238
- */
239
- 'HazardousMaterialType'?: string;
240
- /**
241
- *
242
- * @type {DimensionType}
243
- * @memberof AttributeSetListType
244
- */
245
- 'ItemDimensions'?: DimensionType;
246
- /**
247
- * The adult product attribute of the item.
248
- * @type {boolean}
249
- * @memberof AttributeSetListType
250
- */
251
- 'IsAdultProduct'?: boolean;
252
- /**
253
- * The autographed attribute of the item.
254
- * @type {boolean}
255
- * @memberof AttributeSetListType
256
- */
257
- 'IsAutographed'?: boolean;
258
- /**
259
- * The is eligible for trade in attribute of the item.
260
- * @type {boolean}
261
- * @memberof AttributeSetListType
262
- */
263
- 'IsEligibleForTradeIn'?: boolean;
264
- /**
265
- * The is memorabilia attribute of the item.
266
- * @type {boolean}
267
- * @memberof AttributeSetListType
268
- */
269
- 'IsMemorabilia'?: boolean;
270
- /**
271
- * The issues per year attribute of the item.
272
- * @type {string}
273
- * @memberof AttributeSetListType
274
- */
275
- 'IssuesPerYear'?: string;
276
- /**
277
- * The item part number attribute of the item.
278
- * @type {string}
279
- * @memberof AttributeSetListType
280
- */
281
- 'ItemPartNumber'?: string;
282
- /**
283
- * The label attribute of the item.
284
- * @type {string}
285
- * @memberof AttributeSetListType
286
- */
287
- 'Label'?: string;
288
- /**
289
- * The languages attribute of the item.
290
- * @type {Array<LanguageType>}
291
- * @memberof AttributeSetListType
292
- */
293
- 'Languages'?: Array<LanguageType>;
294
- /**
295
- * The legal disclaimer attribute of the item.
296
- * @type {string}
297
- * @memberof AttributeSetListType
298
- */
299
- 'LegalDisclaimer'?: string;
300
- /**
301
- *
302
- * @type {Price}
303
- * @memberof AttributeSetListType
304
- */
305
- 'ListPrice'?: Price;
306
- /**
307
- * The manufacturer attribute of the item.
308
- * @type {string}
309
- * @memberof AttributeSetListType
310
- */
311
- 'Manufacturer'?: string;
312
- /**
313
- *
314
- * @type {DecimalWithUnits}
315
- * @memberof AttributeSetListType
316
- */
317
- 'ManufacturerMaximumAge'?: DecimalWithUnits;
318
- /**
319
- *
320
- * @type {DecimalWithUnits}
321
- * @memberof AttributeSetListType
322
- */
323
- 'ManufacturerMinimumAge'?: DecimalWithUnits;
324
- /**
325
- * The manufacturer parts warranty description attribute of the item.
326
- * @type {string}
327
- * @memberof AttributeSetListType
328
- */
329
- 'ManufacturerPartsWarrantyDescription'?: string;
330
- /**
331
- * The material type attributes of the item.
332
- * @type {Array<string>}
333
- * @memberof AttributeSetListType
334
- */
335
- 'MaterialType'?: Array<string>;
336
- /**
337
- *
338
- * @type {DecimalWithUnits}
339
- * @memberof AttributeSetListType
340
- */
341
- 'MaximumResolution'?: DecimalWithUnits;
342
- /**
343
- * The media type attributes of the item.
344
- * @type {Array<string>}
345
- * @memberof AttributeSetListType
346
- */
347
- 'MediaType'?: Array<string>;
348
- /**
349
- * The metal stamp attribute of the item.
350
- * @type {string}
351
- * @memberof AttributeSetListType
352
- */
353
- 'MetalStamp'?: string;
354
- /**
355
- * The metal type attribute of the item.
356
- * @type {string}
357
- * @memberof AttributeSetListType
358
- */
359
- 'MetalType'?: string;
360
- /**
361
- * The model attribute of the item.
362
- * @type {string}
363
- * @memberof AttributeSetListType
364
- */
365
- 'Model'?: string;
366
- /**
367
- * The number of discs attribute of the item.
368
- * @type {number}
369
- * @memberof AttributeSetListType
370
- */
371
- 'NumberOfDiscs'?: number;
372
- /**
373
- * The number of issues attribute of the item.
374
- * @type {number}
375
- * @memberof AttributeSetListType
376
- */
377
- 'NumberOfIssues'?: number;
378
- /**
379
- * The number of items attribute of the item.
380
- * @type {number}
381
- * @memberof AttributeSetListType
382
- */
383
- 'NumberOfItems'?: number;
384
- /**
385
- * The number of pages attribute of the item.
386
- * @type {number}
387
- * @memberof AttributeSetListType
388
- */
389
- 'NumberOfPages'?: number;
390
- /**
391
- * The number of tracks attribute of the item.
392
- * @type {number}
393
- * @memberof AttributeSetListType
394
- */
395
- 'NumberOfTracks'?: number;
396
- /**
397
- * The operating system attributes of the item.
398
- * @type {Array<string>}
399
- * @memberof AttributeSetListType
400
- */
401
- 'OperatingSystem'?: Array<string>;
402
- /**
403
- *
404
- * @type {DecimalWithUnits}
405
- * @memberof AttributeSetListType
406
- */
407
- 'OpticalZoom'?: DecimalWithUnits;
408
- /**
409
- *
410
- * @type {DimensionType}
411
- * @memberof AttributeSetListType
412
- */
413
- 'PackageDimensions'?: DimensionType;
414
- /**
415
- * The package quantity attribute of the item.
416
- * @type {number}
417
- * @memberof AttributeSetListType
418
- */
419
- 'PackageQuantity'?: number;
420
- /**
421
- * The part number attribute of the item.
422
- * @type {string}
423
- * @memberof AttributeSetListType
424
- */
425
- 'PartNumber'?: string;
426
- /**
427
- * The PEGI rating attribute of the item.
428
- * @type {string}
429
- * @memberof AttributeSetListType
430
- */
431
- 'PegiRating'?: string;
432
- /**
433
- * The platform attributes of the item.
434
- * @type {Array<string>}
435
- * @memberof AttributeSetListType
436
- */
437
- 'Platform'?: Array<string>;
438
- /**
439
- * The processor count attribute of the item.
440
- * @type {number}
441
- * @memberof AttributeSetListType
442
- */
443
- 'ProcessorCount'?: number;
444
- /**
445
- * The product group attribute of the item.
446
- * @type {string}
447
- * @memberof AttributeSetListType
448
- */
449
- 'ProductGroup'?: string;
450
- /**
451
- * The product type name attribute of the item.
452
- * @type {string}
453
- * @memberof AttributeSetListType
454
- */
455
- 'ProductTypeName'?: string;
456
- /**
457
- * The product type subcategory attribute of the item.
458
- * @type {string}
459
- * @memberof AttributeSetListType
460
- */
461
- 'ProductTypeSubcategory'?: string;
462
- /**
463
- * The publication date attribute of the item.
464
- * @type {string}
465
- * @memberof AttributeSetListType
466
- */
467
- 'PublicationDate'?: string;
468
- /**
469
- * The publisher attribute of the item.
470
- * @type {string}
471
- * @memberof AttributeSetListType
472
- */
473
- 'Publisher'?: string;
474
- /**
475
- * The region code attribute of the item.
476
- * @type {string}
477
- * @memberof AttributeSetListType
478
- */
479
- 'RegionCode'?: string;
480
- /**
481
- * The release date attribute of the item.
482
- * @type {string}
483
- * @memberof AttributeSetListType
484
- */
485
- 'ReleaseDate'?: string;
486
- /**
487
- * The ring size attribute of the item.
488
- * @type {string}
489
- * @memberof AttributeSetListType
490
- */
491
- 'RingSize'?: string;
492
- /**
493
- *
494
- * @type {DecimalWithUnits}
495
- * @memberof AttributeSetListType
496
- */
497
- 'RunningTime'?: DecimalWithUnits;
498
- /**
499
- * The shaft material attribute of the item.
500
- * @type {string}
501
- * @memberof AttributeSetListType
502
- */
503
- 'ShaftMaterial'?: string;
504
- /**
505
- * The scent attribute of the item.
506
- * @type {string}
507
- * @memberof AttributeSetListType
508
- */
509
- 'Scent'?: string;
510
- /**
511
- * The season sequence attribute of the item.
512
- * @type {string}
513
- * @memberof AttributeSetListType
514
- */
515
- 'SeasonSequence'?: string;
516
- /**
517
- * The Seikodo product code attribute of the item.
518
- * @type {string}
519
- * @memberof AttributeSetListType
520
- */
521
- 'SeikodoProductCode'?: string;
522
- /**
523
- * The size attribute of the item.
524
- * @type {string}
525
- * @memberof AttributeSetListType
526
- */
527
- 'Size'?: string;
528
- /**
529
- * The size per pearl attribute of the item.
530
- * @type {string}
531
- * @memberof AttributeSetListType
532
- */
533
- 'SizePerPearl'?: string;
534
- /**
535
- *
536
- * @type {Image}
537
- * @memberof AttributeSetListType
538
- */
539
- 'SmallImage'?: Image;
540
- /**
541
- * The studio attribute of the item.
542
- * @type {string}
543
- * @memberof AttributeSetListType
544
- */
545
- 'Studio'?: string;
546
- /**
547
- *
548
- * @type {DecimalWithUnits}
549
- * @memberof AttributeSetListType
550
- */
551
- 'SubscriptionLength'?: DecimalWithUnits;
552
- /**
553
- *
554
- * @type {DecimalWithUnits}
555
- * @memberof AttributeSetListType
556
- */
557
- 'SystemMemorySize'?: DecimalWithUnits;
558
- /**
559
- * The system memory type attribute of the item.
560
- * @type {string}
561
- * @memberof AttributeSetListType
562
- */
563
- 'SystemMemoryType'?: string;
564
- /**
565
- * The theatrical release date attribute of the item.
566
- * @type {string}
567
- * @memberof AttributeSetListType
568
- */
569
- 'TheatricalReleaseDate'?: string;
570
- /**
571
- * The title attribute of the item.
572
- * @type {string}
573
- * @memberof AttributeSetListType
574
- */
575
- 'Title'?: string;
576
- /**
577
- *
578
- * @type {DecimalWithUnits}
579
- * @memberof AttributeSetListType
580
- */
581
- 'TotalDiamondWeight'?: DecimalWithUnits;
582
- /**
583
- *
584
- * @type {DecimalWithUnits}
585
- * @memberof AttributeSetListType
586
- */
587
- 'TotalGemWeight'?: DecimalWithUnits;
588
- /**
589
- * The warranty attribute of the item.
590
- * @type {string}
591
- * @memberof AttributeSetListType
592
- */
593
- 'Warranty'?: string;
594
- /**
595
- *
596
- * @type {Price}
597
- * @memberof AttributeSetListType
598
- */
599
- 'WeeeTaxValue'?: Price;
600
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * The creator type attribute of an item.
14
- * @export
15
- * @interface CreatorType
16
- */
17
- export interface CreatorType {
18
- /**
19
- * The value of the attribute.
20
- * @type {string}
21
- * @memberof CreatorType
22
- */
23
- 'value'?: string;
24
- /**
25
- * The role of the value.
26
- * @type {string}
27
- * @memberof CreatorType
28
- */
29
- 'Role'?: string;
30
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * The decimal value and unit.
14
- * @export
15
- * @interface DecimalWithUnits
16
- */
17
- export interface DecimalWithUnits {
18
- /**
19
- * The decimal value.
20
- * @type {number}
21
- * @memberof DecimalWithUnits
22
- */
23
- 'value'?: number;
24
- /**
25
- * The unit of the decimal value.
26
- * @type {string}
27
- * @memberof DecimalWithUnits
28
- */
29
- 'Units'?: string;
30
- }
@@ -1,43 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { DecimalWithUnits } from './decimal-with-units';
13
- /**
14
- * The dimension type attribute of an item.
15
- * @export
16
- * @interface DimensionType
17
- */
18
- export interface DimensionType {
19
- /**
20
- *
21
- * @type {DecimalWithUnits}
22
- * @memberof DimensionType
23
- */
24
- 'Height'?: DecimalWithUnits;
25
- /**
26
- *
27
- * @type {DecimalWithUnits}
28
- * @memberof DimensionType
29
- */
30
- 'Length'?: DecimalWithUnits;
31
- /**
32
- *
33
- * @type {DecimalWithUnits}
34
- * @memberof DimensionType
35
- */
36
- 'Width'?: DecimalWithUnits;
37
- /**
38
- *
39
- * @type {DecimalWithUnits}
40
- * @memberof DimensionType
41
- */
42
- 'Weight'?: DecimalWithUnits;
43
- }