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