Skip to content

CopyProductRulesModule_Update_Assigned#


Description#

This function allows you to assign or unassign a module from a copy product rule. Assigning a module will allow the rule to copy the product data made available from the module such as custom fields.

Example Request#

{
    "Store_code": "beta",
    "Function": "CopyProductRulesModule_Update_Assigned",
    "CopyProductRules_ID": 4,
    "Module_Code": "customfields",
    "Assigned": true
}

Example Response#

{
    "success": 1
}