fix params field in GetReportsListResultReport
This commit is contained in:
@@ -63,8 +63,7 @@ type GetReportsListResultReport struct {
|
|||||||
File string `json:"file"`
|
File string `json:"file"`
|
||||||
|
|
||||||
// Array with the filters specified when the seller created the report
|
// Array with the filters specified when the seller created the report
|
||||||
Params struct {
|
Params map[string]string `json:"params"`
|
||||||
} `json:"params"`
|
|
||||||
|
|
||||||
// Report type:
|
// Report type:
|
||||||
// - SELLER_PRODUCTS — products report,
|
// - SELLER_PRODUCTS — products report,
|
||||||
|
|||||||
Reference in New Issue
Block a user