@sp-api-sdk/replenishment-api-2022-11-07 5.1.8 → 5.2.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.
Files changed (46) hide show
  1. package/dist/cjs/api-model/configuration.js +2 -2
  2. package/dist/cjs/api-model/models/aggregation-frequency.js +1 -1
  3. package/dist/cjs/api-model/models/auto-enrollment-preference.js +1 -1
  4. package/dist/cjs/api-model/models/deliveries-condition.js +23 -0
  5. package/dist/cjs/api-model/models/eligibility-status.js +1 -1
  6. package/dist/cjs/api-model/models/enrollment-method.js +1 -1
  7. package/dist/cjs/api-model/models/forecast-deliveries.js +15 -0
  8. package/dist/cjs/api-model/models/fulfillment-channel-type.js +23 -0
  9. package/dist/cjs/api-model/models/index.js +3 -0
  10. package/dist/cjs/api-model/models/list-offer-metrics-sort-key.js +1 -1
  11. package/dist/cjs/api-model/models/list-offers-request-filters.js +8 -0
  12. package/dist/cjs/api-model/models/list-offers-sort-key.js +5 -1
  13. package/dist/cjs/api-model/models/metric.js +2 -1
  14. package/dist/cjs/api-model/models/program-type.js +1 -1
  15. package/dist/cjs/api-model/models/sort-order.js +1 -1
  16. package/dist/cjs/api-model/models/time-period-type.js +1 -1
  17. package/dist/es/api-model/configuration.js +2 -2
  18. package/dist/es/api-model/models/aggregation-frequency.js +1 -1
  19. package/dist/es/api-model/models/auto-enrollment-preference.js +1 -1
  20. package/dist/es/api-model/models/deliveries-condition.js +20 -0
  21. package/dist/es/api-model/models/eligibility-status.js +1 -1
  22. package/dist/es/api-model/models/enrollment-method.js +1 -1
  23. package/dist/es/api-model/models/forecast-deliveries.js +14 -0
  24. package/dist/es/api-model/models/fulfillment-channel-type.js +20 -0
  25. package/dist/es/api-model/models/index.js +3 -0
  26. package/dist/es/api-model/models/list-offer-metrics-sort-key.js +1 -1
  27. package/dist/es/api-model/models/list-offers-request-filters.js +7 -1
  28. package/dist/es/api-model/models/list-offers-sort-key.js +5 -1
  29. package/dist/es/api-model/models/metric.js +2 -1
  30. package/dist/es/api-model/models/program-type.js +1 -1
  31. package/dist/es/api-model/models/sort-order.js +1 -1
  32. package/dist/es/api-model/models/time-period-type.js +1 -1
  33. package/dist/types/api-model/models/deliveries-condition.d.ts +32 -0
  34. package/dist/types/api-model/models/forecast-deliveries.d.ts +32 -0
  35. package/dist/types/api-model/models/fulfillment-channel-type.d.ts +19 -0
  36. package/dist/types/api-model/models/get-selling-partner-metrics-request.d.ts +2 -2
  37. package/dist/types/api-model/models/get-selling-partner-metrics-response-metric.d.ts +5 -1
  38. package/dist/types/api-model/models/index.d.ts +3 -0
  39. package/dist/types/api-model/models/list-offer-metrics-request-filters.d.ts +1 -1
  40. package/dist/types/api-model/models/list-offer-metrics-response-offer.d.ts +20 -14
  41. package/dist/types/api-model/models/list-offers-request-filters.d.ts +14 -2
  42. package/dist/types/api-model/models/list-offers-response-offer.d.ts +32 -1
  43. package/dist/types/api-model/models/list-offers-sort-key.d.ts +4 -0
  44. package/dist/types/api-model/models/metric.d.ts +1 -0
  45. package/dist/types/api-model/models/time-interval.d.ts +1 -1
  46. package/package.json +4 -4
@@ -91,8 +91,8 @@ class Configuration {
91
91
  * @return True if the given MIME is JSON, false otherwise.
92
92
  */
93
93
  isJsonMime(mime) {
94
- const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
95
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
94
+ const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
95
+ return mime !== null && jsonMime.test(mime);
96
96
  }
97
97
  }
98
98
  exports.Configuration = Configuration;
@@ -21,5 +21,5 @@ exports.AggregationFrequency = {
21
21
  Week: 'WEEK',
22
22
  Month: 'MONTH',
23
23
  Quarter: 'QUARTER',
24
- Year: 'YEAR'
24
+ Year: 'YEAR',
25
25
  };
@@ -19,5 +19,5 @@ exports.AutoEnrollmentPreference = void 0;
19
19
  */
20
20
  exports.AutoEnrollmentPreference = {
21
21
  OptedIn: 'OPTED_IN',
22
- OptedOut: 'OPTED_OUT'
22
+ OptedOut: 'OPTED_OUT',
23
23
  };
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Replenishment
6
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
7
+ *
8
+ * The version of the OpenAPI document: 2022-11-07
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 });
16
+ exports.DeliveriesConditionConditionEnum = void 0;
17
+ exports.DeliveriesConditionConditionEnum = {
18
+ Next30DaysDeliveriesPausedPricing: 'NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING',
19
+ Next30DaysDeliveriesPausedNonBuyable: 'NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE',
20
+ Next30DaysDeliveriesAtLowInventoryRiskOnly: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY',
21
+ Next30DaysDeliveriesAtLowInventoryRisk: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK',
22
+ NoIssuesForNext30DaysDeliveries: 'NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES',
23
+ };
@@ -21,5 +21,5 @@ exports.EligibilityStatus = {
21
21
  Eligible: 'ELIGIBLE',
22
22
  Ineligible: 'INELIGIBLE',
23
23
  Suspended: 'SUSPENDED',
24
- ReplenishmentOnlyOrdering: 'REPLENISHMENT_ONLY_ORDERING'
24
+ ReplenishmentOnlyOrdering: 'REPLENISHMENT_ONLY_ORDERING',
25
25
  };
@@ -19,5 +19,5 @@ exports.EnrollmentMethod = void 0;
19
19
  */
20
20
  exports.EnrollmentMethod = {
21
21
  Manual: 'MANUAL',
22
- Automatic: 'AUTOMATIC'
22
+ Automatic: 'AUTOMATIC',
23
23
  };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Replenishment
6
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
7
+ *
8
+ * The version of the OpenAPI document: 2022-11-07
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 });
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Replenishment
6
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
7
+ *
8
+ * The version of the OpenAPI document: 2022-11-07
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 });
16
+ exports.FulfillmentChannelType = void 0;
17
+ /**
18
+ * The fulfillment channel type of an offer. Note that this is only valid for sellers and not for vendors.
19
+ */
20
+ exports.FulfillmentChannelType = {
21
+ Amazon: 'AMAZON',
22
+ Merchant: 'MERCHANT',
23
+ };
@@ -16,10 +16,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./aggregation-frequency"), exports);
18
18
  __exportStar(require("./auto-enrollment-preference"), exports);
19
+ __exportStar(require("./deliveries-condition"), exports);
19
20
  __exportStar(require("./discount-funding"), exports);
20
21
  __exportStar(require("./eligibility-status"), exports);
21
22
  __exportStar(require("./enrollment-method"), exports);
22
23
  __exportStar(require("./error-list"), exports);
24
+ __exportStar(require("./forecast-deliveries"), exports);
25
+ __exportStar(require("./fulfillment-channel-type"), exports);
23
26
  __exportStar(require("./get-selling-partner-metrics-request"), exports);
24
27
  __exportStar(require("./get-selling-partner-metrics-response"), exports);
25
28
  __exportStar(require("./get-selling-partner-metrics-response-metric"), exports);
@@ -26,5 +26,5 @@ exports.ListOfferMetricsSortKey = {
26
26
  Next30DaysShippedSubscriptionUnits: 'NEXT_30DAYS_SHIPPED_SUBSCRIPTION_UNITS',
27
27
  Next90DaysTotalSubscriptionsRevenue: 'NEXT_90DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
28
28
  Next60DaysTotalSubscriptionsRevenue: 'NEXT_60DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
29
- Next30DaysTotalSubscriptionsRevenue: 'NEXT_30DAYS_TOTAL_SUBSCRIPTIONS_REVENUE'
29
+ Next30DaysTotalSubscriptionsRevenue: 'NEXT_30DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
30
30
  };
@@ -13,3 +13,11 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ListOffersRequestFiltersDeliveriesConditionsEnum = void 0;
17
+ exports.ListOffersRequestFiltersDeliveriesConditionsEnum = {
18
+ Next30DaysDeliveriesPausedPricing: 'NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING',
19
+ Next30DaysDeliveriesPausedNonBuyable: 'NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE',
20
+ Next30DaysDeliveriesAtLowInventoryRiskOnly: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY',
21
+ Next30DaysDeliveriesAtLowInventoryRisk: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK',
22
+ NoIssuesForNext30DaysDeliveries: 'NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES',
23
+ };
@@ -22,5 +22,9 @@ exports.ListOffersSortKey = {
22
22
  SellingPartnerFundedBaseDiscountPercentage: 'SELLING_PARTNER_FUNDED_BASE_DISCOUNT_PERCENTAGE',
23
23
  SellingPartnerFundedTieredDiscountPercentage: 'SELLING_PARTNER_FUNDED_TIERED_DISCOUNT_PERCENTAGE',
24
24
  AmazonFundedBaseDiscountPercentage: 'AMAZON_FUNDED_BASE_DISCOUNT_PERCENTAGE',
25
- AmazonFundedTieredDiscountPercentage: 'AMAZON_FUNDED_TIERED_DISCOUNT_PERCENTAGE'
25
+ AmazonFundedTieredDiscountPercentage: 'AMAZON_FUNDED_TIERED_DISCOUNT_PERCENTAGE',
26
+ Inventory: 'INVENTORY',
27
+ Price: 'PRICE',
28
+ SubscriptionCount: 'SUBSCRIPTION_COUNT',
29
+ FulfillmentNetworkIdType: 'FULFILLMENT_NETWORK_ID_TYPE',
26
30
  };
@@ -31,5 +31,6 @@ exports.Metric = {
31
31
  RevenuePenetrationBySellerFunding: 'REVENUE_PENETRATION_BY_SELLER_FUNDING',
32
32
  ShareOfCouponSubscriptions: 'SHARE_OF_COUPON_SUBSCRIPTIONS',
33
33
  SubscriberLifetimeValueByCustomerSegment: 'SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT',
34
- SignupConversionBySellerFunding: 'SIGNUP_CONVERSION_BY_SELLER_FUNDING'
34
+ SignupConversionBySellerFunding: 'SIGNUP_CONVERSION_BY_SELLER_FUNDING',
35
+ RevenuePenetration: 'REVENUE_PENETRATION',
35
36
  };
@@ -18,5 +18,5 @@ exports.ProgramType = void 0;
18
18
  * The replenishment program type.
19
19
  */
20
20
  exports.ProgramType = {
21
- SubscribeAndSave: 'SUBSCRIBE_AND_SAVE'
21
+ SubscribeAndSave: 'SUBSCRIBE_AND_SAVE',
22
22
  };
@@ -19,5 +19,5 @@ exports.SortOrder = void 0;
19
19
  */
20
20
  exports.SortOrder = {
21
21
  Asc: 'ASC',
22
- Desc: 'DESC'
22
+ Desc: 'DESC',
23
23
  };
@@ -19,5 +19,5 @@ exports.TimePeriodType = void 0;
19
19
  */
20
20
  exports.TimePeriodType = {
21
21
  Performance: 'PERFORMANCE',
22
- Forecast: 'FORECAST'
22
+ Forecast: 'FORECAST',
23
23
  };
@@ -88,7 +88,7 @@ export class Configuration {
88
88
  * @return True if the given MIME is JSON, false otherwise.
89
89
  */
90
90
  isJsonMime(mime) {
91
- const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
92
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
91
+ const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
92
+ return mime !== null && jsonMime.test(mime);
93
93
  }
94
94
  }
