update cart/favorite
This commit is contained in:
@@ -8,12 +8,14 @@ curl --location 'https://land.dbiz.com//api/method/building_material.building_ma
|
||||
{
|
||||
"item_id": "Bình giữ nhiệt Euroutile",
|
||||
"amount": 3000000,
|
||||
"quantity" : 5.78
|
||||
"quantity" : 5.78,
|
||||
"conversion_of_sm: 1.5
|
||||
},
|
||||
{
|
||||
"item_id": "Gạch ốp Signature SIG.P-8806",
|
||||
"amount": 4000000,
|
||||
"quantity" : 33
|
||||
"quantity" : 33,
|
||||
"conversion_of_sm: 1.5
|
||||
}
|
||||
]
|
||||
}'
|
||||
|
||||
@@ -56,7 +56,7 @@ curl --location 'https://land.dbiz.com//api/method/frappe.client.get_list' \
|
||||
--data '{
|
||||
"doctype": "Item Group",
|
||||
"fields": ["item_group_name","name"],
|
||||
"filters": {"is_group": 0},
|
||||
"filters": {"is_group": 0, "custom_published" : 1},
|
||||
"limit_page_length": 0
|
||||
}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user