GitHub

MagentoCreateCartResponse

import { MagentoCreateCartResponse } from '@daffodil/cart/driver/magento'
interface MagentoCreateCartResponse {
  createEmptyCart: MagentoCart['id']
}

Properties

Name Type Description
createEmptyCart MagentoCart['id']