Sync orders to SendCloud’s fulfillment platform to print shipping labels and ship orders
npm install @pinelab/vendure-plugin-sendcloud
This plugin syncs orders to the SendCloud fulfillment platform.
vendure-config.ts
:Settings > Integrations
and create an integration.secret
and publicKey
of the created integrationhttps://your-vendure-domain.io/sendcloud/webhook/your-channel-token
. This
will update orders when the status changes in SendCloud.SetSendCloudConfig
Settings > SendCloud
secret
and public key
here and click save.Now, when an order is placed, it will be automatically fulfilled and send to SendCloud.
You can choose to send additional info to SendCloud: weight
, hsCode
, origin_country
and additional parcel items.
Parcel items will show up as rows on your SendCloud packaging slips.