Edit order pricing inline

This commit is contained in:
Ruslan Bakiev
2026-04-04 11:16:16 +07:00
parent 7dc0f59ffb
commit 8c5e95b730
8 changed files with 245 additions and 18 deletions

View File

@@ -7,11 +7,14 @@ query MyOrders {
deliveryAddress
totalPrice
deliveryTerms
deliveryFee
createdAt
items {
id
productName
quantity
unitPrice
lineTotal
}
}
}