hotfix(webshipper): adds option to specify which countries have CoO attached

This commit is contained in:
Sebastian Rindom
2021-05-05 17:23:26 +02:00
parent 95bcf34eff
commit 61e1a7d7f1
3 changed files with 23 additions and 2 deletions
@@ -12,4 +12,5 @@ A webhook listener is exposed at `/webshipper/shipments` to listen for shipment
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")
```