Skip to content

Commit d48e2f6

Browse files
authored
fix(specs): add missing attributes for CT Source update (#2792)
1 parent b260c44 commit d48e2f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ SourceUpdateCommercetools:
373373
Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example ["fr-FR", "en"].
374374
items:
375375
type: string
376+
url:
377+
type: string
378+
fallbackIsInStockValue:
379+
type: boolean
380+
description: >
381+
Determines the value that will be stored in the Algolia record if there's no inventory information on the product.
376382
customFields:
377383
$ref: '#/CommercetoolsCustomFields'
378384

0 commit comments

Comments
 (0)