Skip to content

Commit f8b69ab

Browse files
committed
Updated API from documentation release
1 parent 98343f9 commit f8b69ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api-specs/graphql/schema.sdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
71897195
enum OrderState {
71907196
Cancelled
71917197
Complete

0 commit comments

Comments
 (0)