File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- 0.0.94
1
+ 0.0.95
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ DestinationCreateResponse:
61
61
DestinationUpdate :
62
62
type : object
63
63
additionalProperties : false
64
- description : Payload to partialy update a Destination.
64
+ description : Payload to partially update a Destination.
65
65
properties :
66
66
type :
67
67
$ref : ' #/DestinationType'
@@ -122,9 +122,16 @@ DestinationIndexName:
122
122
indexName :
123
123
type : string
124
124
description : The index name to store data in.
125
+ recordType :
126
+ $ref : ' #/RecordType'
125
127
required :
126
128
- indexName
127
129
130
+ RecordType :
131
+ type : string
132
+ description : Determines the indexing strategy to use for a given e-commerce source.
133
+ enum : [ 'product', 'variant' ]
134
+
128
135
DestinationInput :
129
136
oneOf :
130
137
- $ref : ' #/DestinationIndexPrefix'
Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ SourceCommercetools:
115
115
type : string
116
116
projectKey :
117
117
type : string
118
+ fallbackIsInStockValue :
119
+ type : boolean
120
+ default : true
121
+ description : >
122
+ Determines the value that will be stored in the Algolia record if there's no inventory information on the product.
118
123
required :
119
124
- url
120
125
- projectKey
You can’t perform that action at this time.
0 commit comments