peddler 5.4.0 → 5.5.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -1
  3. data/lib/peddler/api.rb +28 -4
  4. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/order_attribute.rb +20 -0
  5. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_execution_error.rb +24 -0
  6. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_listing.rb +24 -0
  7. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order.rb +60 -0
  8. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order_creation_data.rb +23 -0
  9. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order_reference.rb +18 -0
  10. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_shipment.rb +43 -0
  11. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/shipment_label_page_types.rb +20 -0
  12. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rb +100 -0
  13. data/lib/peddler/apis/listings_restrictions_2021_08_01/restriction_list.rb +1 -1
  14. data/lib/peddler/apis/listings_restrictions_2021_08_01.rb +4 -1
  15. data/lib/peddler/apis/notifications_v1/aggregation_filter.rb +2 -2
  16. data/lib/peddler/apis/notifications_v1/destination.rb +1 -1
  17. data/lib/peddler/apis/notifications_v1/event_bridge_resource.rb +2 -2
  18. data/lib/peddler/apis/notifications_v1/event_filter.rb +6 -6
  19. data/lib/peddler/apis/notifications_v1/marketplace_filter.rb +1 -1
  20. data/lib/peddler/apis/notifications_v1/marketplace_ids.rb +2 -2
  21. data/lib/peddler/apis/notifications_v1/order_change_type_filter.rb +2 -1
  22. data/lib/peddler/apis/notifications_v1/order_change_types.rb +2 -2
  23. data/lib/peddler/apis/notifications_v1/processing_directive.rb +18 -7
  24. data/lib/peddler/apis/notifications_v1/send_test_notification_request.rb +20 -0
  25. data/lib/peddler/apis/notifications_v1/send_test_notification_response.rb +20 -0
  26. data/lib/peddler/apis/notifications_v1/test_notification.rb +22 -0
  27. data/lib/peddler/apis/notifications_v1.rb +45 -17
  28. data/lib/peddler/apis/orders_2026_01_01/fulfillment_order.rb +19 -0
  29. data/lib/peddler/apis/orders_2026_01_01/item_proceeds_breakdown.rb +5 -5
  30. data/lib/peddler/apis/orders_2026_01_01/order.rb +5 -0
  31. data/lib/peddler/apis/orders_2026_01_01/order_proceeds.rb +5 -0
  32. data/lib/peddler/apis/orders_2026_01_01/order_proceeds_breakdown.rb +30 -0
  33. data/lib/peddler/apis/orders_v0/approved_alternative_details.rb +20 -0
  34. data/lib/peddler/apis/orders_v0/approved_attribute.rb +23 -0
  35. data/lib/peddler/apis/orders_v0/interim_status_detail.rb +24 -0
  36. data/lib/peddler/apis/orders_v0/regulated_order_verification_status.rb +5 -0
  37. data/lib/peddler/apis/orders_v0/valid_interim_status_code.rb +21 -0
  38. data/lib/peddler/apis/orders_v0/valid_verification_detail.rb +2 -1
  39. data/lib/peddler/apis/orders_v0/verification_details.rb +8 -0
  40. data/lib/peddler/apis/product_type_definitions_2020_09_01/error_list.rb +1 -1
  41. data/lib/peddler/apis/product_type_definitions_2020_09_01/product_type.rb +1 -1
  42. data/lib/peddler/apis/product_type_definitions_2020_09_01/product_type_list.rb +1 -1
  43. data/lib/peddler/apis/product_type_definitions_2020_09_01/schema_link.rb +2 -1
  44. data/lib/peddler/apis/product_type_definitions_2020_09_01.rb +12 -8
  45. data/lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request.rb +5 -0
  46. data/lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request_filters.rb +48 -0
  47. data/lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response_metric.rb +9 -9
  48. data/lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_request.rb +2 -2
  49. data/lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_request_filters.rb +16 -3
  50. data/lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_response_offer.rb +8 -1
  51. data/lib/peddler/apis/replenishment_2022_11_07/list_offers_request.rb +2 -2
  52. data/lib/peddler/apis/replenishment_2022_11_07/list_offers_request_filters.rb +2 -2
  53. data/lib/peddler/apis/replenishment_2022_11_07/time_interval.rb +10 -6
  54. data/lib/peddler/apis/services_v1/associated_item.rb +3 -0
  55. data/lib/peddler/apis/services_v1/linked_asset.rb +24 -0
  56. data/lib/peddler/apis/services_v1/service_job.rb +6 -0
  57. data/lib/peddler/apis/services_v1.rb +10 -4
  58. data/lib/peddler/apis/uploads_2020_11_01.rb +1 -1
  59. data/lib/peddler/notifications/order_change/notification.rb +4 -3
  60. data/lib/peddler/notifications/order_change/order_change_notification.rb +2 -2
  61. data/lib/peddler/notifications/order_change/order_change_trigger.rb +4 -4
  62. data/lib/peddler/notifications/order_change/order_item.rb +7 -7
  63. data/lib/peddler/notifications/order_change/summary.rb +17 -17
  64. data/lib/peddler/version.rb +1 -1
  65. data/sig/peddler/api.rbs +2 -0
  66. data/sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs +167 -0
  67. data/sig/peddler/apis/listings_restrictions_2021_08_01.rbs +1 -1
  68. data/sig/peddler/apis/notifications_v1.rbs +61 -7
  69. data/sig/peddler/apis/orders_2026_01_01.rbs +59 -23
  70. data/sig/peddler/apis/orders_v0.rbs +73 -14
  71. data/sig/peddler/apis/product_type_definitions_2020_09_01.rbs +1 -1
  72. data/sig/peddler/apis/replenishment_2022_11_07.rbs +48 -21
  73. data/sig/peddler/apis/services_v1.rbs +36 -15
  74. metadata +21 -2
