updateProductGroup
Syntax
updateProductGroup( product_group_id, data )
Updates a product group. Product groups are folders for products. They help you maintain an overview of many products.
Access rights
Full access required.
Parameter
product_group_id
data – Property fields of the payment plan
- name – Product group name. Maximum 31 characters.
- position – int. The display order. Default is 10.
- is_shown_as_tab – bool. If Y, the group group is displayed as a tab in the product list.
Was this helpful?