PunchOutGatewayPlugin
A plugin that integrates Vendure with PunchCommerce to enable PunchOut/cXML procurement gateway functionality. This allows procurement systems to redirect users to your Vendure storefront, where they can browse and add items to a cart, then transfer the cart back to the procurement system.
Installation
yarn add @vendure-community/punchout-gateway-plugin
or
npm install @vendure-community/punchout-gateway-plugin
Setup
options
property
PunchOutGatewayPluginOptionsinit
method
(options: PunchOutGatewayPluginOptions) => Type<PunchOutGatewayPlugin>Was this chapter helpful?