Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как обновить родителя категорий? #45

Open
vodnicearv opened this issue Jun 28, 2019 · 0 comments
Open

Как обновить родителя категорий? #45

vodnicearv opened this issue Jun 28, 2019 · 0 comments

Comments

@vodnicearv
Copy link
Contributor

vodnicearv commented Jun 28, 2019

На сайте при редактирование категорий, можно менять родителя.
Для данного родителя у меня есть externalCode.

В документаций сказано что нужно обновить $item->productFolder.

Я пробую обновить так:

$item->name = $new['name'];
$item->description = htmlspecialchars_decode($new['description']);
$parent_id = 'cd1676e3-5a04-11e9-9ff4-31500040606a';
$item->relations->productFolder->fields->meta->href = 'https://online.moysklad.ru/api/remap/1.1/entity/productfolder/' . $parent_id;
$item->relations->productFolder->fields->meta->uuidHref = 'https://online.moysklad.ru/app/#good/edit?id=' . $parent_id;
$res = $item->buildUpdate()->execute();

Название и описание, меняються, а вот "категория родитель" - нет.

Можете подсказать как исправить?
Готов и через curl сделать запрос и обновить, только в документаций не достаточно информаций.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant