peddler 5.1.0 → 5.3.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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/distribution_ineligible_reason.rb +24 -0
  4. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/distribution_product.rb +24 -0
  5. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/outbound_shipment_summary.rb +30 -0
  6. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order.rb +48 -0
  7. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order_creation_data.rb +21 -0
  8. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order_listing.rb +24 -0
  9. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_order_reference.rb +18 -0
  10. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09/replenishment_preferences.rb +17 -0
  11. data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rb +70 -0
  12. data/lib/peddler/apis/finances_2024_06_19.rb +4 -4
  13. data/lib/peddler/apis/fulfillment_inbound_2024_03_20/item.rb +2 -1
  14. data/lib/peddler/apis/fulfillment_outbound_2020_07_01/drop_off_location.rb +2 -0
  15. data/lib/peddler/apis/invoices_2024_06_19/carrier_details_context.rb +38 -0
  16. data/lib/peddler/apis/invoices_2024_06_19/government_invoice_request.rb +36 -0
  17. data/lib/peddler/apis/invoices_2024_06_19/government_invoice_status_response.rb +23 -0
  18. data/lib/peddler/apis/invoices_2024_06_19/govt_invoice_document_response.rb +17 -0
  19. data/lib/peddler/apis/invoices_2024_06_19/invoice_document.rb +18 -0
  20. data/lib/peddler/apis/invoices_2024_06_19/invoice_error.rb +20 -0
  21. data/lib/peddler/apis/invoices_2024_06_19.rb +66 -0
  22. data/lib/peddler/apis/messaging_v1.rb +0 -20
  23. data/lib/peddler/apis/orders_2026_01_01/address_extended_fields.rb +29 -0
  24. data/lib/peddler/apis/orders_2026_01_01/alias.rb +22 -0
  25. data/lib/peddler/apis/orders_2026_01_01/associated_order.rb +22 -0
  26. data/lib/peddler/apis/orders_2026_01_01/business_hour.rb +22 -0
  27. data/lib/peddler/apis/orders_2026_01_01/buyer.rb +28 -0
  28. data/lib/peddler/apis/orders_2026_01_01/customer_address.rb +66 -0
  29. data/lib/peddler/apis/orders_2026_01_01/date_time_range.rb +23 -0
  30. data/lib/peddler/apis/orders_2026_01_01/delivery_preference.rb +28 -0
  31. data/lib/peddler/apis/orders_2026_01_01/error.rb +23 -0
  32. data/lib/peddler/apis/orders_2026_01_01/error_list.rb +17 -0
  33. data/lib/peddler/apis/orders_2026_01_01/exception_date.rb +25 -0
  34. data/lib/peddler/apis/orders_2026_01_01/get_order_response.rb +17 -0
  35. data/lib/peddler/apis/orders_2026_01_01/gift_option.rb +20 -0
  36. data/lib/peddler/apis/orders_2026_01_01/hour_minute.rb +20 -0
  37. data/lib/peddler/apis/orders_2026_01_01/item_cancellation.rb +17 -0
  38. data/lib/peddler/apis/orders_2026_01_01/item_cancellation_request.rb +22 -0
  39. data/lib/peddler/apis/orders_2026_01_01/item_condition.rb +30 -0
  40. data/lib/peddler/apis/orders_2026_01_01/item_customization.rb +17 -0
  41. data/lib/peddler/apis/orders_2026_01_01/item_expense.rb +17 -0
  42. data/lib/peddler/apis/orders_2026_01_01/item_fulfillment.rb +29 -0
  43. data/lib/peddler/apis/orders_2026_01_01/item_international_shipping.rb +19 -0
  44. data/lib/peddler/apis/orders_2026_01_01/item_packing.rb +17 -0
  45. data/lib/peddler/apis/orders_2026_01_01/item_picking.rb +18 -0
  46. data/lib/peddler/apis/orders_2026_01_01/item_points_cost.rb +18 -0
  47. data/lib/peddler/apis/orders_2026_01_01/item_price.rb +24 -0
  48. data/lib/peddler/apis/orders_2026_01_01/item_proceeds.rb +20 -0
  49. data/lib/peddler/apis/orders_2026_01_01/item_proceeds_breakdown.rb +25 -0
  50. data/lib/peddler/apis/orders_2026_01_01/item_proceeds_detailed_breakdown.rb +23 -0
  51. data/lib/peddler/apis/orders_2026_01_01/item_product.rb +36 -0
  52. data/lib/peddler/apis/orders_2026_01_01/item_promotion.rb +17 -0
  53. data/lib/peddler/apis/orders_2026_01_01/item_promotion_breakdown.rb +17 -0
  54. data/lib/peddler/apis/orders_2026_01_01/item_shipping.rb +24 -0
  55. data/lib/peddler/apis/orders_2026_01_01/item_shipping_constraints.rb +30 -0
  56. data/lib/peddler/apis/orders_2026_01_01/item_substitution_option.rb +30 -0
  57. data/lib/peddler/apis/orders_2026_01_01/item_substitution_preference.rb +21 -0
  58. data/lib/peddler/apis/orders_2026_01_01/measurement.rb +21 -0
  59. data/lib/peddler/apis/orders_2026_01_01/merchant_address.rb +44 -0
  60. data/lib/peddler/apis/orders_2026_01_01/order.rb +63 -0
  61. data/lib/peddler/apis/orders_2026_01_01/order_fulfillment.rb +37 -0
  62. data/lib/peddler/apis/orders_2026_01_01/order_item.rb +48 -0
  63. data/lib/peddler/apis/orders_2026_01_01/order_package.rb +47 -0
  64. data/lib/peddler/apis/orders_2026_01_01/order_proceeds.rb +17 -0
  65. data/lib/peddler/apis/orders_2026_01_01/package_item.rb +23 -0
  66. data/lib/peddler/apis/orders_2026_01_01/package_status.rb +32 -0
  67. data/lib/peddler/apis/orders_2026_01_01/pagination.rb +22 -0
  68. data/lib/peddler/apis/orders_2026_01_01/points_granted.rb +20 -0
  69. data/lib/peddler/apis/orders_2026_01_01/preferred_delivery_time.rb +21 -0
  70. data/lib/peddler/apis/orders_2026_01_01/recipient.rb +21 -0
  71. data/lib/peddler/apis/orders_2026_01_01/sales_channel.rb +26 -0
  72. data/lib/peddler/apis/orders_2026_01_01/search_orders_response.rb +35 -0
  73. data/lib/peddler/apis/orders_2026_01_01/time_window.rb +20 -0
  74. data/lib/peddler/apis/orders_2026_01_01.rb +93 -0
  75. data/lib/peddler/apis/orders_v0.rb +2 -2
  76. data/lib/peddler/apis/product_pricing_v0/get_offers_result.rb +3 -3
  77. data/lib/peddler/apis/vendor_shipments_v1/item_details.rb +16 -0
  78. data/lib/peddler/apis/vendor_shipments_v1/package_item_details.rb +0 -16
  79. data/lib/peddler/apis/vendor_shipments_v1/regulation_references.rb +9 -11
  80. data/lib/peddler/data_kiosk/sales_and_traffic20240424/by_asin_sales.rb +37 -0
  81. data/lib/peddler/data_kiosk/sales_and_traffic20240424/by_date_sales.rb +40 -8
  82. data/lib/peddler/data_kiosk/sales_and_traffic20240424/by_date_traffic.rb +19 -6
  83. data/lib/peddler/data_kiosk/sales_and_traffic20240424.json +273 -13
  84. data/lib/peddler/notifications/any_offer_changed/notification.rb +3 -3
  85. data/lib/peddler/notifications/b2b_any_offer_changed/b2b_any_offer_changed_notification.rb +6 -6
  86. data/lib/peddler/notifications/b2b_any_offer_changed/buy_box_price.rb +12 -9
  87. data/lib/peddler/notifications/b2b_any_offer_changed/lowest_price.rb +11 -8
  88. data/lib/peddler/notifications/b2b_any_offer_changed/notification.rb +10 -13
  89. data/lib/peddler/notifications/b2b_any_offer_changed/notification_metadata.rb +8 -8
  90. data/lib/peddler/notifications/b2b_any_offer_changed/offer.rb +25 -23
  91. data/lib/peddler/notifications/b2b_any_offer_changed/offer_change_trigger.rb +9 -9
  92. data/lib/peddler/notifications/b2b_any_offer_changed/offer_count.rb +4 -4
  93. data/lib/peddler/notifications/b2b_any_offer_changed/payload.rb +2 -2
  94. data/lib/peddler/notifications/b2b_any_offer_changed/points.rb +16 -0
  95. data/lib/peddler/notifications/b2b_any_offer_changed/prime_information.rb +4 -4
  96. data/lib/peddler/notifications/b2b_any_offer_changed/quantity_discount_price_type.rb +3 -3
  97. data/lib/peddler/notifications/b2b_any_offer_changed/seller_feedback_rating.rb +4 -4
  98. data/lib/peddler/notifications/b2b_any_offer_changed/shipping_time.rb +9 -9
  99. data/lib/peddler/notifications/b2b_any_offer_changed/ships_from.rb +4 -1
  100. data/lib/peddler/notifications/b2b_any_offer_changed/summary.rb +8 -8
  101. data/lib/peddler/version.rb +1 -1
  102. data/lib/peddler.rb +2 -1
  103. data/sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs +153 -0
  104. data/sig/peddler/apis/invoices_2024_06_19.rbs +115 -0
  105. data/sig/peddler/apis/messaging_v1.rbs +0 -34
  106. data/sig/peddler/apis/orders_2026_01_01.rbs +940 -0
  107. data/sig/peddler/apis/product_pricing_v0.rbs +7 -7
  108. data/sig/peddler/apis/vendor_shipments_v1.rbs +18 -18
  109. data/sig/peddler/data_kiosk/sales_and_traffic20240424.rbs +41 -21
  110. data/sig/peddler/notifications/any_offer_changed.rbs +7 -7
  111. data/sig/peddler/notifications/b2b_any_offer_changed.rbs +58 -38
  112. data/sig/peddler.rbs +3 -1
  113. metadata +69 -12
  114. data/lib/peddler/apis/messaging_v1/create_amazon_motors_request.rb +0 -19
  115. data/lib/peddler/apis/messaging_v1/create_amazon_motors_response.rb +0 -17
  116. data/lib/peddler/notifications/mfn_order_status_change/notification.rb +0 -32
  117. data/lib/peddler/notifications/mfn_order_status_change/payload.rb +0 -17
  118. data/lib/peddler/notifications/mfn_order_status_change.rb +0 -18
  119. data/lib/peddler/notifications/order_status_change/notification.rb +0 -32
  120. data/lib/peddler/notifications/order_status_change/order_status_change_notification.rb +0 -48
  121. data/lib/peddler/notifications/order_status_change/payload.rb +0 -17
  122. data/lib/peddler/notifications/order_status_change.rb +0 -18
  123. data/sig/peddler/notifications/mfn_order_status_change.rbs +0 -44
  124. data/sig/peddler/notifications/order_status_change.rbs +0 -70
