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 {
7186
7186
type : String !
7187
7187
}
7188
7188
7189
+ type OrderShippingUpdated implements MessagePayload & OrderMessagePayload {
7190
+ current : Shipping !
7191
+ updated : Shipping !
7192
+ type : String !
7193
+ }
7194
+
7189
7195
enum OrderState {
7190
7196
Cancelled
7191
7197
Complete
Original file line number Diff line number Diff line change @@ -350,3 +350,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
350
350
d0ab34123535479eb53d2400ca18fdfab0f9bf4c
351
351
e5666d7956fd6de53e41f965b052896d2a2ddd9b
352
352
98343f9a365a2f9d4db86190003d00b8682c71d9
353
+ f8b69ab19d6be2bcc6732deee0647bd8494c15f1
You can’t perform that action at this time.
0 commit comments