peddler 5.3.1 → 5.4.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 (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +55 -11
  3. data/lib/peddler/api.rb +3 -3
  4. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/address.rb +4 -1
  5. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/distance.rb +20 -0
  6. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/geocodes.rb +23 -0
  7. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/handover_location.rb +23 -0
  8. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/ship_label_metadata.rb +4 -0
  9. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/shipment_info.rb +3 -0
  10. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11/shipping_options.rb +4 -0
  11. data/lib/peddler/apis/external_fulfillment_shipments_2024_09_11.rb +1 -1
  12. data/lib/peddler/apis/feeds_2021_06_30.rb +8 -2
  13. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/amount.rb +2 -2
  14. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/delivery_document.rb +2 -2
  15. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/delivery_information.rb +2 -1
  16. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/delivery_preferences.rb +1 -1
  17. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/delivery_window.rb +3 -4
  18. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/drop_off_location.rb +9 -7
  19. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/feature_settings.rb +5 -1
  20. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/feature_sku.rb +1 -1
  21. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/fulfillment_order.rb +2 -2
  22. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/fulfillment_preview_shipment.rb +6 -6
  23. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/fulfillment_shipment_package.rb +3 -4
  24. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/get_feature_inventory_response.rb +1 -1
  25. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/get_feature_sku_result.rb +12 -3
  26. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/origin.rb +2 -1
  27. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/tracking_event.rb +1 -2
  28. data/lib/peddler/apis/orders_2026_01_01/associated_order_item.rb +27 -0
  29. data/lib/peddler/apis/orders_2026_01_01/item_packing.rb +3 -0
  30. data/lib/peddler/apis/orders_2026_01_01/item_picking.rb +1 -1
  31. data/lib/peddler/apis/orders_2026_01_01/item_proceeds_detailed_breakdown.rb +1 -1
  32. data/lib/peddler/apis/orders_2026_01_01/item_tax.rb +20 -0
  33. data/lib/peddler/apis/orders_2026_01_01/item_tax_calculation_breakdown.rb +21 -0
  34. data/lib/peddler/apis/orders_2026_01_01/item_tax_collection.rb +24 -0
  35. data/lib/peddler/apis/orders_2026_01_01/order.rb +8 -1
  36. data/lib/peddler/apis/orders_2026_01_01/order_item.rb +7 -0
  37. data/lib/peddler/apis/orders_2026_01_01/order_payment.rb +17 -0
  38. data/lib/peddler/apis/orders_2026_01_01/order_tax.rb +20 -0
  39. data/lib/peddler/apis/orders_2026_01_01/order_tax_invoicing.rb +34 -0
  40. data/lib/peddler/apis/orders_2026_01_01/order_tax_registration.rb +39 -0
  41. data/lib/peddler/apis/orders_2026_01_01/package_status.rb +4 -3
  42. data/lib/peddler/apis/orders_2026_01_01/pagination.rb +5 -5
  43. data/lib/peddler/apis/orders_2026_01_01/payment_execution.rb +39 -0
  44. data/lib/peddler/apis/orders_2026_01_01/search_orders_response.rb +10 -11
  45. data/lib/peddler/apis/orders_2026_01_01/serial_number_requirement.rb +19 -0
  46. data/lib/peddler/apis/orders_2026_01_01/tax_registration_attribute.rb +22 -0
  47. data/lib/peddler/apis/orders_2026_01_01.rb +15 -13
  48. data/lib/peddler/apis/orders_v0/address.rb +3 -3
  49. data/lib/peddler/apis/orders_v0/address_extended_fields.rb +9 -2
  50. data/lib/peddler/apis/orders_v0/buyer_info.rb +3 -0
  51. data/lib/peddler/apis/orders_v0/geo_coordinates.rb +20 -0
  52. data/lib/peddler/apis/orders_v0/order_buyer_info.rb +3 -0
  53. data/lib/peddler/apis/orders_v0.rb +6 -2
  54. data/lib/peddler/apis/product_pricing_2022_05_01/competitive_summary_response_body.rb +3 -0
  55. data/lib/peddler/apis/product_pricing_2022_05_01/item.rb +17 -0
  56. data/lib/peddler/apis/product_pricing_2022_05_01/points.rb +1 -1
  57. data/lib/peddler/apis/product_pricing_2022_05_01/similar_items.rb +17 -0
  58. data/lib/peddler/apis/replenishment_2022_11_07/deliveries_condition.rb +22 -0
  59. data/lib/peddler/apis/replenishment_2022_11_07/forecast_deliveries.rb +26 -0
  60. data/lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request.rb +3 -3
  61. data/lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response_metric.rb +5 -1
  62. data/lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_request_filters.rb +1 -1
  63. data/lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_response_offer.rb +30 -23
  64. data/lib/peddler/apis/replenishment_2022_11_07/list_offers_request_filters.rb +7 -3
  65. data/lib/peddler/apis/replenishment_2022_11_07/list_offers_response_offer.rb +27 -1
  66. data/lib/peddler/apis/replenishment_2022_11_07/offer_program_configuration.rb +1 -1
  67. data/lib/peddler/apis/replenishment_2022_11_07/time_interval.rb +1 -1
  68. data/lib/peddler/apis/reports_2021_06_30.rb +8 -2
  69. data/lib/peddler/apis/seller_wallet_2024_03_01/balance.rb +6 -6
  70. data/lib/peddler/apis/seller_wallet_2024_03_01/balance_listing.rb +2 -2
  71. data/lib/peddler/apis/seller_wallet_2024_03_01/bank_account.rb +5 -5
  72. data/lib/peddler/apis/seller_wallet_2024_03_01/bank_account_listing.rb +2 -2
  73. data/lib/peddler/apis/seller_wallet_2024_03_01/delete_transfer_schedule.rb +3 -2
  74. data/lib/peddler/apis/seller_wallet_2024_03_01/fee.rb +4 -7
  75. data/lib/peddler/apis/seller_wallet_2024_03_01/fx_rate_details.rb +6 -6
  76. data/lib/peddler/apis/seller_wallet_2024_03_01/payee_contact_information.rb +5 -5
  77. data/lib/peddler/apis/seller_wallet_2024_03_01/payment_preference.rb +2 -3
  78. data/lib/peddler/apis/seller_wallet_2024_03_01/schedule_expression.rb +4 -5
  79. data/lib/peddler/apis/seller_wallet_2024_03_01/transaction.rb +13 -14
  80. data/lib/peddler/apis/seller_wallet_2024_03_01/transaction_account.rb +8 -8
  81. data/lib/peddler/apis/seller_wallet_2024_03_01/transaction_initiation_request.rb +8 -7
  82. data/lib/peddler/apis/seller_wallet_2024_03_01/transaction_instrument_details.rb +6 -7
  83. data/lib/peddler/apis/seller_wallet_2024_03_01/transaction_listing.rb +6 -5
  84. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_rate_preview.rb +4 -3
  85. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_schedule.rb +11 -12
  86. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_schedule_failures.rb +3 -3
  87. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_schedule_information.rb +5 -6
  88. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_schedule_listing.rb +6 -5
  89. data/lib/peddler/apis/seller_wallet_2024_03_01/transfer_schedule_request.rb +11 -13
  90. data/lib/peddler/apis/seller_wallet_2024_03_01.rb +30 -28
  91. data/lib/peddler/apis/services_v1/money_amount.rb +20 -0
  92. data/lib/peddler/apis/services_v1/payment.rb +20 -0
  93. data/lib/peddler/apis/services_v1/service_job.rb +3 -0
  94. data/lib/peddler/apis/services_v1.rb +1 -1
  95. data/lib/peddler/apis/shipment_invoicing_v0/payment_information.rb +6 -6
  96. data/lib/peddler/apis/shipment_invoicing_v0/payment_information_list.rb +1 -1
  97. data/lib/peddler/data_kiosk/economics20240315.json +6 -6
  98. data/lib/peddler/data_kiosk/sales_and_traffic20231115.json +6 -6
  99. data/lib/peddler/data_kiosk/sales_and_traffic20240424.json +6 -6
  100. data/lib/peddler/data_kiosk/vendor_analytics20240930.json +6 -6
  101. data/lib/peddler/errors.rb +1 -0
  102. data/lib/peddler/version.rb +1 -1
  103. data/sig/peddler/api.rbs +1 -1
  104. data/sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs +85 -28
  105. data/sig/peddler/apis/feeds_2021_06_30.rbs +1 -1
  106. data/sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs +11 -8
  107. data/sig/peddler/apis/orders_2026_01_01.rbs +220 -23
  108. data/sig/peddler/apis/orders_v0.rbs +42 -22
  109. data/sig/peddler/apis/product_pricing_2022_05_01.rbs +40 -7
  110. data/sig/peddler/apis/replenishment_2022_11_07.rbs +76 -28
  111. data/sig/peddler/apis/reports_2021_06_30.rbs +1 -1
  112. data/sig/peddler/apis/services_v1.rbs +42 -7
  113. data/sig/peddler/errors.rbs +3 -0
  114. metadata +32 -5
@@ -1,6 +1,23 @@
1
1
  module Peddler
2
2
  module APIs
3
3
  class Replenishment20221107 < API
4
+ class DeliveriesCondition < Data
5
+ def self.new: (?condition: String?, ?next30_days_deliveries: Integer?) -> Peddler::APIs::Replenishment20221107::DeliveriesCondition
6
+ | (String?, Integer?) -> Peddler::APIs::Replenishment20221107::DeliveriesCondition
7
+ def self.[]: (?condition: String?, ?next30_days_deliveries: Integer?) -> Peddler::APIs::Replenishment20221107::DeliveriesCondition
8
+ | (String?, Integer?) -> Peddler::APIs::Replenishment20221107::DeliveriesCondition
9
+
10
+ def self.members: () -> [ :condition, :next30_days_deliveries ]
11
+
12
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::DeliveriesCondition
13
+
14
+ attr_reader condition: String?
15
+ attr_reader next30_days_deliveries: Integer?
16
+
17
+ def members: () -> [ :condition, :next30_days_deliveries ]
18
+ def to_h: () -> { condition: String?, next30_days_deliveries: Integer? }
19
+ end
20
+
4
21
  class DiscountFunding < Data
5
22
  def self.new: (?percentage: Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
6
23
  | (Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
@@ -51,6 +68,25 @@ module Peddler
51
68
  def to_h: () -> { errors: Array[Peddler::APIs::Replenishment20221107::Error] }
52
69
  end
53
70
 
71
+ class ForecastDeliveries < Data
72
+ def self.new: (?next15_days_deliveries: Integer?, ?next30_days_deliveries: Integer?, ?next60_days_deliveries: Integer?, ?next90_days_deliveries: Integer?) -> Peddler::APIs::Replenishment20221107::ForecastDeliveries
73
+ | (Integer?, Integer?, Integer?, Integer?) -> Peddler::APIs::Replenishment20221107::ForecastDeliveries
74
+ def self.[]: (?next15_days_deliveries: Integer?, ?next30_days_deliveries: Integer?, ?next60_days_deliveries: Integer?, ?next90_days_deliveries: Integer?) -> Peddler::APIs::Replenishment20221107::ForecastDeliveries
75
+ | (Integer?, Integer?, Integer?, Integer?) -> Peddler::APIs::Replenishment20221107::ForecastDeliveries
76
+
77
+ def self.members: () -> [ :next15_days_deliveries, :next30_days_deliveries, :next60_days_deliveries, :next90_days_deliveries ]
78
+
79
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ForecastDeliveries
80
+
81
+ attr_reader next15_days_deliveries: Integer?
82
+ attr_reader next30_days_deliveries: Integer?
83
+ attr_reader next60_days_deliveries: Integer?
84
+ attr_reader next90_days_deliveries: Integer?
85
+
86
+ def members: () -> [ :next15_days_deliveries, :next30_days_deliveries, :next60_days_deliveries, :next90_days_deliveries ]
87
+ def to_h: () -> { next15_days_deliveries: Integer?, next30_days_deliveries: Integer?, next60_days_deliveries: Integer?, next90_days_deliveries: Integer? }
88
+ end
89
+
54
90
  class GetSellingPartnerMetricsRequest < Data
55
91
  def self.new: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?metrics: Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
56
92
  | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
@@ -89,12 +125,12 @@ module Peddler
89
125
  end
90
126
 
91
127
  class GetSellingPartnerMetricsResponseMetric < Data
92
- def self.new: (?active_subscriptions: Float?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?established_subscriber_life_time_value_from_otp: Float?, ?established_subscriber_life_time_value_from_sns: Float?, ?growing_subscriber_life_time_value_from_otp: Float?, ?growing_subscriber_life_time_value_from_sns: Float?, ?lost_revenue_due_to_oos: Float?, ?lost_subscriber_life_time_value_from_otp: Float?, ?lost_subscriber_life_time_value_from_sns: Float?, ?non_subscriber_average_reorders: Float?, ?non_subscriber_average_revenue: Float?, ?non_subscriber_life_time_value_from_otp: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_from_active_subscriptions_with_single_delivery: Float?, ?revenue_from_cancelled_subscriptions_after_single_delivery: Float?, ?revenue_from_subscriptions_with_multiple_deliveries: Float?, ?revenue_penetration_for0_percent_seller_funding: Float?, ?revenue_penetration_for10_percent_seller_funding: Float?, ?revenue_penetration_for5_percent_seller_funding: Float?, ?revenue_penetration_for5_plus_percent_seller_funding: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?signup_conversion_for0_percent_seller_funding: Float?, ?signup_conversion_for10_percent_seller_funding: Float?, ?signup_conversion_for5_percent_seller_funding: Float?, ?signup_conversion_for5_plus_percent_seller_funding: Float?, ?subscriber_average_reorders: Float?, ?subscriber_average_revenue: Float?, ?subscriber_retention_for30_days: Float?, ?subscriber_retention_for90_days: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
93
- | (Float?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
94
- def self.[]: (?active_subscriptions: Float?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?established_subscriber_life_time_value_from_otp: Float?, ?established_subscriber_life_time_value_from_sns: Float?, ?growing_subscriber_life_time_value_from_otp: Float?, ?growing_subscriber_life_time_value_from_sns: Float?, ?lost_revenue_due_to_oos: Float?, ?lost_subscriber_life_time_value_from_otp: Float?, ?lost_subscriber_life_time_value_from_sns: Float?, ?non_subscriber_average_reorders: Float?, ?non_subscriber_average_revenue: Float?, ?non_subscriber_life_time_value_from_otp: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_from_active_subscriptions_with_single_delivery: Float?, ?revenue_from_cancelled_subscriptions_after_single_delivery: Float?, ?revenue_from_subscriptions_with_multiple_deliveries: Float?, ?revenue_penetration_for0_percent_seller_funding: Float?, ?revenue_penetration_for10_percent_seller_funding: Float?, ?revenue_penetration_for5_percent_seller_funding: Float?, ?revenue_penetration_for5_plus_percent_seller_funding: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?signup_conversion_for0_percent_seller_funding: Float?, ?signup_conversion_for10_percent_seller_funding: Float?, ?signup_conversion_for5_percent_seller_funding: Float?, ?signup_conversion_for5_plus_percent_seller_funding: Float?, ?subscriber_average_reorders: Float?, ?subscriber_average_revenue: Float?, ?subscriber_retention_for30_days: Float?, ?subscriber_retention_for90_days: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
95
- | (Float?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
128
+ def self.new: (?active_subscriptions: Float?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?established_subscriber_life_time_value_from_otp: Float?, ?established_subscriber_life_time_value_from_sns: Float?, ?growing_subscriber_life_time_value_from_otp: Float?, ?growing_subscriber_life_time_value_from_sns: Float?, ?lost_revenue_due_to_oos: Float?, ?lost_subscriber_life_time_value_from_otp: Float?, ?lost_subscriber_life_time_value_from_sns: Float?, ?non_subscriber_average_reorders: Float?, ?non_subscriber_average_revenue: Float?, ?non_subscriber_life_time_value_from_otp: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_from_active_subscriptions_with_single_delivery: Float?, ?revenue_from_cancelled_subscriptions_after_single_delivery: Float?, ?revenue_from_subscriptions_with_multiple_deliveries: Float?, ?revenue_penetration: Float?, ?revenue_penetration_for0_percent_seller_funding: Float?, ?revenue_penetration_for10_percent_seller_funding: Float?, ?revenue_penetration_for5_percent_seller_funding: Float?, ?revenue_penetration_for5_plus_percent_seller_funding: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?signup_conversion_for0_percent_seller_funding: Float?, ?signup_conversion_for10_percent_seller_funding: Float?, ?signup_conversion_for5_percent_seller_funding: Float?, ?signup_conversion_for5_plus_percent_seller_funding: Float?, ?subscriber_average_reorders: Float?, ?subscriber_average_revenue: Float?, ?subscriber_retention_for30_days: Float?, ?subscriber_retention_for90_days: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
129
+ | (Float?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
130
+ def self.[]: (?active_subscriptions: Float?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?established_subscriber_life_time_value_from_otp: Float?, ?established_subscriber_life_time_value_from_sns: Float?, ?growing_subscriber_life_time_value_from_otp: Float?, ?growing_subscriber_life_time_value_from_sns: Float?, ?lost_revenue_due_to_oos: Float?, ?lost_subscriber_life_time_value_from_otp: Float?, ?lost_subscriber_life_time_value_from_sns: Float?, ?non_subscriber_average_reorders: Float?, ?non_subscriber_average_revenue: Float?, ?non_subscriber_life_time_value_from_otp: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_from_active_subscriptions_with_single_delivery: Float?, ?revenue_from_cancelled_subscriptions_after_single_delivery: Float?, ?revenue_from_subscriptions_with_multiple_deliveries: Float?, ?revenue_penetration: Float?, ?revenue_penetration_for0_percent_seller_funding: Float?, ?revenue_penetration_for10_percent_seller_funding: Float?, ?revenue_penetration_for5_percent_seller_funding: Float?, ?revenue_penetration_for5_plus_percent_seller_funding: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?signup_conversion_for0_percent_seller_funding: Float?, ?signup_conversion_for10_percent_seller_funding: Float?, ?signup_conversion_for5_percent_seller_funding: Float?, ?signup_conversion_for5_plus_percent_seller_funding: Float?, ?subscriber_average_reorders: Float?, ?subscriber_average_revenue: Float?, ?subscriber_retention_for30_days: Float?, ?subscriber_retention_for90_days: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
131
+ | (Float?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
96
132
 
97
- def self.members: () -> [ :active_subscriptions, :coupons_revenue_penetration, :currency_code, :established_subscriber_life_time_value_from_otp, :established_subscriber_life_time_value_from_sns, :growing_subscriber_life_time_value_from_otp, :growing_subscriber_life_time_value_from_sns, :lost_revenue_due_to_oos, :lost_subscriber_life_time_value_from_otp, :lost_subscriber_life_time_value_from_sns, :non_subscriber_average_reorders, :non_subscriber_average_revenue, :non_subscriber_life_time_value_from_otp, :not_delivered_due_to_oos, :revenue_from_active_subscriptions_with_single_delivery, :revenue_from_cancelled_subscriptions_after_single_delivery, :revenue_from_subscriptions_with_multiple_deliveries, :revenue_penetration_for0_percent_seller_funding, :revenue_penetration_for10_percent_seller_funding, :revenue_penetration_for5_percent_seller_funding, :revenue_penetration_for5_plus_percent_seller_funding, :share_of_coupon_subscriptions, :shipped_subscription_units, :signup_conversion_for0_percent_seller_funding, :signup_conversion_for10_percent_seller_funding, :signup_conversion_for5_percent_seller_funding, :signup_conversion_for5_plus_percent_seller_funding, :subscriber_average_reorders, :subscriber_average_revenue, :subscriber_retention_for30_days, :subscriber_retention_for90_days, :time_interval, :total_subscriptions_revenue ]
133
+ def self.members: () -> [ :active_subscriptions, :coupons_revenue_penetration, :currency_code, :established_subscriber_life_time_value_from_otp, :established_subscriber_life_time_value_from_sns, :growing_subscriber_life_time_value_from_otp, :growing_subscriber_life_time_value_from_sns, :lost_revenue_due_to_oos, :lost_subscriber_life_time_value_from_otp, :lost_subscriber_life_time_value_from_sns, :non_subscriber_average_reorders, :non_subscriber_average_revenue, :non_subscriber_life_time_value_from_otp, :not_delivered_due_to_oos, :revenue_from_active_subscriptions_with_single_delivery, :revenue_from_cancelled_subscriptions_after_single_delivery, :revenue_from_subscriptions_with_multiple_deliveries, :revenue_penetration, :revenue_penetration_for0_percent_seller_funding, :revenue_penetration_for10_percent_seller_funding, :revenue_penetration_for5_percent_seller_funding, :revenue_penetration_for5_plus_percent_seller_funding, :share_of_coupon_subscriptions, :shipped_subscription_units, :signup_conversion_for0_percent_seller_funding, :signup_conversion_for10_percent_seller_funding, :signup_conversion_for5_percent_seller_funding, :signup_conversion_for5_plus_percent_seller_funding, :subscriber_average_reorders, :subscriber_average_revenue, :subscriber_retention_for30_days, :subscriber_retention_for90_days, :time_interval, :total_subscriptions_revenue ]
98
134
 
99
135
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsResponseMetric
100
136
 
@@ -115,6 +151,7 @@ module Peddler
115
151
  attr_reader revenue_from_active_subscriptions_with_single_delivery: Float?
116
152
  attr_reader revenue_from_cancelled_subscriptions_after_single_delivery: Float?
117
153
  attr_reader revenue_from_subscriptions_with_multiple_deliveries: Float?
154
+ attr_reader revenue_penetration: Float?
118
155
  attr_reader revenue_penetration_for0_percent_seller_funding: Float?
119
156
  attr_reader revenue_penetration_for10_percent_seller_funding: Float?
120
157
  attr_reader revenue_penetration_for5_percent_seller_funding: Float?
@@ -132,8 +169,8 @@ module Peddler
132
169
  attr_reader time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?
133
170
  attr_reader total_subscriptions_revenue: Float?
134
171
 
135
- def members: () -> [ :active_subscriptions, :coupons_revenue_penetration, :currency_code, :established_subscriber_life_time_value_from_otp, :established_subscriber_life_time_value_from_sns, :growing_subscriber_life_time_value_from_otp, :growing_subscriber_life_time_value_from_sns, :lost_revenue_due_to_oos, :lost_subscriber_life_time_value_from_otp, :lost_subscriber_life_time_value_from_sns, :non_subscriber_average_reorders, :non_subscriber_average_revenue, :non_subscriber_life_time_value_from_otp, :not_delivered_due_to_oos, :revenue_from_active_subscriptions_with_single_delivery, :revenue_from_cancelled_subscriptions_after_single_delivery, :revenue_from_subscriptions_with_multiple_deliveries, :revenue_penetration_for0_percent_seller_funding, :revenue_penetration_for10_percent_seller_funding, :revenue_penetration_for5_percent_seller_funding, :revenue_penetration_for5_plus_percent_seller_funding, :share_of_coupon_subscriptions, :shipped_subscription_units, :signup_conversion_for0_percent_seller_funding, :signup_conversion_for10_percent_seller_funding, :signup_conversion_for5_percent_seller_funding, :signup_conversion_for5_plus_percent_seller_funding, :subscriber_average_reorders, :subscriber_average_revenue, :subscriber_retention_for30_days, :subscriber_retention_for90_days, :time_interval, :total_subscriptions_revenue ]
136
- def to_h: () -> { active_subscriptions: Float?, coupons_revenue_penetration: Float?, currency_code: String?, established_subscriber_life_time_value_from_otp: Float?, established_subscriber_life_time_value_from_sns: Float?, growing_subscriber_life_time_value_from_otp: Float?, growing_subscriber_life_time_value_from_sns: Float?, lost_revenue_due_to_oos: Float?, lost_subscriber_life_time_value_from_otp: Float?, lost_subscriber_life_time_value_from_sns: Float?, non_subscriber_average_reorders: Float?, non_subscriber_average_revenue: Float?, non_subscriber_life_time_value_from_otp: Float?, not_delivered_due_to_oos: Float?, revenue_from_active_subscriptions_with_single_delivery: Float?, revenue_from_cancelled_subscriptions_after_single_delivery: Float?, revenue_from_subscriptions_with_multiple_deliveries: Float?, revenue_penetration_for0_percent_seller_funding: Float?, revenue_penetration_for10_percent_seller_funding: Float?, revenue_penetration_for5_percent_seller_funding: Float?, revenue_penetration_for5_plus_percent_seller_funding: Float?, share_of_coupon_subscriptions: Float?, shipped_subscription_units: Float?, signup_conversion_for0_percent_seller_funding: Float?, signup_conversion_for10_percent_seller_funding: Float?, signup_conversion_for5_percent_seller_funding: Float?, signup_conversion_for5_plus_percent_seller_funding: Float?, subscriber_average_reorders: Float?, subscriber_average_revenue: Float?, subscriber_retention_for30_days: Float?, subscriber_retention_for90_days: Float?, time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, total_subscriptions_revenue: Float? }
172
+ def members: () -> [ :active_subscriptions, :coupons_revenue_penetration, :currency_code, :established_subscriber_life_time_value_from_otp, :established_subscriber_life_time_value_from_sns, :growing_subscriber_life_time_value_from_otp, :growing_subscriber_life_time_value_from_sns, :lost_revenue_due_to_oos, :lost_subscriber_life_time_value_from_otp, :lost_subscriber_life_time_value_from_sns, :non_subscriber_average_reorders, :non_subscriber_average_revenue, :non_subscriber_life_time_value_from_otp, :not_delivered_due_to_oos, :revenue_from_active_subscriptions_with_single_delivery, :revenue_from_cancelled_subscriptions_after_single_delivery, :revenue_from_subscriptions_with_multiple_deliveries, :revenue_penetration, :revenue_penetration_for0_percent_seller_funding, :revenue_penetration_for10_percent_seller_funding, :revenue_penetration_for5_percent_seller_funding, :revenue_penetration_for5_plus_percent_seller_funding, :share_of_coupon_subscriptions, :shipped_subscription_units, :signup_conversion_for0_percent_seller_funding, :signup_conversion_for10_percent_seller_funding, :signup_conversion_for5_percent_seller_funding, :signup_conversion_for5_plus_percent_seller_funding, :subscriber_average_reorders, :subscriber_average_revenue, :subscriber_retention_for30_days, :subscriber_retention_for90_days, :time_interval, :total_subscriptions_revenue ]
173
+ def to_h: () -> { active_subscriptions: Float?, coupons_revenue_penetration: Float?, currency_code: String?, established_subscriber_life_time_value_from_otp: Float?, established_subscriber_life_time_value_from_sns: Float?, growing_subscriber_life_time_value_from_otp: Float?, growing_subscriber_life_time_value_from_sns: Float?, lost_revenue_due_to_oos: Float?, lost_subscriber_life_time_value_from_otp: Float?, lost_subscriber_life_time_value_from_sns: Float?, non_subscriber_average_reorders: Float?, non_subscriber_average_revenue: Float?, non_subscriber_life_time_value_from_otp: Float?, not_delivered_due_to_oos: Float?, revenue_from_active_subscriptions_with_single_delivery: Float?, revenue_from_cancelled_subscriptions_after_single_delivery: Float?, revenue_from_subscriptions_with_multiple_deliveries: Float?, revenue_penetration: Float?, revenue_penetration_for0_percent_seller_funding: Float?, revenue_penetration_for10_percent_seller_funding: Float?, revenue_penetration_for5_percent_seller_funding: Float?, revenue_penetration_for5_plus_percent_seller_funding: Float?, share_of_coupon_subscriptions: Float?, shipped_subscription_units: Float?, signup_conversion_for0_percent_seller_funding: Float?, signup_conversion_for10_percent_seller_funding: Float?, signup_conversion_for5_percent_seller_funding: Float?, signup_conversion_for5_plus_percent_seller_funding: Float?, subscriber_average_reorders: Float?, subscriber_average_revenue: Float?, subscriber_retention_for30_days: Float?, subscriber_retention_for90_days: Float?, time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, total_subscriptions_revenue: Float? }
137
174
  end
138
175
 
139
176
  class ListOfferMetricsRequest < Data
@@ -227,12 +264,12 @@ module Peddler
227
264
  end
228
265
 
229
266
  class ListOfferMetricsResponseOffer < Data
230
- def self.new: (?active_subscriptions: Float?, ?asin: String?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?lost_revenue_due_to_oos: Float?, ?next30_day_shipped_subscription_units: Float?, ?next30_day_total_subscriptions_revenue: Float?, ?next60_day_shipped_subscription_units: Float?, ?next60_day_total_subscriptions_revenue: Float?, ?next90_day_shipped_subscription_units: Float?, ?next90_day_total_subscriptions_revenue: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_penetration: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
231
- | (Float?, String?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
232
- def self.[]: (?active_subscriptions: Float?, ?asin: String?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?lost_revenue_due_to_oos: Float?, ?next30_day_shipped_subscription_units: Float?, ?next30_day_total_subscriptions_revenue: Float?, ?next60_day_shipped_subscription_units: Float?, ?next60_day_total_subscriptions_revenue: Float?, ?next90_day_shipped_subscription_units: Float?, ?next90_day_total_subscriptions_revenue: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_penetration: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
233
- | (Float?, String?, Float?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
267
+ def self.new: (?active_subscriptions: Float?, ?asin: String?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?fulfillment_channel_type: String?, ?lost_revenue_due_to_oos: Float?, ?next30_day_shipped_subscription_units: Float?, ?next30_day_total_subscriptions_revenue: Float?, ?next60_day_shipped_subscription_units: Float?, ?next60_day_total_subscriptions_revenue: Float?, ?next90_day_shipped_subscription_units: Float?, ?next90_day_total_subscriptions_revenue: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_penetration: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?sku: String?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
268
+ | (Float?, String?, Float?, String?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, String?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
269
+ def self.[]: (?active_subscriptions: Float?, ?asin: String?, ?coupons_revenue_penetration: Float?, ?currency_code: String?, ?fulfillment_channel_type: String?, ?lost_revenue_due_to_oos: Float?, ?next30_day_shipped_subscription_units: Float?, ?next30_day_total_subscriptions_revenue: Float?, ?next60_day_shipped_subscription_units: Float?, ?next60_day_total_subscriptions_revenue: Float?, ?next90_day_shipped_subscription_units: Float?, ?next90_day_total_subscriptions_revenue: Float?, ?not_delivered_due_to_oos: Float?, ?revenue_penetration: Float?, ?share_of_coupon_subscriptions: Float?, ?shipped_subscription_units: Float?, ?sku: String?, ?time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, ?total_subscriptions_revenue: Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
270
+ | (Float?, String?, Float?, String?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, String?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
234
271
 
235
- def self.members: () -> [ :active_subscriptions, :asin, :coupons_revenue_penetration, :currency_code, :lost_revenue_due_to_oos, :next30_day_shipped_subscription_units, :next30_day_total_subscriptions_revenue, :next60_day_shipped_subscription_units, :next60_day_total_subscriptions_revenue, :next90_day_shipped_subscription_units, :next90_day_total_subscriptions_revenue, :not_delivered_due_to_oos, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :time_interval, :total_subscriptions_revenue ]
272
+ def self.members: () -> [ :active_subscriptions, :asin, :coupons_revenue_penetration, :currency_code, :fulfillment_channel_type, :lost_revenue_due_to_oos, :next30_day_shipped_subscription_units, :next30_day_total_subscriptions_revenue, :next60_day_shipped_subscription_units, :next60_day_total_subscriptions_revenue, :next90_day_shipped_subscription_units, :next90_day_total_subscriptions_revenue, :not_delivered_due_to_oos, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :sku, :time_interval, :total_subscriptions_revenue ]
236
273
 
237
274
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
238
275
 
@@ -240,6 +277,7 @@ module Peddler
240
277
  attr_reader asin: String?
241
278
  attr_reader coupons_revenue_penetration: Float?
242
279
  attr_reader currency_code: String?
280
+ attr_reader fulfillment_channel_type: String?
243
281
  attr_reader lost_revenue_due_to_oos: Float?
244
282
  attr_reader next30_day_shipped_subscription_units: Float?
245
283
  attr_reader next30_day_total_subscriptions_revenue: Float?
@@ -251,11 +289,12 @@ module Peddler
251
289
  attr_reader revenue_penetration: Float?
252
290
  attr_reader share_of_coupon_subscriptions: Float?
253
291
  attr_reader shipped_subscription_units: Float?
292
+ attr_reader sku: String?
254
293
  attr_reader time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?
255
294
  attr_reader total_subscriptions_revenue: Float?
256
295
 
257
- def members: () -> [ :active_subscriptions, :asin, :coupons_revenue_penetration, :currency_code, :lost_revenue_due_to_oos, :next30_day_shipped_subscription_units, :next30_day_total_subscriptions_revenue, :next60_day_shipped_subscription_units, :next60_day_total_subscriptions_revenue, :next90_day_shipped_subscription_units, :next90_day_total_subscriptions_revenue, :not_delivered_due_to_oos, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :time_interval, :total_subscriptions_revenue ]
258
- def to_h: () -> { active_subscriptions: Float?, asin: String?, coupons_revenue_penetration: Float?, currency_code: String?, lost_revenue_due_to_oos: Float?, next30_day_shipped_subscription_units: Float?, next30_day_total_subscriptions_revenue: Float?, next60_day_shipped_subscription_units: Float?, next60_day_total_subscriptions_revenue: Float?, next90_day_shipped_subscription_units: Float?, next90_day_total_subscriptions_revenue: Float?, not_delivered_due_to_oos: Float?, revenue_penetration: Float?, share_of_coupon_subscriptions: Float?, shipped_subscription_units: Float?, time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, total_subscriptions_revenue: Float? }
296
+ def members: () -> [ :active_subscriptions, :asin, :coupons_revenue_penetration, :currency_code, :fulfillment_channel_type, :lost_revenue_due_to_oos, :next30_day_shipped_subscription_units, :next30_day_total_subscriptions_revenue, :next60_day_shipped_subscription_units, :next60_day_total_subscriptions_revenue, :next90_day_shipped_subscription_units, :next90_day_total_subscriptions_revenue, :not_delivered_due_to_oos, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :sku, :time_interval, :total_subscriptions_revenue ]
297
+ def to_h: () -> { active_subscriptions: Float?, asin: String?, coupons_revenue_penetration: Float?, currency_code: String?, fulfillment_channel_type: String?, lost_revenue_due_to_oos: Float?, next30_day_shipped_subscription_units: Float?, next30_day_total_subscriptions_revenue: Float?, next60_day_shipped_subscription_units: Float?, next60_day_total_subscriptions_revenue: Float?, next90_day_shipped_subscription_units: Float?, next90_day_total_subscriptions_revenue: Float?, not_delivered_due_to_oos: Float?, revenue_penetration: Float?, share_of_coupon_subscriptions: Float?, shipped_subscription_units: Float?, sku: String?, time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, total_subscriptions_revenue: Float? }
259
298
  end
260
299
 
261
300
  class ListOffersRequest < Data
@@ -277,16 +316,17 @@ module Peddler
277
316
  end
278
317
 
279
318
  class ListOffersRequestFilters < Data
280
- def self.new: (marketplace_id: String, program_types: Array[untyped], ?asins: Array[String]?, ?eligibilities: Array[untyped]?, ?preferences: Peddler::APIs::Replenishment20221107::Preference?, ?promotions: Peddler::APIs::Replenishment20221107::Promotion?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
281
- | (String, Array[untyped], Array[String]?, Array[untyped]?, Peddler::APIs::Replenishment20221107::Preference?, Peddler::APIs::Replenishment20221107::Promotion?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
282
- def self.[]: (marketplace_id: String, program_types: Array[untyped], ?asins: Array[String]?, ?eligibilities: Array[untyped]?, ?preferences: Peddler::APIs::Replenishment20221107::Preference?, ?promotions: Peddler::APIs::Replenishment20221107::Promotion?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
283
- | (String, Array[untyped], Array[String]?, Array[untyped]?, Peddler::APIs::Replenishment20221107::Preference?, Peddler::APIs::Replenishment20221107::Promotion?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
319
+ def self.new: (marketplace_id: String, program_types: Array[untyped], ?asins: Array[String]?, ?deliveries_conditions: Array[String]?, ?eligibilities: Array[untyped]?, ?preferences: Peddler::APIs::Replenishment20221107::Preference?, ?promotions: Peddler::APIs::Replenishment20221107::Promotion?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
320
+ | (String, Array[untyped], Array[String]?, Array[String]?, Array[untyped]?, Peddler::APIs::Replenishment20221107::Preference?, Peddler::APIs::Replenishment20221107::Promotion?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
321
+ def self.[]: (marketplace_id: String, program_types: Array[untyped], ?asins: Array[String]?, ?deliveries_conditions: Array[String]?, ?eligibilities: Array[untyped]?, ?preferences: Peddler::APIs::Replenishment20221107::Preference?, ?promotions: Peddler::APIs::Replenishment20221107::Promotion?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
322
+ | (String, Array[untyped], Array[String]?, Array[String]?, Array[untyped]?, Peddler::APIs::Replenishment20221107::Preference?, Peddler::APIs::Replenishment20221107::Promotion?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
284
323
 
285
- def self.members: () -> [ :marketplace_id, :program_types, :asins, :eligibilities, :preferences, :promotions, :skus ]
324
+ def self.members: () -> [ :marketplace_id, :program_types, :asins, :deliveries_conditions, :eligibilities, :preferences, :promotions, :skus ]
286
325
 
287
326
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOffersRequestFilters
288
327
 
289
328
  attr_reader asins: Array[String]?
329
+ attr_reader deliveries_conditions: Array[String]?
290
330
  attr_reader eligibilities: Array[untyped]?
291
331
  attr_reader marketplace_id: String
292
332
  attr_reader preferences: Peddler::APIs::Replenishment20221107::Preference?
@@ -294,8 +334,8 @@ module Peddler
294
334
  attr_reader promotions: Peddler::APIs::Replenishment20221107::Promotion?
295
335
  attr_reader skus: Array[String]?
296
336
 
297
- def members: () -> [ :marketplace_id, :program_types, :asins, :eligibilities, :preferences, :promotions, :skus ]
298
- def to_h: () -> { marketplace_id: String, program_types: Array[untyped], asins: Array[String]?, eligibilities: Array[untyped]?, preferences: Peddler::APIs::Replenishment20221107::Preference?, promotions: Peddler::APIs::Replenishment20221107::Promotion?, skus: Array[String]? }
337
+ def members: () -> [ :marketplace_id, :program_types, :asins, :deliveries_conditions, :eligibilities, :preferences, :promotions, :skus ]
338
+ def to_h: () -> { marketplace_id: String, program_types: Array[untyped], asins: Array[String]?, deliveries_conditions: Array[String]?, eligibilities: Array[untyped]?, preferences: Peddler::APIs::Replenishment20221107::Preference?, promotions: Peddler::APIs::Replenishment20221107::Promotion?, skus: Array[String]? }
299
339
  end
300
340
 
301
341
  class ListOffersRequestPagination < Data
@@ -350,25 +390,33 @@ module Peddler
350
390
  end
351
391
 
352
392
  class ListOffersResponseOffer < Data
353
- def self.new: (?asin: String?, ?eligibility: String?, ?marketplace_id: String?, ?offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, ?program_type: String?, ?sku: String?, ?vendor_codes: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
354
- | (String?, String?, String?, Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, String?, String?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
355
- def self.[]: (?asin: String?, ?eligibility: String?, ?marketplace_id: String?, ?offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, ?program_type: String?, ?sku: String?, ?vendor_codes: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
356
- | (String?, String?, String?, Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, String?, String?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
393
+ def self.new: (?asin: String?, ?deliveries_conditions: Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?, ?eligibility: String?, ?forecast_deliveries: Peddler::APIs::Replenishment20221107::ForecastDeliveries?, ?fulfillment_network_id_type: String?, ?inventory: Integer?, ?marketplace_id: String?, ?offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, ?price: Float?, ?price_currency_code: String?, ?program_type: String?, ?sku: String?, ?stock_risk: String?, ?subscriptions: Integer?, ?vendor_codes: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
394
+ | (String?, Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?, String?, Peddler::APIs::Replenishment20221107::ForecastDeliveries?, String?, Integer?, String?, Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, Float?, String?, String?, String?, String?, Integer?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
395
+ def self.[]: (?asin: String?, ?deliveries_conditions: Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?, ?eligibility: String?, ?forecast_deliveries: Peddler::APIs::Replenishment20221107::ForecastDeliveries?, ?fulfillment_network_id_type: String?, ?inventory: Integer?, ?marketplace_id: String?, ?offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, ?price: Float?, ?price_currency_code: String?, ?program_type: String?, ?sku: String?, ?stock_risk: String?, ?subscriptions: Integer?, ?vendor_codes: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
396
+ | (String?, Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?, String?, Peddler::APIs::Replenishment20221107::ForecastDeliveries?, String?, Integer?, String?, Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, Float?, String?, String?, String?, String?, Integer?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
357
397
 
358
- def self.members: () -> [ :asin, :eligibility, :marketplace_id, :offer_program_configuration, :program_type, :sku, :vendor_codes ]
398
+ def self.members: () -> [ :asin, :deliveries_conditions, :eligibility, :forecast_deliveries, :fulfillment_network_id_type, :inventory, :marketplace_id, :offer_program_configuration, :price, :price_currency_code, :program_type, :sku, :stock_risk, :subscriptions, :vendor_codes ]
359
399
 
360
400
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOffersResponseOffer
361
401
 
362
402
  attr_reader asin: String?
403
+ attr_reader deliveries_conditions: Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?
363
404
  attr_reader eligibility: String?
405
+ attr_reader forecast_deliveries: Peddler::APIs::Replenishment20221107::ForecastDeliveries?
406
+ attr_reader fulfillment_network_id_type: String?
407
+ attr_reader inventory: Integer?
364
408
  attr_reader marketplace_id: String?
365
409
  attr_reader offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?
410
+ attr_reader price: Float?
411
+ attr_reader price_currency_code: String?
366
412
  attr_reader program_type: String?
367
413
  attr_reader sku: String?
414
+ attr_reader stock_risk: String?
415
+ attr_reader subscriptions: Integer?
368
416
  attr_reader vendor_codes: Array[String]?
369
417
 
370
- def members: () -> [ :asin, :eligibility, :marketplace_id, :offer_program_configuration, :program_type, :sku, :vendor_codes ]
371
- def to_h: () -> { asin: String?, eligibility: String?, marketplace_id: String?, offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, program_type: String?, sku: String?, vendor_codes: Array[String]? }
418
+ def members: () -> [ :asin, :deliveries_conditions, :eligibility, :forecast_deliveries, :fulfillment_network_id_type, :inventory, :marketplace_id, :offer_program_configuration, :price, :price_currency_code, :program_type, :sku, :stock_risk, :subscriptions, :vendor_codes ]
419
+ def to_h: () -> { asin: String?, deliveries_conditions: Array[Peddler::APIs::Replenishment20221107::DeliveriesCondition]?, eligibility: String?, forecast_deliveries: Peddler::APIs::Replenishment20221107::ForecastDeliveries?, fulfillment_network_id_type: String?, inventory: Integer?, marketplace_id: String?, offer_program_configuration: Peddler::APIs::Replenishment20221107::OfferProgramConfiguration?, price: Float?, price_currency_code: String?, program_type: String?, sku: String?, stock_risk: String?, subscriptions: Integer?, vendor_codes: Array[String]? }
372
420
  end
373
421
 
374
422
  class OfferProgramConfiguration < Data
@@ -217,7 +217,7 @@ module Peddler
217
217
  def create_report_schedule: (Hash[untyped, untyped], ?rate_limit: Float) -> Peddler::Response
218
218
  def get_report: (String, ?rate_limit: Float) -> Peddler::Response
219
219
 
220
- def get_report_document: (String, ?rate_limit: Float) -> Peddler::Response
220
+ def get_report_document: (String, ?enable_content_encoding_url_header: bool?, ?rate_limit: Float) -> Peddler::Response
221
221
  def get_report_schedule: (String, ?rate_limit: Float) -> Peddler::Response
222
222
  def get_report_schedules: (Array[String], ?rate_limit: Float) -> Peddler::Response
223
223
  def get_reports: (?report_types: Array[String]?, ?processing_statuses: Array[String]?, ?marketplace_ids: Array[String]?, ?page_size: Integer?, ?created_since: String?, ?created_until: String?, ?next_token: String?, ?rate_limit: Float) -> Peddler::Response
@@ -644,6 +644,40 @@ module Peddler
644
644
  def to_h: () -> { jobs: Array[Peddler::APIs::ServicesV1::ServiceJob]?, next_page_token: String?, previous_page_token: String?, total_result_size: Integer? }
645
645
  end
646
646
 
647
+ class MoneyAmount < Data
648
+ def self.new: (currency: String, value: Float) -> Peddler::APIs::ServicesV1::MoneyAmount
649
+ | (String, Float) -> Peddler::APIs::ServicesV1::MoneyAmount
650
+ def self.[]: (currency: String, value: Float) -> Peddler::APIs::ServicesV1::MoneyAmount
651
+ | (String, Float) -> Peddler::APIs::ServicesV1::MoneyAmount
652
+
653
+ def self.members: () -> [ :currency, :value ]
654
+
655
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::MoneyAmount
656
+
657
+ attr_reader currency: String
658
+ attr_reader value: Float
659
+
660
+ def members: () -> [ :currency, :value ]
661
+ def to_h: () -> { currency: String, value: Float }
662
+ end
663
+
664
+ class Payment < Data
665
+ def self.new: (?amount: Peddler::APIs::ServicesV1::MoneyAmount?, ?instrument: String?) -> Peddler::APIs::ServicesV1::Payment
666
+ | (Peddler::APIs::ServicesV1::MoneyAmount?, String?) -> Peddler::APIs::ServicesV1::Payment
667
+ def self.[]: (?amount: Peddler::APIs::ServicesV1::MoneyAmount?, ?instrument: String?) -> Peddler::APIs::ServicesV1::Payment
668
+ | (Peddler::APIs::ServicesV1::MoneyAmount?, String?) -> Peddler::APIs::ServicesV1::Payment
669
+
670
+ def self.members: () -> [ :amount, :instrument ]
671
+
672
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::Payment
673
+
674
+ attr_reader amount: Peddler::APIs::ServicesV1::MoneyAmount?
675
+ attr_reader instrument: String?
676
+
677
+ def members: () -> [ :amount, :instrument ]
678
+ def to_h: () -> { amount: Peddler::APIs::ServicesV1::MoneyAmount?, instrument: String? }
679
+ end
680
+
647
681
  class Poa < Data
648
682
  def self.new: (?appointment_time: Peddler::APIs::ServicesV1::AppointmentTime?, ?poa_type: String?, ?technicians: Array[Peddler::APIs::ServicesV1::Technician]?, ?upload_time: Time?, ?uploading_technician: String?) -> Peddler::APIs::ServicesV1::Poa
649
683
  | (Peddler::APIs::ServicesV1::AppointmentTime?, String?, Array[Peddler::APIs::ServicesV1::Technician]?, Time?, String?) -> Peddler::APIs::ServicesV1::Poa
@@ -859,12 +893,12 @@ module Peddler
859
893
  end
860
894
 
861
895
  class ServiceJob < Data
862
- def self.new: (?appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, ?associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, ?buyer: Peddler::APIs::ServicesV1::Buyer?, ?create_time: Time?, ?marketplace_id: String?, ?preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, ?scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, ?seller: Peddler::APIs::ServicesV1::Seller?, ?service_job_id: String?, ?service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, ?service_job_status: String?, ?service_location: Peddler::APIs::ServicesV1::ServiceLocation?, ?service_order_id: String?, ?store_id: String?) -> Peddler::APIs::ServicesV1::ServiceJob
863
- | (Array[Peddler::APIs::ServicesV1::Appointment]?, Array[Peddler::APIs::ServicesV1::AssociatedItem]?, Peddler::APIs::ServicesV1::Buyer?, Time?, String?, Array[Peddler::APIs::ServicesV1::AppointmentTime]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?) -> Peddler::APIs::ServicesV1::ServiceJob
864
- def self.[]: (?appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, ?associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, ?buyer: Peddler::APIs::ServicesV1::Buyer?, ?create_time: Time?, ?marketplace_id: String?, ?preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, ?scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, ?seller: Peddler::APIs::ServicesV1::Seller?, ?service_job_id: String?, ?service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, ?service_job_status: String?, ?service_location: Peddler::APIs::ServicesV1::ServiceLocation?, ?service_order_id: String?, ?store_id: String?) -> Peddler::APIs::ServicesV1::ServiceJob
865
- | (Array[Peddler::APIs::ServicesV1::Appointment]?, Array[Peddler::APIs::ServicesV1::AssociatedItem]?, Peddler::APIs::ServicesV1::Buyer?, Time?, String?, Array[Peddler::APIs::ServicesV1::AppointmentTime]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?) -> Peddler::APIs::ServicesV1::ServiceJob
896
+ def self.new: (?appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, ?associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, ?buyer: Peddler::APIs::ServicesV1::Buyer?, ?create_time: Time?, ?marketplace_id: String?, ?payments: Array[Peddler::APIs::ServicesV1::Payment]?, ?preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, ?scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, ?seller: Peddler::APIs::ServicesV1::Seller?, ?service_job_id: String?, ?service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, ?service_job_status: String?, ?service_location: Peddler::APIs::ServicesV1::ServiceLocation?, ?service_order_id: String?, ?store_id: String?) -> Peddler::APIs::ServicesV1::ServiceJob
897
+ | (Array[Peddler::APIs::ServicesV1::Appointment]?, Array[Peddler::APIs::ServicesV1::AssociatedItem]?, Peddler::APIs::ServicesV1::Buyer?, Time?, String?, Array[Peddler::APIs::ServicesV1::Payment]?, Array[Peddler::APIs::ServicesV1::AppointmentTime]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?) -> Peddler::APIs::ServicesV1::ServiceJob
898
+ def self.[]: (?appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, ?associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, ?buyer: Peddler::APIs::ServicesV1::Buyer?, ?create_time: Time?, ?marketplace_id: String?, ?payments: Array[Peddler::APIs::ServicesV1::Payment]?, ?preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, ?scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, ?seller: Peddler::APIs::ServicesV1::Seller?, ?service_job_id: String?, ?service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, ?service_job_status: String?, ?service_location: Peddler::APIs::ServicesV1::ServiceLocation?, ?service_order_id: String?, ?store_id: String?) -> Peddler::APIs::ServicesV1::ServiceJob
899
+ | (Array[Peddler::APIs::ServicesV1::Appointment]?, Array[Peddler::APIs::ServicesV1::AssociatedItem]?, Peddler::APIs::ServicesV1::Buyer?, Time?, String?, Array[Peddler::APIs::ServicesV1::Payment]?, Array[Peddler::APIs::ServicesV1::AppointmentTime]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?) -> Peddler::APIs::ServicesV1::ServiceJob
866
900
 
867
- def self.members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :preferred_appointment_times, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id ]
901
+ def self.members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :payments, :preferred_appointment_times, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id ]
868
902
 
869
903
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceJob
870
904
 
@@ -873,6 +907,7 @@ module Peddler
873
907
  attr_reader buyer: Peddler::APIs::ServicesV1::Buyer?
874
908
  attr_reader create_time: Time?
875
909
  attr_reader marketplace_id: String?
910
+ attr_reader payments: Array[Peddler::APIs::ServicesV1::Payment]?
876
911
  attr_reader preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?
877
912
  attr_reader scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?
878
913
  attr_reader seller: Peddler::APIs::ServicesV1::Seller?
@@ -883,8 +918,8 @@ module Peddler
883
918
  attr_reader service_order_id: String?
884
919
  attr_reader store_id: String?
885
920
 
886
- def members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :preferred_appointment_times, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id ]
887
- def to_h: () -> { appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, buyer: Peddler::APIs::ServicesV1::Buyer?, create_time: Time?, marketplace_id: String?, preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, seller: Peddler::APIs::ServicesV1::Seller?, service_job_id: String?, service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, service_job_status: String?, service_location: Peddler::APIs::ServicesV1::ServiceLocation?, service_order_id: String?, store_id: String? }
921
+ def members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :payments, :preferred_appointment_times, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id ]
922
+ def to_h: () -> { appointments: Array[Peddler::APIs::ServicesV1::Appointment]?, associated_items: Array[Peddler::APIs::ServicesV1::AssociatedItem]?, buyer: Peddler::APIs::ServicesV1::Buyer?, create_time: Time?, marketplace_id: String?, payments: Array[Peddler::APIs::ServicesV1::Payment]?, preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?, scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?, seller: Peddler::APIs::ServicesV1::Seller?, service_job_id: String?, service_job_provider: Peddler::APIs::ServicesV1::ServiceJobProvider?, service_job_status: String?, service_location: Peddler::APIs::ServicesV1::ServiceLocation?, service_order_id: String?, store_id: String? }
888
923
  end
889
924
 
890
925
  class ServiceJobProvider < Data
@@ -5,6 +5,9 @@ module Peddler
5
5
  class AccessDenied < Error
6
6
  end
7
7
 
8
+ class InternalFailure < Error
9
+ end
10
+
8
11
  class InvalidGrant < Error
9
12
  end
10
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peddler
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.1
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hakan Ensari
@@ -13,16 +13,22 @@ dependencies:
13
13
  name: http
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - "~>"
16
+ - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '5.3'
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '7.0'
19
22
  type: :runtime
20
23
  prerelease: false
21
24
  version_requirements: !ruby/object:Gem::Requirement
22
25
  requirements:
23
- - - "~>"
26
+ - - ">="
24
27
  - !ruby/object:Gem::Version
25
28
  version: '5.3'
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '7.0'
26
32
  - !ruby/object:Gem::Dependency
27
33
  name: nokogiri
28
34
  requirement: !ruby/object:Gem::Requirement
@@ -390,11 +396,14 @@ files:
390
396
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/custom_attribute.rb
391
397
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/custom_channel_attribute.rb
392
398
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/dimension.rb
399
+ - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/distance.rb
393
400
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/document.rb
394
401
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/document_v2.rb
395
402
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/error.rb
396
403
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/error_list.rb
404
+ - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/geocodes.rb
397
405
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/gift_attributes.rb
406
+ - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/handover_location.rb
398
407
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/invoice_info.rb
399
408
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/invoice_requirement.rb
400
409
  - lib/peddler/apis/external_fulfillment_shipments_2024_09_11/invoice_response.rb
@@ -1054,6 +1063,7 @@ files:
1054
1063
  - lib/peddler/apis/orders_2026_01_01/address_extended_fields.rb
1055
1064
  - lib/peddler/apis/orders_2026_01_01/alias.rb
1056
1065
  - lib/peddler/apis/orders_2026_01_01/associated_order.rb
1066
+ - lib/peddler/apis/orders_2026_01_01/associated_order_item.rb
1057
1067
  - lib/peddler/apis/orders_2026_01_01/business_hour.rb
1058
1068
  - lib/peddler/apis/orders_2026_01_01/buyer.rb
1059
1069
  - lib/peddler/apis/orders_2026_01_01/customer_address.rb
@@ -1086,21 +1096,31 @@ files:
1086
1096
  - lib/peddler/apis/orders_2026_01_01/item_shipping_constraints.rb
1087
1097
  - lib/peddler/apis/orders_2026_01_01/item_substitution_option.rb
1088
1098
  - lib/peddler/apis/orders_2026_01_01/item_substitution_preference.rb
1099
+ - lib/peddler/apis/orders_2026_01_01/item_tax.rb
1100
+ - lib/peddler/apis/orders_2026_01_01/item_tax_calculation_breakdown.rb
1101
+ - lib/peddler/apis/orders_2026_01_01/item_tax_collection.rb
1089
1102
  - lib/peddler/apis/orders_2026_01_01/measurement.rb
1090
1103
  - lib/peddler/apis/orders_2026_01_01/merchant_address.rb
1091
1104
  - lib/peddler/apis/orders_2026_01_01/order.rb
1092
1105
  - lib/peddler/apis/orders_2026_01_01/order_fulfillment.rb
1093
1106
  - lib/peddler/apis/orders_2026_01_01/order_item.rb
1094
1107
  - lib/peddler/apis/orders_2026_01_01/order_package.rb
1108
+ - lib/peddler/apis/orders_2026_01_01/order_payment.rb
1095
1109
  - lib/peddler/apis/orders_2026_01_01/order_proceeds.rb
1110
+ - lib/peddler/apis/orders_2026_01_01/order_tax.rb
1111
+ - lib/peddler/apis/orders_2026_01_01/order_tax_invoicing.rb
1112
+ - lib/peddler/apis/orders_2026_01_01/order_tax_registration.rb
1096
1113
  - lib/peddler/apis/orders_2026_01_01/package_item.rb
1097
1114
  - lib/peddler/apis/orders_2026_01_01/package_status.rb
1098
1115
  - lib/peddler/apis/orders_2026_01_01/pagination.rb
1116
+ - lib/peddler/apis/orders_2026_01_01/payment_execution.rb
1099
1117
  - lib/peddler/apis/orders_2026_01_01/points_granted.rb
1100
1118
  - lib/peddler/apis/orders_2026_01_01/preferred_delivery_time.rb
1101
1119
  - lib/peddler/apis/orders_2026_01_01/recipient.rb
1102
1120
  - lib/peddler/apis/orders_2026_01_01/sales_channel.rb
1103
1121
  - lib/peddler/apis/orders_2026_01_01/search_orders_response.rb
1122
+ - lib/peddler/apis/orders_2026_01_01/serial_number_requirement.rb
1123
+ - lib/peddler/apis/orders_2026_01_01/tax_registration_attribute.rb
1104
1124
  - lib/peddler/apis/orders_2026_01_01/time_window.rb
1105
1125
  - lib/peddler/apis/orders_v0.rb
1106
1126
  - lib/peddler/apis/orders_v0/address.rb
@@ -1123,6 +1143,7 @@ files:
1123
1143
  - lib/peddler/apis/orders_v0/error_list.rb
1124
1144
  - lib/peddler/apis/orders_v0/exception_dates.rb
1125
1145
  - lib/peddler/apis/orders_v0/fulfillment_instruction.rb
1146
+ - lib/peddler/apis/orders_v0/geo_coordinates.rb
1126
1147
  - lib/peddler/apis/orders_v0/get_order_address_response.rb
1127
1148
  - lib/peddler/apis/orders_v0/get_order_buyer_info_response.rb
1128
1149
  - lib/peddler/apis/orders_v0/get_order_items_buyer_info_response.rb
@@ -1225,6 +1246,7 @@ files:
1225
1246
  - lib/peddler/apis/product_pricing_2022_05_01/get_featured_offer_expected_price_batch_request.rb
1226
1247
  - lib/peddler/apis/product_pricing_2022_05_01/get_featured_offer_expected_price_batch_response.rb
1227
1248
  - lib/peddler/apis/product_pricing_2022_05_01/http_status_line.rb
1249
+ - lib/peddler/apis/product_pricing_2022_05_01/item.rb
1228
1250
  - lib/peddler/apis/product_pricing_2022_05_01/lowest_priced_offer.rb
1229
1251
  - lib/peddler/apis/product_pricing_2022_05_01/lowest_priced_offers_input.rb
1230
1252
  - lib/peddler/apis/product_pricing_2022_05_01/offer.rb
@@ -1239,6 +1261,7 @@ files:
1239
1261
  - lib/peddler/apis/product_pricing_2022_05_01/segment_details.rb
1240
1262
  - lib/peddler/apis/product_pricing_2022_05_01/segmented_featured_offer.rb
1241
1263
  - lib/peddler/apis/product_pricing_2022_05_01/shipping_option.rb
1264
+ - lib/peddler/apis/product_pricing_2022_05_01/similar_items.rb
1242
1265
  - lib/peddler/apis/product_pricing_v0.rb
1243
1266
  - lib/peddler/apis/product_pricing_v0/asin_identifier.rb
1244
1267
  - lib/peddler/apis/product_pricing_v0/attribute_set_list.rb
@@ -1310,9 +1333,11 @@ files:
1310
1333
  - lib/peddler/apis/product_type_definitions_2020_09_01/property_group.rb
1311
1334
  - lib/peddler/apis/product_type_definitions_2020_09_01/schema_link.rb
1312
1335
  - lib/peddler/apis/replenishment_2022_11_07.rb
1336
+ - lib/peddler/apis/replenishment_2022_11_07/deliveries_condition.rb
1313
1337
  - lib/peddler/apis/replenishment_2022_11_07/discount_funding.rb
1314
1338
  - lib/peddler/apis/replenishment_2022_11_07/error.rb
1315
1339
  - lib/peddler/apis/replenishment_2022_11_07/error_list.rb
1340
+ - lib/peddler/apis/replenishment_2022_11_07/forecast_deliveries.rb
1316
1341
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request.rb
1317
1342
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response.rb
1318
1343
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response_metric.rb
@@ -1434,6 +1459,8 @@ files:
1434
1459
  - lib/peddler/apis/services_v1/item_delivery.rb
1435
1460
  - lib/peddler/apis/services_v1/item_delivery_promise.rb
1436
1461
  - lib/peddler/apis/services_v1/job_listing.rb
1462
+ - lib/peddler/apis/services_v1/money_amount.rb
1463
+ - lib/peddler/apis/services_v1/payment.rb
1437
1464
  - lib/peddler/apis/services_v1/poa.rb
1438
1465
  - lib/peddler/apis/services_v1/range_capacity.rb
1439
1466
  - lib/peddler/apis/services_v1/range_slot.rb
@@ -2536,14 +2563,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
2536
2563
  requirements:
2537
2564
  - - ">="
2538
2565
  - !ruby/object:Gem::Version
2539
- version: '3.2'
2566
+ version: '3.3'
2540
2567
  required_rubygems_version: !ruby/object:Gem::Requirement
2541
2568
  requirements:
2542
2569
  - - ">="
2543
2570
  - !ruby/object:Gem::Version
2544
2571
  version: '0'
2545
2572
  requirements: []
2546
- rubygems_version: 4.0.3
2573
+ rubygems_version: 4.0.6
2547
2574
  specification_version: 4
2548
2575
  summary: Amazon Selling Partner API (SP-API) in Ruby
2549
2576
  test_files: []