added new status to getting act list filter, updated descriptions, changed test according to examples

This commit is contained in:
diphantxm
2023-06-16 20:49:31 +03:00
committed by Kirill
parent e60a3f1ca2
commit ac99c5ba2f
5 changed files with 103 additions and 26 deletions

View File

@@ -1577,6 +1577,8 @@ func (c Products) ArchiveProduct(params *ArchiveProductParams) (*ArchiveProductR
return resp, nil
}
// Warning: Since June 14, 2023 the method is disabled.
//
// Unarchive product
func (c Products) UnarchiveProduct(params *ArchiveProductParams) (*ArchiveProductResponse, error) {
url := "/v1/product/unarchive"