Skip to content

CopyProductRules_Update#


Description#

This function updates an existing copy product rule.

Example Request#

{
    "Store_code": "beta",
    "Function": "CopyProductRules_Update",
    "CopyProductRules_ID": 4,
    "Name": "Updated Rule Name",
    "CoreProductData": false,
    "Attributes": true,
    "CategoryAssignments": true,
    "InventorySettings": false,
    "InventoryLevel": false,
    "Images": false,
    "RelatedProducts": false,
    "Upsale": false,
    "AvailabilityGroupAssignments": false,
    "PriceGroupAssignments": false,
    "DigitalDownloadSettings": false,
    "GiftCertificateSales": false,
    "SubscriptionSettings": false,
    "PaymentRules": false,
    "ShippingRules": false,
    "ProductKits": false,
    "ProductVariants": false
}

Example Response#

{
    "success": 1
}