DaffMagentoSimpleProductTransformers
Transforms the magento MagentoProduct from the magento product query into a DaffProduct.
import { DaffMagentoSimpleProductTransformers } from '@daffodil/product/driver/magento'
@Injectable()
class DaffMagentoSimpleProductTransformers {
transformMagentoSimpleProduct(
product: MagentoProduct
mediaUrl: string
): DaffProduct
}
Properties
Name | Type | Description |
---|---|---|
transformMagentoSimpleProduct | DaffProduct |