Home...Community PluginsPunchOutGatewayPluginPunchOutGatewayPluginOptionsOn this pagePunchOutGatewayPluginOptions@vendure-community/punchout-gateway-pluginSource Configuration options for the PunchOutGatewayPlugin. Signatureinterface PunchOutGatewayPluginOptions { apiUrl?: string; shippingCostMode?: 'all' | 'nonZero' | 'none'; productFieldMapping?: ProductFieldMappings;} apiUrlpropertystringDefault:'https://www.punchcommerce.de'shippingCostModeproperty'all' | 'nonZero' | 'none'Default:'nonZero'productFieldMappingpropertyProductFieldMappingsExampleTsproductFieldMapping: { unit: { customField: 'punchOutUnit', default: 'PCE' }, unit_name: { customField: 'punchOutUnitName', default: 'Piece' }, weight: { customField: 'productWeight', default: 0 },}Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousPunchOutGatewayPluginNextSentryPluginEdited Mar 31, 2026ยทEdit this page