GitHub

DaffMagentoProductResponseTransformers

Service

import { DaffMagentoProductResponseTransformers } from '@daffodil/product/driver/magento'

Transforms the MagentoProduct from the magento product query into a DaffProductDriverResponse.

@Injectable()
class DaffMagentoProductResponseTransformers {
  transformMagentoProductResponse(
    product: MagentoProduct
    mediaUrl: string
  ): DaffProductDriverResponse<DaffProduct>
}

() Methods

transformMagentoProductResponse
DaffProductDriverResponse<DaffProduct>
Parameters
Parameterproduct: MagentoProduct
Description
ParametermediaUrl: string
Description