Back to home
Quantity Change
Pricing
Any Offer Changed
B2B Any Offer Changed
Pricing Health
Listing
Status Change
Issues Change
Quantity Change
Get started
Input
Output
{ "context": { "listing": { "asin": "B00EXAMPLE01", "condition": "used", "subcondition": "good", "price": 15.27, "floor": 10.0, "ceiling": 25.0, "shipping": 0.0, "b2bPrice": null, "fulfillmentChannel": "Amazon", "quantity": 3, "enabled": true, "suppressed": false } }, "event": { "NotificationVersion": "1.0", "NotificationType": "LISTINGS_ITEM_MFN_QUANTITY_CHANGE", "PayloadVersion": "1.0", "EventTime": "2024-11-18T14:31:09.305Z", "NotificationMetadata": { "ApplicationId": "amzn1.sellerapps.app.00000000-0000-0000-0000-000000000000", "SubscriptionId": "00000000-0000-0000-0000-000000000000", "PublishTime": "2024-11-18T14:31:09.453Z", "NotificationId": "00000000-0000-0000-0000-000000000000" }, "Payload": { "SellerId": "A1EXAMPLE00001", "Sku": "EXAMPLE-SKU-001", "FulfillmentChannelCode": "DEFAULT", "Quantity": 25 } } }
# Run your code to preview the output.
Run
⌘↵
function handle(event, context) { // No-op by default. Listing state is synced automatically. // Add your custom logic here if needed. return context; }