@@ -317,7 +317,6 @@ input AddProductSelectionProduct {
317
317
variantSelection : ProductVariantSelectionDraft
318
318
}
319
319
320
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
321
320
input AddProductTailoringAsset {
322
321
variantId : Int
323
322
sku : String
@@ -326,7 +325,6 @@ input AddProductTailoringAsset {
326
325
asset : AssetDraftInput !
327
326
}
328
327
329
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
330
328
input AddProductTailoringExternalImage {
331
329
variantId : Int
332
330
sku : String
@@ -350,7 +348,6 @@ input AddProductVariant {
350
348
staged : Boolean = true
351
349
}
352
350
353
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
354
351
input AddProductVariantTailoring {
355
352
id : Int
356
353
sku : String
@@ -2587,7 +2584,6 @@ input ChangeProductSlug {
2587
2584
staged : Boolean = true
2588
2585
}
2589
2586
2590
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
2591
2587
input ChangeProductTailoringAssetName {
2592
2588
variantId : Int
2593
2589
sku : String
@@ -2597,7 +2593,6 @@ input ChangeProductTailoringAssetName {
2597
2593
assetId : String
2598
2594
}
2599
2595
2600
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
2601
2596
input ChangeProductTailoringAssetOrder {
2602
2597
variantId : Int
2603
2598
sku : String
@@ -4532,8 +4527,6 @@ interface HasProductTailoringData {
4532
4527
"List of languages the client is able to understand, and which locale variant is preferred."
4533
4528
acceptLanguage : [Locale ! ]): String
4534
4529
metaKeywordsAllLocales : [LocalizedString ! ]
4535
-
4536
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
4537
4530
variants : [ProductVariantTailoring ! ]!
4538
4531
}
4539
4532
@@ -5484,7 +5477,6 @@ input MoveProductImageToPosition {
5484
5477
staged : Boolean
5485
5478
}
5486
5479
5487
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
5488
5480
input MoveProductTailoringImageToPosition {
5489
5481
variantId : Int
5490
5482
sku : String
@@ -8453,8 +8445,6 @@ type ProductTailoringCreated implements MessagePayload & HasProductTailoringData
8453
8445
"List of languages the client is able to understand, and which locale variant is preferred."
8454
8446
acceptLanguage : [Locale ! ]): String
8455
8447
metaKeywordsAllLocales : [LocalizedString ! ]
8456
-
8457
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8458
8448
variants : [ProductVariantTailoring ! ]!
8459
8449
}
8460
8450
@@ -8501,8 +8491,6 @@ type ProductTailoringData implements HasProductTailoringData {
8501
8491
"List of languages the client is able to understand, and which locale variant is preferred."
8502
8492
acceptLanguage : [Locale ! ]): String
8503
8493
metaKeywordsAllLocales : [LocalizedString ! ]
8504
-
8505
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8506
8494
variants : [ProductVariantTailoring ! ]!
8507
8495
}
8508
8496
@@ -8534,7 +8522,19 @@ type ProductTailoringDescriptionSet implements MessagePayload {
8534
8522
type : String !
8535
8523
}
8536
8524
8537
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8525
+ input ProductTailoringDraft {
8526
+ product : ResourceIdentifierInput !
8527
+ name : [LocalizedStringItemInputType ! ]
8528
+ key : String
8529
+ description : [LocalizedStringItemInputType ! ]
8530
+ slug : [LocalizedStringItemInputType ! ]
8531
+ metaTitle : [LocalizedStringItemInputType ! ]
8532
+ metaDescription : [LocalizedStringItemInputType ! ]
8533
+ metaKeywords : [LocalizedStringItemInputType ! ]
8534
+ publish : Boolean
8535
+ variants : [ProductVariantTailoringInput ! ] = []
8536
+ }
8537
+
8538
8538
type ProductTailoringImageAdded implements MessagePayload {
8539
8539
variantId : Int !
8540
8540
storeRef : KeyReference !
@@ -8544,7 +8544,6 @@ type ProductTailoringImageAdded implements MessagePayload {
8544
8544
type : String !
8545
8545
}
8546
8546
8547
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8548
8547
type ProductTailoringImagesSet implements MessagePayload {
8549
8548
variantId : Int !
8550
8549
storeRef : KeyReference !
@@ -8555,21 +8554,6 @@ type ProductTailoringImagesSet implements MessagePayload {
8555
8554
type : String !
8556
8555
}
8557
8556
8558
- input ProductTailoringDraft {
8559
- product : ResourceIdentifierInput !
8560
- name : [LocalizedStringItemInputType ! ]
8561
- key : String
8562
- description : [LocalizedStringItemInputType ! ]
8563
- slug : [LocalizedStringItemInputType ! ]
8564
- metaTitle : [LocalizedStringItemInputType ! ]
8565
- metaDescription : [LocalizedStringItemInputType ! ]
8566
- metaKeywords : [LocalizedStringItemInputType ! ]
8567
- publish : Boolean
8568
-
8569
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8570
- variants : [ProductVariantTailoringInput ! ] = []
8571
- }
8572
-
8573
8557
type ProductTailoringNameSet implements MessagePayload {
8574
8558
storeRef : KeyReference !
8575
8559
productRef : Reference !
@@ -8871,6 +8855,7 @@ type ProductVariantAvailabilityWithChannels {
8871
8855
type ProductVariantDeleted implements MessagePayload {
8872
8856
removedImageUrls : Set !
8873
8857
variant : ProductVariant
8858
+ staged : Boolean
8874
8859
type : String !
8875
8860
}
8876
8861
@@ -8919,38 +8904,34 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {
8919
8904
skus : [String ! ]!
8920
8905
}
8921
8906
8922
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8923
8907
type ProductVariantTailoring {
8924
8908
id : Int !
8925
8909
images : [Image ! ]!
8926
8910
assets : [Asset ! ]!
8927
8911
}
8928
8912
8929
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8930
8913
type ProductVariantTailoringAdded implements MessagePayload {
8931
8914
variantId : Int !
8932
- variant : VariantTailoring !
8933
8915
storeRef : KeyReference !
8934
8916
productRef : Reference !
8935
8917
productKey : String
8918
+ variant : VariantTailoring !
8936
8919
type : String !
8937
8920
}
8938
8921
8939
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8940
8922
input ProductVariantTailoringInput {
8941
8923
id : Int
8942
8924
sku : String
8943
- images : [ImageInput ! ]! = []
8925
+ images : [ImageInput ! ] = []
8944
8926
assets : [AssetDraftInput ! ] = []
8945
8927
}
8946
8928
8947
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
8948
8929
type ProductVariantTailoringRemoved implements MessagePayload {
8949
8930
variantId : Int !
8950
- variant : VariantTailoring !
8951
8931
storeRef : KeyReference !
8952
8932
productRef : Reference !
8953
8933
productKey : String
8934
+ variant : VariantTailoring !
8954
8935
type : String !
8955
8936
}
8956
8937
@@ -9926,7 +9907,6 @@ input RemoveProductSelectionProduct {
9926
9907
product : ResourceIdentifierInput !
9927
9908
}
9928
9909
9929
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
9930
9910
input RemoveProductTailoringAsset {
9931
9911
variantId : Int
9932
9912
sku : String
@@ -9935,7 +9915,6 @@ input RemoveProductTailoringAsset {
9935
9915
assetId : String
9936
9916
}
9937
9917
9938
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
9939
9918
input RemoveProductTailoringImage {
9940
9919
variantId : Int
9941
9920
sku : String
@@ -9949,7 +9928,6 @@ input RemoveProductVariant {
9949
9928
staged : Boolean = true
9950
9929
}
9951
9930
9952
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
9953
9931
input RemoveProductVariantTailoring {
9954
9932
id : Int
9955
9933
sku : String
@@ -11824,7 +11802,6 @@ input SetProductSku {
11824
11802
staged : Boolean = true
11825
11803
}
11826
11804
11827
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11828
11805
input SetProductTailoringAssetCustomField {
11829
11806
variantId : Int
11830
11807
sku : String
@@ -11835,7 +11812,6 @@ input SetProductTailoringAssetCustomField {
11835
11812
assetId : String
11836
11813
}
11837
11814
11838
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11839
11815
input SetProductTailoringAssetCustomType {
11840
11816
variantId : Int
11841
11817
sku : String
@@ -11848,7 +11824,6 @@ input SetProductTailoringAssetCustomType {
11848
11824
assetId : String
11849
11825
}
11850
11826
11851
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11852
11827
input SetProductTailoringAssetDescription {
11853
11828
variantId : Int
11854
11829
sku : String
@@ -11858,7 +11833,6 @@ input SetProductTailoringAssetDescription {
11858
11833
assetId : String
11859
11834
}
11860
11835
11861
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11862
11836
input SetProductTailoringAssetKey {
11863
11837
variantId : Int
11864
11838
sku : String
@@ -11867,7 +11841,6 @@ input SetProductTailoringAssetKey {
11867
11841
assetId : String !
11868
11842
}
11869
11843
11870
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11871
11844
input SetProductTailoringAssetSources {
11872
11845
variantId : Int
11873
11846
sku : String
@@ -11877,7 +11850,6 @@ input SetProductTailoringAssetSources {
11877
11850
assetId : String
11878
11851
}
11879
11852
11880
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11881
11853
input SetProductTailoringAssetTags {
11882
11854
variantId : Int
11883
11855
sku : String
@@ -11892,7 +11864,6 @@ input SetProductTailoringDescription {
11892
11864
staged : Boolean = true
11893
11865
}
11894
11866
11895
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11896
11867
input SetProductTailoringImageLabel {
11897
11868
variantId : Int
11898
11869
sku : String
@@ -11901,7 +11872,6 @@ input SetProductTailoringImageLabel {
11901
11872
staged : Boolean = true
11902
11873
}
11903
11874
11904
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
11905
11875
input SetProductTailoringImages {
11906
11876
variantId : Int
11907
11877
sku : String
@@ -14700,7 +14670,6 @@ input ValueFilterInput {
14700
14670
values : [String ! ]!
14701
14671
}
14702
14672
14703
- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
14704
14673
type VariantTailoring {
14705
14674
images : [Image ! ]!
14706
14675
assets : [Asset ! ]!
0 commit comments