Remove notification type and fix description

Removed the EXTERNAL_FULFILLMENT_SHIPMENT_STATUS_CHANGE notification
type. Added a disclaimer to the description for the FBA_OUTBOUND_SHIPMENT_STATUS
notification. Changes are in notifications.json
This commit is contained in:
rickdeee 2021-10-20 11:31:29 -07:00
parent b479dc7969
commit 22420239e0
1 changed files with 2 additions and 7 deletions

View File

@ -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."
}
]
}