We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b260c44 commit d48e2f6Copy full SHA for d48e2f6
specs/ingestion/common/schemas/source.yml
@@ -373,6 +373,12 @@ SourceUpdateCommercetools:
373
Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example ["fr-FR", "en"].
374
items:
375
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.
382
customFields:
383
$ref: '#/CommercetoolsCustomFields'
384
0 commit comments