File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7186,6 +7186,12 @@ type OrderShippingRateInputSet implements MessagePayload & OrderMessagePayload {
71867186 type : String !
71877187}
71887188
7189+ type OrderShippingUpdated implements MessagePayload & OrderMessagePayload {
7190+ current : Shipping !
7191+ updated : Shipping !
7192+ type : String !
7193+ }
7194+
71897195enum OrderState {
71907196 Cancelled
71917197 Complete
Original file line number Diff line number Diff line change @@ -350,3 +350,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
350350d0ab34123535479eb53d2400ca18fdfab0f9bf4c
351351e5666d7956fd6de53e41f965b052896d2a2ddd9b
35235298343f9a365a2f9d4db86190003d00b8682c71d9
353+ f8b69ab19d6be2bcc6732deee0647bd8494c15f1
You can’t perform that action at this time.
0 commit comments