Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

ResourceFeedback not showing the latest message

ResourceFeedback not showing the latest message

dmarinov
Shopify Partner
2 0 1

I created a message and it showed up. After I clicked Dismiss  button and it disappeared.

The problem is when I create new message again with

 

 

{
    "resource_feedback": {
        "state": "requires_action",
        "messages": [
            "Fifth Test."
        ],
        "feedback_generated_at":"2022-03-08T03:00:26.926619Z"
    }
}

 

 

 and the response is 202

 

 

{
    "resource_feedback": {
        "created_at": "2022-03-08T10:41:23+02:00",
        "updated_at": "2022-03-08T12:24:09+02:00",
        "resource_id": 55767040187,
        "resource_type": "Shop",
        "resource_updated_at": null,
        "messages": [
            "Fifth Test."
        ],
        "feedback_generated_at": "2022-03-08T05:00:26+02:00",
        "state": "requires_action"
    }
}

 

 

 

There is no message showing up anymore. Is the anything I miss in the process?

Reply 1 (1)

dmarinov
Shopify Partner
2 0 1

I found another thread that says basically Any new POST to resource_feedback with requires_action state should replace old one. But still no notification is displayed.
Any updates about this issue?

https://community.shopify.com/c/shopify-apis-and-sdks/question-about-resourcefeedback/m-p/1209515/hi...