Trouble configuring FeedV3

I’m trying to configure feed according to this documentation: Get feed configuration

These are the code and error when I try to set the config


{“errors”:{“Queue”:[“The Queue field is required.”]},“type”:“RFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content or more validation errors occurred.”,“status”:400,“traceId”:"|9905ca4b-4f37be2a62b37afe."}

How do I get my feed to work properly?

1 Like

The queue field is missing in the request. :smiley:

Feed v3 (vtex.com)

From the doc.

{
    "filter": {
        "type": "FromWorkflow",
        "status": [
            “order-completed”,
            "ready-for-handling",
            “start-handling”,
            “handling”,
            “waiting-ffmt-authorization”,
            “cancel”
        ]
    },
    "queue": {
        "visibilityTimeoutInSeconds": 240,
        "messageRetentionPeriodInSeconds": 345600
    },
    "quantity": 1261,
    "aproximateAgeOfOldestMessageInSeconds": 1113.349305555555
}
3 Likes

Hey! That fixed it. I missed it on the docs so bad! haha

Much much thanks Saito!

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.