himacri
himacri
Thank you for the kind explanation. The examples are very clear.
Hi. I tried to update the information using the examples you gave me, but it doesn't work. Please tell me what's wrong with this code. import pyshopee item_detail = client.item.get_item_detail(item_id=5151063853)...
client is done before this code and before you can use item detail.
Authentication is already successful, for example, deleting an item is successful. paste below the error that appears after I run it. {'item': {'logistics': [{'logistic_name': 'Japan Post', 'enabled': True, 'logistic_id': 18041,...
Thank you for your reply. I will try it.
Hi. I used the code you gave me to update the product information. Thank you so much.
Hi. I used the code you gave me to creating the new product information. Thank you so much.
By the way, the following did not succeed. attributesPH = [{ "attributes_id" : 0, "value" : "NoBrand", "Bundle_Set" : "No", }]
Hi, I just reached this answer. attributesPH = [ { "attributes_id" : 100391, "value" : "No", }, { "attributes_id" : 0, "value" : "NoBrand", } ]
Hi, thanks for the great experience you have created pyshopee is giving me. I need to install pyshopee2 and I'm looking into it, but I can't seem to figure out...