@@ -311,12 +311,12 @@ module Peddler
311
311
  end
312
312
 
313
313
  class GetOffersResult < Data
314
- def self.new: (identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, marketplace_id: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, status: String?, ?asin: String?, ?sku: String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
315
- | (Peddler::APIs::ProductPricingV0::ItemIdentifier?, String?, String?, Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, Peddler::APIs::ProductPricingV0::Summary?, String?, String?, String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
316
- def self.[]: (identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, marketplace_id: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, status: String?, ?asin: String?, ?sku: String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
317
- | (Peddler::APIs::ProductPricingV0::ItemIdentifier?, String?, String?, Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, Peddler::APIs::ProductPricingV0::Summary?, String?, String?, String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
314
+ def self.new: (identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, marketplace_id: String?, status: String?, ?asin: String?, ?sku: String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
315
+ | (Peddler::APIs::ProductPricingV0::ItemIdentifier?, String?, Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, Peddler::APIs::ProductPricingV0::Summary?, String?, String?, String?, String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
316
+ def self.[]: (identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, marketplace_id: String?, status: String?, ?asin: String?, ?sku: String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
317
+ | (Peddler::APIs::ProductPricingV0::ItemIdentifier?, String?, Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, Peddler::APIs::ProductPricingV0::Summary?, String?, String?, String?, String?) -> Peddler::APIs::ProductPricingV0::GetOffersResult
318
318
 
319
- def self.members: () -> [ :identifier, :item_condition, :marketplace_id, :offers, :summary, :status, :asin, :sku ]
319
+ def self.members: () -> [ :identifier, :item_condition, :offers, :summary, :marketplace_id, :status, :asin, :sku ]
320
320
 
321
321
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::GetOffersResult
322
322
 
@@ -329,8 +329,8 @@ module Peddler
329
329
  attr_reader status: String?
330
330
  attr_reader summary: Peddler::APIs::ProductPricingV0::Summary?
331
331
 
332
- def members: () -> [ :identifier, :item_condition, :marketplace_id, :offers, :summary, :status, :asin, :sku ]
333
- def to_h: () -> { identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, marketplace_id: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, status: String?, asin: String?, sku: String? }
332
+ def members: () -> [ :identifier, :item_condition, :offers, :summary, :marketplace_id, :status, :asin, :sku ]
333
+ def to_h: () -> { identifier: Peddler::APIs::ProductPricingV0::ItemIdentifier?, item_condition: String?, offers: Array[Peddler::APIs::ProductPricingV0::OfferDetail]?, summary: Peddler::APIs::ProductPricingV0::Summary?, marketplace_id: String?, status: String?, asin: String?, sku: String? }
334
334
  end
335
335
 
336
336
  class GetPricingResponse < Data
@@ -349,23 +349,27 @@ module Peddler
349
349
  end
350
350
 
351
351
  class ItemDetails < Data
352
- def self.new: (?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?handling_code: String?, ?lot_number: String?, ?maximum_retail_price: Peddler::Money?, ?purchase_order_number: String?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
353
- | (Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
354
- def self.[]: (?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?handling_code: String?, ?lot_number: String?, ?maximum_retail_price: Peddler::Money?, ?purchase_order_number: String?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
355
- | (Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, Peddler::Money?, String?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
352
+ def self.new: (?country_of_origin: String?, ?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?handling_code: String?, ?lot_number: String?, ?lot_number_source_reference: String?, ?lot_number_source_type: String?, ?maximum_retail_price: Peddler::Money?, ?purchase_order_number: String?, ?regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
353
+ | (String?, Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, String?, String?, Peddler::Money?, String?, Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
354
+ def self.[]: (?country_of_origin: String?, ?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?handling_code: String?, ?lot_number: String?, ?lot_number_source_reference: String?, ?lot_number_source_type: String?, ?maximum_retail_price: Peddler::Money?, ?purchase_order_number: String?, ?regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
355
+ | (String?, Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, String?, String?, Peddler::Money?, String?, Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
356
356
 
357
- def self.members: () -> [ :expiry, :handling_code, :lot_number, :maximum_retail_price, :purchase_order_number ]
357
+ def self.members: () -> [ :country_of_origin, :expiry, :handling_code, :lot_number, :lot_number_source_reference, :lot_number_source_type, :maximum_retail_price, :purchase_order_number, :regulation_references ]
358
358
 
359
359
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::ItemDetails
360
360
 
361
+ attr_reader country_of_origin: String?
361
362
  attr_reader expiry: Peddler::APIs::VendorShipmentsV1::Expiry?
362
363
  attr_reader handling_code: String?
363
364
  attr_reader lot_number: String?
365
+ attr_reader lot_number_source_reference: String?
366
+ attr_reader lot_number_source_type: String?
364
367
  attr_reader maximum_retail_price: Peddler::Money?
365
368
  attr_reader purchase_order_number: String?
369
+ attr_reader regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?
366
370
 
367
- def members: () -> [ :expiry, :handling_code, :lot_number, :maximum_retail_price, :purchase_order_number ]
368
- def to_h: () -> { expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, handling_code: String?, lot_number: String?, maximum_retail_price: Peddler::Money?, purchase_order_number: String? }
371
+ def members: () -> [ :country_of_origin, :expiry, :handling_code, :lot_number, :lot_number_source_reference, :lot_number_source_type, :maximum_retail_price, :purchase_order_number, :regulation_references ]
372
+ def to_h: () -> { country_of_origin: String?, expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, handling_code: String?, lot_number: String?, lot_number_source_reference: String?, lot_number_source_type: String?, maximum_retail_price: Peddler::Money?, purchase_order_number: String?, regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences? }
369
373
  end
370
374
 
371
375
  class ItemQuantity < Data
@@ -426,25 +430,21 @@ module Peddler
426
430
  end
427
431
 
428
432
  class PackageItemDetails < Data
429
- def self.new: (?country_of_origin: String?, ?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?lot_number: String?, ?lot_number_source_reference: String?, ?lot_number_source_type: String?, ?purchase_order_number: String?, ?regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
430
- | (String?, Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, String?, String?, Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
431
- def self.[]: (?country_of_origin: String?, ?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?lot_number: String?, ?lot_number_source_reference: String?, ?lot_number_source_type: String?, ?purchase_order_number: String?, ?regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
432
- | (String?, Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?, String?, String?, Peddler::APIs::VendorShipmentsV1::RegulationReferences?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
433
+ def self.new: (?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?lot_number: String?, ?purchase_order_number: String?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
434
+ | (Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
435
+ def self.[]: (?expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, ?lot_number: String?, ?purchase_order_number: String?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
436
+ | (Peddler::APIs::VendorShipmentsV1::Expiry?, String?, String?) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
433
437
 
434
- def self.members: () -> [ :country_of_origin, :expiry, :lot_number, :lot_number_source_reference, :lot_number_source_type, :purchase_order_number, :regulation_references ]
438
+ def self.members: () -> [ :expiry, :lot_number, :purchase_order_number ]
435
439
 
436
440
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::PackageItemDetails
437
441
 
438
- attr_reader country_of_origin: String?
439
442
  attr_reader expiry: Peddler::APIs::VendorShipmentsV1::Expiry?
440
443
  attr_reader lot_number: String?
441
- attr_reader lot_number_source_reference: String?
442
- attr_reader lot_number_source_type: String?
443
444
  attr_reader purchase_order_number: String?
444
- attr_reader regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences?
445
445
 
446
- def members: () -> [ :country_of_origin, :expiry, :lot_number, :lot_number_source_reference, :lot_number_source_type, :purchase_order_number, :regulation_references ]
447
- def to_h: () -> { country_of_origin: String?, expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, lot_number: String?, lot_number_source_reference: String?, lot_number_source_type: String?, purchase_order_number: String?, regulation_references: Peddler::APIs::VendorShipmentsV1::RegulationReferences? }
446
+ def members: () -> [ :expiry, :lot_number, :purchase_order_number ]
447
+ def to_h: () -> { expiry: Peddler::APIs::VendorShipmentsV1::Expiry?, lot_number: String?, purchase_order_number: String? }
448
448
  end
449
449
 
450
450
  class PackedItems < Data
@@ -37,24 +37,34 @@ module Peddler
37
37
  end
38
38
 
39
39
  class ByASINSales < Data
40
- def self.new: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
41
- | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
42
- def self.[]: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
43
- | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
40
+ def self.new: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
41
+ | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
42
+ def self.[]: (?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
43
+ | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
44
44
 
45
- def self.members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b ]
45
+ def self.members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
46
46
 
47
47
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByASINSales
48
48
 
49
49
  attr_reader ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
50
50
  attr_reader ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
51
+ attr_reader orders_shipped: String?
52
+ attr_reader orders_shipped_b2b: String?
53
+ attr_reader refund_rate: Float?
54
+ attr_reader refund_rate_b2b: Float?
55
+ attr_reader shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
56
+ attr_reader shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
51
57
  attr_reader total_order_items: String?
52
58
  attr_reader total_order_items_b2b: String?
53
59
  attr_reader units_ordered: String?
54
60
  attr_reader units_ordered_b2b: String?
61
+ attr_reader units_refunded: String?
62
+ attr_reader units_refunded_b2b: String?
63
+ attr_reader units_shipped: String?
64
+ attr_reader units_shipped_b2b: String?
55
65
 
56
- def members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b ]
57
- def to_h: () -> { ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String? }
66
+ def members: () -> [ :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
67
+ def to_h: () -> { ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, orders_shipped_b2b: String?, refund_rate: Float?, refund_rate_b2b: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_refunded_b2b: String?, units_shipped: String?, units_shipped_b2b: String? }
58
68
  end
59
69
 
60
70
  class ByASINTraffic < Data
@@ -101,12 +111,12 @@ module Peddler
101
111
  end
102
112
 
103
113
  class ByDateSales < Data
104
- def self.new: (?average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_units_per_order_item: Float?, ?average_units_per_order_item_b2b: Float?, ?claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_granted: String?, ?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?refund_rate: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_shipped: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
105
- | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
106
- def self.[]: (?average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_units_per_order_item: Float?, ?average_units_per_order_item_b2b: Float?, ?claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_granted: String?, ?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?refund_rate: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_shipped: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
107
- | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
114
+ def self.new: (?average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_units_per_order_item: Float?, ?average_units_per_order_item_b2b: Float?, ?claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_amount_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_granted: String?, ?claims_granted_b2b: String?, ?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
115
+ | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
116
+ def self.[]: (?average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?average_units_per_order_item: Float?, ?average_units_per_order_item_b2b: Float?, ?claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_amount_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?claims_granted: String?, ?claims_granted_b2b: String?, ?ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?orders_shipped: String?, ?orders_shipped_b2b: String?, ?refund_rate: Float?, ?refund_rate_b2b: Float?, ?shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ?total_order_items: String?, ?total_order_items_b2b: String?, ?units_ordered: String?, ?units_ordered_b2b: String?, ?units_refunded: String?, ?units_refunded_b2b: String?, ?units_shipped: String?, ?units_shipped_b2b: String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
117
+ | (Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, Float?, Float?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
108
118
 
109
- def self.members: () -> [ :average_sales_per_order_item, :average_sales_per_order_item_b2b, :average_selling_price, :average_selling_price_b2b, :average_units_per_order_item, :average_units_per_order_item_b2b, :claims_amount, :claims_granted, :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :refund_rate, :shipped_product_sales, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_shipped ]
119
+ def self.members: () -> [ :average_sales_per_order_item, :average_sales_per_order_item_b2b, :average_selling_price, :average_selling_price_b2b, :average_units_per_order_item, :average_units_per_order_item_b2b, :claims_amount, :claims_amount_b2b, :claims_granted, :claims_granted_b2b, :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
110
120
 
111
121
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateSales
112
122
 
@@ -117,30 +127,37 @@ module Peddler
117
127
  attr_reader average_units_per_order_item: Float?
118
128
  attr_reader average_units_per_order_item_b2b: Float?
119
129
  attr_reader claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
130
+ attr_reader claims_amount_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
120
131
  attr_reader claims_granted: String?
132
+ attr_reader claims_granted_b2b: String?
121
133
  attr_reader ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
122
134
  attr_reader ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
123
135
  attr_reader orders_shipped: String?
136
+ attr_reader orders_shipped_b2b: String?
124
137
  attr_reader refund_rate: Float?
138
+ attr_reader refund_rate_b2b: Float?
125
139
  attr_reader shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
140
+ attr_reader shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?
126
141
  attr_reader total_order_items: String?
127
142
  attr_reader total_order_items_b2b: String?
128
143
  attr_reader units_ordered: String?
129
144
  attr_reader units_ordered_b2b: String?
130
145
  attr_reader units_refunded: String?
146
+ attr_reader units_refunded_b2b: String?
131
147
  attr_reader units_shipped: String?
148
+ attr_reader units_shipped_b2b: String?
132
149
 
133
- def members: () -> [ :average_sales_per_order_item, :average_sales_per_order_item_b2b, :average_selling_price, :average_selling_price_b2b, :average_units_per_order_item, :average_units_per_order_item_b2b, :claims_amount, :claims_granted, :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :refund_rate, :shipped_product_sales, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_shipped ]
134
- def to_h: () -> { average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_units_per_order_item: Float?, average_units_per_order_item_b2b: Float?, claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, claims_granted: String?, ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, refund_rate: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_shipped: String? }
150
+ def members: () -> [ :average_sales_per_order_item, :average_sales_per_order_item_b2b, :average_selling_price, :average_selling_price_b2b, :average_units_per_order_item, :average_units_per_order_item_b2b, :claims_amount, :claims_amount_b2b, :claims_granted, :claims_granted_b2b, :ordered_product_sales, :ordered_product_sales_b2b, :orders_shipped, :orders_shipped_b2b, :refund_rate, :refund_rate_b2b, :shipped_product_sales, :shipped_product_sales_b2b, :total_order_items, :total_order_items_b2b, :units_ordered, :units_ordered_b2b, :units_refunded, :units_refunded_b2b, :units_shipped, :units_shipped_b2b ]
151
+ def to_h: () -> { average_sales_per_order_item: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_sales_per_order_item_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_selling_price: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_selling_price_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, average_units_per_order_item: Float?, average_units_per_order_item_b2b: Float?, claims_amount: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, claims_amount_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, claims_granted: String?, claims_granted_b2b: String?, ordered_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, ordered_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, orders_shipped: String?, orders_shipped_b2b: String?, refund_rate: Float?, refund_rate_b2b: Float?, shipped_product_sales: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, shipped_product_sales_b2b: Peddler::DataKiosk::SalesAndTraffic20240424::Amount?, total_order_items: String?, total_order_items_b2b: String?, units_ordered: String?, units_ordered_b2b: String?, units_refunded: String?, units_refunded_b2b: String?, units_shipped: String?, units_shipped_b2b: String? }
135
152
  end
136
153
 
137
154
  class ByDateTraffic < Data
138
- def self.new: (?average_offer_count: String?, ?average_parent_items: String?, ?browser_page_views: String?, ?browser_page_views_b2b: String?, ?browser_sessions: String?, ?browser_sessions_b2b: String?, ?buy_box_percentage: Float?, ?buy_box_percentage_b2b: Float?, ?feedback_received: String?, ?mobile_app_page_views: String?, ?mobile_app_page_views_b2b: String?, ?mobile_app_sessions: String?, ?mobile_app_sessions_b2b: String?, ?negative_feedback_received: String?, ?order_item_session_percentage: Float?, ?order_item_session_percentage_b2b: Float?, ?page_views: String?, ?page_views_b2b: String?, ?received_negative_feedback_rate: Float?, ?sessions: String?, ?sessions_b2b: String?, ?unit_session_percentage: Float?, ?unit_session_percentage_b2b: Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
139
- | (String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, Float?, String?, String?, Float?, Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
140
- def self.[]: (?average_offer_count: String?, ?average_parent_items: String?, ?browser_page_views: String?, ?browser_page_views_b2b: String?, ?browser_sessions: String?, ?browser_sessions_b2b: String?, ?buy_box_percentage: Float?, ?buy_box_percentage_b2b: Float?, ?feedback_received: String?, ?mobile_app_page_views: String?, ?mobile_app_page_views_b2b: String?, ?mobile_app_sessions: String?, ?mobile_app_sessions_b2b: String?, ?negative_feedback_received: String?, ?order_item_session_percentage: Float?, ?order_item_session_percentage_b2b: Float?, ?page_views: String?, ?page_views_b2b: String?, ?received_negative_feedback_rate: Float?, ?sessions: String?, ?sessions_b2b: String?, ?unit_session_percentage: Float?, ?unit_session_percentage_b2b: Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
141
- | (String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, Float?, String?, String?, Float?, Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
155
+ def self.new: (?average_offer_count: String?, ?average_parent_items: String?, ?browser_page_views: String?, ?browser_page_views_b2b: String?, ?browser_sessions: String?, ?browser_sessions_b2b: String?, ?buy_box_percentage: Float?, ?buy_box_percentage_b2b: Float?, ?feedback_received: String?, ?feedback_received_b2b: String?, ?mobile_app_page_views: String?, ?mobile_app_page_views_b2b: String?, ?mobile_app_sessions: String?, ?mobile_app_sessions_b2b: String?, ?negative_feedback_received: String?, ?negative_feedback_received_b2b: String?, ?order_item_session_percentage: Float?, ?order_item_session_percentage_b2b: Float?, ?page_views: String?, ?page_views_b2b: String?, ?received_negative_feedback_rate: Float?, ?received_negative_feedback_rate_b2b: Float?, ?sessions: String?, ?sessions_b2b: String?, ?unit_session_percentage: Float?, ?unit_session_percentage_b2b: Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
156
+ | (String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, Float?, Float?, String?, String?, Float?, Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
157
+ def self.[]: (?average_offer_count: String?, ?average_parent_items: String?, ?browser_page_views: String?, ?browser_page_views_b2b: String?, ?browser_sessions: String?, ?browser_sessions_b2b: String?, ?buy_box_percentage: Float?, ?buy_box_percentage_b2b: Float?, ?feedback_received: String?, ?feedback_received_b2b: String?, ?mobile_app_page_views: String?, ?mobile_app_page_views_b2b: String?, ?mobile_app_sessions: String?, ?mobile_app_sessions_b2b: String?, ?negative_feedback_received: String?, ?negative_feedback_received_b2b: String?, ?order_item_session_percentage: Float?, ?order_item_session_percentage_b2b: Float?, ?page_views: String?, ?page_views_b2b: String?, ?received_negative_feedback_rate: Float?, ?received_negative_feedback_rate_b2b: Float?, ?sessions: String?, ?sessions_b2b: String?, ?unit_session_percentage: Float?, ?unit_session_percentage_b2b: Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
158
+ | (String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, String?, String?, String?, String?, String?, String?, Float?, Float?, String?, String?, Float?, Float?, String?, String?, Float?, Float?) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
142
159
 
143
- def self.members: () -> [ :average_offer_count, :average_parent_items, :browser_page_views, :browser_page_views_b2b, :browser_sessions, :browser_sessions_b2b, :buy_box_percentage, :buy_box_percentage_b2b, :feedback_received, :mobile_app_page_views, :mobile_app_page_views_b2b, :mobile_app_sessions, :mobile_app_sessions_b2b, :negative_feedback_received, :order_item_session_percentage, :order_item_session_percentage_b2b, :page_views, :page_views_b2b, :received_negative_feedback_rate, :sessions, :sessions_b2b, :unit_session_percentage, :unit_session_percentage_b2b ]
160
+ def self.members: () -> [ :average_offer_count, :average_parent_items, :browser_page_views, :browser_page_views_b2b, :browser_sessions, :browser_sessions_b2b, :buy_box_percentage, :buy_box_percentage_b2b, :feedback_received, :feedback_received_b2b, :mobile_app_page_views, :mobile_app_page_views_b2b, :mobile_app_sessions, :mobile_app_sessions_b2b, :negative_feedback_received, :negative_feedback_received_b2b, :order_item_session_percentage, :order_item_session_percentage_b2b, :page_views, :page_views_b2b, :received_negative_feedback_rate, :received_negative_feedback_rate_b2b, :sessions, :sessions_b2b, :unit_session_percentage, :unit_session_percentage_b2b ]
144
161
 
145
162
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::DataKiosk::SalesAndTraffic20240424::ByDateTraffic
146
163
 
@@ -153,23 +170,26 @@ module Peddler
153
170
  attr_reader buy_box_percentage: Float?
154
171
  attr_reader buy_box_percentage_b2b: Float?
155
172
  attr_reader feedback_received: String?
173
+ attr_reader feedback_received_b2b: String?
156
174
  attr_reader mobile_app_page_views: String?
157
175
  attr_reader mobile_app_page_views_b2b: String?
158
176
  attr_reader mobile_app_sessions: String?
159
177
  attr_reader mobile_app_sessions_b2b: String?
160
178
  attr_reader negative_feedback_received: String?
179
+ attr_reader negative_feedback_received_b2b: String?
161
180
  attr_reader order_item_session_percentage: Float?
162
181
  attr_reader order_item_session_percentage_b2b: Float?
163
182
  attr_reader page_views: String?
164
183
  attr_reader page_views_b2b: String?
165
184
  attr_reader received_negative_feedback_rate: Float?
185
+ attr_reader received_negative_feedback_rate_b2b: Float?
166
186
  attr_reader sessions: String?
167
187
  attr_reader sessions_b2b: String?
168
188
  attr_reader unit_session_percentage: Float?
169
189
  attr_reader unit_session_percentage_b2b: Float?
170
190
 
171
- def members: () -> [ :average_offer_count, :average_parent_items, :browser_page_views, :browser_page_views_b2b, :browser_sessions, :browser_sessions_b2b, :buy_box_percentage, :buy_box_percentage_b2b, :feedback_received, :mobile_app_page_views, :mobile_app_page_views_b2b, :mobile_app_sessions, :mobile_app_sessions_b2b, :negative_feedback_received, :order_item_session_percentage, :order_item_session_percentage_b2b, :page_views, :page_views_b2b, :received_negative_feedback_rate, :sessions, :sessions_b2b, :unit_session_percentage, :unit_session_percentage_b2b ]
172
- def to_h: () -> { average_offer_count: String?, average_parent_items: String?, browser_page_views: String?, browser_page_views_b2b: String?, browser_sessions: String?, browser_sessions_b2b: String?, buy_box_percentage: Float?, buy_box_percentage_b2b: Float?, feedback_received: String?, mobile_app_page_views: String?, mobile_app_page_views_b2b: String?, mobile_app_sessions: String?, mobile_app_sessions_b2b: String?, negative_feedback_received: String?, order_item_session_percentage: Float?, order_item_session_percentage_b2b: Float?, page_views: String?, page_views_b2b: String?, received_negative_feedback_rate: Float?, sessions: String?, sessions_b2b: String?, unit_session_percentage: Float?, unit_session_percentage_b2b: Float? }
191
+ def members: () -> [ :average_offer_count, :average_parent_items, :browser_page_views, :browser_page_views_b2b, :browser_sessions, :browser_sessions_b2b, :buy_box_percentage, :buy_box_percentage_b2b, :feedback_received, :feedback_received_b2b, :mobile_app_page_views, :mobile_app_page_views_b2b, :mobile_app_sessions, :mobile_app_sessions_b2b, :negative_feedback_received, :negative_feedback_received_b2b, :order_item_session_percentage, :order_item_session_percentage_b2b, :page_views, :page_views_b2b, :received_negative_feedback_rate, :received_negative_feedback_rate_b2b, :sessions, :sessions_b2b, :unit_session_percentage, :unit_session_percentage_b2b ]
192
+ def to_h: () -> { average_offer_count: String?, average_parent_items: String?, browser_page_views: String?, browser_page_views_b2b: String?, browser_sessions: String?, browser_sessions_b2b: String?, buy_box_percentage: Float?, buy_box_percentage_b2b: Float?, feedback_received: String?, feedback_received_b2b: String?, mobile_app_page_views: String?, mobile_app_page_views_b2b: String?, mobile_app_sessions: String?, mobile_app_sessions_b2b: String?, negative_feedback_received: String?, negative_feedback_received_b2b: String?, order_item_session_percentage: Float?, order_item_session_percentage_b2b: Float?, page_views: String?, page_views_b2b: String?, received_negative_feedback_rate: Float?, received_negative_feedback_rate_b2b: Float?, sessions: String?, sessions_b2b: String?, unit_session_percentage: Float?, unit_session_percentage_b2b: Float? }
173
193
  end
174
194
 
175
195
  class SalesAndTrafficByASIN < Data
@@ -62,12 +62,12 @@ module Peddler
62
62
  end
63
63
 
64
64
  class Notification < Data
65
- def self.new: (event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String?, ?notification_version: String?) -> Peddler::Notifications::AnyOfferChanged::Notification
66
- | (String?, Hash[untyped, untyped]?, String?, Peddler::Notifications::AnyOfferChanged::Payload?, String?, String?) -> Peddler::Notifications::AnyOfferChanged::Notification
67
- def self.[]: (event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String?, ?notification_version: String?) -> Peddler::Notifications::AnyOfferChanged::Notification
68
- | (String?, Hash[untyped, untyped]?, String?, Peddler::Notifications::AnyOfferChanged::Payload?, String?, String?) -> Peddler::Notifications::AnyOfferChanged::Notification
65
+ def self.new: (event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, notification_version: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String?) -> Peddler::Notifications::AnyOfferChanged::Notification
66
+ | (String?, Hash[untyped, untyped]?, String?, String?, Peddler::Notifications::AnyOfferChanged::Payload?, String?) -> Peddler::Notifications::AnyOfferChanged::Notification
67
+ def self.[]: (event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, notification_version: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String?) -> Peddler::Notifications::AnyOfferChanged::Notification
68
+ | (String?, Hash[untyped, untyped]?, String?, String?, Peddler::Notifications::AnyOfferChanged::Payload?, String?) -> Peddler::Notifications::AnyOfferChanged::Notification
69
69
 
70
- def self.members: () -> [ :event_time, :notification_metadata, :notification_type, :payload, :payload_version, :notification_version ]
70
+ def self.members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
71
71
 
72
72
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::Notification
73
73
 
@@ -78,8 +78,8 @@ module Peddler
78
78
  attr_reader payload: Peddler::Notifications::AnyOfferChanged::Payload?
79
79
  attr_reader payload_version: String?
80
80
 
81
- def members: () -> [ :event_time, :notification_metadata, :notification_type, :payload, :payload_version, :notification_version ]
82
- def to_h: () -> { event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String?, notification_version: String? }
81
+ def members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
82
+ def to_h: () -> { event_time: String?, notification_metadata: Hash[untyped, untyped]?, notification_type: String?, notification_version: String?, payload: Peddler::Notifications::AnyOfferChanged::Payload?, payload_version: String? }
83
83
  end
84
84
 
85
85
  class NumberOfBuyBoxEligibleOffer < Data
@@ -21,12 +21,12 @@ module Peddler
21
21
  end
22
22
 
23
23
  class BuyBoxPrice < Data
24
- def self.new: (condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?seller_id: String?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
25
- | (String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, String?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
26
- def self.[]: (condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?seller_id: String?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
27
- | (String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, String?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
24
+ def self.new: (condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?seller_id: String?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
25
+ | (String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::Points?, String?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
26
+ def self.[]: (condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?seller_id: String?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
27
+ | (String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::Points?, String?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
28
28
 
29
- def self.members: () -> [ :condition, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :seller_id, :shipping ]
29
+ def self.members: () -> [ :condition, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :points, :seller_id, :shipping ]
30
30
 
31
31
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::BuyBoxPrice
32
32
 
@@ -35,21 +35,22 @@ module Peddler
35
35
  attr_reader landed_price: Peddler::Money?
36
36
  attr_reader listing_price: Peddler::Money?
37
37
  attr_reader offer_type: String?
38
+ attr_reader points: Peddler::Notifications::B2BAnyOfferChanged::Points?
38
39
  attr_reader quantity_tier: String?
39
40
  attr_reader seller_id: String?
40
41
  attr_reader shipping: Peddler::Money?
41
42
 
42
- def members: () -> [ :condition, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :seller_id, :shipping ]
43
- def to_h: () -> { condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, discount_type: String?, landed_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money? }
43
+ def members: () -> [ :condition, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :points, :seller_id, :shipping ]
44
+ def to_h: () -> { condition: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, discount_type: String?, landed_price: Peddler::Money?, points: Peddler::Notifications::B2BAnyOfferChanged::Points?, seller_id: String?, shipping: Peddler::Money? }
44
45
  end
45
46
 
46
47
  class LowestPrice < Data
47
- def self.new: (condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
48
- | (String?, String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
49
- def self.[]: (condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
50
- | (String?, String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
48
+ def self.new: (condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
49
+ | (String?, String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::Points?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
50
+ def self.[]: (condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, ?discount_type: String?, ?landed_price: Peddler::Money?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?shipping: Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
51
+ | (String?, String?, Peddler::Money?, String?, String?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::Points?, Peddler::Money?) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
51
52
 
52
- def self.members: () -> [ :condition, :fulfillment_channel, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :shipping ]
53
+ def self.members: () -> [ :condition, :fulfillment_channel, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :points, :shipping ]
53
54
 
54
55
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::LowestPrice
55
56
 
@@ -59,11 +60,12 @@ module Peddler
59
60
  attr_reader landed_price: Peddler::Money?
60
61
  attr_reader listing_price: Peddler::Money?
61
62
  attr_reader offer_type: String?
63
+ attr_reader points: Peddler::Notifications::B2BAnyOfferChanged::Points?
62
64
  attr_reader quantity_tier: String?
63
65
  attr_reader shipping: Peddler::Money?
64
66
 
65
- def members: () -> [ :condition, :fulfillment_channel, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :shipping ]
66
- def to_h: () -> { condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, discount_type: String?, landed_price: Peddler::Money?, shipping: Peddler::Money? }
67
+ def members: () -> [ :condition, :fulfillment_channel, :listing_price, :offer_type, :quantity_tier, :discount_type, :landed_price, :points, :shipping ]
68
+ def to_h: () -> { condition: String?, fulfillment_channel: String?, listing_price: Peddler::Money?, offer_type: String?, quantity_tier: String?, discount_type: String?, landed_price: Peddler::Money?, points: Peddler::Notifications::B2BAnyOfferChanged::Points?, shipping: Peddler::Money? }
67
69
  end
68
70
 
69
71
  class Notification < Data
@@ -107,12 +109,12 @@ module Peddler
107
109
  end
108
110
 
109
111
  class Offer < Data
110
- def self.new: (fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?, sub_condition: String?, ?condition_notes: String?, ?buy_box_winner: bool?, ?featured_merchant: bool?, ?prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, ?quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, ?seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ?ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
111
- | (bool?, Peddler::Money?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?, String?, String?, bool?, bool?, Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
112
- def self.[]: (fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?, sub_condition: String?, ?condition_notes: String?, ?buy_box_winner: bool?, ?featured_merchant: bool?, ?prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, ?quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, ?seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ?ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
113
- | (bool?, Peddler::Money?, String?, Peddler::Money?, Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?, String?, String?, bool?, bool?, Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
112
+ def self.new: (fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Hash[untyped, untyped]?, sub_condition: String?, ?condition_notes: String?, ?buy_box_winner: bool?, ?featured_merchant: bool?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, ?quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, ?seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ?ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
113
+ | (bool?, Peddler::Money?, String?, Peddler::Money?, Hash[untyped, untyped]?, String?, String?, bool?, bool?, Peddler::Notifications::B2BAnyOfferChanged::Points?, Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
114
+ def self.[]: (fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Hash[untyped, untyped]?, sub_condition: String?, ?condition_notes: String?, ?buy_box_winner: bool?, ?featured_merchant: bool?, ?points: Peddler::Notifications::B2BAnyOfferChanged::Points?, ?prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, ?quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, ?seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ?ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
115
+ | (bool?, Peddler::Money?, String?, Peddler::Money?, Hash[untyped, untyped]?, String?, String?, bool?, bool?, Peddler::Notifications::B2BAnyOfferChanged::Points?, Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
114
116
 
115
- def self.members: () -> [ :fulfilled_by_amazon, :listing_price, :seller_id, :shipping, :shipping_time, :sub_condition, :condition_notes, :buy_box_winner, :featured_merchant, :prime_information, :quantity_discount_price, :seller_feedback_rating, :ships_from ]
117
+ def self.members: () -> [ :fulfilled_by_amazon, :listing_price, :seller_id, :shipping, :shipping_time, :sub_condition, :condition_notes, :buy_box_winner, :featured_merchant, :points, :prime_information, :quantity_discount_price, :seller_feedback_rating, :ships_from ]
116
118
 
117
119
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::Offer
118
120
 
@@ -121,20 +123,21 @@ module Peddler
121
123
  attr_reader featured_merchant: bool?
122
124
  attr_reader fulfilled_by_amazon: bool?
123
125
  attr_reader listing_price: Peddler::Money?
126
+ attr_reader points: Peddler::Notifications::B2BAnyOfferChanged::Points?
124
127
  attr_reader prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?
125
128
  attr_reader quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?
126
129
  attr_reader seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?
127
130
  attr_reader seller_id: String?
128
131
  attr_reader shipping: Peddler::Money?
129
- attr_reader shipping_time: Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?
132
+ attr_reader shipping_time: Hash[untyped, untyped]?
130
133
  attr_reader ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom?
131
134
  attr_reader sub_condition: String?
132
135
 
133
136
  def buy_box_winner?: () -> bool
134
137
  def featured_merchant?: () -> bool
135
138
  def fulfilled_by_amazon?: () -> bool
136
- def members: () -> [ :fulfilled_by_amazon, :listing_price, :seller_id, :shipping, :shipping_time, :sub_condition, :condition_notes, :buy_box_winner, :featured_merchant, :prime_information, :quantity_discount_price, :seller_feedback_rating, :ships_from ]
137
- def to_h: () -> { fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Peddler::Notifications::B2BAnyOfferChanged::ShippingTime?, sub_condition: String?, condition_notes: String?, buy_box_winner: bool?, featured_merchant: bool?, prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom? }
139
+ def members: () -> [ :fulfilled_by_amazon, :listing_price, :seller_id, :shipping, :shipping_time, :sub_condition, :condition_notes, :buy_box_winner, :featured_merchant, :points, :prime_information, :quantity_discount_price, :seller_feedback_rating, :ships_from ]
140
+ def to_h: () -> { fulfilled_by_amazon: bool?, listing_price: Peddler::Money?, seller_id: String?, shipping: Peddler::Money?, shipping_time: Hash[untyped, untyped]?, sub_condition: String?, condition_notes: String?, buy_box_winner: bool?, featured_merchant: bool?, points: Peddler::Notifications::B2BAnyOfferChanged::Points?, prime_information: Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation?, quantity_discount_price: Array[Peddler::Notifications::B2BAnyOfferChanged::QuantityDiscountPriceType]?, seller_feedback_rating: Peddler::Notifications::B2BAnyOfferChanged::SellerFeedbackRating?, ships_from: Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom? }
138
141
  end
139
142
 
140
143
  class OfferChangeTrigger < Data
@@ -190,23 +193,39 @@ module Peddler
190
193
  def to_h: () -> { b2b_any_offer_changed_notification: Peddler::Notifications::B2BAnyOfferChanged::B2BAnyOfferChangedNotification? }
191
194
  end
192
195
 
196
+ class Points < Data
197
+ def self.new: (points_number: Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::Points
198
+ | (Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::Points
199
+ def self.[]: (points_number: Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::Points
200
+ | (Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::Points
201
+
202
+ def self.members: () -> [ :points_number ]
203
+
204
+ def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::Points
205
+
206
+ attr_reader points_number: Integer?
207
+
208
+ def members: () -> [ :points_number ]
209
+ def to_h: () -> { points_number: Integer? }
210
+ end
211
+
193
212
  class PrimeInformation < Data
194
- def self.new: (?offer_national_prime: bool?, ?offer_prime: bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
213
+ def self.new: (?national_prime: bool?, ?prime: bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
195
214
  | (bool?, bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
196
- def self.[]: (?offer_national_prime: bool?, ?offer_prime: bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
215
+ def self.[]: (?national_prime: bool?, ?prime: bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
197
216
  | (bool?, bool?) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
198
217
 
199
- def self.members: () -> [ :offer_national_prime, :offer_prime ]
218
+ def self.members: () -> [ :national_prime, :prime ]
200
219
 
201
220
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::PrimeInformation
202
221
 
203
- attr_reader offer_national_prime: bool?
204
- attr_reader offer_prime: bool?
222
+ attr_reader national_prime: bool?
223
+ attr_reader prime: bool?
205
224
 
206
- def members: () -> [ :offer_national_prime, :offer_prime ]
207
- def offer_national_prime?: () -> bool
208
- def offer_prime?: () -> bool
209
- def to_h: () -> { offer_national_prime: bool?, offer_prime: bool? }
225
+ def members: () -> [ :national_prime, :prime ]
226
+ def national_prime?: () -> bool
227
+ def prime?: () -> bool
228
+ def to_h: () -> { national_prime: bool?, prime: bool? }
210
229
  end
211
230
 
212
231
  class QuantityDiscountPriceType < Data
@@ -264,19 +283,20 @@ module Peddler
264
283
  end
265
284
 
266
285
  class ShipsFrom < Data
267
- def self.new: (?country: String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
268
- | (String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
269
- def self.[]: (?country: String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
270
- | (String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
286
+ def self.new: (?country: String?, ?state: String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
287
+ | (String?, String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
288
+ def self.[]: (?country: String?, ?state: String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
289
+ | (String?, String?) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
271
290
 
272
- def self.members: () -> [ :country ]
291
+ def self.members: () -> [ :country, :state ]
273
292
 
274
293
  def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::ShipsFrom
275
294
 
276
295
  attr_reader country: String?
296
+ attr_reader state: String?
277
297
 
278
- def members: () -> [ :country ]
279
- def to_h: () -> { country: String? }
298
+ def members: () -> [ :country, :state ]
299
+ def to_h: () -> { country: String?, state: String? }
280
300
  end
281
301
 
282
302
  class Summary < Data
data/sig/peddler.rbs CHANGED
@@ -105,7 +105,9 @@ module Peddler
105
105
 
106
106
  def self.notifications_v1: () -> singleton(APIs::NotificationsV1)
107
107
 
108
- def self.orders: () -> singleton(APIs::OrdersV0)
108
+ def self.orders: () -> singleton(APIs::Orders20260101)
109
+
110
+ def self.orders_2026_01_01: () -> singleton(APIs::Orders20260101)
109
111
 
110
112
  def self.orders_v0: () -> singleton(APIs::OrdersV0)
111
113