Function: paramgroup

Result: the list of elements

Paremeters group

Access level: admin

  • id — Id
  • name — Name
  • intname — Internal name
  • orderpriority — Sort

Move the selected product type one position up

Function: paramgroup.up

Move the selected product type one position up

Access level: admin

Move the selected product type one position down

Function: paramgroup.down

Move the selected product type one position down

Access level: admin

Editing a group of parameters

Function: paramgroup.edit

Access level: admin

The function is simultaneously used to view object's parameters, to change an object, and create new one.

View object's parameters:

  • Parameters:
    • elid — unique identifier (id element of paramgroup function)
  • Result: object parameters list

Create an object:

  • Parameters:
    • sok — the parameter must not be empty, generally "ok".
    • additional query parameters ...
  • Result: successful operation or error message

Change an object:

  • Parameters:
    • sok — the parameter must not be empty, generally "ok".
    • elid — unique identifier (id element of paramgroup function)
    • additional query parameters ...
  • Result: successful operation or error message

The list object's parameters or additional query parameters (see above):

  • name — Name. Parameter group name
  • intname — Internal name . A group name (internal). Used for its identification
  • orderpriority — Sort. Set priority for this product type (count forward)

Delete

Function: paramgroup.delete

Delete

Access level: admin

Parameters:

  • elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of paramgroup function.

Result: successful operation or error message