Skip to content

Commit 9066fb1

Browse files
committed
Updated API from documentation release
1 parent f4f3c42 commit 9066fb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api-specs/api/types/order/ShipmentState.raml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ enum:
1111
- Delayed
1212
- Partial
1313
- Backorder
14+
- Canceled
1415
(enumDescriptions):
1516
Shipped: |
1617
Indicates that the Order is shipped.
@@ -26,3 +27,5 @@ enum:
2627
Indicates that items in the Order are shipped in more than one shipment.
2728
Backorder: |
2829
Indicates that items in the Order are not in stock and will be delivered once the items are restocked.
30+
Canceled: |
31+
Indicates that the shipment of the Order is canceled.

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13136,6 +13136,7 @@ input SetZoneKey {
1313613136

1313713137
enum ShipmentState {
1313813138
Backorder
13139+
Canceled
1313913140
Delayed
1314013141
Delivered
1314113142
Partial

0 commit comments

Comments
 (0)