> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/stockcategory/_move.md).

# \_move

Move a Stock Category into another Stock Category.

### Parameters

#### id

The ID of the Stock Category to move.

#### to

The ID of the Stock Catergory to move into.

### Example

```
FM_api('StockCategory_move', ['id' => '222402', 'to'=>'60']);
```

### Result

```
{"ok":1}
```
