@sp-api-sdk/replenishment-api-2022-11-07 1.1.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/LICENSE +21 -0
- package/README.md +103 -0
- package/dist/cjs/index.js +18 -0
- package/dist/cjs/src/api-model/api/offers-api.js +231 -0
- package/dist/cjs/src/api-model/api.js +30 -0
- package/dist/cjs/src/api-model/base.js +66 -0
- package/dist/cjs/src/api-model/common.js +145 -0
- package/dist/cjs/src/api-model/configuration.js +91 -0
- package/dist/cjs/src/api-model/index.js +32 -0
- package/dist/cjs/src/api-model/models/aggregation-frequency.js +27 -0
- package/dist/cjs/src/api-model/models/auto-enrollment-preference.js +25 -0
- package/dist/cjs/src/api-model/models/discount-funding.js +15 -0
- package/dist/cjs/src/api-model/models/eligibility-status.js +27 -0
- package/dist/cjs/src/api-model/models/enrollment-method.js +25 -0
- package/dist/cjs/src/api-model/models/error-list.js +15 -0
- package/dist/cjs/src/api-model/models/get-selling-partner-metrics-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-selling-partner-metrics-response-metric.js +15 -0
- package/dist/cjs/src/api-model/models/get-selling-partner-metrics-response.js +15 -0
- package/dist/cjs/src/api-model/models/index.js +52 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-request-filters.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-request-pagination.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-request-sort.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-request.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-response-offer.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-offer-metrics-sort-key.js +32 -0
- package/dist/cjs/src/api-model/models/list-offers-request-filters.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-request-pagination.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-request-sort.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-request.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-response-offer.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-offers-sort-key.js +28 -0
- package/dist/cjs/src/api-model/models/metric.js +28 -0
- package/dist/cjs/src/api-model/models/model-error.js +15 -0
- package/dist/cjs/src/api-model/models/offer-program-configuration-preferences.js +15 -0
- package/dist/cjs/src/api-model/models/offer-program-configuration-promotions-discount-funding.js +15 -0
- package/dist/cjs/src/api-model/models/offer-program-configuration-promotions.js +15 -0
- package/dist/cjs/src/api-model/models/offer-program-configuration.js +15 -0
- package/dist/cjs/src/api-model/models/pagination-response.js +15 -0
- package/dist/cjs/src/api-model/models/preference.js +15 -0
- package/dist/cjs/src/api-model/models/program-type.js +24 -0
- package/dist/cjs/src/api-model/models/promotion.js +15 -0
- package/dist/cjs/src/api-model/models/sort-order.js +25 -0
- package/dist/cjs/src/api-model/models/time-interval.js +15 -0
- package/dist/cjs/src/api-model/models/time-period-type.js +25 -0
- package/dist/cjs/src/client.js +35 -0
- package/dist/es/index.js +2 -0
- package/dist/es/src/api-model/api/offers-api.js +221 -0
- package/dist/es/src/api-model/api.js +14 -0
- package/dist/es/src/api-model/base.js +58 -0
- package/dist/es/src/api-model/common.js +133 -0
- package/dist/es/src/api-model/configuration.js +87 -0
- package/dist/es/src/api-model/index.js +16 -0
- package/dist/es/src/api-model/models/aggregation-frequency.js +24 -0
- package/dist/es/src/api-model/models/auto-enrollment-preference.js +22 -0
- package/dist/es/src/api-model/models/discount-funding.js +14 -0
- package/dist/es/src/api-model/models/eligibility-status.js +24 -0
- package/dist/es/src/api-model/models/enrollment-method.js +22 -0
- package/dist/es/src/api-model/models/error-list.js +14 -0
- package/dist/es/src/api-model/models/get-selling-partner-metrics-request.js +14 -0
- package/dist/es/src/api-model/models/get-selling-partner-metrics-response-metric.js +14 -0
- package/dist/es/src/api-model/models/get-selling-partner-metrics-response.js +14 -0
- package/dist/es/src/api-model/models/index.js +36 -0
- package/dist/es/src/api-model/models/list-offer-metrics-request-filters.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-request-pagination.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-request-sort.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-request.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-response-offer.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-response.js +14 -0
- package/dist/es/src/api-model/models/list-offer-metrics-sort-key.js +29 -0
- package/dist/es/src/api-model/models/list-offers-request-filters.js +14 -0
- package/dist/es/src/api-model/models/list-offers-request-pagination.js +14 -0
- package/dist/es/src/api-model/models/list-offers-request-sort.js +14 -0
- package/dist/es/src/api-model/models/list-offers-request.js +14 -0
- package/dist/es/src/api-model/models/list-offers-response-offer.js +14 -0
- package/dist/es/src/api-model/models/list-offers-response.js +14 -0
- package/dist/es/src/api-model/models/list-offers-sort-key.js +25 -0
- package/dist/es/src/api-model/models/metric.js +25 -0
- package/dist/es/src/api-model/models/model-error.js +14 -0
- package/dist/es/src/api-model/models/offer-program-configuration-preferences.js +14 -0
- package/dist/es/src/api-model/models/offer-program-configuration-promotions-discount-funding.js +14 -0
- package/dist/es/src/api-model/models/offer-program-configuration-promotions.js +14 -0
- package/dist/es/src/api-model/models/offer-program-configuration.js +14 -0
- package/dist/es/src/api-model/models/pagination-response.js +14 -0
- package/dist/es/src/api-model/models/preference.js +14 -0
- package/dist/es/src/api-model/models/program-type.js +21 -0
- package/dist/es/src/api-model/models/promotion.js +14 -0
- package/dist/es/src/api-model/models/sort-order.js +22 -0
- package/dist/es/src/api-model/models/time-interval.js +14 -0
- package/dist/es/src/api-model/models/time-period-type.js +22 -0
- package/dist/es/src/client.js +31 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/src/api-model/api/offers-api.d.ts +172 -0
- package/dist/types/src/api-model/api.d.ts +12 -0
- package/dist/types/src/api-model/base.d.ts +54 -0
- package/dist/types/src/api-model/common.d.ts +66 -0
- package/dist/types/src/api-model/configuration.d.ts +83 -0
- package/dist/types/src/api-model/index.d.ts +14 -0
- package/dist/types/src/api-model/models/aggregation-frequency.d.ts +23 -0
- package/dist/types/src/api-model/models/auto-enrollment-preference.d.ts +21 -0
- package/dist/types/src/api-model/models/discount-funding.d.ts +24 -0
- package/dist/types/src/api-model/models/eligibility-status.d.ts +23 -0
- package/dist/types/src/api-model/models/enrollment-method.d.ts +21 -0
- package/dist/types/src/api-model/models/error-list.d.ts +24 -0
- package/dist/types/src/api-model/models/get-selling-partner-metrics-request.d.ts +59 -0
- package/dist/types/src/api-model/models/get-selling-partner-metrics-response-metric.d.ts +67 -0
- package/dist/types/src/api-model/models/get-selling-partner-metrics-response.d.ts +25 -0
- package/dist/types/src/api-model/models/index.d.ts +36 -0
- package/dist/types/src/api-model/models/list-offer-metrics-request-filters.d.ts +58 -0
- package/dist/types/src/api-model/models/list-offer-metrics-request-pagination.d.ts +30 -0
- package/dist/types/src/api-model/models/list-offer-metrics-request-sort.d.ts +32 -0
- package/dist/types/src/api-model/models/list-offer-metrics-request.d.ts +39 -0
- package/dist/types/src/api-model/models/list-offer-metrics-response-offer.d.ts +103 -0
- package/dist/types/src/api-model/models/list-offer-metrics-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-offer-metrics-sort-key.d.ts +28 -0
- package/dist/types/src/api-model/models/list-offers-request-filters.d.ts +64 -0
- package/dist/types/src/api-model/models/list-offers-request-pagination.d.ts +30 -0
- package/dist/types/src/api-model/models/list-offers-request-sort.d.ts +32 -0
- package/dist/types/src/api-model/models/list-offers-request.d.ts +39 -0
- package/dist/types/src/api-model/models/list-offers-response-offer.d.ts +63 -0
- package/dist/types/src/api-model/models/list-offers-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-offers-sort-key.d.ts +24 -0
- package/dist/types/src/api-model/models/metric.d.ts +24 -0
- package/dist/types/src/api-model/models/model-error.d.ts +36 -0
- package/dist/types/src/api-model/models/offer-program-configuration-preferences.d.ts +25 -0
- package/dist/types/src/api-model/models/offer-program-configuration-promotions-discount-funding.d.ts +24 -0
- package/dist/types/src/api-model/models/offer-program-configuration-promotions.d.ts +43 -0
- package/dist/types/src/api-model/models/offer-program-configuration.d.ts +39 -0
- package/dist/types/src/api-model/models/pagination-response.d.ts +24 -0
- package/dist/types/src/api-model/models/preference.d.ts +25 -0
- package/dist/types/src/api-model/models/program-type.d.ts +20 -0
- package/dist/types/src/api-model/models/promotion.d.ts +43 -0
- package/dist/types/src/api-model/models/sort-order.d.ts +21 -0
- package/dist/types/src/api-model/models/time-interval.d.ts +30 -0
- package/dist/types/src/api-model/models/time-period-type.d.ts +21 -0
- package/dist/types/src/client.d.ts +6 -0
- package/package.json +44 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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
|
+
* Use these parameters to paginate through the response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PaginationResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface PaginationResponse {
|
|
18
|
+
/**
|
|
19
|
+
* Total number of results matching the given filter criteria.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PaginationResponse
|
|
22
|
+
*/
|
|
23
|
+
'totalResults'?: number;
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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 { AutoEnrollmentPreference } from './auto-enrollment-preference';
|
|
13
|
+
/**
|
|
14
|
+
* Offer preferences that you can include in the result filter criteria.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Preference
|
|
17
|
+
*/
|
|
18
|
+
export interface Preference {
|
|
19
|
+
/**
|
|
20
|
+
* Filters the results to only include offers with the auto-enrollment preference specified.
|
|
21
|
+
* @type {Set<AutoEnrollmentPreference>}
|
|
22
|
+
* @memberof Preference
|
|
23
|
+
*/
|
|
24
|
+
'autoEnrollment'?: Set<AutoEnrollmentPreference>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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 replenishment program type.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ProgramType: {
|
|
18
|
+
readonly SubscribeAndSave: "SUBSCRIBE_AND_SAVE";
|
|
19
|
+
};
|
|
20
|
+
export type ProgramType = typeof ProgramType[keyof typeof ProgramType];
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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 { DiscountFunding } from './discount-funding';
|
|
13
|
+
/**
|
|
14
|
+
* Offer promotions to include in the result filter criteria.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Promotion
|
|
17
|
+
*/
|
|
18
|
+
export interface Promotion {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {DiscountFunding}
|
|
22
|
+
* @memberof Promotion
|
|
23
|
+
*/
|
|
24
|
+
'sellingPartnerFundedBaseDiscount'?: DiscountFunding;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {DiscountFunding}
|
|
28
|
+
* @memberof Promotion
|
|
29
|
+
*/
|
|
30
|
+
'sellingPartnerFundedTieredDiscount'?: DiscountFunding;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {DiscountFunding}
|
|
34
|
+
* @memberof Promotion
|
|
35
|
+
*/
|
|
36
|
+
'amazonFundedBaseDiscount'?: DiscountFunding;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {DiscountFunding}
|
|
40
|
+
* @memberof Promotion
|
|
41
|
+
*/
|
|
42
|
+
'amazonFundedTieredDiscount'?: DiscountFunding;
|
|
43
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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 sort order.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const SortOrder: {
|
|
18
|
+
readonly Asc: "ASC";
|
|
19
|
+
readonly Desc: "DESC";
|
|
20
|
+
};
|
|
21
|
+
export type SortOrder = typeof SortOrder[keyof typeof SortOrder];
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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
|
+
* A date-time interval in ISO 8601 format which is used to compute metrics. Only the date is required, but you must pass the complete date and time value. For example, November 11, 2022 should be passed as \"2022-11-07T00:00:00Z\". Note that only data for the trailing 2 years is supported. **Note**: The `listOfferMetrics` operation only supports a time interval which covers a single unit of the aggregation frequency. For example, for a MONTH aggregation frequency, the duration of the interval between the startDate and endDate can not be more than 1 month.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TimeInterval
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeInterval {
|
|
18
|
+
/**
|
|
19
|
+
* When this object is used as a request parameter, the specified startDate is adjusted based on the aggregation frequency. * For WEEK the metric is computed from the first day of the week (that is, Sunday based on ISO 8601) that contains the startDate. * For MONTH the metric is computed from the first day of the month that contains the startDate. * For QUARTER the metric is computed from the first day of the quarter that contains the startDate. * For YEAR the metric is computed from the first day of the year that contains the startDate.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TimeInterval
|
|
22
|
+
*/
|
|
23
|
+
'startDate': string;
|
|
24
|
+
/**
|
|
25
|
+
* When this object is used as a request parameter, the specified endDate is adjusted based on the aggregation frequency. * For WEEK the metric is computed up to the last day of the week (that is, Sunday based on ISO 8601) that contains the endDate. * For MONTH, the metric is computed up to the last day that contains the endDate. * For QUARTER the metric is computed up to the last day of the quarter that contains the endDate. * For YEAR the metric is computed up to the last day of the year that contains the endDate. Note: The end date may be adjusted to a lower value based on the data available in our system.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TimeInterval
|
|
28
|
+
*/
|
|
29
|
+
'endDate': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Replenishment
|
|
3
|
+
* The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2022-11-07
|
|
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 time period type that determines whether the metrics requested are backward-looking (performance) or forward-looking (forecast).
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const TimePeriodType: {
|
|
18
|
+
readonly Performance: "PERFORMANCE";
|
|
19
|
+
readonly Forecast: "FORECAST";
|
|
20
|
+
};
|
|
21
|
+
export type TimePeriodType = typeof TimePeriodType[keyof typeof TimePeriodType];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
|
|
2
|
+
import { OffersApi } from './api-model';
|
|
3
|
+
export declare const clientRateLimits: RateLimit[];
|
|
4
|
+
export declare class ReplenishmentApiClient extends OffersApi {
|
|
5
|
+
constructor(configuration: ClientConfiguration);
|
|
6
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sp-api-sdk/replenishment-api-2022-11-07",
|
|
3
|
+
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
|
+
"description": "The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery (automatic or manual) of any replenishable item at a frequency chosen by the customer.",
|
|
5
|
+
"version": "1.1.0",
|
|
6
|
+
"main": "dist/cjs/index.js",
|
|
7
|
+
"module": "dist/es/index.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"directories": {
|
|
14
|
+
"lib": "dist"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist/**/*.js",
|
|
18
|
+
"dist/**/*.d.ts"
|
|
19
|
+
],
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@sp-api-sdk/common": "1.11.3",
|
|
22
|
+
"axios": "^1.4.0"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/bizon/selling-partner-api-sdk.git",
|
|
27
|
+
"directory": "clients/replenishment-api-2022-11-07"
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/bizon/selling-partner-api-sdk/issues"
|
|
31
|
+
},
|
|
32
|
+
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/replenishment-api-2022-11-07",
|
|
33
|
+
"keywords": [
|
|
34
|
+
"amazon",
|
|
35
|
+
"bizon",
|
|
36
|
+
"marketplace web services",
|
|
37
|
+
"mws",
|
|
38
|
+
"selling partner api",
|
|
39
|
+
"sp api",
|
|
40
|
+
"sp sdk",
|
|
41
|
+
"replenishment api"
|
|
42
|
+
],
|
|
43
|
+
"gitHead": "37246595dfc41a7b7d79eab072309752caf5049c"
|
|
44
|
+
}
|