Retrieve Product Feedback From Recipient Product

Prev Next

Purpose: Intended for Suppliers to get product feedback from a specific recipient.
Send.

GET


Query Params

Key Value
VocabularyId 40a42545-47ef-4815-9a22-d6b32428e760
Specify the required value for param VocabularyId.

Headers

Authorization: Specify required Auth Token in the header.

Request


{
    "dataOwner": "40a42545-47ef-4815-9a22-d6b32428e760",
    "identifierName": "GTIN",
    "identifierValue": "00100778084803"
}

Response 200 OK


{
    "c8321e8b-685f-4060-9a5e-9192131c1b62": [
        {
            "Feedback": "0000000000000",
            "Locale": "en-US",
            "Delete": false,
            "Scope": "Part",
            "Severity": "Warning",
            "FeedbackSent": "2021-03-26T16:35:42.8090669Z"
        },
        {
            "Feedback": "Test Feedback",
            "Resolution": "Fix it",
            "ObservedValue": "None1",
            "ProposedValue": "MAybe  2",
            "Locale": "en-US",
            "Delete": false,
            "Scope": "Part",
            "Severity": "Warning",
            "FeedbackSent": "2022-06-23T12:16:05.14564Z"
        }
    ]
}