Retrieve All Product Feedback
- 1 Minute to read
- DarkLight
Retrieve All Product Feedback
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Purpose: For suppliers to retrieve all feedback from recipients on a given product record.
POST
Query Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
vocabularyID | Required | String | GUID | GUID |
Headers
Authorization: Specify required Auth Token in the header.
Request Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
vocabularyID | Required/Optional | String | GUID | Each account using the API has a vocabulary associated with their account that allows for customer defined aliases on attributes. This is the GUID to your company's customer vocabulay file |
companyId | Required/Optional | String | GUID | Company identifier. Required if vocabularyID is not provided |
identifierName | Required | String | Must be a valid identifier in the customer vocabulary | Sets the identifier type |
identifierValue | Required | String | Any value that exists in the products' identifiers | The value we are searching for |
shouldIncludeUntranslatedParties | Optional | Boolean | true/false | Option to list parties that are not defined in the customer vocabulary |
shouldIncludeMissingVocabularyAttributes | Optional | Boolean | true/false | Option to list attributes that are not defined in the customer vocabulary |
Response 200 OK
{
"DataOwner": "0642243f-73e6-4f04-9037-a118112c2e99",
"IdentifierName": "GTIN",
"IdentifierValue": "00885911677677",
"Feedback": {
"0c72402f-d930-4fed-9bbe-0f4b4b525577": {
"FeedbackComponent": [
{
"Key": {
"Language": "en-US",
"ValidationSourceIdentifier": "15"
},
"Value": {
"Scope": "Part",
"Severity": "Warning",
"ValidationSourceType": "Unknown",
"Problem": "The VBU attribute is provided as a read only reference for Lowe's.\r\nThe modification from to 70 has not been applied.\r\nPlease contact Syndigo if a change is necessary\r\nThe Item Number attribute is provided as a read only reference for Lowe's.\r\nThe modification from to 1597146 has not been applied.\r\nPlease contact Syndigo if a change is necessary\r\n",
"Resolution": "The VBU attribute is provided as a read only reference for Lowe's.\r\nThe modification from to 70 has not been applied.\r\nPlease contact Syndigo if a change is necessary\r\nThe Item Number attribute is provided as a read only reference for Lowe's.\r\nThe modification from to 1597146 has not been applied.\r\nPlease contact Syndigo if a change is necessary\r\n"
}
}
],
"ProviderType": "Party"
}
}
}
Was this article helpful?