This commit is contained in:
2025-08-01 10:33:50 -04:00
parent 82fd1cb2da
commit 9c13118a05
24 changed files with 1160 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ class TCGPlayerAPIOrder(BaseModel):
orderFulfillment: str
orderNumber: str
sellerName: str
buyerName: str
buyerName: Optional[str] = None
paymentType: str
pickupStatus: str
shippingType: str
@@ -74,7 +74,7 @@ class TCGPlayerAPIOrderSummary(BaseModel):
orderDate: datetime
orderChannel: str
orderStatus: str
buyerName: str
buyerName: Optional[str] = None
shippingType: str
itemQuantity: int
productAmount: float