Add Wildberries product fetching and rate limiting functionality

This commit is contained in:
2025-07-04 13:30:50 +03:00
parent b48421e653
commit dc097c6fc8
67 changed files with 81355 additions and 110 deletions

View File

@@ -14,4 +14,5 @@ type Marketplace struct {
Name string
AuthData pgtype.Text
WarehouseID pgtype.Text
AuthDataJson []byte
}