flag special orders in ui

This commit is contained in:
2025-05-31 12:00:28 -04:00
parent dca11b0ede
commit fa089adb53
5 changed files with 69 additions and 6 deletions

View File

@ -76,6 +76,7 @@ class TCGPlayerAPIOrderSummary(BaseModel):
orderStatus: str
buyerName: str
shippingType: str
itemQuantity: int
productAmount: float
shippingAmount: float
totalAmount: float