Skip to content

Commit bfb534a

Browse files
committed
Updated API from documentation release
1 parent f3c35b1 commit bfb534a

10 files changed

+4
-13
lines changed

api-specs/history/types/common/CartDiscountTarget.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
type: object
44
displayName: CartDiscountTarget
5-
discriminator: type
65
properties:
76
type:
87
type: string

api-specs/history/types/common/CartDiscountValue.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
type: object
44
displayName: CartDiscountValue
5-
discriminator: type
65
properties:
76
type:
87
type: string

api-specs/history/types/common/GeoLocation.raml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#%RAML 1.0 DataType
22
(package): Common
3-
type: object
3+
type: GeoJson
44
displayName: GeoLocation
55
description:
6+
discriminatorValue: Point
67
properties:
78
type:
89
type: string
9-
enum:
10-
- Point
1110
coordinates:
1211
type: array
1312
items:

api-specs/history/types/common/ProductDiscountValue.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
type: object
44
displayName: ProductDiscountValue
5-
discriminator: type
65
properties:
76
type:
87
type: string

api-specs/history/types/common/ProductVariantSelection.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
type: object
44
displayName: ProductVariantSelection
5-
discriminator: type
65
description: |
76
Polymorphic base type for Product Variant Selections. The actual type is determined by the `type` field.
87
properties:

api-specs/history/types/common/ResourceIdentifier.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ type: object
44
displayName: ResourceIdentifier
55
description:
66
properties:
7-
id:
7+
id?:
88
type: string
9-
key:
9+
key?:
1010
type: string
1111
typeId:
1212
type: ReferenceTypeId

api-specs/history/types/common/ReturnItem.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): Common
33
displayName: ReturnItem
4-
discriminator: type
54
type: object
65
properties:
76
id:

api-specs/history/types/common/ShippingRateInput.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
displayName: ShippingRateInput
44
type: object
5-
discriminator: type
65
properties:
76
type:
87
type: string

api-specs/history/types/common/ShippingRatePriceTier.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
displayName: ShippingRatePriceTier
44
type: object
5-
discriminator: type
65
properties:
76
type:
87
type: ShippingRateTierType

api-specs/history/types/common/SuggestTokenizer.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): Common
33
displayName: SuggestTokenizer
44
type: object
5-
discriminator: type
65
properties:
76
type:
87
type: string

0 commit comments

Comments
 (0)