Retrieve Product Feedback From Recipient Product
- 1 Minute to read
- DarkLight
Retrieve Product Feedback From Recipient Product
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Purpose: Intended for Suppliers to get product feedback from a specific recipient.
Send.
GET
Query Params | |
---|---|
Key | Value |
VocabularyId | 40a42545-47ef-4815-9a22-d6b32428e760 |
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"
}
]
}
Was this article helpful?