@sp-api-sdk/catalog-items-api-v0 3.0.4 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-model/api/catalog-items-api.js +134 -0
- package/dist/cjs/api-model/api.js +1 -1
- package/dist/cjs/api-model/models/index.js +0 -16
- package/dist/cjs/client.js +1 -1
- package/dist/es/api-model/api/catalog-items-api.js +124 -0
- package/dist/es/api-model/api.js +1 -1
- package/dist/es/api-model/models/index.js +0 -16
- package/dist/es/client.js +2 -2
- package/dist/types/api-model/api/catalog-items-api.d.ts +100 -0
- package/dist/types/api-model/api.d.ts +1 -1
- package/dist/types/api-model/models/index.d.ts +0 -16
- package/dist/types/client.d.ts +2 -2
- package/package.json +4 -4
- package/dist/cjs/api-model/api/catalog-api.js +0 -296
- package/dist/cjs/api-model/models/asinidentifier.js +0 -15
- package/dist/cjs/api-model/models/attribute-set-list-type.js +0 -15
- package/dist/cjs/api-model/models/creator-type.js +0 -15
- package/dist/cjs/api-model/models/decimal-with-units.js +0 -15
- package/dist/cjs/api-model/models/dimension-type.js +0 -15
- package/dist/cjs/api-model/models/get-catalog-item-response.js +0 -15
- package/dist/cjs/api-model/models/identifier-type.js +0 -15
- package/dist/cjs/api-model/models/image.js +0 -15
- package/dist/cjs/api-model/models/item.js +0 -15
- package/dist/cjs/api-model/models/language-type.js +0 -15
- package/dist/cjs/api-model/models/list-catalog-items-response.js +0 -15
- package/dist/cjs/api-model/models/list-matching-items-response.js +0 -15
- package/dist/cjs/api-model/models/price.js +0 -15
- package/dist/cjs/api-model/models/relationship-type.js +0 -15
- package/dist/cjs/api-model/models/sales-rank-type.js +0 -15
- package/dist/cjs/api-model/models/seller-skuidentifier.js +0 -15
- package/dist/es/api-model/api/catalog-api.js +0 -286
- package/dist/es/api-model/models/asinidentifier.js +0 -14
- package/dist/es/api-model/models/attribute-set-list-type.js +0 -14
- package/dist/es/api-model/models/creator-type.js +0 -14
- package/dist/es/api-model/models/decimal-with-units.js +0 -14
- package/dist/es/api-model/models/dimension-type.js +0 -14
- package/dist/es/api-model/models/get-catalog-item-response.js +0 -14
- package/dist/es/api-model/models/identifier-type.js +0 -14
- package/dist/es/api-model/models/image.js +0 -14
- package/dist/es/api-model/models/item.js +0 -14
- package/dist/es/api-model/models/language-type.js +0 -14
- package/dist/es/api-model/models/list-catalog-items-response.js +0 -14
- package/dist/es/api-model/models/list-matching-items-response.js +0 -14
- package/dist/es/api-model/models/price.js +0 -14
- package/dist/es/api-model/models/relationship-type.js +0 -14
- package/dist/es/api-model/models/sales-rank-type.js +0 -14
- package/dist/es/api-model/models/seller-skuidentifier.js +0 -14
- package/dist/types/api-model/api/catalog-api.d.ts +0 -250
- package/dist/types/api-model/models/asinidentifier.d.ts +0 -30
- package/dist/types/api-model/models/attribute-set-list-type.d.ts +0 -600
- package/dist/types/api-model/models/creator-type.d.ts +0 -30
- package/dist/types/api-model/models/decimal-with-units.d.ts +0 -30
- package/dist/types/api-model/models/dimension-type.d.ts +0 -43
- package/dist/types/api-model/models/get-catalog-item-response.d.ts +0 -31
- package/dist/types/api-model/models/identifier-type.d.ts +0 -32
- package/dist/types/api-model/models/image.d.ts +0 -37
- package/dist/types/api-model/models/item.d.ts +0 -46
- package/dist/types/api-model/models/language-type.d.ts +0 -36
- package/dist/types/api-model/models/list-catalog-items-response.d.ts +0 -31
- package/dist/types/api-model/models/list-matching-items-response.d.ts +0 -25
- package/dist/types/api-model/models/price.d.ts +0 -30
- package/dist/types/api-model/models/relationship-type.d.ts +0 -159
- package/dist/types/api-model/models/sales-rank-type.d.ts +0 -30
- package/dist/types/api-model/models/seller-skuidentifier.d.ts +0 -36
|
@@ -1,31 +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 { Item } from './item';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetCatalogItemResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface GetCatalogItemResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Item}
|
|
22
|
-
* @memberof GetCatalogItemResponse
|
|
23
|
-
*/
|
|
24
|
-
'payload'?: Item;
|
|
25
|
-
/**
|
|
26
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
-
* @type {Array<Error>}
|
|
28
|
-
* @memberof GetCatalogItemResponse
|
|
29
|
-
*/
|
|
30
|
-
'errors'?: Array<Error>;
|
|
31
|
-
}
|
|
@@ -1,32 +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 { ASINIdentifier } from './asinidentifier';
|
|
13
|
-
import type { SellerSKUIdentifier } from './seller-skuidentifier';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface IdentifierType
|
|
18
|
-
*/
|
|
19
|
-
export interface IdentifierType {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {ASINIdentifier}
|
|
23
|
-
* @memberof IdentifierType
|
|
24
|
-
*/
|
|
25
|
-
'MarketplaceASIN'?: ASINIdentifier;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {SellerSKUIdentifier}
|
|
29
|
-
* @memberof IdentifierType
|
|
30
|
-
*/
|
|
31
|
-
'SKUIdentifier'?: SellerSKUIdentifier;
|
|
32
|
-
}
|
|
@@ -1,37 +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 image attribute of the item.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface Image
|
|
17
|
-
*/
|
|
18
|
-
export interface Image {
|
|
19
|
-
/**
|
|
20
|
-
* The image URL attribute of the item.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof Image
|
|
23
|
-
*/
|
|
24
|
-
'URL'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {DecimalWithUnits}
|
|
28
|
-
* @memberof Image
|
|
29
|
-
*/
|
|
30
|
-
'Height'?: DecimalWithUnits;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {DecimalWithUnits}
|
|
34
|
-
* @memberof Image
|
|
35
|
-
*/
|
|
36
|
-
'Width'?: DecimalWithUnits;
|
|
37
|
-
}
|
|
@@ -1,46 +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 { AttributeSetListType } from './attribute-set-list-type';
|
|
13
|
-
import type { IdentifierType } from './identifier-type';
|
|
14
|
-
import type { RelationshipType } from './relationship-type';
|
|
15
|
-
import type { SalesRankType } from './sales-rank-type';
|
|
16
|
-
/**
|
|
17
|
-
* An item in the Amazon catalog.
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Item
|
|
20
|
-
*/
|
|
21
|
-
export interface Item {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {IdentifierType}
|
|
25
|
-
* @memberof Item
|
|
26
|
-
*/
|
|
27
|
-
'Identifiers': IdentifierType;
|
|
28
|
-
/**
|
|
29
|
-
* A list of attributes for the item.
|
|
30
|
-
* @type {Array<AttributeSetListType>}
|
|
31
|
-
* @memberof Item
|
|
32
|
-
*/
|
|
33
|
-
'AttributeSets'?: Array<AttributeSetListType>;
|
|
34
|
-
/**
|
|
35
|
-
* A list of variation relationship information, if applicable for the item.
|
|
36
|
-
* @type {Array<RelationshipType>}
|
|
37
|
-
* @memberof Item
|
|
38
|
-
*/
|
|
39
|
-
'Relationships'?: Array<RelationshipType>;
|
|
40
|
-
/**
|
|
41
|
-
* A list of sales rank information for the item by category.
|
|
42
|
-
* @type {Array<SalesRankType>}
|
|
43
|
-
* @memberof Item
|
|
44
|
-
*/
|
|
45
|
-
'SalesRankings'?: Array<SalesRankType>;
|
|
46
|
-
}
|
|
@@ -1,36 +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 language type attribute of an item.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface LanguageType
|
|
16
|
-
*/
|
|
17
|
-
export interface LanguageType {
|
|
18
|
-
/**
|
|
19
|
-
* The name attribute of the item.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LanguageType
|
|
22
|
-
*/
|
|
23
|
-
'Name'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The type attribute of the item.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LanguageType
|
|
28
|
-
*/
|
|
29
|
-
'Type'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* The audio format attribute of the item.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LanguageType
|
|
34
|
-
*/
|
|
35
|
-
'AudioFormat'?: string;
|
|
36
|
-
}
|
|
@@ -1,31 +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 { ListMatchingItemsResponse } from './list-matching-items-response';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListCatalogItemsResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface ListCatalogItemsResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {ListMatchingItemsResponse}
|
|
22
|
-
* @memberof ListCatalogItemsResponse
|
|
23
|
-
*/
|
|
24
|
-
'payload'?: ListMatchingItemsResponse;
|
|
25
|
-
/**
|
|
26
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
-
* @type {Array<Error>}
|
|
28
|
-
* @memberof ListCatalogItemsResponse
|
|
29
|
-
*/
|
|
30
|
-
'errors'?: Array<Error>;
|
|
31
|
-
}
|
|
@@ -1,25 +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 { Item } from './item';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListMatchingItemsResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface ListMatchingItemsResponse {
|
|
19
|
-
/**
|
|
20
|
-
* A list of items.
|
|
21
|
-
* @type {Array<Item>}
|
|
22
|
-
* @memberof ListMatchingItemsResponse
|
|
23
|
-
*/
|
|
24
|
-
'Items'?: Array<Item>;
|
|
25
|
-
}
|
|
@@ -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 price attribute of the item.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Price
|
|
16
|
-
*/
|
|
17
|
-
export interface Price {
|
|
18
|
-
/**
|
|
19
|
-
* The amount.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof Price
|
|
22
|
-
*/
|
|
23
|
-
'Amount'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* The currency code of the amount.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof Price
|
|
28
|
-
*/
|
|
29
|
-
'CurrencyCode'?: string;
|
|
30
|
-
}
|
|
@@ -1,159 +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
|
-
import type { DimensionType } from './dimension-type';
|
|
14
|
-
import type { IdentifierType } from './identifier-type';
|
|
15
|
-
/**
|
|
16
|
-
* Specific variations of the item.
|
|
17
|
-
* @export
|
|
18
|
-
* @interface RelationshipType
|
|
19
|
-
*/
|
|
20
|
-
export interface RelationshipType {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {IdentifierType}
|
|
24
|
-
* @memberof RelationshipType
|
|
25
|
-
*/
|
|
26
|
-
'Identifiers'?: IdentifierType;
|
|
27
|
-
/**
|
|
28
|
-
* The color variation of the item.
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof RelationshipType
|
|
31
|
-
*/
|
|
32
|
-
'Color'?: string;
|
|
33
|
-
/**
|
|
34
|
-
* The edition variation of the item.
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof RelationshipType
|
|
37
|
-
*/
|
|
38
|
-
'Edition'?: string;
|
|
39
|
-
/**
|
|
40
|
-
* The flavor variation of the item.
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof RelationshipType
|
|
43
|
-
*/
|
|
44
|
-
'Flavor'?: string;
|
|
45
|
-
/**
|
|
46
|
-
* The gem type variations of the item.
|
|
47
|
-
* @type {Array<string>}
|
|
48
|
-
* @memberof RelationshipType
|
|
49
|
-
*/
|
|
50
|
-
'GemType'?: Array<string>;
|
|
51
|
-
/**
|
|
52
|
-
* The golf club flex variation of an item.
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof RelationshipType
|
|
55
|
-
*/
|
|
56
|
-
'GolfClubFlex'?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The hand orientation variation of an item.
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof RelationshipType
|
|
61
|
-
*/
|
|
62
|
-
'HandOrientation'?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The hardware platform variation of an item.
|
|
65
|
-
* @type {string}
|
|
66
|
-
* @memberof RelationshipType
|
|
67
|
-
*/
|
|
68
|
-
'HardwarePlatform'?: string;
|
|
69
|
-
/**
|
|
70
|
-
* The material type variations of an item.
|
|
71
|
-
* @type {Array<string>}
|
|
72
|
-
* @memberof RelationshipType
|
|
73
|
-
*/
|
|
74
|
-
'MaterialType'?: Array<string>;
|
|
75
|
-
/**
|
|
76
|
-
* The metal type variation of an item.
|
|
77
|
-
* @type {string}
|
|
78
|
-
* @memberof RelationshipType
|
|
79
|
-
*/
|
|
80
|
-
'MetalType'?: string;
|
|
81
|
-
/**
|
|
82
|
-
* The model variation of an item.
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof RelationshipType
|
|
85
|
-
*/
|
|
86
|
-
'Model'?: string;
|
|
87
|
-
/**
|
|
88
|
-
* The operating system variations of an item.
|
|
89
|
-
* @type {Array<string>}
|
|
90
|
-
* @memberof RelationshipType
|
|
91
|
-
*/
|
|
92
|
-
'OperatingSystem'?: Array<string>;
|
|
93
|
-
/**
|
|
94
|
-
* The product type subcategory variation of an item.
|
|
95
|
-
* @type {string}
|
|
96
|
-
* @memberof RelationshipType
|
|
97
|
-
*/
|
|
98
|
-
'ProductTypeSubcategory'?: string;
|
|
99
|
-
/**
|
|
100
|
-
* The ring size variation of an item.
|
|
101
|
-
* @type {string}
|
|
102
|
-
* @memberof RelationshipType
|
|
103
|
-
*/
|
|
104
|
-
'RingSize'?: string;
|
|
105
|
-
/**
|
|
106
|
-
* The shaft material variation of an item.
|
|
107
|
-
* @type {string}
|
|
108
|
-
* @memberof RelationshipType
|
|
109
|
-
*/
|
|
110
|
-
'ShaftMaterial'?: string;
|
|
111
|
-
/**
|
|
112
|
-
* The scent variation of an item.
|
|
113
|
-
* @type {string}
|
|
114
|
-
* @memberof RelationshipType
|
|
115
|
-
*/
|
|
116
|
-
'Scent'?: string;
|
|
117
|
-
/**
|
|
118
|
-
* The size variation of an item.
|
|
119
|
-
* @type {string}
|
|
120
|
-
* @memberof RelationshipType
|
|
121
|
-
*/
|
|
122
|
-
'Size'?: string;
|
|
123
|
-
/**
|
|
124
|
-
* The size per pearl variation of an item.
|
|
125
|
-
* @type {string}
|
|
126
|
-
* @memberof RelationshipType
|
|
127
|
-
*/
|
|
128
|
-
'SizePerPearl'?: string;
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @type {DecimalWithUnits}
|
|
132
|
-
* @memberof RelationshipType
|
|
133
|
-
*/
|
|
134
|
-
'GolfClubLoft'?: DecimalWithUnits;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {DecimalWithUnits}
|
|
138
|
-
* @memberof RelationshipType
|
|
139
|
-
*/
|
|
140
|
-
'TotalDiamondWeight'?: DecimalWithUnits;
|
|
141
|
-
/**
|
|
142
|
-
*
|
|
143
|
-
* @type {DecimalWithUnits}
|
|
144
|
-
* @memberof RelationshipType
|
|
145
|
-
*/
|
|
146
|
-
'TotalGemWeight'?: DecimalWithUnits;
|
|
147
|
-
/**
|
|
148
|
-
* The package quantity variation of an item.
|
|
149
|
-
* @type {number}
|
|
150
|
-
* @memberof RelationshipType
|
|
151
|
-
*/
|
|
152
|
-
'PackageQuantity'?: number;
|
|
153
|
-
/**
|
|
154
|
-
*
|
|
155
|
-
* @type {DimensionType}
|
|
156
|
-
* @memberof RelationshipType
|
|
157
|
-
*/
|
|
158
|
-
'ItemDimensions'?: DimensionType;
|
|
159
|
-
}
|
|
@@ -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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SalesRankType
|
|
16
|
-
*/
|
|
17
|
-
export interface SalesRankType {
|
|
18
|
-
/**
|
|
19
|
-
* Identifies the item category from which the sales rank is taken.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SalesRankType
|
|
22
|
-
*/
|
|
23
|
-
'ProductCategoryId': string;
|
|
24
|
-
/**
|
|
25
|
-
* The sales rank of the item within the item category.
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof SalesRankType
|
|
28
|
-
*/
|
|
29
|
-
'Rank': number;
|
|
30
|
-
}
|
|
@@ -1,36 +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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SellerSKUIdentifier
|
|
16
|
-
*/
|
|
17
|
-
export interface SellerSKUIdentifier {
|
|
18
|
-
/**
|
|
19
|
-
* A marketplace identifier.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SellerSKUIdentifier
|
|
22
|
-
*/
|
|
23
|
-
'MarketplaceId': string;
|
|
24
|
-
/**
|
|
25
|
-
* The seller identifier submitted for the operation.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SellerSKUIdentifier
|
|
28
|
-
*/
|
|
29
|
-
'SellerId': string;
|
|
30
|
-
/**
|
|
31
|
-
* The seller stock keeping unit (SKU) of the item.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SellerSKUIdentifier
|
|
34
|
-
*/
|
|
35
|
-
'SellerSKU': string;
|
|
36
|
-
}
|