diff --git a/models/notifications-api-model/notifications.json b/models/notifications-api-model/notifications.json index 2051a4b..d438491 100644 --- a/models/notifications-api-model/notifications.json +++ b/models/notifications-api-model/notifications.json @@ -1938,8 +1938,7 @@ "LISTINGS_ITEM_ISSUES_CHANGE", "MFN_ORDER_STATUS_CHANGE", "B2B_ANY_OFFER_CHANGED", - "ACCOUNT_STATUS_CHANGED", - "EXTERNAL_FULFILLMENT_SHIPMENT_STATUS_CHANGE" + "ACCOUNT_STATUS_CHANGED" ], "x-docgen-enum-table-extension": [ { @@ -1952,7 +1951,7 @@ }, { "value": "FBA_OUTBOUND_SHIPMENT_STATUS", - "description": "Sent whenever we create or cancel a Fulfillment by Amazon shipment for a seller." + "description": "Sent whenever Amazon creates or cancels a Fulfillment by Amazon shipment for a seller. This notification is only for FBA Onsite shipments. This notification is available only in the Brazil marketplace." }, { "value": "FEE_PROMOTION", @@ -1993,10 +1992,6 @@ { "value": "ACCOUNT_STATUS_CHANGED", "description": "Sent whenever the Account Status changes for the developers subscribed merchant/marketplace pairs. A notification is published whenever the merchant's account status changes between NORMAL, WARNING, AT_RISK, and SUSPENDED.\n\n The notification will have a payload with 2 fields: previousAccountStatus and currentAccountStatus to indicate the direction of the change." - }, - { - "value": "EXTERNAL_FULFILLMENT_SHIPMENT_STATUS_CHANGE", - "description": "Sent whenever there is a change in the status of an External Fulfillment shipment." } ] }