deleteCatalog

Xóa danh mục sản phẩm (dành cho zBusiness)

api.deleteCatalog(catalogId)

Parameters

  • catalogId string

Return

Promise<DeleteCatalogResponse>

Types

export type DeleteCatalogResponse = "";

Examples

api
    .deleteCatalog("catalogId_1")
    .then(console.log).catch(console.error);

Last updated