feedProcessingFinishedNotification: {
    $id: "http://example.com/example.json";
    description: "The root schema comprises the entire JSON document.";
    examples: readonly [
        {
            eventTime: "2020-07-13T19:42:04.284Z";
            notificationMetadata: {
                applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                publishTime: "2020-07-13T19:42:04.284Z";
                subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
            };
            notificationType: "FEED_PROCESSING_FINISHED";
            notificationVersion: "2020-09-04";
            payload: {
                feedProcessingFinishedNotification: {
                    accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                    feedId: "53347018456";
                    feedType: "POST_PRODUCT_DATA";
                    processingStatus: "DONE";
                    resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                    sellerId: "A3TH9S8BH6GOGM";
                };
            };
            payloadVersion: "2020-09-04";
        },
        {
            eventTime: "2020-07-13T19:42:04.284Z";
            notificationMetadata: {
                applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                publishTime: "2020-07-13T19:42:04.284Z";
                subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
            };
            notificationType: "FEED_PROCESSING_FINISHED";
            notificationVersion: "2020-09-04";
            payload: {
                feedProcessingFinishedNotification: {
                    accountId: "amzn1.vg.6213651";
                    feedId: "53347018456";
                    feedType: "POST_PRODUCT_DATA";
                    processingStatus: "DONE";
                    resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                };
            };
            payloadVersion: "2020-09-04";
        },
    ];
    properties: {
        eventTime: {
            $id: "#/properties/eventTime";
            description: "The timestamp of the event, formatted as ISO 8601 date-time.";
            examples: readonly ["2020-07-13T19:42:04.284Z"];
            type: "string";
        };
        notificationMetadata: {
            $id: "#/properties/notificationMetadata";
            description: "The metadata of the notification.";
            examples: readonly [
                {
                    applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                    notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                    publishTime: "2020-07-13T19:42:04.284Z";
                    subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                },
            ];
            properties: {
                applicationId: {
                    $id: "#/properties/notificationMetadata/properties/applicationId";
                    description: "The application identifier.";
                    examples: readonly [
                        "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746",
                    ];
                    type: "string";
                };
                notificationId: {
                    $id: "#/properties/notificationMetadata/properties/notificationId";
                    description: "The notification identifier.";
                    examples: readonly ["d0e9e693-c3ad-4373-979f-ed4ec98dd746"];
                    type: "string";
                };
                publishTime: {
                    $id: "#/properties/notificationMetadata/properties/publishTime";
                    description: "The timestamp of when the notification was published, formatted as ISO 8601 date-time.";
                    examples: readonly ["2020-07-13T19:42:04.284Z"];
                    type: "string";
                };
                subscriptionId: {
                    $id: "#/properties/notificationMetadata/properties/subscriptionId";
                    description: "The subscription identifier.";
                    examples: readonly [
                        "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746",
                    ];
                    type: "string";
                };
            };
            required: readonly [
                "applicationId",
                "subscriptionId",
                "publishTime",
                "notificationId",
            ];
            type: "object";
        };
        notificationType: {
            $id: "#/properties/notificationType";
            description: "The type of the notification.";
            examples: readonly ["FEED_PROCESSING_FINISHED"];
            type: "string";
        };
        notificationVersion: {
            $id: "#/properties/notificationVersion";
            description: "The version of the notification.";
            examples: readonly ["2020-09-04"];
            type: "string";
        };
        payload: {
            $id: "#/properties/payload";
            description: "The details of this notification.";
            examples: readonly [
                {
                    feedProcessingFinishedNotification: {
                        accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                        feedId: "53347018456";
                        feedType: "POST_PRODUCT_DATA";
                        processingStatus: "DONE";
                        resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                        sellerId: "A3TH9S8BH6GOGM";
                    };
                },
                {
                    feedProcessingFinishedNotification: {
                        accountId: "amzn1.vg.6213651";
                        feedId: "53347018456";
                        feedType: "POST_PRODUCT_DATA";
                        processingStatus: "DONE";
                        resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                    };
                },
            ];
            properties: {
                feedProcessingFinishedNotification: {
                    $id: "#/properties/payload/properties/feedProcessingFinishedNotification";
                    description: "An explanation about the purpose of this instance.";
                    examples: readonly [
                        {
                            accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                            feedId: "53347018456";
                            feedType: "POST_PRODUCT_DATA";
                            processingStatus: "DONE";
                            resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                            sellerId: "A3TH9S8BH6GOGM";
                        },
                        {
                            accountId: "amzn1.vg.6213651";
                            feedId: "53347018456";
                            feedType: "POST_PRODUCT_DATA";
                            processingStatus: "DONE";
                            resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                        },
                    ];
                    properties: {
                        accountId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/accountId";
                            description: "The merchant customer identifier or vendor group identifier of the selling partner account on whose behalf the feed was submitted.";
                            examples: readonly [
                                "amzn1.merchant.o.A3TH9S8BH6GOGM",
                                "amzn1.vg.6213651",
                            ];
                            type: "string";
                        };
                        feedId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/feedId";
                            description: "The feed identifier.";
                            examples: readonly ["53347018456"];
                            type: "string";
                        };
                        feedType: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/feedType";
                            description: "The feed type.";
                            examples: readonly ["POST_PRODUCT_DATA"];
                            type: "string";
                        };
                        processingStatus: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/processingStatus";
                            description: "The processing status of the feed.";
                            enum: readonly ["CANCELLED", "DONE", "FATAL"];
                            examples: readonly ["CANCELLED", "DONE", "FATAL"];
                            type: "string";
                        };
                        resultFeedDocumentId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/resultFeedDocumentId";
                            description: "The feed document identifier. This identifier is unique only in combination with a seller ID.";
                            examples: readonly [
                                "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ",
                            ];
                            type: "string";
                        };
                        sellerId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/sellerId";
                            description: "The merchant customer identifier of the selling partner account on whose behalf the feed was submitted. This field will be null when the feed was submitted on behalf of a vendor group identifier.";
                            examples: readonly ["A3TH9S8BH6GOGM"];
                            type: "string";
                        };
                    };
                    required: readonly [
                        "accountId",
                        "feedId",
                        "feedType",
                        "processingStatus",
                    ];
                    type: "object";
                };
            };
            required: readonly ["feedProcessingFinishedNotification"];
            type: "object";
        };
        payloadVersion: {
            $id: "#/properties/payloadVersion";
            description: "The version of the payload.";
            examples: readonly ["2020-09-04"];
            type: "string";
        };
    };
    required: readonly [
        "notificationVersion",
        "notificationType",
        "payloadVersion",
        "eventTime",
        "payload",
        "notificationMetadata",
    ];
    type: "object";
} = ...

Type declaration

  • Readonly$id: "http://example.com/example.json"
  • Readonlydescription: "The root schema comprises the entire JSON document."
  • Readonlyexamples: readonly [
        {
            eventTime: "2020-07-13T19:42:04.284Z";
            notificationMetadata: {
                applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                publishTime: "2020-07-13T19:42:04.284Z";
                subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
            };
            notificationType: "FEED_PROCESSING_FINISHED";
            notificationVersion: "2020-09-04";
            payload: {
                feedProcessingFinishedNotification: {
                    accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                    feedId: "53347018456";
                    feedType: "POST_PRODUCT_DATA";
                    processingStatus: "DONE";
                    resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                    sellerId: "A3TH9S8BH6GOGM";
                };
            };
            payloadVersion: "2020-09-04";
        },
        {
            eventTime: "2020-07-13T19:42:04.284Z";
            notificationMetadata: {
                applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                publishTime: "2020-07-13T19:42:04.284Z";
                subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
            };
            notificationType: "FEED_PROCESSING_FINISHED";
            notificationVersion: "2020-09-04";
            payload: {
                feedProcessingFinishedNotification: {
                    accountId: "amzn1.vg.6213651";
                    feedId: "53347018456";
                    feedType: "POST_PRODUCT_DATA";
                    processingStatus: "DONE";
                    resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                };
            };
            payloadVersion: "2020-09-04";
        },
    ]
  • Readonlyproperties: {
        eventTime: {
            $id: "#/properties/eventTime";
            description: "The timestamp of the event, formatted as ISO 8601 date-time.";
            examples: readonly ["2020-07-13T19:42:04.284Z"];
            type: "string";
        };
        notificationMetadata: {
            $id: "#/properties/notificationMetadata";
            description: "The metadata of the notification.";
            examples: readonly [
                {
                    applicationId: "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746";
                    notificationId: "d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                    publishTime: "2020-07-13T19:42:04.284Z";
                    subscriptionId: "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746";
                },
            ];
            properties: {
                applicationId: {
                    $id: "#/properties/notificationMetadata/properties/applicationId";
                    description: "The application identifier.";
                    examples: readonly [
                        "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746",
                    ];
                    type: "string";
                };
                notificationId: {
                    $id: "#/properties/notificationMetadata/properties/notificationId";
                    description: "The notification identifier.";
                    examples: readonly ["d0e9e693-c3ad-4373-979f-ed4ec98dd746"];
                    type: "string";
                };
                publishTime: {
                    $id: "#/properties/notificationMetadata/properties/publishTime";
                    description: "The timestamp of when the notification was published, formatted as ISO 8601 date-time.";
                    examples: readonly ["2020-07-13T19:42:04.284Z"];
                    type: "string";
                };
                subscriptionId: {
                    $id: "#/properties/notificationMetadata/properties/subscriptionId";
                    description: "The subscription identifier.";
                    examples: readonly [
                        "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746",
                    ];
                    type: "string";
                };
            };
            required: readonly [
                "applicationId",
                "subscriptionId",
                "publishTime",
                "notificationId",
            ];
            type: "object";
        };
        notificationType: {
            $id: "#/properties/notificationType";
            description: "The type of the notification.";
            examples: readonly ["FEED_PROCESSING_FINISHED"];
            type: "string";
        };
        notificationVersion: {
            $id: "#/properties/notificationVersion";
            description: "The version of the notification.";
            examples: readonly ["2020-09-04"];
            type: "string";
        };
        payload: {
            $id: "#/properties/payload";
            description: "The details of this notification.";
            examples: readonly [
                {
                    feedProcessingFinishedNotification: {
                        accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                        feedId: "53347018456";
                        feedType: "POST_PRODUCT_DATA";
                        processingStatus: "DONE";
                        resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                        sellerId: "A3TH9S8BH6GOGM";
                    };
                },
                {
                    feedProcessingFinishedNotification: {
                        accountId: "amzn1.vg.6213651";
                        feedId: "53347018456";
                        feedType: "POST_PRODUCT_DATA";
                        processingStatus: "DONE";
                        resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                    };
                },
            ];
            properties: {
                feedProcessingFinishedNotification: {
                    $id: "#/properties/payload/properties/feedProcessingFinishedNotification";
                    description: "An explanation about the purpose of this instance.";
                    examples: readonly [
                        {
                            accountId: "amzn1.merchant.o.A3TH9S8BH6GOGM";
                            feedId: "53347018456";
                            feedType: "POST_PRODUCT_DATA";
                            processingStatus: "DONE";
                            resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                            sellerId: "A3TH9S8BH6GOGM";
                        },
                        {
                            accountId: "amzn1.vg.6213651";
                            feedId: "53347018456";
                            feedType: "POST_PRODUCT_DATA";
                            processingStatus: "DONE";
                            resultFeedDocumentId: "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ";
                        },
                    ];
                    properties: {
                        accountId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/accountId";
                            description: "The merchant customer identifier or vendor group identifier of the selling partner account on whose behalf the feed was submitted.";
                            examples: readonly [
                                "amzn1.merchant.o.A3TH9S8BH6GOGM",
                                "amzn1.vg.6213651",
                            ];
                            type: "string";
                        };
                        feedId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/feedId";
                            description: "The feed identifier.";
                            examples: readonly ["53347018456"];
                            type: "string";
                        };
                        feedType: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/feedType";
                            description: "The feed type.";
                            examples: readonly ["POST_PRODUCT_DATA"];
                            type: "string";
                        };
                        processingStatus: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/processingStatus";
                            description: "The processing status of the feed.";
                            enum: readonly ["CANCELLED", "DONE", "FATAL"];
                            examples: readonly ["CANCELLED", "DONE", "FATAL"];
                            type: "string";
                        };
                        resultFeedDocumentId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/resultFeedDocumentId";
                            description: "The feed document identifier. This identifier is unique only in combination with a seller ID.";
                            examples: readonly [
                                "amzn1.tortuga.3.edbcd0d8-3434-8222-1234-52ad8ade1208.URUTI57URI9BMZ",
                            ];
                            type: "string";
                        };
                        sellerId: {
                            $id: "#/properties/payload/properties/feedProcessingFinishedNotification/properties/sellerId";
                            description: "The merchant customer identifier of the selling partner account on whose behalf the feed was submitted. This field will be null when the feed was submitted on behalf of a vendor group identifier.";
                            examples: readonly ["A3TH9S8BH6GOGM"];
                            type: "string";
                        };
                    };
                    required: readonly [
                        "accountId",
                        "feedId",
                        "feedType",
                        "processingStatus",
                    ];
                    type: "object";
                };
            };
            required: readonly ["feedProcessingFinishedNotification"];
            type: "object";
        };
        payloadVersion: {
            $id: "#/properties/payloadVersion";
            description: "The version of the payload.";
            examples: readonly ["2020-09-04"];
            type: "string";
        };
    }
  • Readonlyrequired: readonly [
        "notificationVersion",
        "notificationType",
        "payloadVersion",
        "eventTime",
        "payload",
        "notificationMetadata",
    ]
  • Readonlytype: "object"