We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98343f9 commit f8b69abCopy full SHA for f8b69ab
api-specs/graphql/schema.sdl
@@ -7186,6 +7186,12 @@ type OrderShippingRateInputSet implements MessagePayload & OrderMessagePayload {
7186
type: String!
7187
}
7188
7189
+type OrderShippingUpdated implements MessagePayload & OrderMessagePayload {
7190
+ current: Shipping!
7191
+ updated: Shipping!
7192
+ type: String!
7193
+}
7194
+
7195
enum OrderState {
7196
Cancelled
7197
Complete
0 commit comments