@sp-api-sdk/catalog-items-api-v0 1.8.7 → 1.8.8

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/catalog-items-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.",
5
- "version": "1.8.7",
5
+ "version": "1.8.8",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -48,5 +48,5 @@
48
48
  "sp sdk",
49
49
  "catalog items api"
50
50
  ],
51
- "gitHead": "f21b5cb511abd110bf1f07843558719993f36187"
51
+ "gitHead": "c3e42b71400941563ab1e3ec689fada6111e629d"
52
52
  }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Catalog Items
6
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Catalog Items
6
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Catalog Items
6
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -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 number of offer listings with the specified condition.
14
- * @export
15
- * @interface OfferListingCountType
16
- */
17
- export interface OfferListingCountType {
18
- /**
19
- * The number of offer listings.
20
- * @type {number}
21
- * @memberof OfferListingCountType
22
- */
23
- Count: number;
24
- /**
25
- * The condition of the item.
26
- * @type {string}
27
- * @memberof OfferListingCountType
28
- */
29
- condition: string;
30
- }
@@ -1,55 +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 { ShippingTimeType } from './shipping-time-type';
13
- /**
14
- *
15
- * @export
16
- * @interface QualifiersType
17
- */
18
- export interface QualifiersType {
19
- /**
20
- * The condition of the item. Possible values: New, Used, Collectible, Refurbished, or Club.
21
- * @type {string}
22
- * @memberof QualifiersType
23
- */
24
- ItemCondition: string;
25
- /**
26
- * The item subcondition for the offer listing. Possible values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.
27
- * @type {string}
28
- * @memberof QualifiersType
29
- */
30
- ItemSubcondition: string;
31
- /**
32
- * The fulfillment channel for the item. Possible values: * Amazon - Fulfilled by Amazon. * Merchant - Fulfilled by the seller.
33
- * @type {string}
34
- * @memberof QualifiersType
35
- */
36
- FulfillmentChannel: string;
37
- /**
38
- * Indicates whether the marketplace specified in the request and the location that the item ships from are in the same country. Possible values: True, False, or Unknown.
39
- * @type {string}
40
- * @memberof QualifiersType
41
- */
42
- ShipsDomestically: string;
43
- /**
44
- *
45
- * @type {ShippingTimeType}
46
- * @memberof QualifiersType
47
- */
48
- ShippingTime: ShippingTimeType;
49
- /**
50
- * (98-100%, 95-97%, 90-94%, 80-89%, 70-79%, Less than 70%, or Just launched ) – Indicates the percentage of feedback ratings that were positive over the past 12 months.
51
- * @type {string}
52
- * @memberof QualifiersType
53
- */
54
- SellerPositiveFeedbackRating: string;
55
- }
@@ -1,24 +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 ShippingTimeType
16
- */
17
- export interface ShippingTimeType {
18
- /**
19
- * (0-2 days, 3-7 days, 8-13 days, or 14 or more days) – Indicates the maximum time within which the item will likely be shipped once an order has been placed.
20
- * @type {string}
21
- * @memberof ShippingTimeType
22
- */
23
- Max?: string;
24
- }