File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # %RAML 1.0 DataType
2+ (annotations.package) : responses
3+ type : ResponseMessage
4+ displayName : NonOrderableCartError
5+ discriminatorValue : non_orderable_cart_error
6+ description : |
7+ Generated when the Order could not be created due to inconsistencies in the [Cart](/../api/projects/carts).
8+ properties :
9+ code :
10+ type : string
11+ description :
12+ severity :
13+ type : string
14+ description : \`error`
15+ message :
16+ type : string
17+ description : This cart is not orderable.
18+ correlationId :
19+ type : string
20+ description : Unique identifier of the event.
21+ payload :
22+ type : object
23+ description : Contains the `cart` object with the `id` and `errors` properties.
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ UnavailableLocale: !include responses/UnavailableLocale.raml
5656DeprecatedFields : !include responses/DeprecatedFields.raml
5757OrderCreationError : !include responses/OrderCreationError.raml
5858CartWithExistingPayment : !include responses/CartWithExistingPayment.raml
59+ NonOrderableCartError : !include responses/NonOrderableCartError.raml
5960UnsupportedCountry : !include responses/UnsupportedCountry.raml
6061UpdatedFields : !include responses/UpdatedFields.raml
6162
You can’t perform that action at this time.
0 commit comments