Update March 11, 2025 (#154)

This commit is contained in:
Kirill
2025-04-11 01:53:40 +03:00
committed by GitHub
parent a9d7a5c6d3
commit 25e5e568b5
6 changed files with 37 additions and 440 deletions

View File

@@ -480,6 +480,10 @@ type GetReturnsReportsFilter struct {
type GetReturnsReportResponse struct {
core.CommonResponse
Result GetReturnsReportResult `json:"result"`
}
type GetReturnsReportResult struct {
// Unique report identifier. The report is available for downloading within 3 days after making a request.
Code string `json:"code"`
}