GitHub

MagentoSimpleProduct

import { MagentoSimpleProduct } from '@daffodil/product/driver/magento'
interface MagentoSimpleProduct {
  uid: string
  name: string
  sku: string
}

Properties

Name Type Description
uid string
name string
sku string