Skip to content

Commit

Permalink
fix(specs): add missing attributes for CT Source update (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Feb 27, 2024
1 parent b260c44 commit d48e2f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specs/ingestion/common/schemas/source.yml
Expand Up @@ -373,6 +373,12 @@ SourceUpdateCommercetools:
Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example ["fr-FR", "en"].
items:
type: string
url:
type: string
fallbackIsInStockValue:
type: boolean
description: >
Determines the value that will be stored in the Algolia record if there's no inventory information on the product.
customFields:
$ref: '#/CommercetoolsCustomFields'

Expand Down

0 comments on commit d48e2f6

Please sign in to comment.