Returns the instance of GetFacetDetailsInput to get facet details
input.
Returns the instance of UpsertSectionElementInput to upsert section element
Returns the instance of UpsertSectionInput to create/update a section
input.
input.
input.
Generated using TypeDoc
createAttributeAssignment - Creates Attribute assignment
// Invoke API via method createAttributeAssignment() const objectId = ""; const attributeId = ""; productconsole .getVlocityObjectSdk().createAttributeAssignment(objectId,attributeId) .then(result => { Logger.info("vlocity facet details remote action success " + result); }) .catch(error => { Logger.info("vlocity facet details remote action failed " + error); });
{Error} - "createAttributeAssignment :: objectId is required to create Attribute assignment"
{Error} - "createAttributeAssignment :: attributeId is required to create Attribute assignment"