@@ -18,5 +18,5 @@ export const AggregationFrequency = {
18
18
  Week: 'WEEK',
19
19
  Month: 'MONTH',
20
20
  Quarter: 'QUARTER',
21
- Year: 'YEAR'
21
+ Year: 'YEAR',
22
22
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const AutoEnrollmentPreference = {
18
18
  OptedIn: 'OPTED_IN',
19
- OptedOut: 'OPTED_OUT'
19
+ OptedOut: 'OPTED_OUT',
20
20
  };
@@ -0,0 +1,20 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Replenishment
5
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
6
+ *
7
+ * The version of the OpenAPI document: 2022-11-07
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 const DeliveriesConditionConditionEnum = {
15
+ Next30DaysDeliveriesPausedPricing: 'NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING',
16
+ Next30DaysDeliveriesPausedNonBuyable: 'NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE',
17
+ Next30DaysDeliveriesAtLowInventoryRiskOnly: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY',
18
+ Next30DaysDeliveriesAtLowInventoryRisk: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK',
19
+ NoIssuesForNext30DaysDeliveries: 'NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES',
20
+ };
@@ -18,5 +18,5 @@ export const EligibilityStatus = {
18
18
  Eligible: 'ELIGIBLE',
19
19
  Ineligible: 'INELIGIBLE',
20
20
  Suspended: 'SUSPENDED',
21
- ReplenishmentOnlyOrdering: 'REPLENISHMENT_ONLY_ORDERING'
21
+ ReplenishmentOnlyOrdering: 'REPLENISHMENT_ONLY_ORDERING',
22
22
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const EnrollmentMethod = {
18
18
  Manual: 'MANUAL',
19
- Automatic: 'AUTOMATIC'
19
+ Automatic: 'AUTOMATIC',
20
20
  };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Replenishment
5
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
6
+ *
7
+ * The version of the OpenAPI document: 2022-11-07
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 {};
@@ -0,0 +1,20 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Replenishment
5
+ * The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
6
+ *
7
+ * The version of the OpenAPI document: 2022-11-07
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
+ /**
15
+ * The fulfillment channel type of an offer. Note that this is only valid for sellers and not for vendors.
16
+ */
17
+ export const FulfillmentChannelType = {
18
+ Amazon: 'AMAZON',
19
+ Merchant: 'MERCHANT',
20
+ };
@@ -1,9 +1,12 @@
1
1
  export * from './aggregation-frequency';
2
2
  export * from './auto-enrollment-preference';
3
+ export * from './deliveries-condition';
3
4
  export * from './discount-funding';
4
5
  export * from './eligibility-status';
5
6
  export * from './enrollment-method';
6
7
  export * from './error-list';
8
+ export * from './forecast-deliveries';
9
+ export * from './fulfillment-channel-type';
7
10
  export * from './get-selling-partner-metrics-request';
8
11
  export * from './get-selling-partner-metrics-response';
9
12
  export * from './get-selling-partner-metrics-response-metric';
@@ -23,5 +23,5 @@ export const ListOfferMetricsSortKey = {
23
23
  Next30DaysShippedSubscriptionUnits: 'NEXT_30DAYS_SHIPPED_SUBSCRIPTION_UNITS',
24
24
  Next90DaysTotalSubscriptionsRevenue: 'NEXT_90DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
25
25
  Next60DaysTotalSubscriptionsRevenue: 'NEXT_60DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
26
- Next30DaysTotalSubscriptionsRevenue: 'NEXT_30DAYS_TOTAL_SUBSCRIPTIONS_REVENUE'
26
+ Next30DaysTotalSubscriptionsRevenue: 'NEXT_30DAYS_TOTAL_SUBSCRIPTIONS_REVENUE',
27
27
  };
@@ -11,4 +11,10 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const ListOffersRequestFiltersDeliveriesConditionsEnum = {
15
+ Next30DaysDeliveriesPausedPricing: 'NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING',
16
+ Next30DaysDeliveriesPausedNonBuyable: 'NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE',
17
+ Next30DaysDeliveriesAtLowInventoryRiskOnly: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY',
18
+ Next30DaysDeliveriesAtLowInventoryRisk: 'NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK',
19
+ NoIssuesForNext30DaysDeliveries: 'NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES',
20
+ };
@@ -19,5 +19,9 @@ export const ListOffersSortKey = {
19
19
  SellingPartnerFundedBaseDiscountPercentage: 'SELLING_PARTNER_FUNDED_BASE_DISCOUNT_PERCENTAGE',
20
20
  SellingPartnerFundedTieredDiscountPercentage: 'SELLING_PARTNER_FUNDED_TIERED_DISCOUNT_PERCENTAGE',
21
21
  AmazonFundedBaseDiscountPercentage: 'AMAZON_FUNDED_BASE_DISCOUNT_PERCENTAGE',
22
- AmazonFundedTieredDiscountPercentage: 'AMAZON_FUNDED_TIERED_DISCOUNT_PERCENTAGE'
22
+ AmazonFundedTieredDiscountPercentage: 'AMAZON_FUNDED_TIERED_DISCOUNT_PERCENTAGE',
23
+ Inventory: 'INVENTORY',
24
+ Price: 'PRICE',
25
+ SubscriptionCount: 'SUBSCRIPTION_COUNT',
26
+ FulfillmentNetworkIdType: 'FULFILLMENT_NETWORK_ID_TYPE',
23
27
  };
@@ -28,5 +28,6 @@ export const Metric = {
28
28
  RevenuePenetrationBySellerFunding: 'REVENUE_PENETRATION_BY_SELLER_FUNDING',
29
29
  ShareOfCouponSubscriptions: 'SHARE_OF_COUPON_SUBSCRIPTIONS',
30
30
  SubscriberLifetimeValueByCustomerSegment: 'SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT',
31
- SignupConversionBySellerFunding: 'SIGNUP_CONVERSION_BY_SELLER_FUNDING'
31
+ SignupConversionBySellerFunding: 'SIGNUP_CONVERSION_BY_SELLER_FUNDING',
32
+ RevenuePenetration: 'REVENUE_PENETRATION',
32
33
  };
@@ -15,5 +15,5 @@
15
15
  * The replenishment program type.
16
16
  */
17
17
  export const ProgramType = {
18
- SubscribeAndSave: 'SUBSCRIBE_AND_SAVE'
18
+ SubscribeAndSave: 'SUBSCRIBE_AND_SAVE',
19
19
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const SortOrder = {
18
18
  Asc: 'ASC',
19
- Desc: 'DESC'
19
+ Desc: 'DESC',
20
20
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const TimePeriodType = {
18
18
  Performance: 'PERFORMANCE',
19
- Forecast: 'FORECAST'
19
+ Forecast: 'FORECAST',
20
20
  };
@@ -0,0 +1,32 @@
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 of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
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
+ * An object which contains the delivery condition and the quantity of upcoming deliveries associated with that condition for an offer.
14
+ */
15
+ export interface DeliveriesCondition {
16
+ /**
17
+ * The condition type of upcoming deliveries for the offer.
18
+ */
19
+ 'condition'?: DeliveriesConditionConditionEnum;
20
+ /**
21
+ * The number of upcoming deliveries in the next 30 days associated with this delivery condition.
22
+ */
23
+ 'next30DaysDeliveries'?: number;
24
+ }
25
+ export declare const DeliveriesConditionConditionEnum: {
26
+ readonly Next30DaysDeliveriesPausedPricing: "NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING";
27
+ readonly Next30DaysDeliveriesPausedNonBuyable: "NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE";
28
+ readonly Next30DaysDeliveriesAtLowInventoryRiskOnly: "NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY";
29
+ readonly Next30DaysDeliveriesAtLowInventoryRisk: "NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK";
30
+ readonly NoIssuesForNext30DaysDeliveries: "NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES";
31
+ };
32
+ export type DeliveriesConditionConditionEnum = typeof DeliveriesConditionConditionEnum[keyof typeof DeliveriesConditionConditionEnum];
@@ -0,0 +1,32 @@
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 of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
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
+ * An object which contains the projected subscriber demand for the offer over different time horizons.
14
+ */
15
+ export interface ForecastDeliveries {
16
+ /**
17
+ * The projected number of subscriber deliveries in the next 15 days.
18
+ */
19
+ 'next15DaysDeliveries'?: number;
20
+ /**
21
+ * The projected number of subscriber deliveries in the next 30 days.
22
+ */
23
+ 'next30DaysDeliveries'?: number;
24
+ /**
25
+ * The projected number of subscriber deliveries in the next 60 days.
26
+ */
27
+ 'next60DaysDeliveries'?: number;
28
+ /**
29
+ * The projected number of subscriber deliveries in the next 90 days.
30
+ */
31
+ 'next90DaysDeliveries'?: number;
32
+ }
@@ -0,0 +1,19 @@
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 of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.
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 fulfillment channel type of an offer. Note that this is only valid for sellers and not for vendors.
14
+ */
15
+ export declare const FulfillmentChannelType: {
16
+ readonly Amazon: "AMAZON";
17
+ readonly Merchant: "MERCHANT";
18
+ };
19
+ export type FulfillmentChannelType = typeof FulfillmentChannelType[keyof typeof FulfillmentChannelType];
@@ -21,12 +21,12 @@ export interface GetSellingPartnerMetricsRequest {
21
21
  'aggregationFrequency'?: AggregationFrequency;
22
22
  'timeInterval': TimeInterval;
23
23
  /**
24
- * The list of metrics requested. If no metric value is provided, data for all of the metrics will be returned.
24
+ * The list of metrics requested. If no metric value is provided, data for all metrics will be returned.
25
25
  */
26
26
  'metrics'?: Set<Metric>;
27
27
  'timePeriodType': TimePeriodType;
28
28
  /**
29
- * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
29
+ * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE, and JP. The supported marketplaces for vendors only are BR, AU, MX, AE, and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
30
30
  */
31
31
  'marketplaceId': string;
32
32
  /**
@@ -95,7 +95,7 @@ export interface GetSellingPartnerMetricsResponseMetric {
95
95
  */
96
96
  'shareOfCouponSubscriptions'?: number;
97
97
  /**
98
- * Total revenue from customers who have made purchases from your catalog but have never subscribed to any products
98
+ * Total revenue from customers who have made purchases from your catalog but have never subscribed to any products.
99
99
  */
100
100
  'nonSubscriberLifeTimeValueFromOTP'?: number;
101
101
  /**
@@ -138,6 +138,10 @@ export interface GetSellingPartnerMetricsResponseMetric {
138
138
  * [Applicable only for Vendors] Percentage of subscriptions created by offers with 5% or above seller-funded discount out of the total number of new orders placed over the past 12 months
139
139
  */
140
140
  'signupConversionFor5PlusPercentSellerFunding'?: number;
141
+ /**
142
+ * The percentage of total program revenue out of total product revenue over a period of time. Applicable to `PERFORMANCE` `timePeriodType`.
143
+ */
144
+ 'revenuePenetration'?: number;
141
145
  'timeInterval'?: TimeInterval;
142
146
  /**
143
147
  * The currency code in ISO 4217 format.
@@ -1,9 +1,12 @@
1
1
  export * from './aggregation-frequency';
2
2
  export * from './auto-enrollment-preference';
3
+ export * from './deliveries-condition';
3
4
  export * from './discount-funding';
4
5
  export * from './eligibility-status';
5
6
  export * from './enrollment-method';
6
7
  export * from './error-list';
8
+ export * from './forecast-deliveries';
9
+ export * from './fulfillment-channel-type';
7
10
  export * from './get-selling-partner-metrics-request';
8
11
  export * from './get-selling-partner-metrics-response';
9
12
  export * from './get-selling-partner-metrics-response-metric';
@@ -21,7 +21,7 @@ export interface ListOfferMetricsRequestFilters {
21
21
  'timeInterval': TimeInterval;
22
22
  'timePeriodType': TimePeriodType;
23
23
  /**
24
- * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
24
+ * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE, and JP. The supported marketplaces for vendors only are BR, AU, MX, AE, and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
25
25
  */
26
26
  'marketplaceId': string;
27
27
  /**
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FulfillmentChannelType } from './fulfillment-channel-type';
12
13
  import type { TimeInterval } from './time-interval';
13
14
  /**
14
15
  * An object which contains offer metrics.
@@ -19,59 +20,64 @@ export interface ListOfferMetricsResponseOffer {
19
20
  */
20
21
  'asin'?: string;
21
22
  /**
22
- * The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to `FORECAST` `timePeriodType`.
23
+ * The SKU. This property is only supported for sellers and not for vendors.
24
+ */
25
+ 'sku'?: string;
26
+ 'fulfillmentChannelType'?: FulfillmentChannelType;
27
+ /**
28
+ * The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to `PERFORMANCE` `timePeriodType`.
23
29
  */
24
30
  'notDeliveredDueToOOS'?: number;
25
31
  /**
26
- * The revenue generated from subscriptions over a period of time. Applicable to `FORECAST` `timePeriodType`.
32
+ * The revenue generated from subscriptions over a period of time. Applicable to `PERFORMANCE` `timePeriodType`.
27
33
  */
28
34
  'totalSubscriptionsRevenue'?: number;
29
35
  /**
30
- * The number of units shipped to the subscribers over a period of time. Applicable to `FORECAST` `timePeriodType`.
36
+ * The number of units shipped to the subscribers over a period of time. Applicable to `PERFORMANCE` `timePeriodType`.
31
37
  */
32
38
  'shippedSubscriptionUnits'?: number;
33
39
  /**
34
- * The number of active subscriptions present at the end of the period. Applicable to `FORECAST` `timePeriodType`.
40
+ * The number of active subscriptions present at the end of the period. Applicable to `PERFORMANCE` `timePeriodType`.
35
41
  */
36
42
  'activeSubscriptions'?: number;
37
43
  /**
38
- * The percentage of total program revenue out of total product revenue. Applicable to `FORECAST` `timePeriodType`.
44
+ * The percentage of total program revenue out of total product revenue. Applicable to `PERFORMANCE` `timePeriodType`.
39
45
  */
40
46
  'revenuePenetration'?: number;
41
47
  /**
42
- * The revenue that would have been generated had there not been out of stock. Applicable to `FORECAST` `timePeriodType`.
48
+ * The revenue that would have been generated had there not been out of stock. Applicable to `PERFORMANCE` `timePeriodType`.
43
49
  */
44
50
  'lostRevenueDueToOOS'?: number;
45
51
  /**
46
- * The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to `FORECAST` `timePeriodType`.
52
+ * The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to `PERFORMANCE` `timePeriodType`.
47
53
  */
48
54
  'couponsRevenuePenetration'?: number;
49
55
  /**
50
- * The percentage of new subscriptions acquired through coupons. Applicable to `FORECAST` `timePeriodType`.
56
+ * The percentage of new subscriptions acquired through coupons. Applicable to `PERFORMANCE` `timePeriodType`.
51
57
  */
52
58
  'shareOfCouponSubscriptions'?: number;
53
59
  /**
54
- * The forecasted total subscription revenue for the next 30 days. Applicable to FORECAST timePeriodType.
60
+ * The forecasted total subscription revenue for the next 30 days. Applicable to `FORECAST` `timePeriodType`.
55
61
  */
56
62
  'next30DayTotalSubscriptionsRevenue'?: number;
57
63
  /**
58
- * The forecasted total subscription revenue for the next 60 days. Applicable to FORECAST timePeriodType.
64
+ * The forecasted total subscription revenue for the next 60 days. Applicable to `FORECAST` `timePeriodType`.
59
65
  */
60
66
  'next60DayTotalSubscriptionsRevenue'?: number;
61
67
  /**
62
- * The forecasted total subscription revenue for the next 90 days. Applicable to FORECAST timePeriodType.
68
+ * The forecasted total subscription revenue for the next 90 days. Applicable to `FORECAST` `timePeriodType`.
63
69
  */
64
70
  'next90DayTotalSubscriptionsRevenue'?: number;
65
71
  /**
66
- * The forecasted shipped subscription units for the next 30 days. Applicable to FORECAST timePeriodType.
72
+ * The forecasted shipped subscription units for the next 30 days. Applicable to `FORECAST` `timePeriodType`.
67
73
  */
68
74
  'next30DayShippedSubscriptionUnits'?: number;
69
75
  /**
70
- * The forecasted shipped subscription units for the next 60 days. Applicable to FORECAST timePeriodType.
76
+ * The forecasted shipped subscription units for the next 60 days. Applicable to `FORECAST` `timePeriodType`.
71
77
  */
72
78
  'next60DayShippedSubscriptionUnits'?: number;
73
79
  /**
74
- * The forecasted shipped subscription units for the next 90 days. Applicable to FORECAST timePeriodType.
80
+ * The forecasted shipped subscription units for the next 90 days. Applicable to `FORECAST` `timePeriodType`.
75
81
  */
76
82
  'next90DayShippedSubscriptionUnits'?: number;
77
83
  'timeInterval'?: TimeInterval;
@@ -14,11 +14,11 @@ import type { Preference } from './preference';
14
14
  import type { ProgramType } from './program-type';
15
15
  import type { Promotion } from './promotion';
16
16
  /**
17
- * Use these parameters to filter results. Any result must match all of the provided parameters. For any parameter that is an array, the result must match at least one element in the provided array.
17
+ * Use these parameters to filter results. Any result must match all provided parameters. For any parameter that is an array, the result must match at least one element in the provided array.
18
18
  */
19
19
  export interface ListOffersRequestFilters {
20
20
  /**
21
- * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
21
+ * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE, and JP. The supported marketplaces for vendors only are BR, AU, MX, AE, and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
22
22
  */
23
23
  'marketplaceId': string;
24
24
  /**
@@ -39,4 +39,16 @@ export interface ListOffersRequestFilters {
39
39
  * A list of replenishment program types.
40
40
  */
41
41
  'programTypes': Set<ProgramType>;
42
+ /**
43
+ * A list of delivery condition types to filter the results by. Results are filtered to only include offers with the specified delivery conditions.
44
+ */
45
+ 'deliveriesConditions'?: Set<ListOffersRequestFiltersDeliveriesConditionsEnum>;
42
46
  }
47
+ export declare const ListOffersRequestFiltersDeliveriesConditionsEnum: {
48
+ readonly Next30DaysDeliveriesPausedPricing: "NEXT_30_DAYS_DELIVERIES_PAUSED_PRICING";
49
+ readonly Next30DaysDeliveriesPausedNonBuyable: "NEXT_30_DAYS_DELIVERIES_PAUSED_NON_BUYABLE";
50
+ readonly Next30DaysDeliveriesAtLowInventoryRiskOnly: "NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK_ONLY";
51
+ readonly Next30DaysDeliveriesAtLowInventoryRisk: "NEXT_30_DAYS_DELIVERIES_AT_LOW_INVENTORY_RISK";
52
+ readonly NoIssuesForNext30DaysDeliveries: "NO_ISSUES_FOR_NEXT_30_DAYS_DELIVERIES";
53
+ };
54
+ export type ListOffersRequestFiltersDeliveriesConditionsEnum = typeof ListOffersRequestFiltersDeliveriesConditionsEnum[keyof typeof ListOffersRequestFiltersDeliveriesConditionsEnum];
@@ -9,7 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { DeliveriesCondition } from './deliveries-condition';
12
13
  import type { EligibilityStatus } from './eligibility-status';
14
+ import type { ForecastDeliveries } from './forecast-deliveries';
13
15
  import type { OfferProgramConfiguration } from './offer-program-configuration';
14
16
  import type { ProgramType } from './program-type';
15
17
  /**
@@ -25,7 +27,7 @@ export interface ListOffersResponseOffer {
25
27
  */
26
28
  'asin'?: string;
27
29
  /**
28
- * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE and JP. The supported marketplaces for vendors only are BR, AU, MX, AE and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
30
+ * The marketplace identifier. The supported marketplaces for both sellers and vendors are US, CA, ES, UK, FR, IT, IN, DE, and JP. The supported marketplaces for vendors only are BR, AU, MX, AE, and NL. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) to find the identifier for the marketplace.
29
31
  */
30
32
  'marketplaceId'?: string;
31
33
  'eligibility'?: EligibilityStatus;
@@ -35,4 +37,33 @@ export interface ListOffersResponseOffer {
35
37
  * A list of vendor codes associated with the offer.
36
38
  */
37
39
  'vendorCodes'?: Array<string>;
40
+ /**
41
+ * The current price of the offer. This is the listed price amount for the item.
42
+ */
43
+ 'price'?: number;
44
+ /**
45
+ * The currency code in ISO 4217 format for the price. For example, `USD` for US dollars.
46
+ */
47
+ 'priceCurrencyCode'?: string;
48
+ /**
49
+ * The available inventory count for the offer.
50
+ */
51
+ 'inventory'?: number;
52
+ /**
53
+ * The stock risk level of the offer, indicating the risk of the offer going out of stock.
54
+ */
55
+ 'stockRisk'?: string;
56
+ /**
57
+ * A list of delivery conditions for the offer, indicating the health of upcoming deliveries. Each condition describes the quantity of upcoming deliveries associated with a particular delivery condition type.
58
+ */
59
+ 'deliveriesConditions'?: Array<DeliveriesCondition>;
60
+ /**
61
+ * The number of active subscriptions for the offer.
62
+ */
63
+ 'subscriptions'?: number;
64
+ /**
65
+ * The fulfillment network identifier type for the offer, indicating how the offer is fulfilled.
66
+ */
67
+ 'fulfillmentNetworkIDType'?: string;
68
+ 'forecastDeliveries'?: ForecastDeliveries;
38
69
  }
@@ -18,5 +18,9 @@ export declare const ListOffersSortKey: {
18
18
  readonly SellingPartnerFundedTieredDiscountPercentage: "SELLING_PARTNER_FUNDED_TIERED_DISCOUNT_PERCENTAGE";
19
19
  readonly AmazonFundedBaseDiscountPercentage: "AMAZON_FUNDED_BASE_DISCOUNT_PERCENTAGE";
20
20
  readonly AmazonFundedTieredDiscountPercentage: "AMAZON_FUNDED_TIERED_DISCOUNT_PERCENTAGE";
21
+ readonly Inventory: "INVENTORY";
22
+ readonly Price: "PRICE";
23
+ readonly SubscriptionCount: "SUBSCRIPTION_COUNT";
24
+ readonly FulfillmentNetworkIdType: "FULFILLMENT_NETWORK_ID_TYPE";
21
25
  };
22
26
  export type ListOffersSortKey = typeof ListOffersSortKey[keyof typeof ListOffersSortKey];
@@ -27,5 +27,6 @@ export declare const Metric: {
27
27
  readonly ShareOfCouponSubscriptions: "SHARE_OF_COUPON_SUBSCRIPTIONS";
28
28
  readonly SubscriberLifetimeValueByCustomerSegment: "SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT";
29
29
  readonly SignupConversionBySellerFunding: "SIGNUP_CONVERSION_BY_SELLER_FUNDING";
30
+ readonly RevenuePenetration: "REVENUE_PENETRATION";
30
31
  };
31
32
  export type Metric = typeof Metric[keyof typeof Metric];
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
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.
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-11T00: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
14
  */
15
15
  export interface TimeInterval {
16
16
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/replenishment-api-2022-11-07",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Replenishment (Replenishment API) provides programmatic access to replenishment program metrics and offers. These programs provide recurring delivery of any replenishable item at a frequency chosen by the customer. The Replenishment API is available worldwide wherever Amazon Subscribe & Save is available or is supported. The API is available to vendors and FBA selling partners.",
5
- "version": "5.1.8",
5
+ "version": "5.2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.30",
22
- "axios": "^1.13.6"
21
+ "@sp-api-sdk/common": "2.1.31",
22
+ "axios": "^1.15.2"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "replenishment api"
42
42
  ],
43
- "gitHead": "ed62de76baf24107227aacb576cd494b2ecbf0b5"
43
+ "gitHead": "cc3ed7e58346bf7a4110ed8f1353aae840f294e2"
44
44
  }