This article describes the keywords associated with the Workflow feedback and data.
Note:
These keywords are applicable only for the customers who use Syndigo's Vendor Central product along with the PIM or MDM.
The customers who use Syndigo's PIM or MDM for vendor data onboarding do not require these keyword.
SendWorkflowFeedbackToVendorPortal
This keyword is used to send the workflow feedback from PIM to Syndication.
Syntax
SendWorkflowFeedbackToVendorPortal[“wfAction”, “wfFeedback”]
-
wfAction: Indicates the whether the workflow action is accepted or rejected.
- If action == accept, then feedback is sent to Syndication indicating that the product is accepted.
- If action == reject, then feedback is sent to Syndication indicating that the product is rejected.
-
wfFeedback: Indicates the feedback message provided while acknowledging the workflow.
Sample Scenario
Example:
SendWorkflowFeedbackToVendorPortal[“reject”, “Need more information about the product”]
SendDataToVendorPortal
This keyword is used to send attribute data from PIM to Syndication when feedback is provided on the workflow. It can have multiple attributes. It supports String and Boolean type attributes.
Syntax
SendDataToVendorPortal["attribute1:en-US#@#value", "attribute2:en-US#@#value1||value2",...]
- attribute1: Indicates the attribute name. You can specify multiple attributes, such as attribute2, attribute3, and so on.
- en-US: Indicates the locale in which the attribute values must be considered. For example, en-US for English.
- value: Indicates the value of the attribute. You can specify multiple values by separating them with “||” (OR) operator.
Sample Scenario
Example:
SendDataToVendorPortal["feedbackattribute:en-US#@#Product approved", "color:en-US#@#black||blue",...]