Files
medusa-store/packages/medusa-fulfillment-webshipper
Sebastian Rindom 4fcf9c1ee5 chore(release): Publish
- medusa-core-utils@1.1.30
 - medusa-file-s3@1.0.8
 - medusa-file-spaces@1.1.33
 - medusa-fulfillment-manual@1.1.30
 - medusa-fulfillment-webshipper@1.1.34
 - medusa-interfaces@1.1.31
 - @medusajs/medusa-js@1.0.5
 - medusa-payment-adyen@1.1.35
 - medusa-payment-klarna@1.1.35
 - medusa-payment-manual@1.0.12
 - medusa-payment-paypal@1.0.34
 - medusa-payment-stripe@1.1.34
 - medusa-plugin-add-ons@1.1.33
 - medusa-plugin-algolia@0.0.5
 - medusa-plugin-brightpearl@1.1.39
 - medusa-plugin-contentful@1.1.36
 - medusa-plugin-economic@1.1.33
 - medusa-plugin-mailchimp@1.1.33
 - medusa-plugin-meilisearch@0.0.11
 - medusa-plugin-permissions@1.1.33
 - medusa-plugin-restock-notification@0.0.26
 - medusa-plugin-segment@1.1.36
 - medusa-plugin-sendgrid@1.1.34
 - medusa-plugin-slack-notification@1.1.33
 - medusa-plugin-twilio-sms@1.1.33
 - medusa-plugin-wishlist@1.1.33
 - medusa-test-utils@1.1.33
 - @medusajs/medusa@1.1.57
2021-11-23 09:49:33 +01:00
..
2020-10-05 08:44:12 +02:00
2020-10-05 08:44:12 +02:00
2020-10-05 08:44:12 +02:00
2021-11-23 09:49:33 +01:00
2020-10-05 08:44:12 +02:00
2021-11-23 09:49:33 +01:00

medusa-fulfillment-webshipper

Adds Webshipper as a fulfilment provider in Medusa Commerce.

On each new fulfillment an order is created in Webshipper. The plugin listens for shipment events and updated the shipment accordingly. A webhook listener is exposed at /webshipper/shipments to listen for shipment creations. You must create this webhook in Webshipper to have Medusa listen for shipment events.

Options

  account: [your webshipper account] (required)
  api_token: [a webshipper api token] (required)
  order_channel_id: [the channel id to register orders on] (required)
  webhook_secret: [the webhook secret used to listen for shipments] (required)
  coo_countries: [an array of countries in which a Certificate of Origin will be attached] (default: "all")