GitHub

daffMagentoTransformAdditionalItemFields

import { daffMagentoTransformAdditionalItemFields } from '@daffodil/order/driver/magento/2-4-1'

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