@@ -150,7 +150,7 @@ module Peddler
150
150
  def to_h: () -> { checksum: String, link: Hash[untyped, untyped] }
151
151
  end
152
152
 
153
- def get_definitions_product_type: (String, Array[String], ?seller_id: String?, ?product_type_version: String?, ?requirements: String?, ?requirements_enforced: String?, ?locale: String?, ?rate_limit: Float) -> Peddler::Response
153
+ def get_definitions_product_type: (String, Array[String], ?seller_id: String?, ?product_type_version: String?, ?requirements: String?, ?requirements_enforced: String?, ?locale: String?, ?parentage_level: String?, ?rate_limit: Float) -> Peddler::Response
154
154
  def search_definitions_product_types: (Array[String], ?keywords: Array[String]?, ?item_name: String?, ?locale: String?, ?search_locale: String?, ?rate_limit: Float) -> Peddler::Response
155
155
  end
156
156
  end
@@ -88,24 +88,45 @@ module Peddler
88
88
  end
89
89
 
90
90
  class GetSellingPartnerMetricsRequest < Data
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
92
- | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
93
- def self.[]: (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
94
- | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
91
+ def self.new: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?filters: Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?, ?metrics: Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
92
+ | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?, Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
93
+ def self.[]: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?filters: Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?, ?metrics: Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
94
+ | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?, Array[untyped]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
95
95
 
96
- def self.members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :metrics ]
96
+ def self.members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :filters, :metrics ]
97
97
 
98
98
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequest
99
99
 
100
100
  attr_reader aggregation_frequency: String?
101
+ attr_reader filters: Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?
101
102
  attr_reader marketplace_id: String
102
103
  attr_reader metrics: Array[untyped]?
103
104
  attr_reader program_types: Array[untyped]
104
105
  attr_reader time_interval: Peddler::APIs::Replenishment20221107::TimeInterval
105
106
  attr_reader time_period_type: String
106
107
 
107
- def members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :metrics ]
108
- def to_h: () -> { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, metrics: Array[untyped]? }
108
+ def members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :filters, :metrics ]
109
+ def to_h: () -> { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, filters: Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters?, metrics: Array[untyped]? }
110
+ end
111
+
112
+ class GetSellingPartnerMetricsRequestFilters < Data
113
+ def self.new: (?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters
114
+ | (Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters
115
+ def self.[]: (?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters
116
+ | (Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters
117
+
118
+ def self.members: () -> [ :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
119
+
120
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::GetSellingPartnerMetricsRequestFilters
121
+
122
+ attr_reader asins: Array[String]?
123
+ attr_reader brand_names: Array[String]?
124
+ attr_reader fulfillment_channel_types: Array[untyped]?
125
+ attr_reader product_groups: Array[String]?
126
+ attr_reader skus: Array[String]?
127
+
128
+ def members: () -> [ :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
129
+ def to_h: () -> { asins: Array[String]?, brand_names: Array[String]?, fulfillment_channel_types: Array[untyped]?, product_groups: Array[String]?, skus: Array[String]? }
109
130
  end
110
131
 
111
132
  class GetSellingPartnerMetricsResponse < Data
@@ -192,24 +213,28 @@ module Peddler
192
213
  end
193
214
 
194
215
  class ListOfferMetricsRequestFilters < Data
195
- def self.new: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
196
- | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
197
- def self.[]: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
198
- | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
216
+ def self.new: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
217
+ | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
218
+ def self.[]: (marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, ?aggregation_frequency: String?, ?asins: Array[String]?, ?brand_names: Array[String]?, ?fulfillment_channel_types: Array[untyped]?, ?product_groups: Array[String]?, ?skus: Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
219
+ | (String, Array[untyped], Peddler::APIs::Replenishment20221107::TimeInterval, String, String?, Array[String]?, Array[String]?, Array[untyped]?, Array[String]?, Array[String]?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
199
220
 
200
- def self.members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins ]
221
+ def self.members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
201
222
 
202
223
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestFilters
203
224
 
204
225
  attr_reader aggregation_frequency: String?
205
226
  attr_reader asins: Array[String]?
227
+ attr_reader brand_names: Array[String]?
228
+ attr_reader fulfillment_channel_types: Array[untyped]?
206
229
  attr_reader marketplace_id: String
230
+ attr_reader product_groups: Array[String]?
207
231
  attr_reader program_types: Array[untyped]
232
+ attr_reader skus: Array[String]?
208
233
  attr_reader time_interval: Peddler::APIs::Replenishment20221107::TimeInterval
209
234
  attr_reader time_period_type: String
210
235
 
211
- def members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins ]
212
- def to_h: () -> { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, asins: Array[String]? }
236
+ def members: () -> [ :marketplace_id, :program_types, :time_interval, :time_period_type, :aggregation_frequency, :asins, :brand_names, :fulfillment_channel_types, :product_groups, :skus ]
237
+ def to_h: () -> { marketplace_id: String, program_types: Array[untyped], time_interval: Peddler::APIs::Replenishment20221107::TimeInterval, time_period_type: String, aggregation_frequency: String?, asins: Array[String]?, brand_names: Array[String]?, fulfillment_channel_types: Array[untyped]?, product_groups: Array[String]?, skus: Array[String]? }
213
238
  end
214
239
 
215
240
  class ListOfferMetricsRequestPagination < Data
@@ -264,17 +289,18 @@ module Peddler
264
289
  end
265
290
 
266
291
  class ListOfferMetricsResponseOffer < Data
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
292
+ def self.new: (?active_subscriptions: Float?, ?asin: String?, ?brand_name: 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?, ?product_group: String?, ?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
293
+ | (Float?, String?, String?, Float?, String?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, String?, Float?, Float?, Float?, String?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
294
+ def self.[]: (?active_subscriptions: Float?, ?asin: String?, ?brand_name: 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?, ?product_group: String?, ?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
295
+ | (Float?, String?, String?, Float?, String?, String?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, Float?, String?, Float?, Float?, Float?, String?, Peddler::APIs::Replenishment20221107::TimeInterval?, Float?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
271
296
 
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 ]
297
+ def self.members: () -> [ :active_subscriptions, :asin, :brand_name, :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, :product_group, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :sku, :time_interval, :total_subscriptions_revenue ]
273
298
 
274
299
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer
275
300
 
276
301
  attr_reader active_subscriptions: Float?
277
302
  attr_reader asin: String?
303
+ attr_reader brand_name: String?
278
304
  attr_reader coupons_revenue_penetration: Float?
279
305
  attr_reader currency_code: String?
280
306
  attr_reader fulfillment_channel_type: String?
@@ -286,6 +312,7 @@ module Peddler
286
312
  attr_reader next90_day_shipped_subscription_units: Float?
287
313
  attr_reader next90_day_total_subscriptions_revenue: Float?
288
314
  attr_reader not_delivered_due_to_oos: Float?
315
+ attr_reader product_group: String?
289
316
  attr_reader revenue_penetration: Float?
290
317
  attr_reader share_of_coupon_subscriptions: Float?
291
318
  attr_reader shipped_subscription_units: Float?
@@ -293,8 +320,8 @@ module Peddler
293
320
  attr_reader time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?
294
321
  attr_reader total_subscriptions_revenue: Float?
295
322
 
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? }
323
+ def members: () -> [ :active_subscriptions, :asin, :brand_name, :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, :product_group, :revenue_penetration, :share_of_coupon_subscriptions, :shipped_subscription_units, :sku, :time_interval, :total_subscriptions_revenue ]
324
+ def to_h: () -> { active_subscriptions: Float?, asin: String?, brand_name: 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?, product_group: String?, revenue_penetration: Float?, share_of_coupon_subscriptions: Float?, shipped_subscription_units: Float?, sku: String?, time_interval: Peddler::APIs::Replenishment20221107::TimeInterval?, total_subscriptions_revenue: Float? }
298
325
  end
299
326
 
300
327
  class ListOffersRequest < Data
@@ -189,12 +189,12 @@ module Peddler
189
189
  end
190
190
 
191
191
  class AssociatedItem < Data
192
- def self.new: (?asin: String?, ?brand_name: String?, ?item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, ?item_status: String?, ?order_id: String?, ?quantity: Integer?, ?title: String?) -> Peddler::APIs::ServicesV1::AssociatedItem
193
- | (String?, String?, Peddler::APIs::ServicesV1::ItemDelivery?, String?, String?, Integer?, String?) -> Peddler::APIs::ServicesV1::AssociatedItem
194
- def self.[]: (?asin: String?, ?brand_name: String?, ?item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, ?item_status: String?, ?order_id: String?, ?quantity: Integer?, ?title: String?) -> Peddler::APIs::ServicesV1::AssociatedItem
195
- | (String?, String?, Peddler::APIs::ServicesV1::ItemDelivery?, String?, String?, Integer?, String?) -> Peddler::APIs::ServicesV1::AssociatedItem
192
+ def self.new: (?asin: String?, ?brand_name: String?, ?item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, ?item_status: String?, ?linked_assets: Array[Peddler::APIs::ServicesV1::LinkedAsset]?, ?order_id: String?, ?quantity: Integer?, ?title: String?) -> Peddler::APIs::ServicesV1::AssociatedItem
193
+ | (String?, String?, Peddler::APIs::ServicesV1::ItemDelivery?, String?, Array[Peddler::APIs::ServicesV1::LinkedAsset]?, String?, Integer?, String?) -> Peddler::APIs::ServicesV1::AssociatedItem
194
+ def self.[]: (?asin: String?, ?brand_name: String?, ?item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, ?item_status: String?, ?linked_assets: Array[Peddler::APIs::ServicesV1::LinkedAsset]?, ?order_id: String?, ?quantity: Integer?, ?title: String?) -> Peddler::APIs::ServicesV1::AssociatedItem
195
+ | (String?, String?, Peddler::APIs::ServicesV1::ItemDelivery?, String?, Array[Peddler::APIs::ServicesV1::LinkedAsset]?, String?, Integer?, String?) -> Peddler::APIs::ServicesV1::AssociatedItem
196
196
 
197
- def self.members: () -> [ :asin, :brand_name, :item_delivery, :item_status, :order_id, :quantity, :title ]
197
+ def self.members: () -> [ :asin, :brand_name, :item_delivery, :item_status, :linked_assets, :order_id, :quantity, :title ]
198
198
 
199
199
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::AssociatedItem
200
200
 
@@ -202,12 +202,13 @@ module Peddler
202
202
  attr_reader brand_name: String?
203
203
  attr_reader item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?
204
204
  attr_reader item_status: String?
205
+ attr_reader linked_assets: Array[Peddler::APIs::ServicesV1::LinkedAsset]?
205
206
  attr_reader order_id: String?
206
207
  attr_reader quantity: Integer?
207
208
  attr_reader title: String?
208
209
 
209
- def members: () -> [ :asin, :brand_name, :item_delivery, :item_status, :order_id, :quantity, :title ]
210
- def to_h: () -> { asin: String?, brand_name: String?, item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, item_status: String?, order_id: String?, quantity: Integer?, title: String? }
210
+ def members: () -> [ :asin, :brand_name, :item_delivery, :item_status, :linked_assets, :order_id, :quantity, :title ]
211
+ def to_h: () -> { asin: String?, brand_name: String?, item_delivery: Peddler::APIs::ServicesV1::ItemDelivery?, item_status: String?, linked_assets: Array[Peddler::APIs::ServicesV1::LinkedAsset]?, order_id: String?, quantity: Integer?, title: String? }
211
212
  end
212
213
 
213
214
  class AvailabilityRecord < Data
@@ -644,6 +645,24 @@ module Peddler
644
645
  def to_h: () -> { jobs: Array[Peddler::APIs::ServicesV1::ServiceJob]?, next_page_token: String?, previous_page_token: String?, total_result_size: Integer? }
645
646
  end
646
647
 
648
+ class LinkedAsset < Data
649
+ def self.new: (?additional_attributes: Hash[untyped, untyped]?, ?asset_name: String?, ?asset_type: String?) -> Peddler::APIs::ServicesV1::LinkedAsset
650
+ | (Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::ServicesV1::LinkedAsset
651
+ def self.[]: (?additional_attributes: Hash[untyped, untyped]?, ?asset_name: String?, ?asset_type: String?) -> Peddler::APIs::ServicesV1::LinkedAsset
652
+ | (Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::ServicesV1::LinkedAsset
653
+
654
+ def self.members: () -> [ :additional_attributes, :asset_name, :asset_type ]
655
+
656
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::LinkedAsset
657
+
658
+ attr_reader additional_attributes: Hash[untyped, untyped]?
659
+ attr_reader asset_name: String?
660
+ attr_reader asset_type: String?
661
+
662
+ def members: () -> [ :additional_attributes, :asset_name, :asset_type ]
663
+ def to_h: () -> { additional_attributes: Hash[untyped, untyped]?, asset_name: String?, asset_type: String? }
664
+ end
665
+
647
666
  class MoneyAmount < Data
648
667
  def self.new: (currency: String, value: Float) -> Peddler::APIs::ServicesV1::MoneyAmount
649
668
  | (String, Float) -> Peddler::APIs::ServicesV1::MoneyAmount
@@ -893,12 +912,12 @@ module Peddler
893
912
  end
894
913
 
895
914
  class ServiceJob < Data
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
915
+ 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]?, ?product_order_ids: Array[String]?, ?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?, ?tracking_ids: Array[String]?) -> Peddler::APIs::ServicesV1::ServiceJob
916
+ | (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]?, Array[String]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?, Array[String]?) -> Peddler::APIs::ServicesV1::ServiceJob
917
+ 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]?, ?product_order_ids: Array[String]?, ?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?, ?tracking_ids: Array[String]?) -> Peddler::APIs::ServicesV1::ServiceJob
918
+ | (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]?, Array[String]?, Peddler::APIs::ServicesV1::ScopeOfWork?, Peddler::APIs::ServicesV1::Seller?, String?, Peddler::APIs::ServicesV1::ServiceJobProvider?, String?, Peddler::APIs::ServicesV1::ServiceLocation?, String?, String?, Array[String]?) -> Peddler::APIs::ServicesV1::ServiceJob
900
919
 
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 ]
920
+ def self.members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :payments, :preferred_appointment_times, :product_order_ids, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id, :tracking_ids ]
902
921
 
903
922
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceJob
904
923
 
@@ -909,6 +928,7 @@ module Peddler
909
928
  attr_reader marketplace_id: String?
910
929
  attr_reader payments: Array[Peddler::APIs::ServicesV1::Payment]?
911
930
  attr_reader preferred_appointment_times: Array[Peddler::APIs::ServicesV1::AppointmentTime]?
931
+ attr_reader product_order_ids: Array[String]?
912
932
  attr_reader scope_of_work: Peddler::APIs::ServicesV1::ScopeOfWork?
913
933
  attr_reader seller: Peddler::APIs::ServicesV1::Seller?
914
934
  attr_reader service_job_id: String?
@@ -917,9 +937,10 @@ module Peddler
917
937
  attr_reader service_location: Peddler::APIs::ServicesV1::ServiceLocation?
918
938
  attr_reader service_order_id: String?
919
939
  attr_reader store_id: String?
940
+ attr_reader tracking_ids: Array[String]?
920
941
 
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? }
942
+ def members: () -> [ :appointments, :associated_items, :buyer, :create_time, :marketplace_id, :payments, :preferred_appointment_times, :product_order_ids, :scope_of_work, :seller, :service_job_id, :service_job_provider, :service_job_status, :service_location, :service_order_id, :store_id, :tracking_ids ]
943
+ 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]?, product_order_ids: Array[String]?, 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?, tracking_ids: Array[String]? }
923
944
  end
924
945
 
925
946
  class ServiceJobProvider < Data
@@ -1169,7 +1190,7 @@ module Peddler
1169
1190
  def get_range_slot_capacity: (String, Hash[untyped, untyped], Array[String], ?next_page_token: String?, ?rate_limit: Float) -> Peddler::Response
1170
1191
  def get_service_job_by_service_job_id: (String, ?rate_limit: Float) -> Peddler::Response
1171
1192
 
1172
- def get_service_jobs: (Array[String], ?service_order_ids: Array[String]?, ?service_job_status: Array[String]?, ?page_token: String?, ?page_size: Integer?, ?sort_field: String?, ?sort_order: String?, ?created_after: String?, ?created_before: String?, ?last_updated_after: String?, ?last_updated_before: String?, ?schedule_start_date: String?, ?schedule_end_date: String?, ?asins: Array[String]?, ?required_skills: Array[String]?, ?store_ids: Array[String]?, ?rate_limit: Float) -> Peddler::Response
1193
+ def get_service_jobs: (Array[String], ?service_order_ids: Array[String]?, ?product_order_ids: Array[String]?, ?tracking_ids: Array[String]?, ?service_job_status: Array[String]?, ?page_token: String?, ?page_size: Integer?, ?sort_field: String?, ?sort_order: String?, ?created_after: String?, ?created_before: String?, ?last_updated_after: String?, ?last_updated_before: String?, ?schedule_start_date: String?, ?schedule_end_date: String?, ?asins: Array[String]?, ?required_skills: Array[String]?, ?store_ids: Array[String]?, ?rate_limit: Float) -> Peddler::Response
1173
1194
 
