woocommerce-rest-api

list with a tuple of dicts instead of list of dicts

list with a tuple of dicts instead of list of dicts Question: I have list of dicts [{‘id’: 14786, ‘sku’: ‘0663370-ZWA’, ‘sizes’: [’38’, ’40’, ’42’, ’44’, ’46’], ‘color’: ‘zwart’}, {‘id’: 14787, ‘sku’: ‘0663371-ZWA’, ‘sizes’: [’38’, ’40’, ’42’, ’44’, ’46’], ‘color’: ‘zwart’}] want to place it in a datastructure for update attributes with woocommerce api list_of_update_items …

Total answers: 1