diff --git a/source/localizable/smart_cart/webhook.html.md.erb b/source/localizable/smart_cart/webhook.html.md.erb index 8ebedcc0..48c59980 100644 --- a/source/localizable/smart_cart/webhook.html.md.erb +++ b/source/localizable/smart_cart/webhook.html.md.erb @@ -108,6 +108,7 @@ Name | Type | Value | Description `state` | Object | `{ "old": "open", "new": "cancelled" }` | The state changed values (optional) `expires_at` | Object | `{ "old": "2019-11-02T13:15:43+02:00", "new": "2019-11-04T13:15:00+02:00" }` | The order's current expiration time changes (optional) `dispatch_until` | Object | `{ "old": "2019-11-03T12:00:00+02:00", "new": "2019-11-04T18:00:00+02:00" }` | The order's current time until dispatching changes (optional) +`courier` | Object | `{ "old": "Skroutz Last Mile", "new": "ACS" }` | The order's shipment serving courier changes (optional) `courier_voucher` | Object | `{ "old": null, "new": "https://b.scdn.gr/path-to/voucher.pdf" }` | The order's shipment courier voucher URL (optional) `courier_tracking_codes` | Object | `{ "old": [], "new": ["123456789"] }` | The order's shipment courier tracking codes (optional) `fbs_delivery_note` | Object | `{ "old": null, "new": "ΤΛΑΠΟ0454022" }` | The order's fulfilled by Skroutz warehouse delivery note (optional)