minchao / shopee-php

Shopee OpenAPI 1.0 Client for PHP
BSD 3-Clause "New" or "Revised" License
142 stars 84 forks source link

Issue Item Update Img #16

Closed phongphanmage closed 4 years ago

phongphanmage commented 4 years ago

Steps to reproduce:

$params = (new \Shopee\Nodes\Item\Parameters\UpdateItemImg([
                        'item_id' => (int) $shopeeProductId,
                        'images' => [$urlImage]
                    ]));
$client->item->updateItemImage($params);

Errors: [msg] => type of images is invalid, should be string [request_id] => 8d80c8c0bcb2dce8d12f01ed53c45177 [error] => error_param @minchao : Can you help to check this ? Shopee team said that it's working by their end.