function deleteVariation(variation) |
variation: Variation |
void |
Delete the given variation from the listing (can be retrieved via the variations property). |
function addProductResponsiblePerson(person) |
person: Product Person |
void |
Add the given person from the listing (can be retrieved via the productResponsiblePersons property). |
function removeProductResponsiblePerson(person) |
person: Product Person |
void |
Delete the given person from the listing (can be retrieved via the productResponsiblePersons property). |
function addProductDocument(document) |
document: Product Document |
void |
Add the given document from the listing (can be retrieved via the productDocuments property). |
function removeProductDocument(document) |
document: Product Document |
void |
Delete the given document from the listing (can be retrieved via the productDocuments property). |