@salesforce/b2c-tooling-sdk 1.19.1 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/help/index.json +9685 -0
- package/data/script-api/index.json +1 -528
- package/data/tooling/index.json +4 -4
- package/data/xsd/index.json +1 -1
- package/dist/esm/cli/base-command.js +5 -0
- package/dist/esm/cli/base-command.js.map +1 -1
- package/dist/esm/clients/index.d.ts +2 -0
- package/dist/esm/clients/index.js +1 -0
- package/dist/esm/clients/index.js.map +1 -1
- package/dist/esm/clients/middleware-registry.d.ts +1 -1
- package/dist/esm/clients/middleware-registry.js.map +1 -1
- package/dist/esm/clients/preferences.d.ts +83 -0
- package/dist/esm/clients/preferences.generated.d.ts +1651 -0
- package/dist/esm/clients/preferences.generated.js +6 -0
- package/dist/esm/clients/preferences.generated.js.map +1 -0
- package/dist/esm/clients/preferences.js +64 -0
- package/dist/esm/clients/preferences.js.map +1 -0
- package/dist/esm/config/dw-json.d.ts +2 -0
- package/dist/esm/config/dw-json.js.map +1 -1
- package/dist/esm/config/mapping.js +4 -0
- package/dist/esm/config/mapping.js.map +1 -1
- package/dist/esm/config/sources/dw-json-source.js +17 -4
- package/dist/esm/config/sources/dw-json-source.js.map +1 -1
- package/dist/esm/config/sources/env-source.js +2 -0
- package/dist/esm/config/sources/env-source.js.map +1 -1
- package/dist/esm/config/types.d.ts +14 -0
- package/dist/esm/docs/content-cache.d.ts +70 -0
- package/dist/esm/docs/content-cache.js +186 -0
- package/dist/esm/docs/content-cache.js.map +1 -0
- package/dist/esm/docs/index.d.ts +1 -0
- package/dist/esm/docs/index.js +2 -0
- package/dist/esm/docs/index.js.map +1 -1
- package/dist/esm/docs/search.js +34 -6
- package/dist/esm/docs/search.js.map +1 -1
- package/dist/esm/docs/types.d.ts +6 -1
- package/dist/esm/docs/types.js +1 -0
- package/dist/esm/docs/types.js.map +1 -1
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/operations/jobs/discover.d.ts +46 -0
- package/dist/esm/operations/jobs/discover.js +87 -0
- package/dist/esm/operations/jobs/discover.js.map +1 -0
- package/dist/esm/operations/jobs/index.d.ts +2 -0
- package/dist/esm/operations/jobs/index.js +2 -0
- package/dist/esm/operations/jobs/index.js.map +1 -1
- package/dist/esm/operations/jobs/run.js +4 -3
- package/dist/esm/operations/jobs/run.js.map +1 -1
- package/package.json +5 -3
- package/specs/preferences-v1.yaml +2095 -0
- package/data/script-api/TopLevel.APIException.md +0 -119
- package/data/script-api/TopLevel.Array.md +0 -732
- package/data/script-api/TopLevel.ArrayBuffer.md +0 -97
- package/data/script-api/TopLevel.BigInt.md +0 -154
- package/data/script-api/TopLevel.Boolean.md +0 -83
- package/data/script-api/TopLevel.ConversionError.md +0 -51
- package/data/script-api/TopLevel.DataView.md +0 -271
- package/data/script-api/TopLevel.Date.md +0 -688
- package/data/script-api/TopLevel.ES6Iterator.md +0 -47
- package/data/script-api/TopLevel.Error.md +0 -124
- package/data/script-api/TopLevel.EvalError.md +0 -47
- package/data/script-api/TopLevel.Fault.md +0 -133
- package/data/script-api/TopLevel.Float32Array.md +0 -186
- package/data/script-api/TopLevel.Float64Array.md +0 -186
- package/data/script-api/TopLevel.Function.md +0 -114
- package/data/script-api/TopLevel.Generator.md +0 -132
- package/data/script-api/TopLevel.IOError.md +0 -98
- package/data/script-api/TopLevel.Int16Array.md +0 -186
- package/data/script-api/TopLevel.Int32Array.md +0 -186
- package/data/script-api/TopLevel.Int8Array.md +0 -186
- package/data/script-api/TopLevel.InternalError.md +0 -47
- package/data/script-api/TopLevel.Iterable.md +0 -44
- package/data/script-api/TopLevel.Iterator.md +0 -89
- package/data/script-api/TopLevel.JSON.md +0 -173
- package/data/script-api/TopLevel.Map.md +0 -189
- package/data/script-api/TopLevel.Math.md +0 -948
- package/data/script-api/TopLevel.Module.md +0 -152
- package/data/script-api/TopLevel.Namespace.md +0 -152
- package/data/script-api/TopLevel.Number.md +0 -404
- package/data/script-api/TopLevel.Object.md +0 -472
- package/data/script-api/TopLevel.QName.md +0 -147
- package/data/script-api/TopLevel.RangeError.md +0 -47
- package/data/script-api/TopLevel.ReferenceError.md +0 -47
- package/data/script-api/TopLevel.RegExp.md +0 -155
- package/data/script-api/TopLevel.Set.md +0 -150
- package/data/script-api/TopLevel.StopIteration.md +0 -36
- package/data/script-api/TopLevel.String.md +0 -1060
- package/data/script-api/TopLevel.Symbol.md +0 -196
- package/data/script-api/TopLevel.SyntaxError.md +0 -47
- package/data/script-api/TopLevel.SystemError.md +0 -99
- package/data/script-api/TopLevel.TypeError.md +0 -47
- package/data/script-api/TopLevel.URIError.md +0 -47
- package/data/script-api/TopLevel.Uint16Array.md +0 -186
- package/data/script-api/TopLevel.Uint32Array.md +0 -186
- package/data/script-api/TopLevel.Uint8Array.md +0 -186
- package/data/script-api/TopLevel.Uint8ClampedArray.md +0 -186
- package/data/script-api/TopLevel.WeakMap.md +0 -135
- package/data/script-api/TopLevel.WeakSet.md +0 -96
- package/data/script-api/TopLevel.XML.md +0 -922
- package/data/script-api/TopLevel.XMLList.md +0 -418
- package/data/script-api/TopLevel.XMLStreamError.md +0 -115
- package/data/script-api/TopLevel.arguments.md +0 -56
- package/data/script-api/TopLevel.global.md +0 -539
- package/data/script-api/TopLevel.md +0 -58
- package/data/script-api/dw.alert.Alert.md +0 -175
- package/data/script-api/dw.alert.Alerts.md +0 -256
- package/data/script-api/dw.alert.md +0 -7
- package/data/script-api/dw.campaign.ABTest.md +0 -63
- package/data/script-api/dw.campaign.ABTestMgr.md +0 -76
- package/data/script-api/dw.campaign.ABTestSegment.md +0 -107
- package/data/script-api/dw.campaign.AmountDiscount.md +0 -70
- package/data/script-api/dw.campaign.ApproachingDiscount.md +0 -157
- package/data/script-api/dw.campaign.BonusChoiceDiscount.md +0 -190
- package/data/script-api/dw.campaign.BonusDiscount.md +0 -59
- package/data/script-api/dw.campaign.Campaign.md +0 -346
- package/data/script-api/dw.campaign.CampaignMgr.md +0 -436
- package/data/script-api/dw.campaign.CampaignStatusCodes.md +0 -103
- package/data/script-api/dw.campaign.Coupon.md +0 -324
- package/data/script-api/dw.campaign.CouponMgr.md +0 -137
- package/data/script-api/dw.campaign.CouponRedemption.md +0 -87
- package/data/script-api/dw.campaign.CouponStatusCodes.md +0 -130
- package/data/script-api/dw.campaign.Discount.md +0 -271
- package/data/script-api/dw.campaign.DiscountPlan.md +0 -322
- package/data/script-api/dw.campaign.FixedPriceDiscount.md +0 -74
- package/data/script-api/dw.campaign.FixedPriceShippingDiscount.md +0 -74
- package/data/script-api/dw.campaign.FreeDiscount.md +0 -24
- package/data/script-api/dw.campaign.FreeShippingDiscount.md +0 -24
- package/data/script-api/dw.campaign.PercentageDiscount.md +0 -74
- package/data/script-api/dw.campaign.PercentageOptionDiscount.md +0 -59
- package/data/script-api/dw.campaign.PriceBookPriceDiscount.md +0 -56
- package/data/script-api/dw.campaign.Promotion.md +0 -939
- package/data/script-api/dw.campaign.PromotionMgr.md +0 -478
- package/data/script-api/dw.campaign.PromotionPlan.md +0 -378
- package/data/script-api/dw.campaign.SlotContent.md +0 -131
- package/data/script-api/dw.campaign.SourceCodeGroup.md +0 -83
- package/data/script-api/dw.campaign.SourceCodeInfo.md +0 -167
- package/data/script-api/dw.campaign.SourceCodeStatusCodes.md +0 -61
- package/data/script-api/dw.campaign.TotalFixedPriceDiscount.md +0 -56
- package/data/script-api/dw.campaign.md +0 -36
- package/data/script-api/dw.catalog.Catalog.md +0 -158
- package/data/script-api/dw.catalog.CatalogMgr.md +0 -161
- package/data/script-api/dw.catalog.Category.md +0 -1212
- package/data/script-api/dw.catalog.CategoryAssignment.md +0 -179
- package/data/script-api/dw.catalog.CategoryLink.md +0 -142
- package/data/script-api/dw.catalog.PriceBook.md +0 -215
- package/data/script-api/dw.catalog.PriceBookMgr.md +0 -176
- package/data/script-api/dw.catalog.Product.md +0 -2492
- package/data/script-api/dw.catalog.ProductActiveData.md +0 -1244
- package/data/script-api/dw.catalog.ProductAttributeModel.md +0 -409
- package/data/script-api/dw.catalog.ProductAvailabilityLevels.md +0 -125
- package/data/script-api/dw.catalog.ProductAvailabilityModel.md +0 -516
- package/data/script-api/dw.catalog.ProductInventoryList.md +0 -136
- package/data/script-api/dw.catalog.ProductInventoryMgr.md +0 -132
- package/data/script-api/dw.catalog.ProductInventoryRecord.md +0 -638
- package/data/script-api/dw.catalog.ProductLink.md +0 -166
- package/data/script-api/dw.catalog.ProductMgr.md +0 -136
- package/data/script-api/dw.catalog.ProductOption.md +0 -189
- package/data/script-api/dw.catalog.ProductOptionModel.md +0 -209
- package/data/script-api/dw.catalog.ProductOptionValue.md +0 -132
- package/data/script-api/dw.catalog.ProductPriceInfo.md +0 -170
- package/data/script-api/dw.catalog.ProductPriceModel.md +0 -988
- package/data/script-api/dw.catalog.ProductPriceTable.md +0 -121
- package/data/script-api/dw.catalog.ProductSearchHit.md +0 -702
- package/data/script-api/dw.catalog.ProductSearchModel.md +0 -1894
- package/data/script-api/dw.catalog.ProductSearchRefinementDefinition.md +0 -99
- package/data/script-api/dw.catalog.ProductSearchRefinementValue.md +0 -80
- package/data/script-api/dw.catalog.ProductSearchRefinements.md +0 -265
- package/data/script-api/dw.catalog.ProductVariationAttribute.md +0 -107
- package/data/script-api/dw.catalog.ProductVariationAttributeValue.md +0 -215
- package/data/script-api/dw.catalog.ProductVariationModel.md +0 -1010
- package/data/script-api/dw.catalog.Recommendation.md +0 -327
- package/data/script-api/dw.catalog.SearchModel.md +0 -769
- package/data/script-api/dw.catalog.SearchRefinementDefinition.md +0 -145
- package/data/script-api/dw.catalog.SearchRefinementValue.md +0 -194
- package/data/script-api/dw.catalog.SearchRefinements.md +0 -238
- package/data/script-api/dw.catalog.SortingOption.md +0 -120
- package/data/script-api/dw.catalog.SortingRule.md +0 -53
- package/data/script-api/dw.catalog.Store.md +0 -484
- package/data/script-api/dw.catalog.StoreGroup.md +0 -95
- package/data/script-api/dw.catalog.StoreInventoryFilter.md +0 -112
- package/data/script-api/dw.catalog.StoreInventoryFilterValue.md +0 -111
- package/data/script-api/dw.catalog.StoreMgr.md +0 -223
- package/data/script-api/dw.catalog.Variant.md +0 -1000
- package/data/script-api/dw.catalog.VariationGroup.md +0 -869
- package/data/script-api/dw.catalog.md +0 -50
- package/data/script-api/dw.content.Content.md +0 -481
- package/data/script-api/dw.content.ContentMgr.md +0 -147
- package/data/script-api/dw.content.ContentSearchModel.md +0 -618
- package/data/script-api/dw.content.ContentSearchRefinementDefinition.md +0 -61
- package/data/script-api/dw.content.ContentSearchRefinementValue.md +0 -22
- package/data/script-api/dw.content.ContentSearchRefinements.md +0 -218
- package/data/script-api/dw.content.Folder.md +0 -432
- package/data/script-api/dw.content.Library.md +0 -124
- package/data/script-api/dw.content.MarkupText.md +0 -150
- package/data/script-api/dw.content.MediaFile.md +0 -367
- package/data/script-api/dw.content.md +0 -15
- package/data/script-api/dw.crypto.CertificateRef.md +0 -59
- package/data/script-api/dw.crypto.CertificateUtils.md +0 -162
- package/data/script-api/dw.crypto.Cipher.md +0 -1234
- package/data/script-api/dw.crypto.Encoding.md +0 -193
- package/data/script-api/dw.crypto.JWE.md +0 -245
- package/data/script-api/dw.crypto.JWEHeader.md +0 -147
- package/data/script-api/dw.crypto.JWS.md +0 -260
- package/data/script-api/dw.crypto.JWSHeader.md +0 -128
- package/data/script-api/dw.crypto.KeyRef.md +0 -77
- package/data/script-api/dw.crypto.Mac.md +0 -191
- package/data/script-api/dw.crypto.MessageDigest.md +0 -243
- package/data/script-api/dw.crypto.SecureRandom.md +0 -161
- package/data/script-api/dw.crypto.Signature.md +0 -241
- package/data/script-api/dw.crypto.WeakCipher.md +0 -725
- package/data/script-api/dw.crypto.WeakMac.md +0 -163
- package/data/script-api/dw.crypto.WeakMessageDigest.md +0 -220
- package/data/script-api/dw.crypto.WeakSignature.md +0 -208
- package/data/script-api/dw.crypto.X509Certificate.md +0 -180
- package/data/script-api/dw.crypto.md +0 -23
- package/data/script-api/dw.customer.AddressBook.md +0 -158
- package/data/script-api/dw.customer.AgentUserMgr.md +0 -94
- package/data/script-api/dw.customer.AgentUserStatusCodes.md +0 -164
- package/data/script-api/dw.customer.AuthenticationStatus.md +0 -157
- package/data/script-api/dw.customer.Credentials.md +0 -524
- package/data/script-api/dw.customer.Customer.md +0 -488
- package/data/script-api/dw.customer.CustomerActiveData.md +0 -563
- package/data/script-api/dw.customer.CustomerAddress.md +0 -666
- package/data/script-api/dw.customer.CustomerCDPData.md +0 -70
- package/data/script-api/dw.customer.CustomerContextMgr.md +0 -62
- package/data/script-api/dw.customer.CustomerGroup.md +0 -146
- package/data/script-api/dw.customer.CustomerList.md +0 -76
- package/data/script-api/dw.customer.CustomerMgr.md +0 -1046
- package/data/script-api/dw.customer.CustomerPasswordConstraints.md +0 -125
- package/data/script-api/dw.customer.CustomerPaymentInstrument.md +0 -161
- package/data/script-api/dw.customer.CustomerStatusCodes.md +0 -55
- package/data/script-api/dw.customer.EncryptedObject.md +0 -34
- package/data/script-api/dw.customer.ExternalProfile.md +0 -154
- package/data/script-api/dw.customer.OrderHistory.md +0 -167
- package/data/script-api/dw.customer.ProductList.md +0 -870
- package/data/script-api/dw.customer.ProductListItem.md +0 -469
- package/data/script-api/dw.customer.ProductListItemPurchase.md +0 -139
- package/data/script-api/dw.customer.ProductListMgr.md +0 -350
- package/data/script-api/dw.customer.ProductListRegistrant.md +0 -165
- package/data/script-api/dw.customer.Profile.md +0 -940
- package/data/script-api/dw.customer.Wallet.md +0 -136
- package/data/script-api/dw.customer.consent.ConsentStatusEntry.md +0 -92
- package/data/script-api/dw.customer.consent.MarketingConsentSubscription.md +0 -247
- package/data/script-api/dw.customer.consent.ShopperConsentErrorCodes.md +0 -74
- package/data/script-api/dw.customer.consent.ShopperConsentException.md +0 -63
- package/data/script-api/dw.customer.consent.ShopperConsentMgr.md +0 -152
- package/data/script-api/dw.customer.consent.md +0 -10
- package/data/script-api/dw.customer.md +0 -31
- package/data/script-api/dw.customer.oauth.OAuthAccessTokenResponse.md +0 -171
- package/data/script-api/dw.customer.oauth.OAuthFinalizedResponse.md +0 -75
- package/data/script-api/dw.customer.oauth.OAuthLoginFlowMgr.md +0 -165
- package/data/script-api/dw.customer.oauth.OAuthUserInfoResponse.md +0 -84
- package/data/script-api/dw.customer.oauth.md +0 -9
- package/data/script-api/dw.customer.shoppercontext.ShopperContext.md +0 -369
- package/data/script-api/dw.customer.shoppercontext.ShopperContextErrorCodes.md +0 -111
- package/data/script-api/dw.customer.shoppercontext.ShopperContextException.md +0 -77
- package/data/script-api/dw.customer.shoppercontext.ShopperContextMgr.md +0 -209
- package/data/script-api/dw.customer.shoppercontext.md +0 -9
- package/data/script-api/dw.experience.AspectAttributeValidationException.md +0 -25
- package/data/script-api/dw.experience.Component.md +0 -166
- package/data/script-api/dw.experience.ComponentRenderSettings.md +0 -130
- package/data/script-api/dw.experience.ComponentScriptContext.md +0 -148
- package/data/script-api/dw.experience.CustomEditor.md +0 -146
- package/data/script-api/dw.experience.CustomEditorResources.md +0 -100
- package/data/script-api/dw.experience.Page.md +0 -467
- package/data/script-api/dw.experience.PageMgr.md +0 -549
- package/data/script-api/dw.experience.PageScriptContext.md +0 -200
- package/data/script-api/dw.experience.Region.md +0 -119
- package/data/script-api/dw.experience.RegionRenderSettings.md +0 -207
- package/data/script-api/dw.experience.cms.CMSRecord.md +0 -125
- package/data/script-api/dw.experience.cms.md +0 -6
- package/data/script-api/dw.experience.image.FocalPoint.md +0 -71
- package/data/script-api/dw.experience.image.Image.md +0 -101
- package/data/script-api/dw.experience.image.ImageMetaData.md +0 -71
- package/data/script-api/dw.experience.image.md +0 -8
- package/data/script-api/dw.experience.md +0 -16
- package/data/script-api/dw.extensions.applepay.ApplePayHookResult.md +0 -254
- package/data/script-api/dw.extensions.applepay.ApplePayHooks.md +0 -572
- package/data/script-api/dw.extensions.applepay.md +0 -7
- package/data/script-api/dw.extensions.facebook.FacebookFeedHooks.md +0 -102
- package/data/script-api/dw.extensions.facebook.FacebookProduct.md +0 -1343
- package/data/script-api/dw.extensions.facebook.md +0 -7
- package/data/script-api/dw.extensions.paymentapi.PaymentApiHooks.md +0 -136
- package/data/script-api/dw.extensions.paymentapi.md +0 -6
- package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHookResult.md +0 -149
- package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHooks.md +0 -356
- package/data/script-api/dw.extensions.paymentrequest.md +0 -7
- package/data/script-api/dw.extensions.payments.SalesforceAdyenPaymentIntent.md +0 -134
- package/data/script-api/dw.extensions.payments.SalesforceAdyenSavedPaymentMethod.md +0 -283
- package/data/script-api/dw.extensions.payments.SalesforceBancontactPaymentDetails.md +0 -88
- package/data/script-api/dw.extensions.payments.SalesforceCardPaymentDetails.md +0 -107
- package/data/script-api/dw.extensions.payments.SalesforceEpsPaymentDetails.md +0 -63
- package/data/script-api/dw.extensions.payments.SalesforceIdealPaymentDetails.md +0 -63
- package/data/script-api/dw.extensions.payments.SalesforceKlarnaPaymentDetails.md +0 -63
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrder.md +0 -263
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderAddress.md +0 -171
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderPayer.md +0 -110
- package/data/script-api/dw.extensions.payments.SalesforcePayPalPaymentDetails.md +0 -88
- package/data/script-api/dw.extensions.payments.SalesforcePaymentDetails.md +0 -83
- package/data/script-api/dw.extensions.payments.SalesforcePaymentIntent.md +0 -273
- package/data/script-api/dw.extensions.payments.SalesforcePaymentMethod.md +0 -368
- package/data/script-api/dw.extensions.payments.SalesforcePaymentRequest.md +0 -1077
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +0 -190
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccount.md +0 -151
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod.md +0 -98
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMgr.md +0 -989
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +0 -202
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsZone.md +0 -393
- package/data/script-api/dw.extensions.payments.SalesforceSepaDebitPaymentDetails.md +0 -63
- package/data/script-api/dw.extensions.payments.SalesforceVenmoPaymentDetails.md +0 -88
- package/data/script-api/dw.extensions.payments.md +0 -28
- package/data/script-api/dw.extensions.pinterest.PinterestAvailability.md +0 -85
- package/data/script-api/dw.extensions.pinterest.PinterestFeedHooks.md +0 -118
- package/data/script-api/dw.extensions.pinterest.PinterestOrder.md +0 -263
- package/data/script-api/dw.extensions.pinterest.PinterestOrderHooks.md +0 -89
- package/data/script-api/dw.extensions.pinterest.PinterestProduct.md +0 -677
- package/data/script-api/dw.extensions.pinterest.md +0 -10
- package/data/script-api/dw.io.CSVStreamReader.md +0 -128
- package/data/script-api/dw.io.CSVStreamWriter.md +0 -92
- package/data/script-api/dw.io.File.md +0 -729
- package/data/script-api/dw.io.FileReader.md +0 -70
- package/data/script-api/dw.io.FileWriter.md +0 -159
- package/data/script-api/dw.io.InputStream.md +0 -35
- package/data/script-api/dw.io.OutputStream.md +0 -38
- package/data/script-api/dw.io.PrintWriter.md +0 -66
- package/data/script-api/dw.io.RandomAccessFileReader.md +0 -183
- package/data/script-api/dw.io.Reader.md +0 -284
- package/data/script-api/dw.io.StringWriter.md +0 -89
- package/data/script-api/dw.io.Writer.md +0 -96
- package/data/script-api/dw.io.XMLIndentingStreamWriter.md +0 -121
- package/data/script-api/dw.io.XMLStreamConstants.md +0 -172
- package/data/script-api/dw.io.XMLStreamReader.md +0 -1181
- package/data/script-api/dw.io.XMLStreamWriter.md +0 -478
- package/data/script-api/dw.io.md +0 -21
- package/data/script-api/dw.job.JobExecution.md +0 -111
- package/data/script-api/dw.job.JobStepExecution.md +0 -136
- package/data/script-api/dw.job.md +0 -7
- package/data/script-api/dw.net.FTPClient.md +0 -621
- package/data/script-api/dw.net.FTPFileInfo.md +0 -132
- package/data/script-api/dw.net.HTTPClient.md +0 -775
- package/data/script-api/dw.net.HTTPClientLoggingConfig.md +0 -363
- package/data/script-api/dw.net.HTTPRequestPart.md +0 -296
- package/data/script-api/dw.net.Mail.md +0 -487
- package/data/script-api/dw.net.SFTPClient.md +0 -535
- package/data/script-api/dw.net.SFTPFileInfo.md +0 -128
- package/data/script-api/dw.net.WebDAVClient.md +0 -762
- package/data/script-api/dw.net.WebDAVFileInfo.md +0 -163
- package/data/script-api/dw.net.md +0 -15
- package/data/script-api/dw.object.ActiveData.md +0 -86
- package/data/script-api/dw.object.CustomAttributes.md +0 -165
- package/data/script-api/dw.object.CustomObject.md +0 -82
- package/data/script-api/dw.object.CustomObjectMgr.md +0 -478
- package/data/script-api/dw.object.Extensible.md +0 -71
- package/data/script-api/dw.object.ExtensibleObject.md +0 -85
- package/data/script-api/dw.object.Note.md +0 -118
- package/data/script-api/dw.object.ObjectAttributeDefinition.md +0 -542
- package/data/script-api/dw.object.ObjectAttributeGroup.md +0 -160
- package/data/script-api/dw.object.ObjectAttributeValueDefinition.md +0 -78
- package/data/script-api/dw.object.ObjectTypeDefinition.md +0 -239
- package/data/script-api/dw.object.PersistentObject.md +0 -92
- package/data/script-api/dw.object.SimpleExtensible.md +0 -53
- package/data/script-api/dw.object.SystemObjectMgr.md +0 -520
- package/data/script-api/dw.object.md +0 -19
- package/data/script-api/dw.order.AbstractItem.md +0 -220
- package/data/script-api/dw.order.AbstractItemCtnr.md +0 -219
- package/data/script-api/dw.order.Appeasement.md +0 -398
- package/data/script-api/dw.order.AppeasementItem.md +0 -104
- package/data/script-api/dw.order.Basket.md +0 -868
- package/data/script-api/dw.order.BasketMgr.md +0 -673
- package/data/script-api/dw.order.BonusDiscountLineItem.md +0 -309
- package/data/script-api/dw.order.CouponLineItem.md +0 -289
- package/data/script-api/dw.order.CreateAgentBasketLimitExceededException.md +0 -35
- package/data/script-api/dw.order.CreateBasketFromOrderException.md +0 -54
- package/data/script-api/dw.order.CreateCouponLineItemException.md +0 -67
- package/data/script-api/dw.order.CreateOrderException.md +0 -23
- package/data/script-api/dw.order.CreateTemporaryBasketLimitExceededException.md +0 -35
- package/data/script-api/dw.order.GiftCertificate.md +0 -530
- package/data/script-api/dw.order.GiftCertificateLineItem.md +0 -292
- package/data/script-api/dw.order.GiftCertificateMgr.md +0 -228
- package/data/script-api/dw.order.GiftCertificateStatusCodes.md +0 -108
- package/data/script-api/dw.order.Invoice.md +0 -571
- package/data/script-api/dw.order.InvoiceItem.md +0 -199
- package/data/script-api/dw.order.LineItem.md +0 -577
- package/data/script-api/dw.order.LineItemCtnr.md +0 -2429
- package/data/script-api/dw.order.LineItemTax.md +0 -142
- package/data/script-api/dw.order.Order.md +0 -2770
- package/data/script-api/dw.order.OrderAddress.md +0 -624
- package/data/script-api/dw.order.OrderItem.md +0 -613
- package/data/script-api/dw.order.OrderMgr.md +0 -1502
- package/data/script-api/dw.order.OrderPaymentInstrument.md +0 -231
- package/data/script-api/dw.order.OrderProcessStatusCodes.md +0 -146
- package/data/script-api/dw.order.PaymentCard.md +0 -220
- package/data/script-api/dw.order.PaymentInstrument.md +0 -1416
- package/data/script-api/dw.order.PaymentMethod.md +0 -257
- package/data/script-api/dw.order.PaymentMgr.md +0 -138
- package/data/script-api/dw.order.PaymentProcessor.md +0 -106
- package/data/script-api/dw.order.PaymentStatusCodes.md +0 -70
- package/data/script-api/dw.order.PaymentTransaction.md +0 -291
- package/data/script-api/dw.order.PriceAdjustment.md +0 -745
- package/data/script-api/dw.order.PriceAdjustmentLimitTypes.md +0 -61
- package/data/script-api/dw.order.ProductLineItem.md +0 -1749
- package/data/script-api/dw.order.ProductShippingCost.md +0 -101
- package/data/script-api/dw.order.ProductShippingLineItem.md +0 -336
- package/data/script-api/dw.order.ProductShippingModel.md +0 -143
- package/data/script-api/dw.order.Return.md +0 -396
- package/data/script-api/dw.order.ReturnCase.md +0 -463
- package/data/script-api/dw.order.ReturnCaseItem.md +0 -372
- package/data/script-api/dw.order.ReturnItem.md +0 -335
- package/data/script-api/dw.order.Shipment.md +0 -1132
- package/data/script-api/dw.order.ShipmentShippingCost.md +0 -54
- package/data/script-api/dw.order.ShipmentShippingModel.md +0 -203
- package/data/script-api/dw.order.ShippingLineItem.md +0 -315
- package/data/script-api/dw.order.ShippingLocation.md +0 -313
- package/data/script-api/dw.order.ShippingMethod.md +0 -251
- package/data/script-api/dw.order.ShippingMgr.md +0 -173
- package/data/script-api/dw.order.ShippingOrder.md +0 -630
- package/data/script-api/dw.order.ShippingOrderItem.md +0 -425
- package/data/script-api/dw.order.SumItem.md +0 -158
- package/data/script-api/dw.order.TaxGroup.md +0 -128
- package/data/script-api/dw.order.TaxItem.md +0 -74
- package/data/script-api/dw.order.TaxMgr.md +0 -314
- package/data/script-api/dw.order.TrackingInfo.md +0 -261
- package/data/script-api/dw.order.TrackingRef.md +0 -108
- package/data/script-api/dw.order.hooks.BasketMergeHooks.md +0 -87
- package/data/script-api/dw.order.hooks.CalculateHooks.md +0 -139
- package/data/script-api/dw.order.hooks.CheckoutHooks.md +0 -88
- package/data/script-api/dw.order.hooks.OrderHooks.md +0 -96
- package/data/script-api/dw.order.hooks.PaymentHooks.md +0 -325
- package/data/script-api/dw.order.hooks.ReturnHooks.md +0 -395
- package/data/script-api/dw.order.hooks.ShippingOrderHooks.md +0 -426
- package/data/script-api/dw.order.hooks.TaxHooks.md +0 -495
- package/data/script-api/dw.order.hooks.md +0 -13
- package/data/script-api/dw.order.md +0 -65
- package/data/script-api/dw.rpc.SOAPUtil.md +0 -736
- package/data/script-api/dw.rpc.Stub.md +0 -373
- package/data/script-api/dw.rpc.WebReference.md +0 -133
- package/data/script-api/dw.rpc.md +0 -8
- package/data/script-api/dw.sitemap.SitemapFile.md +0 -137
- package/data/script-api/dw.sitemap.SitemapMgr.md +0 -165
- package/data/script-api/dw.sitemap.md +0 -7
- package/data/script-api/dw.suggest.BrandSuggestions.md +0 -34
- package/data/script-api/dw.suggest.CategorySuggestions.md +0 -76
- package/data/script-api/dw.suggest.ContentSuggestions.md +0 -76
- package/data/script-api/dw.suggest.CustomSuggestions.md +0 -34
- package/data/script-api/dw.suggest.ProductSuggestions.md +0 -76
- package/data/script-api/dw.suggest.SearchPhraseSuggestions.md +0 -126
- package/data/script-api/dw.suggest.SuggestModel.md +0 -471
- package/data/script-api/dw.suggest.SuggestedCategory.md +0 -51
- package/data/script-api/dw.suggest.SuggestedContent.md +0 -51
- package/data/script-api/dw.suggest.SuggestedPhrase.md +0 -70
- package/data/script-api/dw.suggest.SuggestedProduct.md +0 -55
- package/data/script-api/dw.suggest.SuggestedTerm.md +0 -143
- package/data/script-api/dw.suggest.SuggestedTerms.md +0 -144
- package/data/script-api/dw.suggest.Suggestions.md +0 -206
- package/data/script-api/dw.suggest.md +0 -19
- package/data/script-api/dw.svc.FTPService.md +0 -140
- package/data/script-api/dw.svc.FTPServiceDefinition.md +0 -97
- package/data/script-api/dw.svc.HTTPFormService.md +0 -32
- package/data/script-api/dw.svc.HTTPFormServiceDefinition.md +0 -36
- package/data/script-api/dw.svc.HTTPService.md +0 -370
- package/data/script-api/dw.svc.HTTPServiceDefinition.md +0 -290
- package/data/script-api/dw.svc.LocalServiceRegistry.md +0 -63
- package/data/script-api/dw.svc.Result.md +0 -320
- package/data/script-api/dw.svc.SOAPService.md +0 -104
- package/data/script-api/dw.svc.SOAPServiceDefinition.md +0 -32
- package/data/script-api/dw.svc.Service.md +0 -276
- package/data/script-api/dw.svc.ServiceCallback.md +0 -282
- package/data/script-api/dw.svc.ServiceConfig.md +0 -114
- package/data/script-api/dw.svc.ServiceCredential.md +0 -162
- package/data/script-api/dw.svc.ServiceDefinition.md +0 -211
- package/data/script-api/dw.svc.ServiceProfile.md +0 -152
- package/data/script-api/dw.svc.ServiceRegistry.md +0 -118
- package/data/script-api/dw.svc.md +0 -22
- package/data/script-api/dw.system.AgentUserStatusCodes.md +0 -41
- package/data/script-api/dw.system.Cache.md +0 -126
- package/data/script-api/dw.system.CacheMgr.md +0 -70
- package/data/script-api/dw.system.HookMgr.md +0 -78
- package/data/script-api/dw.system.InternalObject.md +0 -47
- package/data/script-api/dw.system.JobProcessMonitor.md +0 -103
- package/data/script-api/dw.system.Log.md +0 -198
- package/data/script-api/dw.system.LogNDC.md +0 -75
- package/data/script-api/dw.system.Logger.md +0 -216
- package/data/script-api/dw.system.OrganizationPreferences.md +0 -53
- package/data/script-api/dw.system.Pipeline.md +0 -94
- package/data/script-api/dw.system.PipelineDictionary.md +0 -42
- package/data/script-api/dw.system.RESTErrorResponse.md +0 -102
- package/data/script-api/dw.system.RESTResponseMgr.md +0 -243
- package/data/script-api/dw.system.RESTSuccessResponse.md +0 -62
- package/data/script-api/dw.system.RemoteInclude.md +0 -146
- package/data/script-api/dw.system.Request.md +0 -785
- package/data/script-api/dw.system.RequestHooks.md +0 -112
- package/data/script-api/dw.system.Response.md +0 -612
- package/data/script-api/dw.system.SearchStatus.md +0 -187
- package/data/script-api/dw.system.Session.md +0 -469
- package/data/script-api/dw.system.Site.md +0 -570
- package/data/script-api/dw.system.SitePreferences.md +0 -90
- package/data/script-api/dw.system.Status.md +0 -330
- package/data/script-api/dw.system.StatusItem.md +0 -273
- package/data/script-api/dw.system.System.md +0 -224
- package/data/script-api/dw.system.Transaction.md +0 -107
- package/data/script-api/dw.system.md +0 -32
- package/data/script-api/dw.template.ISML.md +0 -127
- package/data/script-api/dw.template.Velocity.md +0 -168
- package/data/script-api/dw.template.md +0 -7
- package/data/script-api/dw.util.ArrayList.md +0 -99
- package/data/script-api/dw.util.Assert.md +0 -370
- package/data/script-api/dw.util.BigInteger.md +0 -283
- package/data/script-api/dw.util.Bytes.md +0 -278
- package/data/script-api/dw.util.Calendar.md +0 -1051
- package/data/script-api/dw.util.Collection.md +0 -272
- package/data/script-api/dw.util.Currency.md +0 -147
- package/data/script-api/dw.util.DateUtils.md +0 -82
- package/data/script-api/dw.util.Decimal.md +0 -386
- package/data/script-api/dw.util.FilteringCollection.md +0 -140
- package/data/script-api/dw.util.Geolocation.md +0 -293
- package/data/script-api/dw.util.HashMap.md +0 -50
- package/data/script-api/dw.util.HashSet.md +0 -65
- package/data/script-api/dw.util.Iterator.md +0 -86
- package/data/script-api/dw.util.LinkedHashMap.md +0 -52
- package/data/script-api/dw.util.LinkedHashSet.md +0 -68
- package/data/script-api/dw.util.List.md +0 -429
- package/data/script-api/dw.util.Locale.md +0 -277
- package/data/script-api/dw.util.Map.md +0 -251
- package/data/script-api/dw.util.MapEntry.md +0 -68
- package/data/script-api/dw.util.MappingKey.md +0 -96
- package/data/script-api/dw.util.MappingMgr.md +0 -113
- package/data/script-api/dw.util.PropertyComparator.md +0 -122
- package/data/script-api/dw.util.SecureEncoder.md +0 -582
- package/data/script-api/dw.util.SecureFilter.md +0 -572
- package/data/script-api/dw.util.SeekableIterator.md +0 -187
- package/data/script-api/dw.util.Set.md +0 -39
- package/data/script-api/dw.util.SortedMap.md +0 -148
- package/data/script-api/dw.util.SortedSet.md +0 -173
- package/data/script-api/dw.util.StringUtils.md +0 -655
- package/data/script-api/dw.util.Template.md +0 -141
- package/data/script-api/dw.util.UUIDUtils.md +0 -34
- package/data/script-api/dw.util.md +0 -37
- package/data/script-api/dw.value.EnumValue.md +0 -105
- package/data/script-api/dw.value.MimeEncodedText.md +0 -131
- package/data/script-api/dw.value.Money.md +0 -526
- package/data/script-api/dw.value.Quantity.md +0 -299
- package/data/script-api/dw.value.md +0 -9
- package/data/script-api/dw.web.CSRFProtection.md +0 -105
- package/data/script-api/dw.web.ClickStream.md +0 -177
- package/data/script-api/dw.web.ClickStreamEntry.md +0 -255
- package/data/script-api/dw.web.Cookie.md +0 -431
- package/data/script-api/dw.web.Cookies.md +0 -59
- package/data/script-api/dw.web.Form.md +0 -84
- package/data/script-api/dw.web.FormAction.md +0 -195
- package/data/script-api/dw.web.FormElement.md +0 -211
- package/data/script-api/dw.web.FormElementValidationResult.md +0 -170
- package/data/script-api/dw.web.FormField.md +0 -642
- package/data/script-api/dw.web.FormFieldOption.md +0 -211
- package/data/script-api/dw.web.FormFieldOptions.md +0 -49
- package/data/script-api/dw.web.FormGroup.md +0 -222
- package/data/script-api/dw.web.FormList.md +0 -134
- package/data/script-api/dw.web.FormListItem.md +0 -57
- package/data/script-api/dw.web.Forms.md +0 -25
- package/data/script-api/dw.web.HttpParameter.md +0 -462
- package/data/script-api/dw.web.HttpParameterMap.md +0 -194
- package/data/script-api/dw.web.LoopIterator.md +0 -231
- package/data/script-api/dw.web.PageMetaData.md +0 -197
- package/data/script-api/dw.web.PageMetaTag.md +0 -173
- package/data/script-api/dw.web.PagingModel.md +0 -407
- package/data/script-api/dw.web.Resource.md +0 -147
- package/data/script-api/dw.web.URL.md +0 -174
- package/data/script-api/dw.web.URLAction.md +0 -95
- package/data/script-api/dw.web.URLParameter.md +0 -52
- package/data/script-api/dw.web.URLRedirect.md +0 -72
- package/data/script-api/dw.web.URLRedirectMgr.md +0 -86
- package/data/script-api/dw.web.URLUtils.md +0 -1357
- package/data/script-api/dw.web.md +0 -34
- package/data/script-api/dw.ws.Port.md +0 -126
- package/data/script-api/dw.ws.WSUtil.md +0 -728
- package/data/script-api/dw.ws.WebReference2.md +0 -137
- package/data/script-api/dw.ws.md +0 -8
- package/data/script-api/index.md +0 -40
|
@@ -0,0 +1,1651 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
export interface paths {
|
|
6
|
+
"/organizations/{organizationId}/global-custom-preferences": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/** Retrieves the Global Custom Preferences. */
|
|
14
|
+
get: operations["getGlobalCustomPreferenceList"];
|
|
15
|
+
put?: never;
|
|
16
|
+
post?: never;
|
|
17
|
+
delete?: never;
|
|
18
|
+
options?: never;
|
|
19
|
+
head?: never;
|
|
20
|
+
patch?: never;
|
|
21
|
+
trace?: never;
|
|
22
|
+
};
|
|
23
|
+
"/organizations/{organizationId}/site-custom-preferences": {
|
|
24
|
+
parameters: {
|
|
25
|
+
query?: never;
|
|
26
|
+
header?: never;
|
|
27
|
+
path?: never;
|
|
28
|
+
cookie?: never;
|
|
29
|
+
};
|
|
30
|
+
/** Retrieves the Custom Preferences for a specified siteId. */
|
|
31
|
+
get: operations["getSiteCustomPreferenceList"];
|
|
32
|
+
put?: never;
|
|
33
|
+
post?: never;
|
|
34
|
+
delete?: never;
|
|
35
|
+
options?: never;
|
|
36
|
+
head?: never;
|
|
37
|
+
patch?: never;
|
|
38
|
+
trace?: never;
|
|
39
|
+
};
|
|
40
|
+
"/organizations/{organizationId}/global-preference-groups/{groupId}/{instanceType}": {
|
|
41
|
+
parameters: {
|
|
42
|
+
query?: never;
|
|
43
|
+
header?: never;
|
|
44
|
+
path?: never;
|
|
45
|
+
cookie?: never;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Read the custom preferences in a global preference group for a given instance type.
|
|
49
|
+
* @description For the specified instance, read the custom preferences in the preference group at the
|
|
50
|
+
* global (organization) level. Specify 'current' to retrieve the preferences for the instance
|
|
51
|
+
* on which this call is being made. The system will recognize its type.
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
* **Note:** If instance type sandbox is used, the preference values of development instance type
|
|
55
|
+
* will be returned as fallback.
|
|
56
|
+
*/
|
|
57
|
+
get: operations["getGlobalPreferenceGroup"];
|
|
58
|
+
put?: never;
|
|
59
|
+
post?: never;
|
|
60
|
+
delete?: never;
|
|
61
|
+
options?: never;
|
|
62
|
+
head?: never;
|
|
63
|
+
/**
|
|
64
|
+
* Update the custom preferences in a global preference group for a given instance type.
|
|
65
|
+
* @description For the specified instance, update one or more custom preferences in the preference group
|
|
66
|
+
* at the global (organization) level.
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
* **Note:** If instance type sandbox is used, the preference values of development instance type
|
|
70
|
+
* will be returned as fallback.
|
|
71
|
+
*/
|
|
72
|
+
patch: operations["updateGlobalPreferenceGroup"];
|
|
73
|
+
trace?: never;
|
|
74
|
+
};
|
|
75
|
+
"/organizations/{organizationId}/site-preference-groups/{groupId}/{instanceType}": {
|
|
76
|
+
parameters: {
|
|
77
|
+
query?: never;
|
|
78
|
+
header?: never;
|
|
79
|
+
path?: never;
|
|
80
|
+
cookie?: never;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Read the custom preferences in a site preference group for a given instance type.
|
|
84
|
+
* @description For the specified site and instance, read the custom preferences in the preference group.
|
|
85
|
+
* Specify 'current' to retrieve the preferences for the instance on which this call is being made.
|
|
86
|
+
* The system will recognize its type.
|
|
87
|
+
*/
|
|
88
|
+
get: operations["getSitePreferenceGroup"];
|
|
89
|
+
put?: never;
|
|
90
|
+
post?: never;
|
|
91
|
+
delete?: never;
|
|
92
|
+
options?: never;
|
|
93
|
+
head?: never;
|
|
94
|
+
/**
|
|
95
|
+
* Update the custom preferences in a site preference group for a given instance type.
|
|
96
|
+
* @description For the specified site and instance, update one or more custom preferences in the preference group.
|
|
97
|
+
* Preferences of type password cannot be set to "************" since it is a reserved value.
|
|
98
|
+
*/
|
|
99
|
+
patch: operations["updateSitePreferenceGroup"];
|
|
100
|
+
trace?: never;
|
|
101
|
+
};
|
|
102
|
+
"/organizations/{organizationId}/site-preference-groups/{groupId}/{instanceType}/preference-search": {
|
|
103
|
+
parameters: {
|
|
104
|
+
query?: never;
|
|
105
|
+
header?: never;
|
|
106
|
+
path?: never;
|
|
107
|
+
cookie?: never;
|
|
108
|
+
};
|
|
109
|
+
get?: never;
|
|
110
|
+
put?: never;
|
|
111
|
+
/**
|
|
112
|
+
* Search preferences across sites in a preference group for a given instance type.
|
|
113
|
+
* @description Search preferences across sites in the specified preference group and instance.
|
|
114
|
+
* The query attribute specifies a complex query that can be used to narrow down the search.
|
|
115
|
+
*
|
|
116
|
+
*
|
|
117
|
+
* The following is a list of searchable fields:
|
|
118
|
+
*
|
|
119
|
+
* | Field | Type |
|
|
120
|
+
* |---|---|
|
|
121
|
+
* | id | String |
|
|
122
|
+
* | display_name | Localized String |
|
|
123
|
+
* | description | Localized String |
|
|
124
|
+
* | value_type | Enum (see below) |
|
|
125
|
+
*
|
|
126
|
+
*
|
|
127
|
+
* Allowed value_type values: string, int, double, text, html, date, image, boolean, money,
|
|
128
|
+
* quantity, datetime, email, password, set_of_string, set_of_int, set_of_double,
|
|
129
|
+
* enum_of_string, enum_of_int.
|
|
130
|
+
*
|
|
131
|
+
*
|
|
132
|
+
* **Note:** value_type can only be joined with other attributes using a conjunction (AND).
|
|
133
|
+
* Only searchable attributes can be used in sorting.
|
|
134
|
+
*
|
|
135
|
+
*
|
|
136
|
+
* **Note:** If instance type sandbox is used, the preference values of development instance type
|
|
137
|
+
* will be returned as fallback.
|
|
138
|
+
*/
|
|
139
|
+
post: operations["searchSitePreferences"];
|
|
140
|
+
delete?: never;
|
|
141
|
+
options?: never;
|
|
142
|
+
head?: never;
|
|
143
|
+
patch?: never;
|
|
144
|
+
trace?: never;
|
|
145
|
+
};
|
|
146
|
+
"/organizations/{organizationId}/site-preference-groups/{groupId}/{instanceType}/preferences/{preferenceId}": {
|
|
147
|
+
parameters: {
|
|
148
|
+
query?: never;
|
|
149
|
+
header?: never;
|
|
150
|
+
path?: never;
|
|
151
|
+
cookie?: never;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Read a single preference value across sites in a preference group for a given instance type.
|
|
155
|
+
* @description Read a specific preference value identified by its ID within the given preference group
|
|
156
|
+
* and instance type. Returns the preference value for all sites.
|
|
157
|
+
*/
|
|
158
|
+
get: operations["getSitePreference"];
|
|
159
|
+
put?: never;
|
|
160
|
+
post?: never;
|
|
161
|
+
delete?: never;
|
|
162
|
+
options?: never;
|
|
163
|
+
head?: never;
|
|
164
|
+
/**
|
|
165
|
+
* Update a single preference value across sites in a preference group for a given instance type.
|
|
166
|
+
* @description Update a specific preference value identified by its ID within the given preference group
|
|
167
|
+
* and instance type. The siteValues map specifies the new values per site.
|
|
168
|
+
*/
|
|
169
|
+
patch: operations["updateSitePreference"];
|
|
170
|
+
trace?: never;
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
export type webhooks = Record<string, never>;
|
|
174
|
+
export interface components {
|
|
175
|
+
schemas: {
|
|
176
|
+
/**
|
|
177
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
178
|
+
* @example f_ecom_zzxy_prd
|
|
179
|
+
*/
|
|
180
|
+
OrganizationId: string;
|
|
181
|
+
/**
|
|
182
|
+
* Format: int32
|
|
183
|
+
* @description The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
|
|
184
|
+
* @default 0
|
|
185
|
+
* @example 10
|
|
186
|
+
*/
|
|
187
|
+
Total: number;
|
|
188
|
+
/**
|
|
189
|
+
* @description Schema defining generic list result. Each response schema of a resource requiring a list response should extend this schema.
|
|
190
|
+
* Additionally it needs to be defined what data is returned.
|
|
191
|
+
*/
|
|
192
|
+
ResultBase: {
|
|
193
|
+
/**
|
|
194
|
+
* Format: int32
|
|
195
|
+
* @description Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter `limit` of the endpoint returning this schema.
|
|
196
|
+
* @example 10
|
|
197
|
+
*/
|
|
198
|
+
limit: number;
|
|
199
|
+
total: components["schemas"]["Total"];
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* Format: int32
|
|
203
|
+
* @description The zero-based index of the first hit/data to include in the result.
|
|
204
|
+
* @default 0
|
|
205
|
+
* @example 0
|
|
206
|
+
*/
|
|
207
|
+
Offset: number;
|
|
208
|
+
/**
|
|
209
|
+
* @description Schema defining generic pageable result. Each response schema of a resource requiring pagination should extend this schema.
|
|
210
|
+
* If you use this extend this schema directly, it needs to be defined what data is returned. Allowed names for the data field is `data`.
|
|
211
|
+
*/
|
|
212
|
+
PaginatedResultBase: {
|
|
213
|
+
offset: components["schemas"]["Offset"];
|
|
214
|
+
} & WithRequired<components["schemas"]["ResultBase"], "limit" | "total">;
|
|
215
|
+
/** @description Preference object */
|
|
216
|
+
CustomPreference: {
|
|
217
|
+
/** @description The ID of the preference group. */
|
|
218
|
+
groupId: string;
|
|
219
|
+
/** @description The Preference Id. */
|
|
220
|
+
id: string;
|
|
221
|
+
/** @description The value for the Preference Id. */
|
|
222
|
+
value: unknown;
|
|
223
|
+
};
|
|
224
|
+
/** @description Document representing a Custom Preference result. */
|
|
225
|
+
CustomPreferenceList: {
|
|
226
|
+
/** @description The list of custom preferences in the search result. */
|
|
227
|
+
data: components["schemas"]["CustomPreference"][];
|
|
228
|
+
} & WithRequired<components["schemas"]["PaginatedResultBase"], "offset">;
|
|
229
|
+
ErrorResponse: {
|
|
230
|
+
/**
|
|
231
|
+
* @description A short, human-readable summary of the problem
|
|
232
|
+
* type. It will not change from occurrence to occurrence of the
|
|
233
|
+
* problem, except for purposes of localization
|
|
234
|
+
* @example You do not have enough credit
|
|
235
|
+
*/
|
|
236
|
+
title: string;
|
|
237
|
+
/**
|
|
238
|
+
* @description A URI reference [RFC3986] that identifies the
|
|
239
|
+
* problem type. This specification encourages that, when
|
|
240
|
+
* dereferenced, it provide human-readable documentation for the
|
|
241
|
+
* problem type (e.g., using HTML [W3C.REC-html5-20141028]). When
|
|
242
|
+
* this member is not present, its value is assumed to be
|
|
243
|
+
* "about:blank". It accepts relative URIs; this means
|
|
244
|
+
* that they must be resolved relative to the document's base URI, as
|
|
245
|
+
* per [RFC3986], Section 5.
|
|
246
|
+
* @example NotEnoughMoney
|
|
247
|
+
*/
|
|
248
|
+
type: string;
|
|
249
|
+
/**
|
|
250
|
+
* @description A human-readable explanation specific to this occurrence of the problem.
|
|
251
|
+
* @example Your current balance is 30, but that costs 50
|
|
252
|
+
*/
|
|
253
|
+
detail: string;
|
|
254
|
+
/**
|
|
255
|
+
* @description A URI reference that identifies the specific
|
|
256
|
+
* occurrence of the problem. It may or may not yield further
|
|
257
|
+
* information if dereferenced. It accepts relative URIs; this means
|
|
258
|
+
* that they must be resolved relative to the document's base URI, as
|
|
259
|
+
* per [RFC3986], Section 5.
|
|
260
|
+
* @example /account/12345/msgs/abc
|
|
261
|
+
*/
|
|
262
|
+
instance?: string;
|
|
263
|
+
} & {
|
|
264
|
+
[key: string]: unknown;
|
|
265
|
+
};
|
|
266
|
+
/**
|
|
267
|
+
* @description The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites
|
|
268
|
+
* @example RefArch
|
|
269
|
+
*/
|
|
270
|
+
SiteId: string;
|
|
271
|
+
/** @description Document representing a link to a customer list. */
|
|
272
|
+
CustomerListLink: {
|
|
273
|
+
/**
|
|
274
|
+
* @description The customer list identifier
|
|
275
|
+
* @example customer-list-1
|
|
276
|
+
*/
|
|
277
|
+
customerListId?: string;
|
|
278
|
+
/**
|
|
279
|
+
* @description The title of the customer list link
|
|
280
|
+
* @example Default Customer List
|
|
281
|
+
*/
|
|
282
|
+
title?: string;
|
|
283
|
+
};
|
|
284
|
+
Site: {
|
|
285
|
+
/**
|
|
286
|
+
* ID
|
|
287
|
+
* @description The ID of the site.
|
|
288
|
+
*/
|
|
289
|
+
id: components["schemas"]["SiteId"];
|
|
290
|
+
displayName?: {
|
|
291
|
+
[key: string]: string;
|
|
292
|
+
};
|
|
293
|
+
description?: {
|
|
294
|
+
[key: string]: string;
|
|
295
|
+
};
|
|
296
|
+
/** @description The link to the customer list */
|
|
297
|
+
customerListLink?: components["schemas"]["CustomerListLink"];
|
|
298
|
+
/**
|
|
299
|
+
* @description Specifies whether the site status is in deletion (true) or not (false)
|
|
300
|
+
* @example false
|
|
301
|
+
*/
|
|
302
|
+
inDeletion?: boolean;
|
|
303
|
+
/**
|
|
304
|
+
* @description Status of the storefront
|
|
305
|
+
* @example online
|
|
306
|
+
* @enum {string}
|
|
307
|
+
*/
|
|
308
|
+
storefrontStatus?: "online" | "maintenance" | "to_be_deleted" | "protected";
|
|
309
|
+
/**
|
|
310
|
+
* @description The catalog bound to the given site.
|
|
311
|
+
* @example storefront-catalog-m-en
|
|
312
|
+
*/
|
|
313
|
+
siteCatalogId?: string;
|
|
314
|
+
/**
|
|
315
|
+
* @description The cartridge names assigned to a site delemited by ':'.
|
|
316
|
+
* @example app_storefront_core:app_storefront_base
|
|
317
|
+
*/
|
|
318
|
+
cartridges?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Format: date-time
|
|
321
|
+
* @description The timestamp when the site was created.
|
|
322
|
+
* @example 2024-01-15T10:00:00.000Z
|
|
323
|
+
*/
|
|
324
|
+
creationDate?: string;
|
|
325
|
+
/**
|
|
326
|
+
* Format: date-time
|
|
327
|
+
* @description The timestamp when the site was last modified.
|
|
328
|
+
* @example 2024-10-14T15:30:00.000Z
|
|
329
|
+
*/
|
|
330
|
+
lastModified?: string;
|
|
331
|
+
};
|
|
332
|
+
/** @description Represents custom preferences at the site level within a preference group. Custom preference attributes are returned with the "c_" prefix. */
|
|
333
|
+
SitePreferences: {
|
|
334
|
+
site?: components["schemas"]["Site"];
|
|
335
|
+
} & {
|
|
336
|
+
[key: string]: unknown;
|
|
337
|
+
};
|
|
338
|
+
/** @description Represents custom preferences at the global (organization) level within a preference group. Custom preference attributes are returned with the "c_" prefix. */
|
|
339
|
+
OrganizationPreferences: {
|
|
340
|
+
/** @description The list of site-specific preferences, returned when expand=sites. */
|
|
341
|
+
sitePreferences?: components["schemas"]["SitePreferences"][];
|
|
342
|
+
} & {
|
|
343
|
+
[key: string]: unknown;
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* @description A set of objects that define criteria used to select records. A query can contain one of the following:
|
|
347
|
+
* * `MatchAllQuery`
|
|
348
|
+
* - Matches all documents.
|
|
349
|
+
* * `TermQuery`
|
|
350
|
+
* - Matches one or more documents against one or more document fields.
|
|
351
|
+
* * `TextQuery`
|
|
352
|
+
* - Matches text against one or more fields.
|
|
353
|
+
* * `BoolQuery`
|
|
354
|
+
* - Allows construction of a logical expression of multiple queries.
|
|
355
|
+
* * `FilteredQuery`
|
|
356
|
+
* - Allows a filter to be applied to a query.
|
|
357
|
+
* * `NestedQuery`
|
|
358
|
+
* - Allows you to query on nested documents.
|
|
359
|
+
* - _Only supported by some Commerce APIs. For more details, see the endpoint descriptions in the API documentation._
|
|
360
|
+
* @example {
|
|
361
|
+
* "filteredQuery": {
|
|
362
|
+
* "query": {
|
|
363
|
+
* "textQuery": {
|
|
364
|
+
* "fields": [
|
|
365
|
+
* "couponId"
|
|
366
|
+
* ],
|
|
367
|
+
* "searchPhrase": "disabled"
|
|
368
|
+
* }
|
|
369
|
+
* },
|
|
370
|
+
* "filter": {
|
|
371
|
+
* "termFilter": {
|
|
372
|
+
* "field": "enabled",
|
|
373
|
+
* "operator": "is",
|
|
374
|
+
* "values": [
|
|
375
|
+
* false
|
|
376
|
+
* ]
|
|
377
|
+
* }
|
|
378
|
+
* }
|
|
379
|
+
* }
|
|
380
|
+
* }
|
|
381
|
+
*/
|
|
382
|
+
Query: {
|
|
383
|
+
boolQuery?: components["schemas"]["BoolQuery"];
|
|
384
|
+
filteredQuery?: components["schemas"]["FilteredQuery"];
|
|
385
|
+
matchAllQuery?: components["schemas"]["MatchAllQuery"];
|
|
386
|
+
nestedQuery?: components["schemas"]["NestedQuery"];
|
|
387
|
+
termQuery?: components["schemas"]["TermQuery"];
|
|
388
|
+
textQuery?: components["schemas"]["TextQuery"];
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* @description A boolean query allows construction of full logical expression trees that are composed of other queries (usually term queries and text queries). A boolean query has three sets of clauses:
|
|
392
|
+
*
|
|
393
|
+
* - `must`, which combines as an `AND` operator.
|
|
394
|
+
* - `should`, which combines as an `OR` operator.
|
|
395
|
+
* - `must_not`, which combines as a `NOT` operator.
|
|
396
|
+
*
|
|
397
|
+
* If `must`, `mustNot`, or `should` appear in the same boolean query, they are combined logically using the `AND` operator. For example:
|
|
398
|
+
*
|
|
399
|
+
* (must-1 AND must-1 AND ...)
|
|
400
|
+
* AND (should-1 OR should-2 OR ...)
|
|
401
|
+
* AND NOT (must_not-1 OR must_not-2 OR ...)
|
|
402
|
+
* @example {
|
|
403
|
+
* "value": {
|
|
404
|
+
* "must": [
|
|
405
|
+
* {
|
|
406
|
+
* "textQuery": {
|
|
407
|
+
* "fields": [
|
|
408
|
+
* "couponId"
|
|
409
|
+
* ],
|
|
410
|
+
* "searchPhrase": "DEAL"
|
|
411
|
+
* }
|
|
412
|
+
* },
|
|
413
|
+
* {
|
|
414
|
+
* "textQuery": {
|
|
415
|
+
* "fields": [
|
|
416
|
+
* "description"
|
|
417
|
+
* ],
|
|
418
|
+
* "searchPhrase": "Big bargain deal"
|
|
419
|
+
* }
|
|
420
|
+
* }
|
|
421
|
+
* ],
|
|
422
|
+
* "mustNot": [
|
|
423
|
+
* {
|
|
424
|
+
* "termQuery": {
|
|
425
|
+
* "fields": [
|
|
426
|
+
* "enabled"
|
|
427
|
+
* ],
|
|
428
|
+
* "operator": "is",
|
|
429
|
+
* "values": [
|
|
430
|
+
* false
|
|
431
|
+
* ]
|
|
432
|
+
* }
|
|
433
|
+
* }
|
|
434
|
+
* ]
|
|
435
|
+
* }
|
|
436
|
+
* }
|
|
437
|
+
*/
|
|
438
|
+
BoolQuery: {
|
|
439
|
+
/** @description List of queries to be evaluated as an `AND` operator. */
|
|
440
|
+
must?: components["schemas"]["Query"][];
|
|
441
|
+
/** @description List of queries to be evaluated as a `NOT` operator. */
|
|
442
|
+
mustNot?: components["schemas"]["Query"][];
|
|
443
|
+
/** @description List of queries to be evaluated as an `OR` operator. */
|
|
444
|
+
should?: components["schemas"]["Query"][];
|
|
445
|
+
};
|
|
446
|
+
/**
|
|
447
|
+
* @description Contains a set of objects that define criteria used to select records. A filter can contain one of the following:
|
|
448
|
+
* * `TermFilter`
|
|
449
|
+
* - Matches records where a field (or fields) exactly matches some simple value (including `null`).
|
|
450
|
+
* * `RangeFilter`
|
|
451
|
+
* - Matches records where a field value lies within a specified range.
|
|
452
|
+
* * `Range2Filter`
|
|
453
|
+
* - Matches records in a specified range across fields.
|
|
454
|
+
* * `QueryFilter`
|
|
455
|
+
* - Matches records based on a query.
|
|
456
|
+
* * `BoolFilter`
|
|
457
|
+
* - Provides filtering of records using a set of filters combined using a logical operator.
|
|
458
|
+
* @example null
|
|
459
|
+
*/
|
|
460
|
+
Filter: {
|
|
461
|
+
boolFilter?: components["schemas"]["BoolFilter"];
|
|
462
|
+
queryFilter?: components["schemas"]["QueryFilter"];
|
|
463
|
+
range2Filter?: components["schemas"]["Range2Filter"];
|
|
464
|
+
rangeFilter?: components["schemas"]["RangeFilter"];
|
|
465
|
+
termFilter?: components["schemas"]["TermFilter"];
|
|
466
|
+
};
|
|
467
|
+
/**
|
|
468
|
+
* @description Allows you to combine other filters into (possibly recursive) logical expression trees. A boolean filter is composed of a logical operator (`AND`, `OR`, `NOT`) and a list of filters that the operator relates to. Multiple filters can be negated with a single `NOT` operator, even when the filters are combined with the `AND` operator.
|
|
469
|
+
* @example {
|
|
470
|
+
* "value": {
|
|
471
|
+
* "operator": "and",
|
|
472
|
+
* "filters": [
|
|
473
|
+
* {
|
|
474
|
+
* "termFilter": {
|
|
475
|
+
* "field": "id",
|
|
476
|
+
* "operator": "is",
|
|
477
|
+
* "values": [
|
|
478
|
+
* "myId"
|
|
479
|
+
* ]
|
|
480
|
+
* }
|
|
481
|
+
* },
|
|
482
|
+
* {
|
|
483
|
+
* "termFilter": {
|
|
484
|
+
* "field": "couponId",
|
|
485
|
+
* "operator": "is",
|
|
486
|
+
* "values": [
|
|
487
|
+
* "couponOne"
|
|
488
|
+
* ]
|
|
489
|
+
* }
|
|
490
|
+
* }
|
|
491
|
+
* ]
|
|
492
|
+
* }
|
|
493
|
+
* }
|
|
494
|
+
*/
|
|
495
|
+
BoolFilter: {
|
|
496
|
+
/** @description A list of filters that are logically combined by an operator. */
|
|
497
|
+
filters?: components["schemas"]["Filter"][];
|
|
498
|
+
/**
|
|
499
|
+
* @description The logical operator that is used to combine the filters.
|
|
500
|
+
* @example and
|
|
501
|
+
* @enum {string}
|
|
502
|
+
*/
|
|
503
|
+
operator: "and" | "or" | "not";
|
|
504
|
+
};
|
|
505
|
+
/** @description Wraps any query and allows it to be used as a filter. */
|
|
506
|
+
QueryFilter: {
|
|
507
|
+
query: components["schemas"]["Query"];
|
|
508
|
+
};
|
|
509
|
+
/**
|
|
510
|
+
* @description Name of the field. Might be a custom field name prefixed with c_.
|
|
511
|
+
* @example couponId
|
|
512
|
+
*/
|
|
513
|
+
Field: string;
|
|
514
|
+
/**
|
|
515
|
+
* @description Allows you to restrict a search result to hits where a range defined by specified attributes has a certain relationship to a specified range.
|
|
516
|
+
*
|
|
517
|
+
* The first range (R1) is defined by a pair of attributes (`fromField` and `toField`) that specify the extent of a range, such as attributes `validFrom` and `validTo`.
|
|
518
|
+
*
|
|
519
|
+
* The second range (R2) is defined by `fromValue` and `toValue`.
|
|
520
|
+
*
|
|
521
|
+
* The filter mode specifies the method used to compare the two ranges:
|
|
522
|
+
*
|
|
523
|
+
* * `overlap`: R1 overlaps fully or partially with R2.
|
|
524
|
+
* * `containing`: R1 contains R2.
|
|
525
|
+
* * `contained`: R1 is contained in R2.
|
|
526
|
+
*
|
|
527
|
+
* The range filter supports several value types, and relies on the natural sorting of the value type for range interpretation. Value ranges can be open-ended, but only at one end of the range. You can configure whether the lower bounds and upper bounds are inclusive or exclusive.
|
|
528
|
+
*
|
|
529
|
+
* A range 2 filter is useful for general restrictions that can be shared between searches (like a static date range) because the filter result is cached in memory. Range filters are not appropriate if the range is expected to be different for every query (for example, if the user controls the date range down to the hour via a UI control). Range filters are inclusive by default.
|
|
530
|
+
* @example {
|
|
531
|
+
* "fromField": "validFrom",
|
|
532
|
+
* "toField": "validTo",
|
|
533
|
+
* "filterMode": "overlap",
|
|
534
|
+
* "fromValue": "2007-01-01T00:00:00.000Z",
|
|
535
|
+
* "toValue": "2017-01-01T00:00:00.000Z"
|
|
536
|
+
* }
|
|
537
|
+
*/
|
|
538
|
+
Range2Filter: {
|
|
539
|
+
/**
|
|
540
|
+
* @description Compare mode: overlap, containing, or contained.
|
|
541
|
+
* @default overlap
|
|
542
|
+
* @example overlap
|
|
543
|
+
* @enum {string}
|
|
544
|
+
*/
|
|
545
|
+
filterMode: "overlap" | "containing" | "contained";
|
|
546
|
+
/**
|
|
547
|
+
* @description The field name of the field that starts the first range.
|
|
548
|
+
* @example validFrom
|
|
549
|
+
*/
|
|
550
|
+
fromField: components["schemas"]["Field"];
|
|
551
|
+
/**
|
|
552
|
+
* @description A flag indicating if the lower bound of the second range is inclusive. To make the lower bound exclusive, set to `false`.
|
|
553
|
+
* @default true
|
|
554
|
+
* @example true
|
|
555
|
+
*/
|
|
556
|
+
fromInclusive: boolean;
|
|
557
|
+
/**
|
|
558
|
+
* @description The lower bound of the second range. If not specified, the range is open-ended with respect to the lower bound. You can't leave both the lower and upper bounds open-ended.
|
|
559
|
+
* @example 2007-01-01T00:00:00.000Z
|
|
560
|
+
*/
|
|
561
|
+
fromValue?: unknown;
|
|
562
|
+
/**
|
|
563
|
+
* @description The field name of the field that ends the first range.
|
|
564
|
+
* @example validTo
|
|
565
|
+
*/
|
|
566
|
+
toField: components["schemas"]["Field"];
|
|
567
|
+
/**
|
|
568
|
+
* @description A flag indicating if the upper bound of the second range is inclusive. To make the lower bound exclusive, set to `false`.
|
|
569
|
+
* @default true
|
|
570
|
+
* @example true
|
|
571
|
+
*/
|
|
572
|
+
toInclusive: boolean;
|
|
573
|
+
/**
|
|
574
|
+
* @description The upper bound of the second range. If not specified, the range is open-ended with respect to the upper bound. You can't leave both the upper and lower bounds open-ended.
|
|
575
|
+
* @example 2017-01-01T00:00:00.000Z
|
|
576
|
+
*/
|
|
577
|
+
toValue?: unknown;
|
|
578
|
+
};
|
|
579
|
+
/**
|
|
580
|
+
* @description Allows you to restrict a search result to hits that have values for a given attribute that fall within a given value range. The range filter supports several value types and relies on the natural sorting of the value type for range interpretation. Value ranges can be open-ended, but only at one end of the range. You can configure whether the lower bounds and upper bounds are inclusive or exclusive.
|
|
581
|
+
*
|
|
582
|
+
* A range filter is useful for general restrictions that can be shared between searches (like a static date range) because the filter result is cached in memory. Range filters are not appropriate if the range is expected to be different for every query (for example, if the user controls the date range down to the hour via a UI control). Range filters are inclusive by default.
|
|
583
|
+
*/
|
|
584
|
+
RangeFilter: {
|
|
585
|
+
/**
|
|
586
|
+
* @description The search field.
|
|
587
|
+
* @example validFrom
|
|
588
|
+
*/
|
|
589
|
+
field: components["schemas"]["Field"];
|
|
590
|
+
/** @description The lower bound of the filter range. If not specified, the range is open-ended with respect to the lower bound. You can't leave both the lower and upper bounds open-ended. */
|
|
591
|
+
from?: string | number;
|
|
592
|
+
/**
|
|
593
|
+
* @description A flag indicating if the lower bound of the range is inclusive. To make the lower bound exclusive, set to `false`.
|
|
594
|
+
* @default true
|
|
595
|
+
* @example true
|
|
596
|
+
*/
|
|
597
|
+
fromInclusive: boolean;
|
|
598
|
+
/** @description The upper bound of the filter range. If not specified, the range is open-ended with respect to the upper bound. You can't leave both the upper and lower bounds open-ended. */
|
|
599
|
+
to?: string | number;
|
|
600
|
+
/**
|
|
601
|
+
* @description A flag indicating if the upper bound of the range is inclusive. To make the upper bound exclusive, set to `false`.
|
|
602
|
+
* @default true
|
|
603
|
+
* @example true
|
|
604
|
+
*/
|
|
605
|
+
toInclusive: boolean;
|
|
606
|
+
};
|
|
607
|
+
/**
|
|
608
|
+
* @description Allows you to restrict a search result to hits that match exactly one of the values configured for the filter. A term filter is useful for general restrictions that can be shared between searches. Use term filters whenever the criteria you filter on is a shared property of multiple searches (for example, like filtering by an order status). Use term filters for fields that have a discrete and small set of values only.
|
|
609
|
+
* @example {
|
|
610
|
+
* "field": "id",
|
|
611
|
+
* "operator": "is",
|
|
612
|
+
* "values": [
|
|
613
|
+
* "myId"
|
|
614
|
+
* ]
|
|
615
|
+
* }
|
|
616
|
+
*/
|
|
617
|
+
TermFilter: {
|
|
618
|
+
/** @description The filter field. */
|
|
619
|
+
field: components["schemas"]["Field"];
|
|
620
|
+
/**
|
|
621
|
+
* @description The operator used to compare the field's values with the given values.
|
|
622
|
+
* @example is
|
|
623
|
+
* @enum {string}
|
|
624
|
+
*/
|
|
625
|
+
operator: "is" | "one_of" | "is_null" | "is_not_null" | "less" | "greater" | "not_in" | "neq";
|
|
626
|
+
/** @description The filter values. */
|
|
627
|
+
values?: string[];
|
|
628
|
+
};
|
|
629
|
+
/**
|
|
630
|
+
* @description Allows to filter the result of a possibly complex query using a possibly complex filter.
|
|
631
|
+
* @example {
|
|
632
|
+
* "query": {
|
|
633
|
+
* "textQuery": {
|
|
634
|
+
* "fields": [
|
|
635
|
+
* "couponId"
|
|
636
|
+
* ],
|
|
637
|
+
* "searchPhrase": "disabled"
|
|
638
|
+
* }
|
|
639
|
+
* },
|
|
640
|
+
* "filter": {
|
|
641
|
+
* "termFilter": {
|
|
642
|
+
* "field": "enabled",
|
|
643
|
+
* "operator": "is",
|
|
644
|
+
* "values": [
|
|
645
|
+
* false
|
|
646
|
+
* ]
|
|
647
|
+
* }
|
|
648
|
+
* }
|
|
649
|
+
* }
|
|
650
|
+
*/
|
|
651
|
+
FilteredQuery: {
|
|
652
|
+
filter: components["schemas"]["Filter"];
|
|
653
|
+
query: components["schemas"]["Query"];
|
|
654
|
+
};
|
|
655
|
+
/** @description Matches all documents (namespace and document type). This query comes in handy if you just want to filter a search result or really do not have any constraints. */
|
|
656
|
+
MatchAllQuery: Record<string, never>;
|
|
657
|
+
/**
|
|
658
|
+
* @description Allows you to query nested documents that are part of a larger document. Say, for example, that you have a main product with variations in one big document, and you want to constrain a search to main products that have variations that match multiple constraints.
|
|
659
|
+
*
|
|
660
|
+
* A `NestedQuery` is only supported by some Commerce APIs. For more details, see the endpoint descriptions in the API documentation.
|
|
661
|
+
* @example {
|
|
662
|
+
* "path": "order.shippingAddresses",
|
|
663
|
+
* "query": {
|
|
664
|
+
* "boolQuery": {
|
|
665
|
+
* "must": [
|
|
666
|
+
* {
|
|
667
|
+
* "boolQuery": {
|
|
668
|
+
* "must": [
|
|
669
|
+
* {
|
|
670
|
+
* "termQuery": {
|
|
671
|
+
* "fields": [
|
|
672
|
+
* "order.shippingAddresses.firstName"
|
|
673
|
+
* ],
|
|
674
|
+
* "operator": "is",
|
|
675
|
+
* "values": [
|
|
676
|
+
* "John"
|
|
677
|
+
* ]
|
|
678
|
+
* }
|
|
679
|
+
* }
|
|
680
|
+
* ]
|
|
681
|
+
* }
|
|
682
|
+
* },
|
|
683
|
+
* {
|
|
684
|
+
* "boolQuery": {
|
|
685
|
+
* "must": [
|
|
686
|
+
* {
|
|
687
|
+
* "termQuery": {
|
|
688
|
+
* "fields": [
|
|
689
|
+
* "order.shippingAddresses.lastName"
|
|
690
|
+
* ],
|
|
691
|
+
* "operator": "is",
|
|
692
|
+
* "values": [
|
|
693
|
+
* "Doe"
|
|
694
|
+
* ]
|
|
695
|
+
* }
|
|
696
|
+
* }
|
|
697
|
+
* ]
|
|
698
|
+
* }
|
|
699
|
+
* }
|
|
700
|
+
* ]
|
|
701
|
+
* }
|
|
702
|
+
* },
|
|
703
|
+
* "scoreMode": "avg"
|
|
704
|
+
* }
|
|
705
|
+
*/
|
|
706
|
+
NestedQuery: {
|
|
707
|
+
/**
|
|
708
|
+
* @description The path to the nested document.
|
|
709
|
+
* @example order.shippingAddresses
|
|
710
|
+
*/
|
|
711
|
+
path: string;
|
|
712
|
+
query: components["schemas"]["Query"];
|
|
713
|
+
/**
|
|
714
|
+
* @description Indicates how scores for matching child objects affect the root parent document’s relevance score.
|
|
715
|
+
* @example avg
|
|
716
|
+
* @enum {string}
|
|
717
|
+
*/
|
|
718
|
+
scoreMode?: "avg" | "total" | "max" | "none";
|
|
719
|
+
};
|
|
720
|
+
/**
|
|
721
|
+
* @description A term query matches one or more values against one or more document fields. A document is considered a hit if one of the values matches exactly with at least one of the given fields. The operator `is` can only take one value, while `one_of` can take multiple values. If multiple fields are specified, they are combined using a logical `OR` operator.
|
|
722
|
+
*
|
|
723
|
+
* **Limitations:**
|
|
724
|
+
*
|
|
725
|
+
* * The `greater` and `less` operators are not supported under certain conditions. Both operators are permitted unless the API documentation states otherwise.
|
|
726
|
+
* * A subset of Commerce APIs handle queries with multiple fields differently. If the query has multiple fields, the query is internally handled as a logical `OR` of `DisjointMaxQueries` (with the dismax matching a value against all fields). The dismax makes sure that a document carrying a single term in multiple fields does not get higher scores than a document matching multiple terms in multiple fields.
|
|
727
|
+
*/
|
|
728
|
+
TermQuery: {
|
|
729
|
+
/** @description The document fields that the values are matched against, combined with the operator. */
|
|
730
|
+
fields: components["schemas"]["Field"][];
|
|
731
|
+
/**
|
|
732
|
+
* @description Returns the operator to use for the term query.
|
|
733
|
+
* @example is
|
|
734
|
+
* @enum {string}
|
|
735
|
+
*/
|
|
736
|
+
operator: "is" | "one_of" | "is_null" | "is_not_null" | "less" | "greater" | "not_in" | "neq";
|
|
737
|
+
/** @description The values that the fields are compared against, combined with the operator. */
|
|
738
|
+
values?: (string | number | boolean)[];
|
|
739
|
+
};
|
|
740
|
+
/**
|
|
741
|
+
* @description A text query is used to match some text (for example, a search phrase possibly consisting of multiple terms) against one or more fields. When multiple fields are provided, the phrase conceptually forms a logical `OR` over the fields. In this case, the terms of the phrase basically have to match within the text, that would result in concatenating all given fields.
|
|
742
|
+
* @example {
|
|
743
|
+
* "fields": [
|
|
744
|
+
* "couponId"
|
|
745
|
+
* ],
|
|
746
|
+
* "searchPhrase": "limit"
|
|
747
|
+
* }
|
|
748
|
+
*/
|
|
749
|
+
TextQuery: {
|
|
750
|
+
/** @description The document fields that the search phrase matches against. */
|
|
751
|
+
fields: components["schemas"]["Field"][];
|
|
752
|
+
/**
|
|
753
|
+
* @description A search phrase, which can include multiple terms separated by spaces.
|
|
754
|
+
* @example campaign summer
|
|
755
|
+
*/
|
|
756
|
+
searchPhrase: string;
|
|
757
|
+
};
|
|
758
|
+
/**
|
|
759
|
+
* @description Document representing a sort request. Each API has a different default sort configuration that can be modified in the request.
|
|
760
|
+
* @example {
|
|
761
|
+
* "field": "couponId",
|
|
762
|
+
* "sortOrder": "desc"
|
|
763
|
+
* }
|
|
764
|
+
*/
|
|
765
|
+
Sort: {
|
|
766
|
+
/**
|
|
767
|
+
* @description The name of the field to sort on.
|
|
768
|
+
* @example couponId
|
|
769
|
+
*/
|
|
770
|
+
field: string;
|
|
771
|
+
/**
|
|
772
|
+
* @description The sort order to be applied when sorting. When omitted, the default sort order (asc) is used.
|
|
773
|
+
* @default asc
|
|
774
|
+
* @example asc
|
|
775
|
+
* @enum {string}
|
|
776
|
+
*/
|
|
777
|
+
sortOrder: "asc" | "desc";
|
|
778
|
+
};
|
|
779
|
+
/** @description Document representing a search request for retrieving items within the Data API. The query is a potentially complex set of expressions. The fields and expands that each query supports are defined within the search resource. */
|
|
780
|
+
SearchRequest: {
|
|
781
|
+
/**
|
|
782
|
+
* Format: int32
|
|
783
|
+
* @description Maximum records to retrieve per request, not to exceed 200.
|
|
784
|
+
* @example 10
|
|
785
|
+
*/
|
|
786
|
+
limit?: number;
|
|
787
|
+
query: components["schemas"]["Query"];
|
|
788
|
+
/** @description The list of sort clauses configured for the search request. Sort clauses are optional. See the description of the search endpoint for details on the default sorting behavior that is used when explicit sorts are not passed. */
|
|
789
|
+
sorts?: components["schemas"]["Sort"][];
|
|
790
|
+
offset?: components["schemas"]["Offset"];
|
|
791
|
+
};
|
|
792
|
+
/**
|
|
793
|
+
* @description Document representing a generic search result. Each search resource should extend this to define what is returned in the `hits`.
|
|
794
|
+
* @example {
|
|
795
|
+
* "limit": 1,
|
|
796
|
+
* "hits": [
|
|
797
|
+
* {
|
|
798
|
+
* "couponId": "coupon1",
|
|
799
|
+
* "creationDate": "2019-10-20T12:00:00Z",
|
|
800
|
+
* "description": "This coupon is used to give 10% off stuff.",
|
|
801
|
+
* "enabled": false,
|
|
802
|
+
* "exportedCodeCount": 0,
|
|
803
|
+
* "lastModified": "2019-10-30T04:23:59Z",
|
|
804
|
+
* "redemptionCount": 3,
|
|
805
|
+
* "redemptionLimits": {
|
|
806
|
+
* "limitPerCode": 1,
|
|
807
|
+
* "limitPerCustomer": 1,
|
|
808
|
+
* "limitPerTimeFrame": {
|
|
809
|
+
* "limit": 2,
|
|
810
|
+
* "redemptionTimeFrame": 24
|
|
811
|
+
* }
|
|
812
|
+
* },
|
|
813
|
+
* "singleCode": "MyCode",
|
|
814
|
+
* "systemCodesConfig": {
|
|
815
|
+
* "codePrefix": "SG",
|
|
816
|
+
* "numberOfCodes": 500000
|
|
817
|
+
* },
|
|
818
|
+
* "totalCodesCount": 50,
|
|
819
|
+
* "type": "single_code"
|
|
820
|
+
* }
|
|
821
|
+
* ],
|
|
822
|
+
* "query": {
|
|
823
|
+
* "textQuery": {
|
|
824
|
+
* "fields": [
|
|
825
|
+
* "id",
|
|
826
|
+
* "description"
|
|
827
|
+
* ],
|
|
828
|
+
* "searchPhrase": "stuff"
|
|
829
|
+
* }
|
|
830
|
+
* },
|
|
831
|
+
* "sorts": [
|
|
832
|
+
* {
|
|
833
|
+
* "field": "couponId",
|
|
834
|
+
* "sortOrder": "desc"
|
|
835
|
+
* }
|
|
836
|
+
* ],
|
|
837
|
+
* "offset": 2,
|
|
838
|
+
* "total": 8
|
|
839
|
+
* }
|
|
840
|
+
*/
|
|
841
|
+
PaginatedSearchResult: {
|
|
842
|
+
query: components["schemas"]["Query"];
|
|
843
|
+
/** @description The sorting that was applied to the result. */
|
|
844
|
+
sorts?: components["schemas"]["Sort"][];
|
|
845
|
+
/** @description The sorted array of search hits. Can be empty. */
|
|
846
|
+
hits?: Record<string, never>[];
|
|
847
|
+
} & components["schemas"]["PaginatedResultBase"];
|
|
848
|
+
/**
|
|
849
|
+
* @description The type of an attribute value
|
|
850
|
+
* @example string
|
|
851
|
+
* @enum {string}
|
|
852
|
+
*/
|
|
853
|
+
ValueType: "string" | "int" | "double" | "text" | "html" | "date" | "image" | "boolean" | "money" | "quantity" | "datetime" | "email" | "password" | "set_of_string" | "set_of_int" | "set_of_double" | "enum_of_string" | "enum_of_int";
|
|
854
|
+
/** @description An attribute definition value */
|
|
855
|
+
ObjectAttributeValueDefinition: {
|
|
856
|
+
/**
|
|
857
|
+
* @description The ID of the attribute value
|
|
858
|
+
* @example value-1
|
|
859
|
+
*/
|
|
860
|
+
readonly id?: string;
|
|
861
|
+
/**
|
|
862
|
+
* @description The value of the attribute
|
|
863
|
+
* @example 1
|
|
864
|
+
*/
|
|
865
|
+
readonly value?: string;
|
|
866
|
+
/**
|
|
867
|
+
* @example {
|
|
868
|
+
* "default": "One",
|
|
869
|
+
* "de": "Eins",
|
|
870
|
+
* "en": "One"
|
|
871
|
+
* }
|
|
872
|
+
*/
|
|
873
|
+
readonly displayValue?: {
|
|
874
|
+
[key: string]: string;
|
|
875
|
+
};
|
|
876
|
+
/**
|
|
877
|
+
* @example {
|
|
878
|
+
* "default": "Object type representing products.",
|
|
879
|
+
* "de": "Objekttyp, der Produkte repräsentiert.",
|
|
880
|
+
* "en": "Object type representing products."
|
|
881
|
+
* }
|
|
882
|
+
*/
|
|
883
|
+
readonly description?: {
|
|
884
|
+
[key: string]: string;
|
|
885
|
+
};
|
|
886
|
+
/**
|
|
887
|
+
* Format: double
|
|
888
|
+
* @description The position of the attribute value within the set of attribute values
|
|
889
|
+
* @example 1
|
|
890
|
+
*/
|
|
891
|
+
readonly position?: number;
|
|
892
|
+
};
|
|
893
|
+
/** @description Document representing an attribute definition */
|
|
894
|
+
ObjectAttributeDefinition: {
|
|
895
|
+
/**
|
|
896
|
+
* @description The user supplied ID of the attribute
|
|
897
|
+
* @example color
|
|
898
|
+
*/
|
|
899
|
+
id: string;
|
|
900
|
+
/**
|
|
901
|
+
* @description The effective ID, which is c_id if the attribute is custom, and just the id otherwise
|
|
902
|
+
* @example c_color
|
|
903
|
+
*/
|
|
904
|
+
readonly effectiveId?: string;
|
|
905
|
+
/**
|
|
906
|
+
* @example {
|
|
907
|
+
* "default": "Product",
|
|
908
|
+
* "de": "Produkt",
|
|
909
|
+
* "en": "Product"
|
|
910
|
+
* }
|
|
911
|
+
*/
|
|
912
|
+
displayName?: {
|
|
913
|
+
[key: string]: string;
|
|
914
|
+
};
|
|
915
|
+
/**
|
|
916
|
+
* @example {
|
|
917
|
+
* "default": "Object type representing products.",
|
|
918
|
+
* "de": "Objekttyp, der Produkte repräsentiert.",
|
|
919
|
+
* "en": "Object type representing products."
|
|
920
|
+
* }
|
|
921
|
+
*/
|
|
922
|
+
description?: {
|
|
923
|
+
[key: string]: string;
|
|
924
|
+
};
|
|
925
|
+
/**
|
|
926
|
+
* @description Flag indicating if this is a key attribute
|
|
927
|
+
* @example false
|
|
928
|
+
*/
|
|
929
|
+
key?: boolean;
|
|
930
|
+
/**
|
|
931
|
+
* @description Flag indicating if a value is mandatory for the attribute
|
|
932
|
+
* @example false
|
|
933
|
+
*/
|
|
934
|
+
mandatory?: boolean;
|
|
935
|
+
/**
|
|
936
|
+
* @description Flag indicating if this attribute can be localized
|
|
937
|
+
* @example false
|
|
938
|
+
*/
|
|
939
|
+
localizable?: boolean;
|
|
940
|
+
/**
|
|
941
|
+
* @description Flag indicating if this attribute is site-specific
|
|
942
|
+
* @example false
|
|
943
|
+
*/
|
|
944
|
+
siteSpecific?: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* @description Flag indicating if this attribute is searchable
|
|
947
|
+
* @example true
|
|
948
|
+
*/
|
|
949
|
+
searchable?: boolean;
|
|
950
|
+
/**
|
|
951
|
+
* @description Returns true if the attribute definition is explicitly marked queryable or if the attribute value type belongs to a queryable type. Computed and read-only.
|
|
952
|
+
* @example true
|
|
953
|
+
*/
|
|
954
|
+
readonly queryable?: boolean;
|
|
955
|
+
valueType?: components["schemas"]["ValueType"];
|
|
956
|
+
/**
|
|
957
|
+
* @description Flag indicating if this attribute is visible
|
|
958
|
+
* @example true
|
|
959
|
+
*/
|
|
960
|
+
visible?: boolean;
|
|
961
|
+
/**
|
|
962
|
+
* @description Flag indicating if this attribute is a system attribute
|
|
963
|
+
* @example false
|
|
964
|
+
*/
|
|
965
|
+
system?: boolean;
|
|
966
|
+
/**
|
|
967
|
+
* @example {
|
|
968
|
+
* "default": "General unit",
|
|
969
|
+
* "de": "Allgemeine Einheit",
|
|
970
|
+
* "en": "General unit"
|
|
971
|
+
* }
|
|
972
|
+
*/
|
|
973
|
+
unit?: {
|
|
974
|
+
[key: string]: string;
|
|
975
|
+
};
|
|
976
|
+
/**
|
|
977
|
+
* @description Flag indicating if this attribute can be encoded using the encoding='off' flag in ISML templates
|
|
978
|
+
* @example false
|
|
979
|
+
*/
|
|
980
|
+
readonly requiresEncoding?: boolean;
|
|
981
|
+
/**
|
|
982
|
+
* @description True if the attribute can have multiple values. Applicable to set_of_* and enum_of_* types.
|
|
983
|
+
* @example false
|
|
984
|
+
*/
|
|
985
|
+
multiValueType?: boolean;
|
|
986
|
+
/**
|
|
987
|
+
* @description Flag indicating if this attribute is of type 'Set of'
|
|
988
|
+
* @example false
|
|
989
|
+
*/
|
|
990
|
+
readonly setValueType?: boolean;
|
|
991
|
+
/**
|
|
992
|
+
* @description Flag indicating if this attribute is externally managed
|
|
993
|
+
* @example false
|
|
994
|
+
*/
|
|
995
|
+
externallyManaged?: boolean;
|
|
996
|
+
/**
|
|
997
|
+
* @description Flag indicating if this attribute is externally defined
|
|
998
|
+
* @example false
|
|
999
|
+
*/
|
|
1000
|
+
externallyDefined?: boolean;
|
|
1001
|
+
/**
|
|
1002
|
+
* @description Flag indicating if this attribute is required for order of the attribute model's product
|
|
1003
|
+
* @example false
|
|
1004
|
+
*/
|
|
1005
|
+
orderRequired?: boolean;
|
|
1006
|
+
/**
|
|
1007
|
+
* @description A regular expression that defines the legal values for this attribute
|
|
1008
|
+
* @example ^[a-zA-Z]+$
|
|
1009
|
+
*/
|
|
1010
|
+
readonly regularExpression?: string;
|
|
1011
|
+
/**
|
|
1012
|
+
* Format: int32
|
|
1013
|
+
* @description The length of the field for this attribute in the editor
|
|
1014
|
+
* @example 50
|
|
1015
|
+
*/
|
|
1016
|
+
readonly fieldLength?: number;
|
|
1017
|
+
/**
|
|
1018
|
+
* Format: int32
|
|
1019
|
+
* @description The height of the field for this attribute in the editor
|
|
1020
|
+
* @example 1
|
|
1021
|
+
*/
|
|
1022
|
+
readonly fieldHeight?: number;
|
|
1023
|
+
/**
|
|
1024
|
+
* Format: int32
|
|
1025
|
+
* @description The minimum length of the field for this attribute
|
|
1026
|
+
* @example 1
|
|
1027
|
+
*/
|
|
1028
|
+
readonly minLength?: number;
|
|
1029
|
+
/**
|
|
1030
|
+
* @description Flag indicating if this attribute is read-only
|
|
1031
|
+
* @example false
|
|
1032
|
+
*/
|
|
1033
|
+
readonly readOnly?: boolean;
|
|
1034
|
+
/**
|
|
1035
|
+
* Format: double
|
|
1036
|
+
* @description The minimum possible value for this attribute
|
|
1037
|
+
* @example 0
|
|
1038
|
+
*/
|
|
1039
|
+
readonly minValue?: number;
|
|
1040
|
+
/**
|
|
1041
|
+
* Format: double
|
|
1042
|
+
* @description The maximum possible value for this attribute
|
|
1043
|
+
* @example 100
|
|
1044
|
+
*/
|
|
1045
|
+
readonly maxValue?: number;
|
|
1046
|
+
/**
|
|
1047
|
+
* Format: int32
|
|
1048
|
+
* @description The minimum number of fraction digits for a value of this attribute
|
|
1049
|
+
* @example 2
|
|
1050
|
+
*/
|
|
1051
|
+
readonly scale?: number;
|
|
1052
|
+
/** @description The default value of this attribute. It can be updated, but not created. */
|
|
1053
|
+
defaultValue?: components["schemas"]["ObjectAttributeValueDefinition"];
|
|
1054
|
+
/** @description A set of values that are possible for this attribute */
|
|
1055
|
+
readonly valueDefinitions?: components["schemas"]["ObjectAttributeValueDefinition"][];
|
|
1056
|
+
/**
|
|
1057
|
+
* Format: date-time
|
|
1058
|
+
* @description The date/time when the attribute definition was created
|
|
1059
|
+
* @example 2024-01-15T10:30:00Z
|
|
1060
|
+
*/
|
|
1061
|
+
readonly creationDate?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* Format: date-time
|
|
1064
|
+
* @description The date/time when the attribute definition was last modified
|
|
1065
|
+
* @example 2024-01-15T11:00:00Z
|
|
1066
|
+
*/
|
|
1067
|
+
readonly lastModified?: string;
|
|
1068
|
+
};
|
|
1069
|
+
/** @description Represents a single preference value with its attribute definition and site-specific values. */
|
|
1070
|
+
PreferenceValue: {
|
|
1071
|
+
/**
|
|
1072
|
+
* @description The preference attribute ID
|
|
1073
|
+
* @example WapiStringAttr
|
|
1074
|
+
*/
|
|
1075
|
+
id: string;
|
|
1076
|
+
description?: {
|
|
1077
|
+
[key: string]: string;
|
|
1078
|
+
};
|
|
1079
|
+
displayName?: {
|
|
1080
|
+
[key: string]: string;
|
|
1081
|
+
};
|
|
1082
|
+
attributeDefinition?: components["schemas"]["ObjectAttributeDefinition"];
|
|
1083
|
+
/** @description A mapping of site IDs to their preference values. */
|
|
1084
|
+
siteValues?: {
|
|
1085
|
+
[key: string]: unknown;
|
|
1086
|
+
};
|
|
1087
|
+
valueType?: components["schemas"]["ValueType"];
|
|
1088
|
+
};
|
|
1089
|
+
/** @description Document representing a preference value search result. */
|
|
1090
|
+
PreferenceValueSearchResult: {
|
|
1091
|
+
/** @description The sorted array of search hits. Can be empty. */
|
|
1092
|
+
hits?: components["schemas"]["PreferenceValue"][];
|
|
1093
|
+
} & components["schemas"]["PaginatedSearchResult"];
|
|
1094
|
+
};
|
|
1095
|
+
responses: never;
|
|
1096
|
+
parameters: {
|
|
1097
|
+
/**
|
|
1098
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1099
|
+
* @example f_ecom_zzxy_prd
|
|
1100
|
+
*/
|
|
1101
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
1102
|
+
/** @description Whether to mask password or not. */
|
|
1103
|
+
maskPassword: boolean;
|
|
1104
|
+
/** @description The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. */
|
|
1105
|
+
siteId: components["schemas"]["SiteId"];
|
|
1106
|
+
/** @description The preference group ID. */
|
|
1107
|
+
groupId: string;
|
|
1108
|
+
/**
|
|
1109
|
+
* @description The instance type for which to read or update preferences.
|
|
1110
|
+
* @example staging
|
|
1111
|
+
*/
|
|
1112
|
+
instanceType: "staging" | "development" | "sandbox" | "production";
|
|
1113
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1114
|
+
maskPasswords: boolean;
|
|
1115
|
+
/** @description Expands the result document to include additional information. For global preference groups, the expansion "sites" retrieves the custom preferences for all the available sites. */
|
|
1116
|
+
globalPreferenceGroupExpand: "sites"[];
|
|
1117
|
+
/** @description Expands the result document to include additional information. For preference search, the expansion "value" retrieves the value definitions of the attribute definition. */
|
|
1118
|
+
preferenceSearchExpand: "value"[];
|
|
1119
|
+
/** @description The preference attribute ID. */
|
|
1120
|
+
preferenceId: string;
|
|
1121
|
+
};
|
|
1122
|
+
requestBodies: never;
|
|
1123
|
+
headers: never;
|
|
1124
|
+
pathItems: never;
|
|
1125
|
+
}
|
|
1126
|
+
export type $defs = Record<string, never>;
|
|
1127
|
+
export interface operations {
|
|
1128
|
+
getGlobalCustomPreferenceList: {
|
|
1129
|
+
parameters: {
|
|
1130
|
+
query?: {
|
|
1131
|
+
/** @description Whether to mask password or not. */
|
|
1132
|
+
maskPassword?: components["parameters"]["maskPassword"];
|
|
1133
|
+
/** @description Number of records to retrieve per request. Must be between 1 (minimum) and 200 (maximum). Defaults to 200. */
|
|
1134
|
+
limit?: number;
|
|
1135
|
+
/** @description Used to retrieve the results based on a particular resource offset. */
|
|
1136
|
+
offset?: number;
|
|
1137
|
+
};
|
|
1138
|
+
header?: never;
|
|
1139
|
+
path: {
|
|
1140
|
+
/**
|
|
1141
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1142
|
+
* @example f_ecom_zzxy_prd
|
|
1143
|
+
*/
|
|
1144
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1145
|
+
};
|
|
1146
|
+
cookie?: never;
|
|
1147
|
+
};
|
|
1148
|
+
requestBody?: never;
|
|
1149
|
+
responses: {
|
|
1150
|
+
/** @description Retrieved Global Custom Preferences successfully. */
|
|
1151
|
+
200: {
|
|
1152
|
+
headers: {
|
|
1153
|
+
[name: string]: unknown;
|
|
1154
|
+
};
|
|
1155
|
+
content: {
|
|
1156
|
+
"application/json": components["schemas"]["CustomPreferenceList"];
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
/** @description Thrown if the query is ill-formed. */
|
|
1160
|
+
400: {
|
|
1161
|
+
headers: {
|
|
1162
|
+
[name: string]: unknown;
|
|
1163
|
+
};
|
|
1164
|
+
content?: never;
|
|
1165
|
+
};
|
|
1166
|
+
/**
|
|
1167
|
+
* @description Unauthorized. Your Client ID is invalid, or you are not allowed to access
|
|
1168
|
+
* the content provided by the requested URL.
|
|
1169
|
+
*/
|
|
1170
|
+
401: {
|
|
1171
|
+
headers: {
|
|
1172
|
+
[name: string]: unknown;
|
|
1173
|
+
};
|
|
1174
|
+
content: {
|
|
1175
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1176
|
+
};
|
|
1177
|
+
};
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
getSiteCustomPreferenceList: {
|
|
1181
|
+
parameters: {
|
|
1182
|
+
query: {
|
|
1183
|
+
/** @description Whether to mask password or not. */
|
|
1184
|
+
maskPassword?: components["parameters"]["maskPassword"];
|
|
1185
|
+
/** @description The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. */
|
|
1186
|
+
siteId: components["parameters"]["siteId"];
|
|
1187
|
+
/** @description Number of records to retrieve per request. Must be between 1 (minimum) and 200 (maximum). Defaults to 200. */
|
|
1188
|
+
limit?: number;
|
|
1189
|
+
/** @description Used to retrieve the results based on a particular resource offset. */
|
|
1190
|
+
offset?: number;
|
|
1191
|
+
};
|
|
1192
|
+
header?: never;
|
|
1193
|
+
path: {
|
|
1194
|
+
/**
|
|
1195
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1196
|
+
* @example f_ecom_zzxy_prd
|
|
1197
|
+
*/
|
|
1198
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1199
|
+
};
|
|
1200
|
+
cookie?: never;
|
|
1201
|
+
};
|
|
1202
|
+
requestBody?: never;
|
|
1203
|
+
responses: {
|
|
1204
|
+
/** @description Retrieved Site Custom Preferences successfully. */
|
|
1205
|
+
200: {
|
|
1206
|
+
headers: {
|
|
1207
|
+
[name: string]: unknown;
|
|
1208
|
+
};
|
|
1209
|
+
content: {
|
|
1210
|
+
"application/json": components["schemas"]["CustomPreferenceList"];
|
|
1211
|
+
};
|
|
1212
|
+
};
|
|
1213
|
+
/** @description Thrown if the query is ill-formed. */
|
|
1214
|
+
400: {
|
|
1215
|
+
headers: {
|
|
1216
|
+
[name: string]: unknown;
|
|
1217
|
+
};
|
|
1218
|
+
content?: never;
|
|
1219
|
+
};
|
|
1220
|
+
/**
|
|
1221
|
+
* @description Unauthorized. Your Client ID is invalid, or you are not allowed to access
|
|
1222
|
+
* the content provided by the requested URL.
|
|
1223
|
+
*/
|
|
1224
|
+
401: {
|
|
1225
|
+
headers: {
|
|
1226
|
+
[name: string]: unknown;
|
|
1227
|
+
};
|
|
1228
|
+
content: {
|
|
1229
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1230
|
+
};
|
|
1231
|
+
};
|
|
1232
|
+
};
|
|
1233
|
+
};
|
|
1234
|
+
getGlobalPreferenceGroup: {
|
|
1235
|
+
parameters: {
|
|
1236
|
+
query?: {
|
|
1237
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1238
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1239
|
+
/** @description Expands the result document to include additional information. For global preference groups, the expansion "sites" retrieves the custom preferences for all the available sites. */
|
|
1240
|
+
expand?: components["parameters"]["globalPreferenceGroupExpand"];
|
|
1241
|
+
};
|
|
1242
|
+
header?: never;
|
|
1243
|
+
path: {
|
|
1244
|
+
/**
|
|
1245
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1246
|
+
* @example f_ecom_zzxy_prd
|
|
1247
|
+
*/
|
|
1248
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1249
|
+
/** @description The preference group ID. */
|
|
1250
|
+
groupId: components["parameters"]["groupId"];
|
|
1251
|
+
/**
|
|
1252
|
+
* @description The instance type for which to read or update preferences.
|
|
1253
|
+
* @example staging
|
|
1254
|
+
*/
|
|
1255
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1256
|
+
};
|
|
1257
|
+
cookie?: never;
|
|
1258
|
+
};
|
|
1259
|
+
requestBody?: never;
|
|
1260
|
+
responses: {
|
|
1261
|
+
/** @description Custom preferences retrieved successfully. */
|
|
1262
|
+
200: {
|
|
1263
|
+
headers: {
|
|
1264
|
+
[name: string]: unknown;
|
|
1265
|
+
};
|
|
1266
|
+
content: {
|
|
1267
|
+
"application/json": components["schemas"]["OrganizationPreferences"];
|
|
1268
|
+
};
|
|
1269
|
+
};
|
|
1270
|
+
/** @description Invalid instance type was provided. */
|
|
1271
|
+
400: {
|
|
1272
|
+
headers: {
|
|
1273
|
+
[name: string]: unknown;
|
|
1274
|
+
};
|
|
1275
|
+
content: {
|
|
1276
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1277
|
+
};
|
|
1278
|
+
};
|
|
1279
|
+
/** @description The preference group was not found. */
|
|
1280
|
+
404: {
|
|
1281
|
+
headers: {
|
|
1282
|
+
[name: string]: unknown;
|
|
1283
|
+
};
|
|
1284
|
+
content: {
|
|
1285
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1286
|
+
};
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
updateGlobalPreferenceGroup: {
|
|
1291
|
+
parameters: {
|
|
1292
|
+
query?: {
|
|
1293
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1294
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1295
|
+
};
|
|
1296
|
+
header?: never;
|
|
1297
|
+
path: {
|
|
1298
|
+
/**
|
|
1299
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1300
|
+
* @example f_ecom_zzxy_prd
|
|
1301
|
+
*/
|
|
1302
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1303
|
+
/** @description The preference group ID. */
|
|
1304
|
+
groupId: components["parameters"]["groupId"];
|
|
1305
|
+
/**
|
|
1306
|
+
* @description The instance type for which to read or update preferences.
|
|
1307
|
+
* @example staging
|
|
1308
|
+
*/
|
|
1309
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1310
|
+
};
|
|
1311
|
+
cookie?: never;
|
|
1312
|
+
};
|
|
1313
|
+
/** @description The preferences to update. Custom preference attributes use the "c_" prefix. */
|
|
1314
|
+
requestBody: {
|
|
1315
|
+
content: {
|
|
1316
|
+
"application/json": components["schemas"]["OrganizationPreferences"];
|
|
1317
|
+
};
|
|
1318
|
+
};
|
|
1319
|
+
responses: {
|
|
1320
|
+
/** @description Custom preferences updated successfully. */
|
|
1321
|
+
200: {
|
|
1322
|
+
headers: {
|
|
1323
|
+
[name: string]: unknown;
|
|
1324
|
+
};
|
|
1325
|
+
content: {
|
|
1326
|
+
"application/json": components["schemas"]["OrganizationPreferences"];
|
|
1327
|
+
};
|
|
1328
|
+
};
|
|
1329
|
+
/** @description Invalid instance type was provided. */
|
|
1330
|
+
400: {
|
|
1331
|
+
headers: {
|
|
1332
|
+
[name: string]: unknown;
|
|
1333
|
+
};
|
|
1334
|
+
content: {
|
|
1335
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
/** @description The preference group was not found. */
|
|
1339
|
+
404: {
|
|
1340
|
+
headers: {
|
|
1341
|
+
[name: string]: unknown;
|
|
1342
|
+
};
|
|
1343
|
+
content: {
|
|
1344
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1345
|
+
};
|
|
1346
|
+
};
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
getSitePreferenceGroup: {
|
|
1350
|
+
parameters: {
|
|
1351
|
+
query: {
|
|
1352
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1353
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1354
|
+
/** @description The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. */
|
|
1355
|
+
siteId: components["parameters"]["siteId"];
|
|
1356
|
+
};
|
|
1357
|
+
header?: never;
|
|
1358
|
+
path: {
|
|
1359
|
+
/**
|
|
1360
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1361
|
+
* @example f_ecom_zzxy_prd
|
|
1362
|
+
*/
|
|
1363
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1364
|
+
/** @description The preference group ID. */
|
|
1365
|
+
groupId: components["parameters"]["groupId"];
|
|
1366
|
+
/**
|
|
1367
|
+
* @description The instance type for which to read or update preferences.
|
|
1368
|
+
* @example staging
|
|
1369
|
+
*/
|
|
1370
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1371
|
+
};
|
|
1372
|
+
cookie?: never;
|
|
1373
|
+
};
|
|
1374
|
+
requestBody?: never;
|
|
1375
|
+
responses: {
|
|
1376
|
+
/** @description Custom site preferences retrieved successfully. */
|
|
1377
|
+
200: {
|
|
1378
|
+
headers: {
|
|
1379
|
+
[name: string]: unknown;
|
|
1380
|
+
};
|
|
1381
|
+
content: {
|
|
1382
|
+
"application/json": components["schemas"]["SitePreferences"];
|
|
1383
|
+
};
|
|
1384
|
+
};
|
|
1385
|
+
/** @description Invalid instance type was provided. */
|
|
1386
|
+
400: {
|
|
1387
|
+
headers: {
|
|
1388
|
+
[name: string]: unknown;
|
|
1389
|
+
};
|
|
1390
|
+
content: {
|
|
1391
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1392
|
+
};
|
|
1393
|
+
};
|
|
1394
|
+
/** @description The preference group was not found. */
|
|
1395
|
+
404: {
|
|
1396
|
+
headers: {
|
|
1397
|
+
[name: string]: unknown;
|
|
1398
|
+
};
|
|
1399
|
+
content: {
|
|
1400
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1401
|
+
};
|
|
1402
|
+
};
|
|
1403
|
+
};
|
|
1404
|
+
};
|
|
1405
|
+
updateSitePreferenceGroup: {
|
|
1406
|
+
parameters: {
|
|
1407
|
+
query: {
|
|
1408
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1409
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1410
|
+
/** @description The identifier of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites. */
|
|
1411
|
+
siteId: components["parameters"]["siteId"];
|
|
1412
|
+
};
|
|
1413
|
+
header?: never;
|
|
1414
|
+
path: {
|
|
1415
|
+
/**
|
|
1416
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1417
|
+
* @example f_ecom_zzxy_prd
|
|
1418
|
+
*/
|
|
1419
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1420
|
+
/** @description The preference group ID. */
|
|
1421
|
+
groupId: components["parameters"]["groupId"];
|
|
1422
|
+
/**
|
|
1423
|
+
* @description The instance type for which to read or update preferences.
|
|
1424
|
+
* @example staging
|
|
1425
|
+
*/
|
|
1426
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1427
|
+
};
|
|
1428
|
+
cookie?: never;
|
|
1429
|
+
};
|
|
1430
|
+
/** @description The site preferences to update. Custom preference attributes use the "c_" prefix. */
|
|
1431
|
+
requestBody: {
|
|
1432
|
+
content: {
|
|
1433
|
+
"application/json": components["schemas"]["SitePreferences"];
|
|
1434
|
+
};
|
|
1435
|
+
};
|
|
1436
|
+
responses: {
|
|
1437
|
+
/** @description Custom site preferences updated successfully. */
|
|
1438
|
+
200: {
|
|
1439
|
+
headers: {
|
|
1440
|
+
[name: string]: unknown;
|
|
1441
|
+
};
|
|
1442
|
+
content: {
|
|
1443
|
+
"application/json": components["schemas"]["SitePreferences"];
|
|
1444
|
+
};
|
|
1445
|
+
};
|
|
1446
|
+
/** @description Invalid instance type was provided. */
|
|
1447
|
+
400: {
|
|
1448
|
+
headers: {
|
|
1449
|
+
[name: string]: unknown;
|
|
1450
|
+
};
|
|
1451
|
+
content: {
|
|
1452
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1453
|
+
};
|
|
1454
|
+
};
|
|
1455
|
+
/** @description The preference group was not found. */
|
|
1456
|
+
404: {
|
|
1457
|
+
headers: {
|
|
1458
|
+
[name: string]: unknown;
|
|
1459
|
+
};
|
|
1460
|
+
content: {
|
|
1461
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1462
|
+
};
|
|
1463
|
+
};
|
|
1464
|
+
};
|
|
1465
|
+
};
|
|
1466
|
+
searchSitePreferences: {
|
|
1467
|
+
parameters: {
|
|
1468
|
+
query?: {
|
|
1469
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1470
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1471
|
+
/** @description Expands the result document to include additional information. For preference search, the expansion "value" retrieves the value definitions of the attribute definition. */
|
|
1472
|
+
expand?: components["parameters"]["preferenceSearchExpand"];
|
|
1473
|
+
};
|
|
1474
|
+
header?: never;
|
|
1475
|
+
path: {
|
|
1476
|
+
/**
|
|
1477
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1478
|
+
* @example f_ecom_zzxy_prd
|
|
1479
|
+
*/
|
|
1480
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1481
|
+
/** @description The preference group ID. */
|
|
1482
|
+
groupId: components["parameters"]["groupId"];
|
|
1483
|
+
/**
|
|
1484
|
+
* @description The instance type for which to read or update preferences.
|
|
1485
|
+
* @example staging
|
|
1486
|
+
*/
|
|
1487
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1488
|
+
};
|
|
1489
|
+
cookie?: never;
|
|
1490
|
+
};
|
|
1491
|
+
/** @description The search request document. */
|
|
1492
|
+
requestBody: {
|
|
1493
|
+
content: {
|
|
1494
|
+
"application/json": components["schemas"]["SearchRequest"];
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
responses: {
|
|
1498
|
+
/** @description Preference search executed successfully. */
|
|
1499
|
+
200: {
|
|
1500
|
+
headers: {
|
|
1501
|
+
[name: string]: unknown;
|
|
1502
|
+
};
|
|
1503
|
+
content: {
|
|
1504
|
+
"application/json": components["schemas"]["PreferenceValueSearchResult"];
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* @description The request is malformed. This can be caused by an invalid instance type,
|
|
1509
|
+
* an ill-formed search query, or attempting to sort by a non-sortable field.
|
|
1510
|
+
*/
|
|
1511
|
+
400: {
|
|
1512
|
+
headers: {
|
|
1513
|
+
[name: string]: unknown;
|
|
1514
|
+
};
|
|
1515
|
+
content: {
|
|
1516
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
1519
|
+
/** @description The preference group was not found. */
|
|
1520
|
+
404: {
|
|
1521
|
+
headers: {
|
|
1522
|
+
[name: string]: unknown;
|
|
1523
|
+
};
|
|
1524
|
+
content: {
|
|
1525
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
};
|
|
1529
|
+
};
|
|
1530
|
+
getSitePreference: {
|
|
1531
|
+
parameters: {
|
|
1532
|
+
query?: {
|
|
1533
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1534
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1535
|
+
};
|
|
1536
|
+
header?: never;
|
|
1537
|
+
path: {
|
|
1538
|
+
/**
|
|
1539
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1540
|
+
* @example f_ecom_zzxy_prd
|
|
1541
|
+
*/
|
|
1542
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1543
|
+
/** @description The preference group ID. */
|
|
1544
|
+
groupId: components["parameters"]["groupId"];
|
|
1545
|
+
/**
|
|
1546
|
+
* @description The instance type for which to read or update preferences.
|
|
1547
|
+
* @example staging
|
|
1548
|
+
*/
|
|
1549
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1550
|
+
/** @description The preference attribute ID. */
|
|
1551
|
+
preferenceId: components["parameters"]["preferenceId"];
|
|
1552
|
+
};
|
|
1553
|
+
cookie?: never;
|
|
1554
|
+
};
|
|
1555
|
+
requestBody?: never;
|
|
1556
|
+
responses: {
|
|
1557
|
+
/** @description Preference value retrieved successfully. */
|
|
1558
|
+
200: {
|
|
1559
|
+
headers: {
|
|
1560
|
+
[name: string]: unknown;
|
|
1561
|
+
};
|
|
1562
|
+
content: {
|
|
1563
|
+
"application/json": components["schemas"]["PreferenceValue"];
|
|
1564
|
+
};
|
|
1565
|
+
};
|
|
1566
|
+
/** @description Invalid instance type was provided. */
|
|
1567
|
+
400: {
|
|
1568
|
+
headers: {
|
|
1569
|
+
[name: string]: unknown;
|
|
1570
|
+
};
|
|
1571
|
+
content: {
|
|
1572
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
/** @description The preference group or preference was not found. */
|
|
1576
|
+
404: {
|
|
1577
|
+
headers: {
|
|
1578
|
+
[name: string]: unknown;
|
|
1579
|
+
};
|
|
1580
|
+
content: {
|
|
1581
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
};
|
|
1586
|
+
updateSitePreference: {
|
|
1587
|
+
parameters: {
|
|
1588
|
+
query?: {
|
|
1589
|
+
/** @description The preference values of type Password are masked when set. */
|
|
1590
|
+
maskPasswords?: components["parameters"]["maskPasswords"];
|
|
1591
|
+
};
|
|
1592
|
+
header?: never;
|
|
1593
|
+
path: {
|
|
1594
|
+
/**
|
|
1595
|
+
* @description An identifier for the Salesforce Commerce Cloud organization the request is being made by. It consists of a prefix 'f_ecom_' followed by a 4-character [realm identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#realm-id) and a 3-character [instance type identifier](https://developer.salesforce.com/docs/commerce/commerce-api/guide/base-url.html#instance-id).
|
|
1596
|
+
* @example f_ecom_zzxy_prd
|
|
1597
|
+
*/
|
|
1598
|
+
organizationId: components["parameters"]["organizationId"];
|
|
1599
|
+
/** @description The preference group ID. */
|
|
1600
|
+
groupId: components["parameters"]["groupId"];
|
|
1601
|
+
/**
|
|
1602
|
+
* @description The instance type for which to read or update preferences.
|
|
1603
|
+
* @example staging
|
|
1604
|
+
*/
|
|
1605
|
+
instanceType: components["parameters"]["instanceType"];
|
|
1606
|
+
/** @description The preference attribute ID. */
|
|
1607
|
+
preferenceId: components["parameters"]["preferenceId"];
|
|
1608
|
+
};
|
|
1609
|
+
cookie?: never;
|
|
1610
|
+
};
|
|
1611
|
+
/** @description The preference value to update with site-specific values. */
|
|
1612
|
+
requestBody: {
|
|
1613
|
+
content: {
|
|
1614
|
+
"application/json": components["schemas"]["PreferenceValue"];
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
responses: {
|
|
1618
|
+
/** @description Preference value updated successfully. */
|
|
1619
|
+
200: {
|
|
1620
|
+
headers: {
|
|
1621
|
+
[name: string]: unknown;
|
|
1622
|
+
};
|
|
1623
|
+
content: {
|
|
1624
|
+
"application/json": components["schemas"]["PreferenceValue"];
|
|
1625
|
+
};
|
|
1626
|
+
};
|
|
1627
|
+
/** @description Invalid instance type was provided. */
|
|
1628
|
+
400: {
|
|
1629
|
+
headers: {
|
|
1630
|
+
[name: string]: unknown;
|
|
1631
|
+
};
|
|
1632
|
+
content: {
|
|
1633
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1634
|
+
};
|
|
1635
|
+
};
|
|
1636
|
+
/** @description The preference group or preference was not found. */
|
|
1637
|
+
404: {
|
|
1638
|
+
headers: {
|
|
1639
|
+
[name: string]: unknown;
|
|
1640
|
+
};
|
|
1641
|
+
content: {
|
|
1642
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
1643
|
+
};
|
|
1644
|
+
};
|
|
1645
|
+
};
|
|
1646
|
+
};
|
|
1647
|
+
}
|
|
1648
|
+
type WithRequired<T, K extends keyof T> = T & {
|
|
1649
|
+
[P in K]-?: T[P];
|
|
1650
|
+
};
|
|
1651
|
+
export {};
|