Update March 11, 2025 (#154)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user