Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 20, 2024
1 parent 98343f9 commit f8b69ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-specs/graphql/schema.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7186,6 +7186,12 @@ type OrderShippingRateInputSet implements MessagePayload & OrderMessagePayload {
type: String!
}

type OrderShippingUpdated implements MessagePayload & OrderMessagePayload {
current: Shipping!
updated: Shipping!
type: String!
}

enum OrderState {
Cancelled
Complete
Expand Down

0 comments on commit f8b69ab

Please sign in to comment.