Shipped Suite offers premium package assurance for shipments that are lost, damaged or stolen. Instantly track and resolve shipment issues hassle-free with the app.
First add the package: yarn add shipped-suite-magento-pwa-client-sdk
Then, import the package into your CartPage
or CheckoutPage
:
import ShippedSuiteWidget from "shipped-suite-magento-pwa-client-sdk";
Finally, add to JSX in the desired location:
<ShippedSuiteWidget cartItems={cartItems} />
This library requires the installation of our Magento Plugin on the server-side.