Module: Peddler::Notifications::FBAOutboundShipmentStatus

Defined in:
lib/peddler/notifications/fba_outbound_shipment_status.rb,
lib/peddler/notifications/fba_outbound_shipment_status/payload.rb,
lib/peddler/notifications/fba_outbound_shipment_status/notification.rb,
lib/peddler/notifications/fba_outbound_shipment_status/fba_outbound_shipment_status_notification.rb,
sig/peddler/notifications/fba_outbound_shipment_status.rbs

Overview

The root schema comprises the entire JSON document.

Defined Under Namespace

Classes: FBAOutboundShipmentStatusNotification, Notification, Payload

Class Method Summary collapse

Class Method Details

.parse(hash) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



12
13
14
# File 'lib/peddler/notifications/fba_outbound_shipment_status.rb', line 12

def parse(hash)
  Notification.parse(hash)
end