Skip to content

Commit

Permalink
Add courier attribute in changes payload
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrac committed Dec 6, 2023
1 parent a86d934 commit 579c579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/localizable/smart_cart/webhook.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 579c579

Please sign in to comment.