Module: Peddler::Notifications::FBAInventoryAvailabilityChange
- Defined in:
- lib/peddler/notifications/fba_inventory_availability_change.rb,
lib/peddler/notifications/fba_inventory_availability_change/payload.rb,
lib/peddler/notifications/fba_inventory_availability_change/notification.rb,
sig/peddler/notifications/fba_inventory_availability_change.rbs
Overview
The root schema
The root schema comprises the entire JSON document.
Defined Under Namespace
Classes: Notification, Payload
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Notification
12 13 14 |
# File 'lib/peddler/notifications/fba_inventory_availability_change.rb', line 12 def parse(hash) Notification.parse(hash) end |