GitHub

daffMagentoCustomerOrderTransformAdditionalItemFields

import { daffMagentoCustomerOrderTransformAdditionalItemFields } from '@daffodil/customer-order/driver/magento/2-4-6'

function daffMagentoCustomerOrderTransformAdditionalItemFields(item: MagentoOrderItem): { type: DaffOrderItemType; options: DaffCompositeOrderItemOption[]; attributes?: undefined; } | { type: DaffOrderItemType; attributes: DaffConfigurableOrderItemAttribute[]; options?: undefined; } | { ...; } | { ...; }