1174
1195
  def reschedule_appointment_for_service_job_by_service_job_id: (String, String, Hash[untyped, untyped], ?rate_limit: Float) -> Peddler::Response
1175
1196
 
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.4.0
4
+ version: 5.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hakan Ensari
@@ -107,7 +107,14 @@ files:
107
107
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/inventory_quantity.rb
108
108
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/inventory_summary.rb
109
109
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/measurement_data.rb
110
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/order_attribute.rb
110
111
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/order_ineligibility_reason.rb
112
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_execution_error.rb
113
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_listing.rb
114
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order.rb
115
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order_creation_data.rb
116
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_order_reference.rb
117
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_shipment.rb
111
118
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_shipment_summary.rb
112
119
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/package_dimensions.rb
113
120
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/package_volume.rb
@@ -121,6 +128,7 @@ files:
121
128
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order_listing.rb
122
129
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order_reference.rb
123
130
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_preferences.rb
131
+ - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/shipment_label_page_types.rb
124
132
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/shipment_labels.rb
125
133
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/shipment_listing.rb
126
134
  - lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/sku_eligibility.rb
@@ -1057,8 +1065,11 @@ files:
1057
1065
  - lib/peddler/apis/notifications_v1/order_change_type_filter.rb
1058
1066
  - lib/peddler/apis/notifications_v1/order_change_types.rb
1059
1067
  - lib/peddler/apis/notifications_v1/processing_directive.rb
1068
+ - lib/peddler/apis/notifications_v1/send_test_notification_request.rb
1069
+ - lib/peddler/apis/notifications_v1/send_test_notification_response.rb
1060
1070
  - lib/peddler/apis/notifications_v1/sqs_resource.rb
1061
1071
  - lib/peddler/apis/notifications_v1/subscription.rb
1072
+ - lib/peddler/apis/notifications_v1/test_notification.rb
1062
1073
  - lib/peddler/apis/orders_2026_01_01.rb
1063
1074
  - lib/peddler/apis/orders_2026_01_01/address_extended_fields.rb
1064
1075
  - lib/peddler/apis/orders_2026_01_01/alias.rb
@@ -1072,6 +1083,7 @@ files:
1072
1083
  - lib/peddler/apis/orders_2026_01_01/error.rb
1073
1084
  - lib/peddler/apis/orders_2026_01_01/error_list.rb
1074
1085
  - lib/peddler/apis/orders_2026_01_01/exception_date.rb
1086
+ - lib/peddler/apis/orders_2026_01_01/fulfillment_order.rb
1075
1087
  - lib/peddler/apis/orders_2026_01_01/get_order_response.rb
1076
1088
  - lib/peddler/apis/orders_2026_01_01/gift_option.rb
1077
1089
  - lib/peddler/apis/orders_2026_01_01/hour_minute.rb
@@ -1107,6 +1119,7 @@ files:
1107
1119
  - lib/peddler/apis/orders_2026_01_01/order_package.rb
1108
1120
  - lib/peddler/apis/orders_2026_01_01/order_payment.rb
1109
1121
  - lib/peddler/apis/orders_2026_01_01/order_proceeds.rb
1122
+ - lib/peddler/apis/orders_2026_01_01/order_proceeds_breakdown.rb
1110
1123
  - lib/peddler/apis/orders_2026_01_01/order_tax.rb
1111
1124
  - lib/peddler/apis/orders_2026_01_01/order_tax_invoicing.rb
1112
1125
  - lib/peddler/apis/orders_2026_01_01/order_tax_registration.rb
@@ -1126,6 +1139,8 @@ files:
1126
1139
  - lib/peddler/apis/orders_v0/address.rb
1127
1140
  - lib/peddler/apis/orders_v0/address_extended_fields.rb
1128
1141
  - lib/peddler/apis/orders_v0/amazon_programs.rb
1142
+ - lib/peddler/apis/orders_v0/approved_alternative_details.rb
1143
+ - lib/peddler/apis/orders_v0/approved_attribute.rb
1129
1144
  - lib/peddler/apis/orders_v0/associated_item.rb
1130
1145
  - lib/peddler/apis/orders_v0/automated_shipping_settings.rb
1131
1146
  - lib/peddler/apis/orders_v0/business_hours.rb
@@ -1151,6 +1166,7 @@ files:
1151
1166
  - lib/peddler/apis/orders_v0/get_order_regulated_info_response.rb
1152
1167
  - lib/peddler/apis/orders_v0/get_order_response.rb
1153
1168
  - lib/peddler/apis/orders_v0/get_orders_response.rb
1169
+ - lib/peddler/apis/orders_v0/interim_status_detail.rb
1154
1170
  - lib/peddler/apis/orders_v0/item_buyer_info.rb
1155
1171
  - lib/peddler/apis/orders_v0/marketplace_tax_info.rb
1156
1172
  - lib/peddler/apis/orders_v0/measurement.rb
@@ -1194,6 +1210,7 @@ files:
1194
1210
  - lib/peddler/apis/orders_v0/update_verification_status_error_response.rb
1195
1211
  - lib/peddler/apis/orders_v0/update_verification_status_request.rb
1196
1212
  - lib/peddler/apis/orders_v0/update_verification_status_request_body.rb
1213
+ - lib/peddler/apis/orders_v0/valid_interim_status_code.rb
1197
1214
  - lib/peddler/apis/orders_v0/valid_verification_detail.rb
1198
1215
  - lib/peddler/apis/orders_v0/verification_details.rb
1199
1216
  - lib/peddler/apis/product_fees_v0.rb
@@ -1339,6 +1356,7 @@ files:
1339
1356
  - lib/peddler/apis/replenishment_2022_11_07/error_list.rb
1340
1357
  - lib/peddler/apis/replenishment_2022_11_07/forecast_deliveries.rb
1341
1358
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request.rb
1359
+ - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_request_filters.rb
1342
1360
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response.rb
1343
1361
  - lib/peddler/apis/replenishment_2022_11_07/get_selling_partner_metrics_response_metric.rb
1344
1362
  - lib/peddler/apis/replenishment_2022_11_07/list_offer_metrics_request.rb
@@ -1459,6 +1477,7 @@ files:
1459
1477
  - lib/peddler/apis/services_v1/item_delivery.rb
1460
1478
  - lib/peddler/apis/services_v1/item_delivery_promise.rb
1461
1479
  - lib/peddler/apis/services_v1/job_listing.rb
1480
+ - lib/peddler/apis/services_v1/linked_asset.rb
1462
1481
  - lib/peddler/apis/services_v1/money_amount.rb
1463
1482
  - lib/peddler/apis/services_v1/payment.rb
1464
1483
  - lib/peddler/apis/services_v1/poa.rb
@@ -2570,7 +2589,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2570
2589
  - !ruby/object:Gem::Version
2571
2590
  version: '0'
2572
2591
  requirements: []
2573
- rubygems_version: 4.0.6
2592
+ rubygems_version: 4.0.10
2574
2593
  specification_version: 4
2575
2594
  summary: Amazon Selling Partner API (SP-API) in Ruby
2576
2595
  test_files: []