You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r = wcapi.post("products/9",{'product':{'custom_meta': [{'fifu_image_url':'https://example.png'}]}})
r = wcapi.get('products/9')
print(r.json()['product']['meta'])
value not change, I am doing something wrong?
The text was updated successfully, but these errors were encountered:
r = wcapi.post("products/9",{'product':{'custom_meta': [{'fifu_image_url':'https://example.png'}]}})
r = wcapi.get('products/9')
print(r.json()['product']['meta'])
value not change, I am doing something wrong?
The text was updated successfully, but these errors were encountered: