@salesforce/b2c-tooling-sdk 0.0.1 → 0.0.3
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/README.md +158 -29
- package/data/script-api/TopLevel.APIException.md +119 -0
- package/data/script-api/TopLevel.Array.md +732 -0
- package/data/script-api/TopLevel.ArrayBuffer.md +97 -0
- package/data/script-api/TopLevel.BigInt.md +154 -0
- package/data/script-api/TopLevel.Boolean.md +83 -0
- package/data/script-api/TopLevel.ConversionError.md +51 -0
- package/data/script-api/TopLevel.DataView.md +271 -0
- package/data/script-api/TopLevel.Date.md +688 -0
- package/data/script-api/TopLevel.ES6Iterator.md +47 -0
- package/data/script-api/TopLevel.Error.md +124 -0
- package/data/script-api/TopLevel.EvalError.md +47 -0
- package/data/script-api/TopLevel.Fault.md +133 -0
- package/data/script-api/TopLevel.Float32Array.md +186 -0
- package/data/script-api/TopLevel.Float64Array.md +186 -0
- package/data/script-api/TopLevel.Function.md +114 -0
- package/data/script-api/TopLevel.Generator.md +132 -0
- package/data/script-api/TopLevel.IOError.md +98 -0
- package/data/script-api/TopLevel.Int16Array.md +186 -0
- package/data/script-api/TopLevel.Int32Array.md +186 -0
- package/data/script-api/TopLevel.Int8Array.md +186 -0
- package/data/script-api/TopLevel.InternalError.md +47 -0
- package/data/script-api/TopLevel.Iterable.md +44 -0
- package/data/script-api/TopLevel.Iterator.md +89 -0
- package/data/script-api/TopLevel.JSON.md +173 -0
- package/data/script-api/TopLevel.Map.md +189 -0
- package/data/script-api/TopLevel.Math.md +948 -0
- package/data/script-api/TopLevel.Module.md +152 -0
- package/data/script-api/TopLevel.Namespace.md +152 -0
- package/data/script-api/TopLevel.Number.md +404 -0
- package/data/script-api/TopLevel.Object.md +472 -0
- package/data/script-api/TopLevel.QName.md +147 -0
- package/data/script-api/TopLevel.RangeError.md +47 -0
- package/data/script-api/TopLevel.ReferenceError.md +47 -0
- package/data/script-api/TopLevel.RegExp.md +155 -0
- package/data/script-api/TopLevel.Set.md +150 -0
- package/data/script-api/TopLevel.StopIteration.md +36 -0
- package/data/script-api/TopLevel.String.md +1060 -0
- package/data/script-api/TopLevel.Symbol.md +196 -0
- package/data/script-api/TopLevel.SyntaxError.md +47 -0
- package/data/script-api/TopLevel.SystemError.md +99 -0
- package/data/script-api/TopLevel.TypeError.md +47 -0
- package/data/script-api/TopLevel.URIError.md +47 -0
- package/data/script-api/TopLevel.Uint16Array.md +186 -0
- package/data/script-api/TopLevel.Uint32Array.md +186 -0
- package/data/script-api/TopLevel.Uint8Array.md +186 -0
- package/data/script-api/TopLevel.Uint8ClampedArray.md +186 -0
- package/data/script-api/TopLevel.WeakMap.md +135 -0
- package/data/script-api/TopLevel.WeakSet.md +96 -0
- package/data/script-api/TopLevel.XML.md +922 -0
- package/data/script-api/TopLevel.XMLList.md +418 -0
- package/data/script-api/TopLevel.XMLStreamError.md +115 -0
- package/data/script-api/TopLevel.arguments.md +56 -0
- package/data/script-api/TopLevel.global.md +539 -0
- package/data/script-api/TopLevel.md +58 -0
- package/data/script-api/dw.alert.Alert.md +175 -0
- package/data/script-api/dw.alert.Alerts.md +256 -0
- package/data/script-api/dw.alert.md +7 -0
- package/data/script-api/dw.campaign.ABTest.md +63 -0
- package/data/script-api/dw.campaign.ABTestMgr.md +76 -0
- package/data/script-api/dw.campaign.ABTestSegment.md +107 -0
- package/data/script-api/dw.campaign.AmountDiscount.md +70 -0
- package/data/script-api/dw.campaign.ApproachingDiscount.md +157 -0
- package/data/script-api/dw.campaign.BonusChoiceDiscount.md +190 -0
- package/data/script-api/dw.campaign.BonusDiscount.md +59 -0
- package/data/script-api/dw.campaign.Campaign.md +346 -0
- package/data/script-api/dw.campaign.CampaignMgr.md +436 -0
- package/data/script-api/dw.campaign.CampaignStatusCodes.md +103 -0
- package/data/script-api/dw.campaign.Coupon.md +324 -0
- package/data/script-api/dw.campaign.CouponMgr.md +137 -0
- package/data/script-api/dw.campaign.CouponRedemption.md +87 -0
- package/data/script-api/dw.campaign.CouponStatusCodes.md +130 -0
- package/data/script-api/dw.campaign.Discount.md +271 -0
- package/data/script-api/dw.campaign.DiscountPlan.md +322 -0
- package/data/script-api/dw.campaign.FixedPriceDiscount.md +74 -0
- package/data/script-api/dw.campaign.FixedPriceShippingDiscount.md +74 -0
- package/data/script-api/dw.campaign.FreeDiscount.md +24 -0
- package/data/script-api/dw.campaign.FreeShippingDiscount.md +24 -0
- package/data/script-api/dw.campaign.PercentageDiscount.md +74 -0
- package/data/script-api/dw.campaign.PercentageOptionDiscount.md +59 -0
- package/data/script-api/dw.campaign.PriceBookPriceDiscount.md +56 -0
- package/data/script-api/dw.campaign.Promotion.md +939 -0
- package/data/script-api/dw.campaign.PromotionMgr.md +478 -0
- package/data/script-api/dw.campaign.PromotionPlan.md +378 -0
- package/data/script-api/dw.campaign.SlotContent.md +131 -0
- package/data/script-api/dw.campaign.SourceCodeGroup.md +83 -0
- package/data/script-api/dw.campaign.SourceCodeInfo.md +167 -0
- package/data/script-api/dw.campaign.SourceCodeStatusCodes.md +61 -0
- package/data/script-api/dw.campaign.TotalFixedPriceDiscount.md +56 -0
- package/data/script-api/dw.campaign.md +36 -0
- package/data/script-api/dw.catalog.Catalog.md +158 -0
- package/data/script-api/dw.catalog.CatalogMgr.md +155 -0
- package/data/script-api/dw.catalog.Category.md +1212 -0
- package/data/script-api/dw.catalog.CategoryAssignment.md +179 -0
- package/data/script-api/dw.catalog.CategoryLink.md +142 -0
- package/data/script-api/dw.catalog.PriceBook.md +215 -0
- package/data/script-api/dw.catalog.PriceBookMgr.md +176 -0
- package/data/script-api/dw.catalog.Product.md +2492 -0
- package/data/script-api/dw.catalog.ProductActiveData.md +1244 -0
- package/data/script-api/dw.catalog.ProductAttributeModel.md +409 -0
- package/data/script-api/dw.catalog.ProductAvailabilityLevels.md +125 -0
- package/data/script-api/dw.catalog.ProductAvailabilityModel.md +516 -0
- package/data/script-api/dw.catalog.ProductInventoryList.md +136 -0
- package/data/script-api/dw.catalog.ProductInventoryMgr.md +132 -0
- package/data/script-api/dw.catalog.ProductInventoryRecord.md +638 -0
- package/data/script-api/dw.catalog.ProductLink.md +166 -0
- package/data/script-api/dw.catalog.ProductMgr.md +136 -0
- package/data/script-api/dw.catalog.ProductOption.md +189 -0
- package/data/script-api/dw.catalog.ProductOptionModel.md +209 -0
- package/data/script-api/dw.catalog.ProductOptionValue.md +132 -0
- package/data/script-api/dw.catalog.ProductPriceInfo.md +170 -0
- package/data/script-api/dw.catalog.ProductPriceModel.md +988 -0
- package/data/script-api/dw.catalog.ProductPriceTable.md +121 -0
- package/data/script-api/dw.catalog.ProductSearchHit.md +702 -0
- package/data/script-api/dw.catalog.ProductSearchModel.md +1894 -0
- package/data/script-api/dw.catalog.ProductSearchRefinementDefinition.md +99 -0
- package/data/script-api/dw.catalog.ProductSearchRefinementValue.md +80 -0
- package/data/script-api/dw.catalog.ProductSearchRefinements.md +265 -0
- package/data/script-api/dw.catalog.ProductVariationAttribute.md +107 -0
- package/data/script-api/dw.catalog.ProductVariationAttributeValue.md +215 -0
- package/data/script-api/dw.catalog.ProductVariationModel.md +1010 -0
- package/data/script-api/dw.catalog.Recommendation.md +327 -0
- package/data/script-api/dw.catalog.SearchModel.md +769 -0
- package/data/script-api/dw.catalog.SearchRefinementDefinition.md +145 -0
- package/data/script-api/dw.catalog.SearchRefinementValue.md +194 -0
- package/data/script-api/dw.catalog.SearchRefinements.md +238 -0
- package/data/script-api/dw.catalog.SortingOption.md +120 -0
- package/data/script-api/dw.catalog.SortingRule.md +53 -0
- package/data/script-api/dw.catalog.Store.md +484 -0
- package/data/script-api/dw.catalog.StoreGroup.md +95 -0
- package/data/script-api/dw.catalog.StoreInventoryFilter.md +112 -0
- package/data/script-api/dw.catalog.StoreInventoryFilterValue.md +111 -0
- package/data/script-api/dw.catalog.StoreMgr.md +223 -0
- package/data/script-api/dw.catalog.Variant.md +1000 -0
- package/data/script-api/dw.catalog.VariationGroup.md +869 -0
- package/data/script-api/dw.catalog.md +50 -0
- package/data/script-api/dw.content.Content.md +481 -0
- package/data/script-api/dw.content.ContentMgr.md +147 -0
- package/data/script-api/dw.content.ContentSearchModel.md +618 -0
- package/data/script-api/dw.content.ContentSearchRefinementDefinition.md +61 -0
- package/data/script-api/dw.content.ContentSearchRefinementValue.md +22 -0
- package/data/script-api/dw.content.ContentSearchRefinements.md +218 -0
- package/data/script-api/dw.content.Folder.md +432 -0
- package/data/script-api/dw.content.Library.md +124 -0
- package/data/script-api/dw.content.MarkupText.md +150 -0
- package/data/script-api/dw.content.MediaFile.md +367 -0
- package/data/script-api/dw.content.md +15 -0
- package/data/script-api/dw.crypto.CertificateRef.md +59 -0
- package/data/script-api/dw.crypto.CertificateUtils.md +162 -0
- package/data/script-api/dw.crypto.Cipher.md +1230 -0
- package/data/script-api/dw.crypto.Encoding.md +193 -0
- package/data/script-api/dw.crypto.JWE.md +245 -0
- package/data/script-api/dw.crypto.JWEHeader.md +147 -0
- package/data/script-api/dw.crypto.JWS.md +260 -0
- package/data/script-api/dw.crypto.JWSHeader.md +128 -0
- package/data/script-api/dw.crypto.KeyRef.md +77 -0
- package/data/script-api/dw.crypto.Mac.md +191 -0
- package/data/script-api/dw.crypto.MessageDigest.md +243 -0
- package/data/script-api/dw.crypto.SecureRandom.md +161 -0
- package/data/script-api/dw.crypto.Signature.md +241 -0
- package/data/script-api/dw.crypto.WeakCipher.md +725 -0
- package/data/script-api/dw.crypto.WeakMac.md +163 -0
- package/data/script-api/dw.crypto.WeakMessageDigest.md +220 -0
- package/data/script-api/dw.crypto.WeakSignature.md +208 -0
- package/data/script-api/dw.crypto.X509Certificate.md +180 -0
- package/data/script-api/dw.crypto.md +23 -0
- package/data/script-api/dw.customer.AddressBook.md +158 -0
- package/data/script-api/dw.customer.AgentUserMgr.md +94 -0
- package/data/script-api/dw.customer.AgentUserStatusCodes.md +164 -0
- package/data/script-api/dw.customer.AuthenticationStatus.md +157 -0
- package/data/script-api/dw.customer.Credentials.md +524 -0
- package/data/script-api/dw.customer.Customer.md +488 -0
- package/data/script-api/dw.customer.CustomerActiveData.md +563 -0
- package/data/script-api/dw.customer.CustomerAddress.md +666 -0
- package/data/script-api/dw.customer.CustomerCDPData.md +70 -0
- package/data/script-api/dw.customer.CustomerContextMgr.md +62 -0
- package/data/script-api/dw.customer.CustomerGroup.md +146 -0
- package/data/script-api/dw.customer.CustomerList.md +76 -0
- package/data/script-api/dw.customer.CustomerMgr.md +1046 -0
- package/data/script-api/dw.customer.CustomerPasswordConstraints.md +125 -0
- package/data/script-api/dw.customer.CustomerPaymentInstrument.md +161 -0
- package/data/script-api/dw.customer.CustomerStatusCodes.md +55 -0
- package/data/script-api/dw.customer.EncryptedObject.md +34 -0
- package/data/script-api/dw.customer.ExternalProfile.md +154 -0
- package/data/script-api/dw.customer.OrderHistory.md +167 -0
- package/data/script-api/dw.customer.ProductList.md +870 -0
- package/data/script-api/dw.customer.ProductListItem.md +469 -0
- package/data/script-api/dw.customer.ProductListItemPurchase.md +139 -0
- package/data/script-api/dw.customer.ProductListMgr.md +350 -0
- package/data/script-api/dw.customer.ProductListRegistrant.md +165 -0
- package/data/script-api/dw.customer.Profile.md +895 -0
- package/data/script-api/dw.customer.Wallet.md +136 -0
- package/data/script-api/dw.customer.md +31 -0
- package/data/script-api/dw.customer.oauth.OAuthAccessTokenResponse.md +171 -0
- package/data/script-api/dw.customer.oauth.OAuthFinalizedResponse.md +75 -0
- package/data/script-api/dw.customer.oauth.OAuthLoginFlowMgr.md +165 -0
- package/data/script-api/dw.customer.oauth.OAuthUserInfoResponse.md +84 -0
- package/data/script-api/dw.customer.oauth.md +9 -0
- package/data/script-api/dw.customer.shoppercontext.ShopperContext.md +369 -0
- package/data/script-api/dw.customer.shoppercontext.ShopperContextErrorCodes.md +111 -0
- package/data/script-api/dw.customer.shoppercontext.ShopperContextException.md +77 -0
- package/data/script-api/dw.customer.shoppercontext.ShopperContextMgr.md +209 -0
- package/data/script-api/dw.customer.shoppercontext.md +9 -0
- package/data/script-api/dw.experience.AspectAttributeValidationException.md +25 -0
- package/data/script-api/dw.experience.Component.md +166 -0
- package/data/script-api/dw.experience.ComponentRenderSettings.md +130 -0
- package/data/script-api/dw.experience.ComponentScriptContext.md +148 -0
- package/data/script-api/dw.experience.CustomEditor.md +146 -0
- package/data/script-api/dw.experience.CustomEditorResources.md +100 -0
- package/data/script-api/dw.experience.Page.md +467 -0
- package/data/script-api/dw.experience.PageMgr.md +549 -0
- package/data/script-api/dw.experience.PageScriptContext.md +200 -0
- package/data/script-api/dw.experience.Region.md +119 -0
- package/data/script-api/dw.experience.RegionRenderSettings.md +207 -0
- package/data/script-api/dw.experience.cms.CMSRecord.md +125 -0
- package/data/script-api/dw.experience.cms.md +6 -0
- package/data/script-api/dw.experience.image.FocalPoint.md +71 -0
- package/data/script-api/dw.experience.image.Image.md +101 -0
- package/data/script-api/dw.experience.image.ImageMetaData.md +71 -0
- package/data/script-api/dw.experience.image.md +8 -0
- package/data/script-api/dw.experience.md +16 -0
- package/data/script-api/dw.extensions.applepay.ApplePayHookResult.md +254 -0
- package/data/script-api/dw.extensions.applepay.ApplePayHooks.md +572 -0
- package/data/script-api/dw.extensions.applepay.md +7 -0
- package/data/script-api/dw.extensions.facebook.FacebookFeedHooks.md +102 -0
- package/data/script-api/dw.extensions.facebook.FacebookProduct.md +1343 -0
- package/data/script-api/dw.extensions.facebook.md +7 -0
- package/data/script-api/dw.extensions.paymentapi.PaymentApiHooks.md +136 -0
- package/data/script-api/dw.extensions.paymentapi.md +6 -0
- package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHookResult.md +149 -0
- package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHooks.md +356 -0
- package/data/script-api/dw.extensions.paymentrequest.md +7 -0
- package/data/script-api/dw.extensions.payments.SalesforceAdyenPaymentIntent.md +134 -0
- package/data/script-api/dw.extensions.payments.SalesforceAdyenSavedPaymentMethod.md +283 -0
- package/data/script-api/dw.extensions.payments.SalesforceBancontactPaymentDetails.md +88 -0
- package/data/script-api/dw.extensions.payments.SalesforceCardPaymentDetails.md +107 -0
- package/data/script-api/dw.extensions.payments.SalesforceEpsPaymentDetails.md +63 -0
- package/data/script-api/dw.extensions.payments.SalesforceIdealPaymentDetails.md +63 -0
- package/data/script-api/dw.extensions.payments.SalesforceKlarnaPaymentDetails.md +63 -0
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrder.md +263 -0
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderAddress.md +171 -0
- package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderPayer.md +110 -0
- package/data/script-api/dw.extensions.payments.SalesforcePayPalPaymentDetails.md +88 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentDetails.md +83 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentIntent.md +273 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentMethod.md +368 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentRequest.md +1077 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +166 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccount.md +151 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod.md +98 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsMgr.md +941 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +126 -0
- package/data/script-api/dw.extensions.payments.SalesforcePaymentsZone.md +393 -0
- package/data/script-api/dw.extensions.payments.SalesforceSepaDebitPaymentDetails.md +63 -0
- package/data/script-api/dw.extensions.payments.SalesforceVenmoPaymentDetails.md +88 -0
- package/data/script-api/dw.extensions.payments.md +28 -0
- package/data/script-api/dw.extensions.pinterest.PinterestAvailability.md +85 -0
- package/data/script-api/dw.extensions.pinterest.PinterestFeedHooks.md +118 -0
- package/data/script-api/dw.extensions.pinterest.PinterestOrder.md +263 -0
- package/data/script-api/dw.extensions.pinterest.PinterestOrderHooks.md +89 -0
- package/data/script-api/dw.extensions.pinterest.PinterestProduct.md +677 -0
- package/data/script-api/dw.extensions.pinterest.md +10 -0
- package/data/script-api/dw.io.CSVStreamReader.md +128 -0
- package/data/script-api/dw.io.CSVStreamWriter.md +92 -0
- package/data/script-api/dw.io.File.md +729 -0
- package/data/script-api/dw.io.FileReader.md +70 -0
- package/data/script-api/dw.io.FileWriter.md +159 -0
- package/data/script-api/dw.io.InputStream.md +35 -0
- package/data/script-api/dw.io.OutputStream.md +38 -0
- package/data/script-api/dw.io.PrintWriter.md +66 -0
- package/data/script-api/dw.io.RandomAccessFileReader.md +183 -0
- package/data/script-api/dw.io.Reader.md +284 -0
- package/data/script-api/dw.io.StringWriter.md +89 -0
- package/data/script-api/dw.io.Writer.md +96 -0
- package/data/script-api/dw.io.XMLIndentingStreamWriter.md +121 -0
- package/data/script-api/dw.io.XMLStreamConstants.md +172 -0
- package/data/script-api/dw.io.XMLStreamReader.md +1181 -0
- package/data/script-api/dw.io.XMLStreamWriter.md +478 -0
- package/data/script-api/dw.io.md +21 -0
- package/data/script-api/dw.job.JobExecution.md +111 -0
- package/data/script-api/dw.job.JobStepExecution.md +136 -0
- package/data/script-api/dw.job.md +7 -0
- package/data/script-api/dw.net.FTPClient.md +621 -0
- package/data/script-api/dw.net.FTPFileInfo.md +132 -0
- package/data/script-api/dw.net.HTTPClient.md +775 -0
- package/data/script-api/dw.net.HTTPClientLoggingConfig.md +363 -0
- package/data/script-api/dw.net.HTTPRequestPart.md +296 -0
- package/data/script-api/dw.net.Mail.md +487 -0
- package/data/script-api/dw.net.SFTPClient.md +535 -0
- package/data/script-api/dw.net.SFTPFileInfo.md +128 -0
- package/data/script-api/dw.net.WebDAVClient.md +762 -0
- package/data/script-api/dw.net.WebDAVFileInfo.md +163 -0
- package/data/script-api/dw.net.md +15 -0
- package/data/script-api/dw.object.ActiveData.md +86 -0
- package/data/script-api/dw.object.CustomAttributes.md +122 -0
- package/data/script-api/dw.object.CustomObject.md +82 -0
- package/data/script-api/dw.object.CustomObjectMgr.md +478 -0
- package/data/script-api/dw.object.Extensible.md +71 -0
- package/data/script-api/dw.object.ExtensibleObject.md +85 -0
- package/data/script-api/dw.object.Note.md +118 -0
- package/data/script-api/dw.object.ObjectAttributeDefinition.md +542 -0
- package/data/script-api/dw.object.ObjectAttributeGroup.md +160 -0
- package/data/script-api/dw.object.ObjectAttributeValueDefinition.md +78 -0
- package/data/script-api/dw.object.ObjectTypeDefinition.md +239 -0
- package/data/script-api/dw.object.PersistentObject.md +92 -0
- package/data/script-api/dw.object.SimpleExtensible.md +53 -0
- package/data/script-api/dw.object.SystemObjectMgr.md +520 -0
- package/data/script-api/dw.object.md +19 -0
- package/data/script-api/dw.order.AbstractItem.md +220 -0
- package/data/script-api/dw.order.AbstractItemCtnr.md +219 -0
- package/data/script-api/dw.order.Appeasement.md +398 -0
- package/data/script-api/dw.order.AppeasementItem.md +104 -0
- package/data/script-api/dw.order.Basket.md +867 -0
- package/data/script-api/dw.order.BasketMgr.md +673 -0
- package/data/script-api/dw.order.BonusDiscountLineItem.md +309 -0
- package/data/script-api/dw.order.CouponLineItem.md +289 -0
- package/data/script-api/dw.order.CreateAgentBasketLimitExceededException.md +35 -0
- package/data/script-api/dw.order.CreateBasketFromOrderException.md +54 -0
- package/data/script-api/dw.order.CreateCouponLineItemException.md +67 -0
- package/data/script-api/dw.order.CreateOrderException.md +23 -0
- package/data/script-api/dw.order.CreateTemporaryBasketLimitExceededException.md +35 -0
- package/data/script-api/dw.order.GiftCertificate.md +530 -0
- package/data/script-api/dw.order.GiftCertificateLineItem.md +292 -0
- package/data/script-api/dw.order.GiftCertificateMgr.md +228 -0
- package/data/script-api/dw.order.GiftCertificateStatusCodes.md +108 -0
- package/data/script-api/dw.order.Invoice.md +571 -0
- package/data/script-api/dw.order.InvoiceItem.md +199 -0
- package/data/script-api/dw.order.LineItem.md +489 -0
- package/data/script-api/dw.order.LineItemCtnr.md +2399 -0
- package/data/script-api/dw.order.Order.md +2770 -0
- package/data/script-api/dw.order.OrderAddress.md +624 -0
- package/data/script-api/dw.order.OrderItem.md +613 -0
- package/data/script-api/dw.order.OrderMgr.md +1494 -0
- package/data/script-api/dw.order.OrderPaymentInstrument.md +231 -0
- package/data/script-api/dw.order.OrderProcessStatusCodes.md +146 -0
- package/data/script-api/dw.order.PaymentCard.md +220 -0
- package/data/script-api/dw.order.PaymentInstrument.md +1416 -0
- package/data/script-api/dw.order.PaymentMethod.md +257 -0
- package/data/script-api/dw.order.PaymentMgr.md +138 -0
- package/data/script-api/dw.order.PaymentProcessor.md +106 -0
- package/data/script-api/dw.order.PaymentStatusCodes.md +70 -0
- package/data/script-api/dw.order.PaymentTransaction.md +291 -0
- package/data/script-api/dw.order.PriceAdjustment.md +745 -0
- package/data/script-api/dw.order.PriceAdjustmentLimitTypes.md +61 -0
- package/data/script-api/dw.order.ProductLineItem.md +1749 -0
- package/data/script-api/dw.order.ProductShippingCost.md +101 -0
- package/data/script-api/dw.order.ProductShippingLineItem.md +336 -0
- package/data/script-api/dw.order.ProductShippingModel.md +143 -0
- package/data/script-api/dw.order.Return.md +396 -0
- package/data/script-api/dw.order.ReturnCase.md +463 -0
- package/data/script-api/dw.order.ReturnCaseItem.md +372 -0
- package/data/script-api/dw.order.ReturnItem.md +335 -0
- package/data/script-api/dw.order.Shipment.md +1124 -0
- package/data/script-api/dw.order.ShipmentShippingCost.md +54 -0
- package/data/script-api/dw.order.ShipmentShippingModel.md +203 -0
- package/data/script-api/dw.order.ShippingLineItem.md +315 -0
- package/data/script-api/dw.order.ShippingLocation.md +313 -0
- package/data/script-api/dw.order.ShippingMethod.md +251 -0
- package/data/script-api/dw.order.ShippingMgr.md +173 -0
- package/data/script-api/dw.order.ShippingOrder.md +630 -0
- package/data/script-api/dw.order.ShippingOrderItem.md +425 -0
- package/data/script-api/dw.order.SumItem.md +158 -0
- package/data/script-api/dw.order.TaxGroup.md +128 -0
- package/data/script-api/dw.order.TaxItem.md +74 -0
- package/data/script-api/dw.order.TaxMgr.md +260 -0
- package/data/script-api/dw.order.TrackingInfo.md +261 -0
- package/data/script-api/dw.order.TrackingRef.md +108 -0
- package/data/script-api/dw.order.hooks.BasketMergeHooks.md +87 -0
- package/data/script-api/dw.order.hooks.CalculateHooks.md +139 -0
- package/data/script-api/dw.order.hooks.CheckoutHooks.md +88 -0
- package/data/script-api/dw.order.hooks.OrderHooks.md +96 -0
- package/data/script-api/dw.order.hooks.PaymentHooks.md +325 -0
- package/data/script-api/dw.order.hooks.ReturnHooks.md +395 -0
- package/data/script-api/dw.order.hooks.ShippingOrderHooks.md +426 -0
- package/data/script-api/dw.order.hooks.md +12 -0
- package/data/script-api/dw.order.md +64 -0
- package/data/script-api/dw.rpc.SOAPUtil.md +736 -0
- package/data/script-api/dw.rpc.Stub.md +373 -0
- package/data/script-api/dw.rpc.WebReference.md +133 -0
- package/data/script-api/dw.rpc.md +8 -0
- package/data/script-api/dw.sitemap.SitemapFile.md +137 -0
- package/data/script-api/dw.sitemap.SitemapMgr.md +142 -0
- package/data/script-api/dw.sitemap.md +7 -0
- package/data/script-api/dw.suggest.BrandSuggestions.md +34 -0
- package/data/script-api/dw.suggest.CategorySuggestions.md +76 -0
- package/data/script-api/dw.suggest.ContentSuggestions.md +76 -0
- package/data/script-api/dw.suggest.CustomSuggestions.md +34 -0
- package/data/script-api/dw.suggest.ProductSuggestions.md +76 -0
- package/data/script-api/dw.suggest.SearchPhraseSuggestions.md +126 -0
- package/data/script-api/dw.suggest.SuggestModel.md +471 -0
- package/data/script-api/dw.suggest.SuggestedCategory.md +51 -0
- package/data/script-api/dw.suggest.SuggestedContent.md +51 -0
- package/data/script-api/dw.suggest.SuggestedPhrase.md +70 -0
- package/data/script-api/dw.suggest.SuggestedProduct.md +55 -0
- package/data/script-api/dw.suggest.SuggestedTerm.md +143 -0
- package/data/script-api/dw.suggest.SuggestedTerms.md +144 -0
- package/data/script-api/dw.suggest.Suggestions.md +206 -0
- package/data/script-api/dw.suggest.md +19 -0
- package/data/script-api/dw.svc.FTPService.md +140 -0
- package/data/script-api/dw.svc.FTPServiceDefinition.md +97 -0
- package/data/script-api/dw.svc.HTTPFormService.md +32 -0
- package/data/script-api/dw.svc.HTTPFormServiceDefinition.md +36 -0
- package/data/script-api/dw.svc.HTTPService.md +370 -0
- package/data/script-api/dw.svc.HTTPServiceDefinition.md +290 -0
- package/data/script-api/dw.svc.LocalServiceRegistry.md +63 -0
- package/data/script-api/dw.svc.Result.md +320 -0
- package/data/script-api/dw.svc.SOAPService.md +104 -0
- package/data/script-api/dw.svc.SOAPServiceDefinition.md +32 -0
- package/data/script-api/dw.svc.Service.md +276 -0
- package/data/script-api/dw.svc.ServiceCallback.md +282 -0
- package/data/script-api/dw.svc.ServiceConfig.md +114 -0
- package/data/script-api/dw.svc.ServiceCredential.md +162 -0
- package/data/script-api/dw.svc.ServiceDefinition.md +211 -0
- package/data/script-api/dw.svc.ServiceProfile.md +152 -0
- package/data/script-api/dw.svc.ServiceRegistry.md +118 -0
- package/data/script-api/dw.svc.md +22 -0
- package/data/script-api/dw.system.AgentUserStatusCodes.md +41 -0
- package/data/script-api/dw.system.Cache.md +126 -0
- package/data/script-api/dw.system.CacheMgr.md +70 -0
- package/data/script-api/dw.system.HookMgr.md +78 -0
- package/data/script-api/dw.system.InternalObject.md +47 -0
- package/data/script-api/dw.system.JobProcessMonitor.md +103 -0
- package/data/script-api/dw.system.Log.md +198 -0
- package/data/script-api/dw.system.LogNDC.md +75 -0
- package/data/script-api/dw.system.Logger.md +216 -0
- package/data/script-api/dw.system.OrganizationPreferences.md +53 -0
- package/data/script-api/dw.system.Pipeline.md +94 -0
- package/data/script-api/dw.system.PipelineDictionary.md +42 -0
- package/data/script-api/dw.system.RESTErrorResponse.md +102 -0
- package/data/script-api/dw.system.RESTResponseMgr.md +243 -0
- package/data/script-api/dw.system.RESTSuccessResponse.md +62 -0
- package/data/script-api/dw.system.RemoteInclude.md +146 -0
- package/data/script-api/dw.system.Request.md +781 -0
- package/data/script-api/dw.system.RequestHooks.md +112 -0
- package/data/script-api/dw.system.Response.md +612 -0
- package/data/script-api/dw.system.SearchStatus.md +187 -0
- package/data/script-api/dw.system.Session.md +469 -0
- package/data/script-api/dw.system.Site.md +570 -0
- package/data/script-api/dw.system.SitePreferences.md +90 -0
- package/data/script-api/dw.system.Status.md +330 -0
- package/data/script-api/dw.system.StatusItem.md +273 -0
- package/data/script-api/dw.system.System.md +224 -0
- package/data/script-api/dw.system.Transaction.md +107 -0
- package/data/script-api/dw.system.md +32 -0
- package/data/script-api/dw.template.ISML.md +127 -0
- package/data/script-api/dw.template.Velocity.md +168 -0
- package/data/script-api/dw.template.md +7 -0
- package/data/script-api/dw.util.ArrayList.md +99 -0
- package/data/script-api/dw.util.Assert.md +341 -0
- package/data/script-api/dw.util.BigInteger.md +283 -0
- package/data/script-api/dw.util.Bytes.md +278 -0
- package/data/script-api/dw.util.Calendar.md +1051 -0
- package/data/script-api/dw.util.Collection.md +272 -0
- package/data/script-api/dw.util.Currency.md +147 -0
- package/data/script-api/dw.util.DateUtils.md +82 -0
- package/data/script-api/dw.util.Decimal.md +386 -0
- package/data/script-api/dw.util.FilteringCollection.md +140 -0
- package/data/script-api/dw.util.Geolocation.md +293 -0
- package/data/script-api/dw.util.HashMap.md +50 -0
- package/data/script-api/dw.util.HashSet.md +65 -0
- package/data/script-api/dw.util.Iterator.md +86 -0
- package/data/script-api/dw.util.LinkedHashMap.md +52 -0
- package/data/script-api/dw.util.LinkedHashSet.md +68 -0
- package/data/script-api/dw.util.List.md +429 -0
- package/data/script-api/dw.util.Locale.md +274 -0
- package/data/script-api/dw.util.Map.md +251 -0
- package/data/script-api/dw.util.MapEntry.md +68 -0
- package/data/script-api/dw.util.MappingKey.md +96 -0
- package/data/script-api/dw.util.MappingMgr.md +113 -0
- package/data/script-api/dw.util.PropertyComparator.md +122 -0
- package/data/script-api/dw.util.SecureEncoder.md +582 -0
- package/data/script-api/dw.util.SecureFilter.md +572 -0
- package/data/script-api/dw.util.SeekableIterator.md +187 -0
- package/data/script-api/dw.util.Set.md +39 -0
- package/data/script-api/dw.util.SortedMap.md +148 -0
- package/data/script-api/dw.util.SortedSet.md +173 -0
- package/data/script-api/dw.util.StringUtils.md +655 -0
- package/data/script-api/dw.util.Template.md +141 -0
- package/data/script-api/dw.util.UUIDUtils.md +34 -0
- package/data/script-api/dw.util.md +37 -0
- package/data/script-api/dw.value.EnumValue.md +105 -0
- package/data/script-api/dw.value.MimeEncodedText.md +131 -0
- package/data/script-api/dw.value.Money.md +526 -0
- package/data/script-api/dw.value.Quantity.md +299 -0
- package/data/script-api/dw.value.md +9 -0
- package/data/script-api/dw.web.CSRFProtection.md +105 -0
- package/data/script-api/dw.web.ClickStream.md +177 -0
- package/data/script-api/dw.web.ClickStreamEntry.md +255 -0
- package/data/script-api/dw.web.Cookie.md +360 -0
- package/data/script-api/dw.web.Cookies.md +59 -0
- package/data/script-api/dw.web.Form.md +84 -0
- package/data/script-api/dw.web.FormAction.md +195 -0
- package/data/script-api/dw.web.FormElement.md +211 -0
- package/data/script-api/dw.web.FormElementValidationResult.md +170 -0
- package/data/script-api/dw.web.FormField.md +642 -0
- package/data/script-api/dw.web.FormFieldOption.md +211 -0
- package/data/script-api/dw.web.FormFieldOptions.md +49 -0
- package/data/script-api/dw.web.FormGroup.md +222 -0
- package/data/script-api/dw.web.FormList.md +134 -0
- package/data/script-api/dw.web.FormListItem.md +57 -0
- package/data/script-api/dw.web.Forms.md +25 -0
- package/data/script-api/dw.web.HttpParameter.md +462 -0
- package/data/script-api/dw.web.HttpParameterMap.md +194 -0
- package/data/script-api/dw.web.LoopIterator.md +231 -0
- package/data/script-api/dw.web.PageMetaData.md +197 -0
- package/data/script-api/dw.web.PageMetaTag.md +149 -0
- package/data/script-api/dw.web.PagingModel.md +407 -0
- package/data/script-api/dw.web.Resource.md +147 -0
- package/data/script-api/dw.web.URL.md +174 -0
- package/data/script-api/dw.web.URLAction.md +95 -0
- package/data/script-api/dw.web.URLParameter.md +52 -0
- package/data/script-api/dw.web.URLRedirect.md +72 -0
- package/data/script-api/dw.web.URLRedirectMgr.md +86 -0
- package/data/script-api/dw.web.URLUtils.md +1357 -0
- package/data/script-api/dw.web.md +34 -0
- package/data/script-api/dw.ws.Port.md +126 -0
- package/data/script-api/dw.ws.WSUtil.md +728 -0
- package/data/script-api/dw.ws.WebReference2.md +137 -0
- package/data/script-api/dw.ws.md +8 -0
- package/data/script-api/index.json +3085 -0
- package/data/script-api/index.md +39 -0
- package/data/xsd/abtest.xsd +347 -0
- package/data/xsd/abtestparticipants.xsd +58 -0
- package/data/xsd/assignment.xsd +158 -0
- package/data/xsd/bmext.xsd +262 -0
- package/data/xsd/cachesettings.xsd +75 -0
- package/data/xsd/catalog.xsd +1363 -0
- package/data/xsd/coupon.xsd +206 -0
- package/data/xsd/couponredemption.xsd +58 -0
- package/data/xsd/csrfwhitelists.xsd +81 -0
- package/data/xsd/customer.xsd +411 -0
- package/data/xsd/customeractivedata.xsd +75 -0
- package/data/xsd/customercdnsettings.xsd +36 -0
- package/data/xsd/customergroup.xsd +276 -0
- package/data/xsd/customerlist.xsd +72 -0
- package/data/xsd/customerlist2.xsd +52 -0
- package/data/xsd/customerpaymentinstrument.xsd +189 -0
- package/data/xsd/customobject.xsd +68 -0
- package/data/xsd/dcext.xsd +391 -0
- package/data/xsd/feed.xsd +76 -0
- package/data/xsd/form.xsd +262 -0
- package/data/xsd/geolocation.xsd +68 -0
- package/data/xsd/giftcertificate.xsd +186 -0
- package/data/xsd/index.json +222 -0
- package/data/xsd/inventory.xsd +174 -0
- package/data/xsd/jobs.xsd +408 -0
- package/data/xsd/library.xsd +547 -0
- package/data/xsd/locales.xsd +172 -0
- package/data/xsd/metadata.xsd +315 -0
- package/data/xsd/oauth.xsd +60 -0
- package/data/xsd/order.xsd +1253 -0
- package/data/xsd/pagemetatag.xsd +110 -0
- package/data/xsd/paymentmethod.xsd +216 -0
- package/data/xsd/paymentprocessor.xsd +86 -0
- package/data/xsd/preferences.xsd +74 -0
- package/data/xsd/priceadjustmentlimits.xsd +74 -0
- package/data/xsd/pricebook.xsd +166 -0
- package/data/xsd/productlist.xsd +246 -0
- package/data/xsd/promotion.xsd +1019 -0
- package/data/xsd/redirecturl.xsd +120 -0
- package/data/xsd/returnimportfeed.xsd +82 -0
- package/data/xsd/schedules.xsd +246 -0
- package/data/xsd/search.xsd +333 -0
- package/data/xsd/search2.xsd +439 -0
- package/data/xsd/services.xsd +139 -0
- package/data/xsd/shipping.xsd +487 -0
- package/data/xsd/shippingorderupdatefeed.xsd +125 -0
- package/data/xsd/site.xsd +89 -0
- package/data/xsd/sitemapconfiguration.xsd +230 -0
- package/data/xsd/slot.xsd +292 -0
- package/data/xsd/sort.xsd +298 -0
- package/data/xsd/sourcecode.xsd +188 -0
- package/data/xsd/store.xsd +194 -0
- package/data/xsd/tax.xsd +112 -0
- package/data/xsd/urlrules.xsd +273 -0
- package/data/xsd/xml.xsd +54 -0
- package/dist/cjs/auth/api-key.d.ts +28 -0
- package/dist/cjs/auth/api-key.js +44 -0
- package/dist/cjs/auth/api-key.js.map +1 -0
- package/dist/cjs/auth/basic.d.ts +7 -0
- package/dist/cjs/auth/basic.js +18 -0
- package/dist/cjs/auth/basic.js.map +1 -0
- package/dist/cjs/auth/index.d.ts +65 -0
- package/dist/cjs/auth/index.js +69 -0
- package/dist/cjs/auth/index.js.map +1 -0
- package/dist/cjs/auth/oauth-implicit.d.ts +74 -0
- package/dist/cjs/auth/oauth-implicit.js +330 -0
- package/dist/cjs/auth/oauth-implicit.js.map +1 -0
- package/dist/cjs/auth/oauth.d.ts +48 -0
- package/dist/cjs/auth/oauth.js +178 -0
- package/dist/cjs/auth/oauth.js.map +1 -0
- package/dist/cjs/auth/resolve.d.ts +100 -0
- package/dist/cjs/auth/resolve.js +173 -0
- package/dist/cjs/auth/resolve.js.map +1 -0
- package/dist/cjs/auth/types.d.ts +101 -0
- package/dist/cjs/auth/types.js +3 -0
- package/dist/cjs/auth/types.js.map +1 -0
- package/dist/cjs/cli/base-command.d.ts +98 -0
- package/dist/cjs/cli/base-command.js +331 -0
- package/dist/cjs/cli/base-command.js.map +1 -0
- package/dist/cjs/cli/cartridge-command.d.ts +65 -0
- package/dist/cjs/cli/cartridge-command.js +142 -0
- package/dist/cjs/cli/cartridge-command.js.map +1 -0
- package/dist/cjs/cli/cartridge-providers.d.ts +149 -0
- package/dist/cjs/cli/cartridge-providers.js +103 -0
- package/dist/cjs/cli/cartridge-providers.js.map +1 -0
- package/dist/cjs/cli/config.d.ts +75 -0
- package/dist/cjs/cli/config.js +65 -0
- package/dist/cjs/cli/config.js.map +1 -0
- package/dist/cjs/cli/hooks.d.ts +231 -0
- package/dist/cjs/cli/hooks.js +3 -0
- package/dist/cjs/cli/hooks.js.map +1 -0
- package/dist/cjs/cli/index.d.ts +103 -0
- package/dist/cjs/cli/index.js +106 -0
- package/dist/cjs/cli/index.js.map +1 -0
- package/dist/cjs/cli/instance-command.d.ts +121 -0
- package/dist/cjs/cli/instance-command.js +213 -0
- package/dist/cjs/cli/instance-command.js.map +1 -0
- package/dist/cjs/cli/job-command.d.ts +32 -0
- package/dist/cjs/cli/job-command.js +60 -0
- package/dist/cjs/cli/job-command.js.map +1 -0
- package/dist/cjs/cli/lifecycle.d.ts +189 -0
- package/dist/cjs/cli/lifecycle.js +130 -0
- package/dist/cjs/cli/lifecycle.js.map +1 -0
- package/dist/cjs/cli/mrt-command.d.ts +61 -0
- package/dist/cjs/cli/mrt-command.js +113 -0
- package/dist/cjs/cli/mrt-command.js.map +1 -0
- package/dist/cjs/cli/oauth-command.d.ts +70 -0
- package/dist/cjs/cli/oauth-command.js +173 -0
- package/dist/cjs/cli/oauth-command.js.map +1 -0
- package/dist/cjs/cli/ods-command.d.ts +70 -0
- package/dist/cjs/cli/ods-command.js +79 -0
- package/dist/cjs/cli/ods-command.js.map +1 -0
- package/dist/cjs/cli/table.d.ts +113 -0
- package/dist/cjs/cli/table.js +175 -0
- package/dist/cjs/cli/table.js.map +1 -0
- package/dist/cjs/cli/webdav-command.d.ts +100 -0
- package/dist/cjs/cli/webdav-command.js +106 -0
- package/dist/cjs/cli/webdav-command.js.map +1 -0
- package/dist/cjs/clients/custom-apis.d.ts +137 -0
- package/dist/cjs/clients/custom-apis.generated.d.ts +202 -0
- package/dist/cjs/clients/custom-apis.generated.js +6 -0
- package/dist/cjs/clients/custom-apis.generated.js.map +1 -0
- package/dist/cjs/clients/custom-apis.js +124 -0
- package/dist/cjs/clients/custom-apis.js.map +1 -0
- package/dist/cjs/clients/index.d.ts +127 -0
- package/dist/cjs/clients/index.js +125 -0
- package/dist/cjs/clients/index.js.map +1 -0
- package/dist/cjs/clients/middleware-registry.d.ts +184 -0
- package/dist/cjs/clients/middleware-registry.js +104 -0
- package/dist/cjs/clients/middleware-registry.js.map +1 -0
- package/dist/cjs/clients/middleware.d.ts +85 -0
- package/dist/cjs/clients/middleware.js +210 -0
- package/dist/cjs/clients/middleware.js.map +1 -0
- package/dist/cjs/clients/mrt.d.ts +120 -0
- package/dist/cjs/clients/mrt.generated.d.ts +2774 -0
- package/dist/cjs/clients/mrt.generated.js +6 -0
- package/dist/cjs/clients/mrt.generated.js.map +1 -0
- package/dist/cjs/clients/mrt.js +88 -0
- package/dist/cjs/clients/mrt.js.map +1 -0
- package/dist/cjs/clients/ocapi.d.ts +108 -0
- package/dist/cjs/clients/ocapi.generated.d.ts +26052 -0
- package/dist/cjs/clients/ocapi.generated.js +6 -0
- package/dist/cjs/clients/ocapi.generated.js.map +1 -0
- package/dist/cjs/clients/ocapi.js +80 -0
- package/dist/cjs/clients/ocapi.js.map +1 -0
- package/dist/cjs/clients/ods.d.ts +133 -0
- package/dist/cjs/clients/ods.generated.d.ts +2548 -0
- package/dist/cjs/clients/ods.generated.js +6 -0
- package/dist/cjs/clients/ods.generated.js.map +1 -0
- package/dist/cjs/clients/ods.js +103 -0
- package/dist/cjs/clients/ods.js.map +1 -0
- package/dist/cjs/clients/slas-admin.d.ts +104 -0
- package/dist/cjs/clients/slas-admin.generated.d.ts +1434 -0
- package/dist/cjs/clients/slas-admin.generated.js +6 -0
- package/dist/cjs/clients/slas-admin.generated.js.map +1 -0
- package/dist/cjs/clients/slas-admin.js +79 -0
- package/dist/cjs/clients/slas-admin.js.map +1 -0
- package/dist/cjs/clients/webdav.d.ts +157 -0
- package/dist/cjs/clients/webdav.js +337 -0
- package/dist/cjs/clients/webdav.js.map +1 -0
- package/dist/cjs/config/dw-json.d.ts +114 -0
- package/dist/cjs/config/dw-json.js +142 -0
- package/dist/cjs/config/dw-json.js.map +1 -0
- package/dist/cjs/config/index.d.ts +96 -0
- package/dist/cjs/config/index.js +103 -0
- package/dist/cjs/config/index.js.map +1 -0
- package/dist/cjs/config/mapping.d.ts +143 -0
- package/dist/cjs/config/mapping.js +212 -0
- package/dist/cjs/config/mapping.js.map +1 -0
- package/dist/cjs/config/resolved-config.d.ts +31 -0
- package/dist/cjs/config/resolved-config.js +84 -0
- package/dist/cjs/config/resolved-config.js.map +1 -0
- package/dist/cjs/config/resolver.d.ts +190 -0
- package/dist/cjs/config/resolver.js +323 -0
- package/dist/cjs/config/resolver.js.map +1 -0
- package/dist/cjs/config/sources/dw-json-source.d.ts +10 -0
- package/dist/cjs/config/sources/dw-json-source.js +38 -0
- package/dist/cjs/config/sources/dw-json-source.js.map +1 -0
- package/dist/cjs/config/sources/index.d.ts +7 -0
- package/dist/cjs/config/sources/index.js +13 -0
- package/dist/cjs/config/sources/index.js.map +1 -0
- package/dist/cjs/config/sources/mobify-source.d.ts +24 -0
- package/dist/cjs/config/sources/mobify-source.js +79 -0
- package/dist/cjs/config/sources/mobify-source.js.map +1 -0
- package/dist/cjs/config/types.d.ts +270 -0
- package/dist/cjs/config/types.js +2 -0
- package/dist/cjs/config/types.js.map +1 -0
- package/dist/cjs/defaults.d.ts +22 -0
- package/dist/cjs/defaults.js +28 -0
- package/dist/cjs/defaults.js.map +1 -0
- package/dist/cjs/discovery/detector.d.ts +75 -0
- package/dist/cjs/discovery/detector.js +108 -0
- package/dist/cjs/discovery/detector.js.map +1 -0
- package/dist/cjs/discovery/index.d.ts +63 -0
- package/dist/cjs/discovery/index.js +70 -0
- package/dist/cjs/discovery/index.js.map +1 -0
- package/dist/cjs/discovery/patterns/cartridges.d.ts +16 -0
- package/dist/cjs/discovery/patterns/cartridges.js +16 -0
- package/dist/cjs/discovery/patterns/cartridges.js.map +1 -0
- package/dist/cjs/discovery/patterns/index.d.ts +21 -0
- package/dist/cjs/discovery/patterns/index.js +16 -0
- package/dist/cjs/discovery/patterns/index.js.map +1 -0
- package/dist/cjs/discovery/patterns/pwa-kit.d.ts +15 -0
- package/dist/cjs/discovery/patterns/pwa-kit.js +26 -0
- package/dist/cjs/discovery/patterns/pwa-kit.js.map +1 -0
- package/dist/cjs/discovery/patterns/sfra.d.ts +34 -0
- package/dist/cjs/discovery/patterns/sfra.js +50 -0
- package/dist/cjs/discovery/patterns/sfra.js.map +1 -0
- package/dist/cjs/discovery/patterns/storefront-next.d.ts +14 -0
- package/dist/cjs/discovery/patterns/storefront-next.js +20 -0
- package/dist/cjs/discovery/patterns/storefront-next.js.map +1 -0
- package/dist/cjs/discovery/types.d.ts +47 -0
- package/dist/cjs/discovery/types.js +12 -0
- package/dist/cjs/discovery/types.js.map +1 -0
- package/dist/cjs/discovery/utils.d.ts +44 -0
- package/dist/cjs/discovery/utils.js +82 -0
- package/dist/cjs/discovery/utils.js.map +1 -0
- package/dist/cjs/errors/http-error.d.ts +34 -0
- package/dist/cjs/errors/http-error.js +45 -0
- package/dist/cjs/errors/http-error.js.map +1 -0
- package/dist/cjs/errors/index.d.ts +6 -0
- package/dist/cjs/errors/index.js +12 -0
- package/dist/cjs/errors/index.js.map +1 -0
- package/dist/cjs/i18n/index.d.ts +144 -0
- package/dist/cjs/i18n/index.js +242 -0
- package/dist/cjs/i18n/index.js.map +1 -0
- package/dist/cjs/i18n/locales/de.d.ts +13 -0
- package/dist/cjs/i18n/locales/de.js +19 -0
- package/dist/cjs/i18n/locales/de.js.map +1 -0
- package/dist/cjs/i18n/locales/index.d.ts +28 -0
- package/dist/cjs/i18n/locales/index.js +25 -0
- package/dist/cjs/i18n/locales/index.js.map +1 -0
- package/dist/cjs/index.d.ts +25 -0
- package/dist/cjs/index.js +31 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/instance/index.d.ts +132 -0
- package/dist/cjs/instance/index.js +124 -0
- package/dist/cjs/instance/index.js.map +1 -0
- package/dist/cjs/logger.d.ts +66 -0
- package/dist/cjs/logger.js +80 -0
- package/dist/cjs/logger.js.map +1 -0
- package/dist/cjs/logging/index.d.ts +116 -0
- package/dist/cjs/logging/index.js +121 -0
- package/dist/cjs/logging/index.js.map +1 -0
- package/dist/cjs/logging/logger.d.ts +9 -0
- package/dist/cjs/logging/logger.js +111 -0
- package/dist/cjs/logging/logger.js.map +1 -0
- package/dist/cjs/logging/types.d.ts +36 -0
- package/dist/cjs/logging/types.js +10 -0
- package/dist/cjs/logging/types.js.map +1 -0
- package/dist/cjs/operations/code/cartridges.d.ts +46 -0
- package/dist/cjs/operations/code/cartridges.js +59 -0
- package/dist/cjs/operations/code/cartridges.js.map +1 -0
- package/dist/cjs/operations/code/deploy.d.ts +101 -0
- package/dist/cjs/operations/code/deploy.js +218 -0
- package/dist/cjs/operations/code/deploy.js.map +1 -0
- package/dist/cjs/operations/code/index.d.ts +66 -0
- package/dist/cjs/operations/code/index.js +72 -0
- package/dist/cjs/operations/code/index.js.map +1 -0
- package/dist/cjs/operations/code/versions.d.ts +99 -0
- package/dist/cjs/operations/code/versions.js +156 -0
- package/dist/cjs/operations/code/versions.js.map +1 -0
- package/dist/cjs/operations/code/watch.d.ts +58 -0
- package/dist/cjs/operations/code/watch.js +226 -0
- package/dist/cjs/operations/code/watch.js.map +1 -0
- package/dist/cjs/operations/docs/download.d.ts +45 -0
- package/dist/cjs/operations/docs/download.js +96 -0
- package/dist/cjs/operations/docs/download.js.map +1 -0
- package/dist/cjs/operations/docs/index.d.ts +44 -0
- package/dist/cjs/operations/docs/index.js +12 -0
- package/dist/cjs/operations/docs/index.js.map +1 -0
- package/dist/cjs/operations/docs/schema.d.ts +24 -0
- package/dist/cjs/operations/docs/schema.js +92 -0
- package/dist/cjs/operations/docs/schema.js.map +1 -0
- package/dist/cjs/operations/docs/search.d.ts +67 -0
- package/dist/cjs/operations/docs/search.js +128 -0
- package/dist/cjs/operations/docs/search.js.map +1 -0
- package/dist/cjs/operations/docs/types.d.ts +64 -0
- package/dist/cjs/operations/docs/types.js +15 -0
- package/dist/cjs/operations/docs/types.js.map +1 -0
- package/dist/cjs/operations/jobs/index.d.ts +66 -0
- package/dist/cjs/operations/jobs/index.js +72 -0
- package/dist/cjs/operations/jobs/index.js.map +1 -0
- package/dist/cjs/operations/jobs/run.d.ts +224 -0
- package/dist/cjs/operations/jobs/run.js +322 -0
- package/dist/cjs/operations/jobs/run.js.map +1 -0
- package/dist/cjs/operations/jobs/site-archive.d.ts +224 -0
- package/dist/cjs/operations/jobs/site-archive.js +354 -0
- package/dist/cjs/operations/jobs/site-archive.js.map +1 -0
- package/dist/cjs/operations/mrt/bundle.d.ts +114 -0
- package/dist/cjs/operations/mrt/bundle.js +166 -0
- package/dist/cjs/operations/mrt/bundle.js.map +1 -0
- package/dist/cjs/operations/mrt/env-var.d.ts +176 -0
- package/dist/cjs/operations/mrt/env-var.js +231 -0
- package/dist/cjs/operations/mrt/env-var.js.map +1 -0
- package/dist/cjs/operations/mrt/env.d.ts +256 -0
- package/dist/cjs/operations/mrt/env.js +233 -0
- package/dist/cjs/operations/mrt/env.js.map +1 -0
- package/dist/cjs/operations/mrt/index.d.ts +49 -0
- package/dist/cjs/operations/mrt/index.js +55 -0
- package/dist/cjs/operations/mrt/index.js.map +1 -0
- package/dist/cjs/operations/mrt/push.d.ts +109 -0
- package/dist/cjs/operations/mrt/push.js +149 -0
- package/dist/cjs/operations/mrt/push.js.map +1 -0
- package/dist/cjs/operations/sites/index.d.ts +56 -0
- package/dist/cjs/operations/sites/index.js +19 -0
- package/dist/cjs/operations/sites/index.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/cjs/platform/index.d.ts +38 -0
- package/dist/cjs/platform/index.js +42 -0
- package/dist/cjs/platform/index.js.map +1 -0
- package/dist/cjs/platform/mrt.d.ts +19 -0
- package/dist/cjs/platform/mrt.js +22 -0
- package/dist/cjs/platform/mrt.js.map +1 -0
- package/dist/cjs/platform/ods.d.ts +17 -0
- package/dist/cjs/platform/ods.js +22 -0
- package/dist/cjs/platform/ods.js.map +1 -0
- package/dist/esm/auth/api-key.d.ts +28 -0
- package/dist/esm/auth/api-key.js +44 -0
- package/dist/esm/auth/api-key.js.map +1 -0
- package/dist/esm/auth/basic.d.ts +7 -0
- package/dist/esm/auth/basic.js +18 -0
- package/dist/esm/auth/basic.js.map +1 -0
- package/dist/esm/auth/index.d.ts +65 -0
- package/dist/esm/auth/index.js +69 -0
- package/dist/esm/auth/index.js.map +1 -0
- package/dist/esm/auth/oauth-implicit.d.ts +74 -0
- package/dist/esm/auth/oauth-implicit.js +330 -0
- package/dist/esm/auth/oauth-implicit.js.map +1 -0
- package/dist/esm/auth/oauth.d.ts +48 -0
- package/dist/esm/auth/oauth.js +178 -0
- package/dist/esm/auth/oauth.js.map +1 -0
- package/dist/esm/auth/resolve.d.ts +100 -0
- package/dist/esm/auth/resolve.js +173 -0
- package/dist/esm/auth/resolve.js.map +1 -0
- package/dist/esm/auth/types.d.ts +101 -0
- package/dist/esm/auth/types.js +3 -0
- package/dist/esm/auth/types.js.map +1 -0
- package/dist/esm/cli/base-command.d.ts +98 -0
- package/dist/esm/cli/base-command.js +331 -0
- package/dist/esm/cli/base-command.js.map +1 -0
- package/dist/esm/cli/cartridge-command.d.ts +65 -0
- package/dist/esm/cli/cartridge-command.js +142 -0
- package/dist/esm/cli/cartridge-command.js.map +1 -0
- package/dist/esm/cli/cartridge-providers.d.ts +149 -0
- package/dist/esm/cli/cartridge-providers.js +103 -0
- package/dist/esm/cli/cartridge-providers.js.map +1 -0
- package/dist/esm/cli/config.d.ts +75 -0
- package/dist/esm/cli/config.js +65 -0
- package/dist/esm/cli/config.js.map +1 -0
- package/dist/esm/cli/hooks.d.ts +231 -0
- package/dist/esm/cli/hooks.js +3 -0
- package/dist/esm/cli/hooks.js.map +1 -0
- package/dist/esm/cli/index.d.ts +103 -0
- package/dist/esm/cli/index.js +108 -0
- package/dist/esm/cli/index.js.map +1 -0
- package/dist/esm/cli/instance-command.d.ts +121 -0
- package/dist/esm/cli/instance-command.js +213 -0
- package/dist/esm/cli/instance-command.js.map +1 -0
- package/dist/esm/cli/job-command.d.ts +32 -0
- package/dist/esm/cli/job-command.js +66 -0
- package/dist/esm/cli/job-command.js.map +1 -0
- package/dist/esm/cli/lifecycle.d.ts +189 -0
- package/dist/esm/cli/lifecycle.js +130 -0
- package/dist/esm/cli/lifecycle.js.map +1 -0
- package/dist/esm/cli/mrt-command.d.ts +61 -0
- package/dist/esm/cli/mrt-command.js +113 -0
- package/dist/esm/cli/mrt-command.js.map +1 -0
- package/dist/esm/cli/oauth-command.d.ts +70 -0
- package/dist/esm/cli/oauth-command.js +173 -0
- package/dist/esm/cli/oauth-command.js.map +1 -0
- package/dist/esm/cli/ods-command.d.ts +70 -0
- package/dist/esm/cli/ods-command.js +79 -0
- package/dist/esm/cli/ods-command.js.map +1 -0
- package/dist/esm/cli/table.d.ts +113 -0
- package/dist/esm/cli/table.js +175 -0
- package/dist/esm/cli/table.js.map +1 -0
- package/dist/esm/cli/webdav-command.d.ts +100 -0
- package/dist/esm/cli/webdav-command.js +106 -0
- package/dist/esm/cli/webdav-command.js.map +1 -0
- package/dist/esm/clients/custom-apis.d.ts +137 -0
- package/dist/esm/clients/custom-apis.generated.d.ts +202 -0
- package/dist/esm/clients/custom-apis.generated.js +6 -0
- package/dist/esm/clients/custom-apis.generated.js.map +1 -0
- package/dist/esm/clients/custom-apis.js +124 -0
- package/dist/esm/clients/custom-apis.js.map +1 -0
- package/dist/esm/clients/index.d.ts +127 -0
- package/dist/esm/clients/index.js +125 -0
- package/dist/esm/clients/index.js.map +1 -0
- package/dist/esm/clients/middleware-registry.d.ts +184 -0
- package/dist/esm/clients/middleware-registry.js +104 -0
- package/dist/esm/clients/middleware-registry.js.map +1 -0
- package/dist/esm/clients/middleware.d.ts +85 -0
- package/dist/esm/clients/middleware.js +210 -0
- package/dist/esm/clients/middleware.js.map +1 -0
- package/dist/esm/clients/mrt.d.ts +120 -0
- package/dist/esm/clients/mrt.generated.d.ts +2774 -0
- package/dist/esm/clients/mrt.generated.js +6 -0
- package/dist/esm/clients/mrt.generated.js.map +1 -0
- package/dist/esm/clients/mrt.js +88 -0
- package/dist/esm/clients/mrt.js.map +1 -0
- package/dist/esm/clients/ocapi.d.ts +108 -0
- package/dist/esm/clients/ocapi.generated.d.ts +26052 -0
- package/dist/esm/clients/ocapi.generated.js +6 -0
- package/dist/esm/clients/ocapi.generated.js.map +1 -0
- package/dist/esm/clients/ocapi.js +80 -0
- package/dist/esm/clients/ocapi.js.map +1 -0
- package/dist/esm/clients/ods.d.ts +133 -0
- package/dist/esm/clients/ods.generated.d.ts +2548 -0
- package/dist/esm/clients/ods.generated.js +6 -0
- package/dist/esm/clients/ods.generated.js.map +1 -0
- package/dist/esm/clients/ods.js +103 -0
- package/dist/esm/clients/ods.js.map +1 -0
- package/dist/esm/clients/slas-admin.d.ts +104 -0
- package/dist/esm/clients/slas-admin.generated.d.ts +1434 -0
- package/dist/esm/clients/slas-admin.generated.js +6 -0
- package/dist/esm/clients/slas-admin.generated.js.map +1 -0
- package/dist/esm/clients/slas-admin.js +79 -0
- package/dist/esm/clients/slas-admin.js.map +1 -0
- package/dist/esm/clients/webdav.d.ts +157 -0
- package/dist/esm/clients/webdav.js +337 -0
- package/dist/esm/clients/webdav.js.map +1 -0
- package/dist/esm/config/dw-json.d.ts +114 -0
- package/dist/esm/config/dw-json.js +142 -0
- package/dist/esm/config/dw-json.js.map +1 -0
- package/dist/esm/config/index.d.ts +96 -0
- package/dist/esm/config/index.js +103 -0
- package/dist/esm/config/index.js.map +1 -0
- package/dist/esm/config/mapping.d.ts +143 -0
- package/dist/esm/config/mapping.js +212 -0
- package/dist/esm/config/mapping.js.map +1 -0
- package/dist/esm/config/resolved-config.d.ts +31 -0
- package/dist/esm/config/resolved-config.js +84 -0
- package/dist/esm/config/resolved-config.js.map +1 -0
- package/dist/esm/config/resolver.d.ts +190 -0
- package/dist/esm/config/resolver.js +323 -0
- package/dist/esm/config/resolver.js.map +1 -0
- package/dist/esm/config/sources/dw-json-source.d.ts +10 -0
- package/dist/esm/config/sources/dw-json-source.js +38 -0
- package/dist/esm/config/sources/dw-json-source.js.map +1 -0
- package/dist/esm/config/sources/index.d.ts +7 -0
- package/dist/esm/config/sources/index.js +13 -0
- package/dist/esm/config/sources/index.js.map +1 -0
- package/dist/esm/config/sources/mobify-source.d.ts +24 -0
- package/dist/esm/config/sources/mobify-source.js +79 -0
- package/dist/esm/config/sources/mobify-source.js.map +1 -0
- package/dist/esm/config/types.d.ts +270 -0
- package/dist/esm/config/types.js +2 -0
- package/dist/esm/config/types.js.map +1 -0
- package/dist/esm/defaults.d.ts +22 -0
- package/dist/esm/defaults.js +28 -0
- package/dist/esm/defaults.js.map +1 -0
- package/dist/esm/discovery/detector.d.ts +75 -0
- package/dist/esm/discovery/detector.js +108 -0
- package/dist/esm/discovery/detector.js.map +1 -0
- package/dist/esm/discovery/index.d.ts +63 -0
- package/dist/esm/discovery/index.js +70 -0
- package/dist/esm/discovery/index.js.map +1 -0
- package/dist/esm/discovery/patterns/cartridges.d.ts +16 -0
- package/dist/esm/discovery/patterns/cartridges.js +16 -0
- package/dist/esm/discovery/patterns/cartridges.js.map +1 -0
- package/dist/esm/discovery/patterns/index.d.ts +21 -0
- package/dist/esm/discovery/patterns/index.js +16 -0
- package/dist/esm/discovery/patterns/index.js.map +1 -0
- package/dist/esm/discovery/patterns/pwa-kit.d.ts +15 -0
- package/dist/esm/discovery/patterns/pwa-kit.js +26 -0
- package/dist/esm/discovery/patterns/pwa-kit.js.map +1 -0
- package/dist/esm/discovery/patterns/sfra.d.ts +34 -0
- package/dist/esm/discovery/patterns/sfra.js +50 -0
- package/dist/esm/discovery/patterns/sfra.js.map +1 -0
- package/dist/esm/discovery/patterns/storefront-next.d.ts +14 -0
- package/dist/esm/discovery/patterns/storefront-next.js +20 -0
- package/dist/esm/discovery/patterns/storefront-next.js.map +1 -0
- package/dist/esm/discovery/types.d.ts +47 -0
- package/dist/esm/discovery/types.js +12 -0
- package/dist/esm/discovery/types.js.map +1 -0
- package/dist/esm/discovery/utils.d.ts +44 -0
- package/dist/esm/discovery/utils.js +82 -0
- package/dist/esm/discovery/utils.js.map +1 -0
- package/dist/esm/errors/http-error.d.ts +34 -0
- package/dist/esm/errors/http-error.js +45 -0
- package/dist/esm/errors/http-error.js.map +1 -0
- package/dist/esm/errors/index.d.ts +6 -0
- package/dist/esm/errors/index.js +12 -0
- package/dist/esm/errors/index.js.map +1 -0
- package/dist/esm/i18n/index.d.ts +144 -0
- package/dist/esm/i18n/index.js +242 -0
- package/dist/esm/i18n/index.js.map +1 -0
- package/dist/esm/i18n/locales/de.d.ts +13 -0
- package/dist/esm/i18n/locales/de.js +19 -0
- package/dist/esm/i18n/locales/de.js.map +1 -0
- package/dist/esm/i18n/locales/index.d.ts +28 -0
- package/dist/esm/i18n/locales/index.js +25 -0
- package/dist/esm/i18n/locales/index.js.map +1 -0
- package/dist/esm/index.d.ts +25 -0
- package/dist/esm/index.js +31 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/instance/index.d.ts +132 -0
- package/dist/esm/instance/index.js +124 -0
- package/dist/esm/instance/index.js.map +1 -0
- package/dist/esm/logger.d.ts +66 -0
- package/dist/esm/logger.js +80 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/logging/index.d.ts +116 -0
- package/dist/esm/logging/index.js +121 -0
- package/dist/esm/logging/index.js.map +1 -0
- package/dist/esm/logging/logger.d.ts +9 -0
- package/dist/esm/logging/logger.js +111 -0
- package/dist/esm/logging/logger.js.map +1 -0
- package/dist/esm/logging/types.d.ts +36 -0
- package/dist/esm/logging/types.js +10 -0
- package/dist/esm/logging/types.js.map +1 -0
- package/dist/esm/operations/code/cartridges.d.ts +46 -0
- package/dist/esm/operations/code/cartridges.js +59 -0
- package/dist/esm/operations/code/cartridges.js.map +1 -0
- package/dist/esm/operations/code/deploy.d.ts +101 -0
- package/dist/esm/operations/code/deploy.js +218 -0
- package/dist/esm/operations/code/deploy.js.map +1 -0
- package/dist/esm/operations/code/index.d.ts +66 -0
- package/dist/esm/operations/code/index.js +72 -0
- package/dist/esm/operations/code/index.js.map +1 -0
- package/dist/esm/operations/code/versions.d.ts +99 -0
- package/dist/esm/operations/code/versions.js +157 -0
- package/dist/esm/operations/code/versions.js.map +1 -0
- package/dist/esm/operations/code/watch.d.ts +58 -0
- package/dist/esm/operations/code/watch.js +226 -0
- package/dist/esm/operations/code/watch.js.map +1 -0
- package/dist/esm/operations/docs/download.d.ts +45 -0
- package/dist/esm/operations/docs/download.js +96 -0
- package/dist/esm/operations/docs/download.js.map +1 -0
- package/dist/esm/operations/docs/index.d.ts +44 -0
- package/dist/esm/operations/docs/index.js +12 -0
- package/dist/esm/operations/docs/index.js.map +1 -0
- package/dist/esm/operations/docs/schema.d.ts +24 -0
- package/dist/esm/operations/docs/schema.js +92 -0
- package/dist/esm/operations/docs/schema.js.map +1 -0
- package/dist/esm/operations/docs/search.d.ts +67 -0
- package/dist/esm/operations/docs/search.js +128 -0
- package/dist/esm/operations/docs/search.js.map +1 -0
- package/dist/esm/operations/docs/types.d.ts +64 -0
- package/dist/esm/operations/docs/types.js +15 -0
- package/dist/esm/operations/docs/types.js.map +1 -0
- package/dist/esm/operations/jobs/index.d.ts +66 -0
- package/dist/esm/operations/jobs/index.js +72 -0
- package/dist/esm/operations/jobs/index.js.map +1 -0
- package/dist/esm/operations/jobs/run.d.ts +224 -0
- package/dist/esm/operations/jobs/run.js +333 -0
- package/dist/esm/operations/jobs/run.js.map +1 -0
- package/dist/esm/operations/jobs/site-archive.d.ts +224 -0
- package/dist/esm/operations/jobs/site-archive.js +355 -0
- package/dist/esm/operations/jobs/site-archive.js.map +1 -0
- package/dist/esm/operations/mrt/bundle.d.ts +114 -0
- package/dist/esm/operations/mrt/bundle.js +166 -0
- package/dist/esm/operations/mrt/bundle.js.map +1 -0
- package/dist/esm/operations/mrt/env-var.d.ts +176 -0
- package/dist/esm/operations/mrt/env-var.js +231 -0
- package/dist/esm/operations/mrt/env-var.js.map +1 -0
- package/dist/esm/operations/mrt/env.d.ts +256 -0
- package/dist/esm/operations/mrt/env.js +233 -0
- package/dist/esm/operations/mrt/env.js.map +1 -0
- package/dist/esm/operations/mrt/index.d.ts +49 -0
- package/dist/esm/operations/mrt/index.js +55 -0
- package/dist/esm/operations/mrt/index.js.map +1 -0
- package/dist/esm/operations/mrt/push.d.ts +109 -0
- package/dist/esm/operations/mrt/push.js +149 -0
- package/dist/esm/operations/mrt/push.js.map +1 -0
- package/dist/esm/operations/sites/index.d.ts +56 -0
- package/dist/esm/operations/sites/index.js +67 -0
- package/dist/esm/operations/sites/index.js.map +1 -0
- package/dist/esm/platform/index.d.ts +38 -0
- package/dist/esm/platform/index.js +42 -0
- package/dist/esm/platform/index.js.map +1 -0
- package/dist/esm/platform/mrt.d.ts +19 -0
- package/dist/esm/platform/mrt.js +22 -0
- package/dist/esm/platform/mrt.js.map +1 -0
- package/dist/esm/platform/ods.d.ts +17 -0
- package/dist/esm/platform/ods.js +22 -0
- package/dist/esm/platform/ods.js.map +1 -0
- package/package.json +269 -6
- package/specs/README.md +7 -0
- package/specs/custom-apis-v1.yaml +309 -0
- package/specs/data-api.json +37503 -0
- package/specs/mrt-api-v1.json +5555 -0
- package/specs/ods-api-v1.json +3673 -0
- package/specs/slas-admin-v1.yaml +1841 -0
|
@@ -0,0 +1,702 @@
|
|
|
1
|
+
<!-- prettier-ignore-start -->
|
|
2
|
+
# Class ProductSearchHit
|
|
3
|
+
|
|
4
|
+
- [TopLevel.Object](TopLevel.Object.md)
|
|
5
|
+
- [dw.catalog.ProductSearchHit](dw.catalog.ProductSearchHit.md)
|
|
6
|
+
|
|
7
|
+
ProductSearchHit is the result of a executed search query and wraps the actual product found by the search.
|
|
8
|
+
|
|
9
|
+
The method [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) returns the actual products that is conforming the query and is represented by the search hit.
|
|
10
|
+
Depending on the hit typ, [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) returns:
|
|
11
|
+
|
|
12
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
13
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation product
|
|
14
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product part of set
|
|
15
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product part of a bundle
|
|
16
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)-> a variation product
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
The ProductSearchHit type can be retrieved by method [getHitType()](dw.catalog.ProductSearchHit.md#gethittype) and contains the following types:
|
|
20
|
+
|
|
21
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)
|
|
22
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)
|
|
23
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)
|
|
24
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)
|
|
25
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
The method [getProduct()](dw.catalog.ProductSearchHit.md#getproduct) returns the presentation product corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type.
|
|
29
|
+
|
|
30
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
31
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation master product
|
|
32
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product set
|
|
33
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product bundle
|
|
34
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation group
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Example:
|
|
38
|
+
|
|
39
|
+
Given a product master P1 called "Sweater" with attributes color and size that has the following variants:
|
|
40
|
+
|
|
41
|
+
- V1 - color: red, size: small
|
|
42
|
+
- V2 - color: red, size: large
|
|
43
|
+
- V3 - color: blue, size: small
|
|
44
|
+
- V4 - color: blue, size: large
|
|
45
|
+
- V5 - color: yellow, size: small
|
|
46
|
+
- V6 - color: yellow, size: large
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
A search for "red sweater" should hit the first two variants, V1 and V2
|
|
50
|
+
that are both red. The ProductSearchHit for this result encompass the master and the red variants but not the other
|
|
51
|
+
non-relevant variants.
|
|
52
|
+
|
|
53
|
+
The variants hit by the query can be retrieved by [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts), returning a list that contains the two red sweater variants.
|
|
54
|
+
|
|
55
|
+
The master product "Sweater" is returned by [getProduct()](dw.catalog.ProductSearchHit.md#getproduct).
|
|
56
|
+
|
|
57
|
+
Furthermore, to get the first or last of that list of variants hit by the query we can call
|
|
58
|
+
[getFirstRepresentedProduct()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct) or [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct). The product with the highest
|
|
59
|
+
sort rank is returned first, and the product with the lowest sort rank is
|
|
60
|
+
returned last. The product sort rank depends on the sorting conditions
|
|
61
|
+
used for the search query.
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## Constant Summary
|
|
66
|
+
|
|
67
|
+
| Constant | Description |
|
|
68
|
+
| --- | --- |
|
|
69
|
+
| [HIT_TYPE_PRODUCT_BUNDLE](#hit_type_product_bundle): [String](TopLevel.String.md) = "bundle" | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
70
|
+
| [HIT_TYPE_PRODUCT_MASTER](#hit_type_product_master): [String](TopLevel.String.md) = "master" | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
71
|
+
| [HIT_TYPE_PRODUCT_SET](#hit_type_product_set): [String](TopLevel.String.md) = "set" | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
72
|
+
| [HIT_TYPE_SIMPLE](#hit_type_simple): [String](TopLevel.String.md) = "product" | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
73
|
+
| ~~[HIT_TYPE_SLICING_GROUP](#hit_type_slicing_group): [String](TopLevel.String.md) = "slicing_group"~~ | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
74
|
+
| [HIT_TYPE_VARIATION_GROUP](#hit_type_variation_group): [String](TopLevel.String.md) = "variation_group" | Constant representing a product search hit type based on the presentation product of a hit. |
|
|
75
|
+
|
|
76
|
+
## Property Summary
|
|
77
|
+
|
|
78
|
+
| Property | Description |
|
|
79
|
+
| --- | --- |
|
|
80
|
+
| [firstRepresentedProduct](#firstrepresentedproduct): [Product](dw.catalog.Product.md) `(read-only)` | Returns the product that is actually hit by the search and has the highest sort rank according to the sorting conditions used for the search query. |
|
|
81
|
+
| [firstRepresentedProductID](#firstrepresentedproductid): [String](TopLevel.String.md) `(read-only)` | Returns the ID of the product that is actually hit by the search and has the highest sort rank according to the sorting conditions used for the search query. |
|
|
82
|
+
| [hitType](#hittype): [String](TopLevel.String.md) `(read-only)` | Returns the type of the product wrapped by this search hit. |
|
|
83
|
+
| [lastRepresentedProduct](#lastrepresentedproduct): [Product](dw.catalog.Product.md) `(read-only)` | Returns the product that is actually hit by the search and has the lowest sort rank according to the sorting conditions used for the search query. |
|
|
84
|
+
| [lastRepresentedProductID](#lastrepresentedproductid): [String](TopLevel.String.md) `(read-only)` | Returns the ID of the product that is actually hit by the search and has the lowest sort rank according to the sorting conditions used for the search query. |
|
|
85
|
+
| [maxPrice](#maxprice): [Money](dw.value.Money.md) `(read-only)` | Returns the maximum price of all products represented by the product hit. |
|
|
86
|
+
| [maxPricePerUnit](#maxpriceperunit): [Money](dw.value.Money.md) `(read-only)` | Returns the maximum price per unit of all products represented by the product hit. |
|
|
87
|
+
| [minPrice](#minprice): [Money](dw.value.Money.md) `(read-only)` | Returns the minimum price of all products represented by the product hit. |
|
|
88
|
+
| [minPricePerUnit](#minpriceperunit): [Money](dw.value.Money.md) `(read-only)` | Returns the minimum price per unit of all products represented by the product hit. |
|
|
89
|
+
| [priceRange](#pricerange): [Boolean](TopLevel.Boolean.md) `(read-only)` | Convenience method to check whether this ProductSearchHit represents multiple products (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)) that have different prices. |
|
|
90
|
+
| [product](#product): [Product](dw.catalog.Product.md) `(read-only)` | Returns the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type. |
|
|
91
|
+
| [productID](#productid): [String](TopLevel.String.md) `(read-only)` | Returns the ID of the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type. |
|
|
92
|
+
| [representedProductIDs](#representedproductids): [List](dw.util.List.md) `(read-only)` | The method returns the actual ID of the product that is conforming the query and is represented by the search hit. |
|
|
93
|
+
| [representedProducts](#representedproducts): [List](dw.util.List.md) `(read-only)` | The method returns the actual product that is conforming the query and is represented by the search hit. |
|
|
94
|
+
|
|
95
|
+
## Constructor Summary
|
|
96
|
+
|
|
97
|
+
This class does not have a constructor, so you cannot create it directly.
|
|
98
|
+
## Method Summary
|
|
99
|
+
|
|
100
|
+
| Method | Description |
|
|
101
|
+
| --- | --- |
|
|
102
|
+
| [getFirstRepresentedProduct](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct)() | Returns the product that is actually hit by the search and has the highest sort rank according to the sorting conditions used for the search query. |
|
|
103
|
+
| [getFirstRepresentedProductID](dw.catalog.ProductSearchHit.md#getfirstrepresentedproductid)() | Returns the ID of the product that is actually hit by the search and has the highest sort rank according to the sorting conditions used for the search query. |
|
|
104
|
+
| [getHitType](dw.catalog.ProductSearchHit.md#gethittype)() | Returns the type of the product wrapped by this search hit. |
|
|
105
|
+
| [getLastRepresentedProduct](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)() | Returns the product that is actually hit by the search and has the lowest sort rank according to the sorting conditions used for the search query. |
|
|
106
|
+
| [getLastRepresentedProductID](dw.catalog.ProductSearchHit.md#getlastrepresentedproductid)() | Returns the ID of the product that is actually hit by the search and has the lowest sort rank according to the sorting conditions used for the search query. |
|
|
107
|
+
| [getMaxPrice](dw.catalog.ProductSearchHit.md#getmaxprice)() | Returns the maximum price of all products represented by the product hit. |
|
|
108
|
+
| [getMaxPricePerUnit](dw.catalog.ProductSearchHit.md#getmaxpriceperunit)() | Returns the maximum price per unit of all products represented by the product hit. |
|
|
109
|
+
| [getMinPrice](dw.catalog.ProductSearchHit.md#getminprice)() | Returns the minimum price of all products represented by the product hit. |
|
|
110
|
+
| [getMinPricePerUnit](dw.catalog.ProductSearchHit.md#getminpriceperunit)() | Returns the minimum price per unit of all products represented by the product hit. |
|
|
111
|
+
| [getProduct](dw.catalog.ProductSearchHit.md#getproduct)() | Returns the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type. |
|
|
112
|
+
| [getProductID](dw.catalog.ProductSearchHit.md#getproductid)() | Returns the ID of the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type. |
|
|
113
|
+
| [getRepresentedProductIDs](dw.catalog.ProductSearchHit.md#getrepresentedproductids)() | The method returns the actual ID of the product that is conforming the query and is represented by the search hit. |
|
|
114
|
+
| [getRepresentedProducts](dw.catalog.ProductSearchHit.md#getrepresentedproducts)() | The method returns the actual product that is conforming the query and is represented by the search hit. |
|
|
115
|
+
| [getRepresentedVariationValues](dw.catalog.ProductSearchHit.md#getrepresentedvariationvaluesobject)([Object](TopLevel.Object.md)) | This method is only applicable if this ProductSearchHit represents a product variation (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)). |
|
|
116
|
+
| [isPriceRange](dw.catalog.ProductSearchHit.md#ispricerange)() | Convenience method to check whether this ProductSearchHit represents multiple products (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)) that have different prices. |
|
|
117
|
+
|
|
118
|
+
### Methods inherited from class Object
|
|
119
|
+
|
|
120
|
+
[assign](TopLevel.Object.md#assignobject-object), [create](TopLevel.Object.md#createobject), [create](TopLevel.Object.md#createobject-object), [defineProperties](TopLevel.Object.md#definepropertiesobject-object), [defineProperty](TopLevel.Object.md#definepropertyobject-object-object), [entries](TopLevel.Object.md#entriesobject), [freeze](TopLevel.Object.md#freezeobject), [fromEntries](TopLevel.Object.md#fromentriesiterable), [getOwnPropertyDescriptor](TopLevel.Object.md#getownpropertydescriptorobject-object), [getOwnPropertyNames](TopLevel.Object.md#getownpropertynamesobject), [getOwnPropertySymbols](TopLevel.Object.md#getownpropertysymbolsobject), [getPrototypeOf](TopLevel.Object.md#getprototypeofobject), [hasOwnProperty](TopLevel.Object.md#hasownpropertystring), [is](TopLevel.Object.md#isobject-object), [isExtensible](TopLevel.Object.md#isextensibleobject), [isFrozen](TopLevel.Object.md#isfrozenobject), [isPrototypeOf](TopLevel.Object.md#isprototypeofobject), [isSealed](TopLevel.Object.md#issealedobject), [keys](TopLevel.Object.md#keysobject), [preventExtensions](TopLevel.Object.md#preventextensionsobject), [propertyIsEnumerable](TopLevel.Object.md#propertyisenumerablestring), [seal](TopLevel.Object.md#sealobject), [setPrototypeOf](TopLevel.Object.md#setprototypeofobject-object), [toLocaleString](TopLevel.Object.md#tolocalestring), [toString](TopLevel.Object.md#tostring), [valueOf](TopLevel.Object.md#valueof), [values](TopLevel.Object.md#valuesobject)
|
|
121
|
+
## Constant Details
|
|
122
|
+
|
|
123
|
+
### HIT_TYPE_PRODUCT_BUNDLE
|
|
124
|
+
|
|
125
|
+
- HIT_TYPE_PRODUCT_BUNDLE: [String](TopLevel.String.md) = "bundle"
|
|
126
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with product bundles.
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
### HIT_TYPE_PRODUCT_MASTER
|
|
132
|
+
|
|
133
|
+
- HIT_TYPE_PRODUCT_MASTER: [String](TopLevel.String.md) = "master"
|
|
134
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with master products.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
### HIT_TYPE_PRODUCT_SET
|
|
140
|
+
|
|
141
|
+
- HIT_TYPE_PRODUCT_SET: [String](TopLevel.String.md) = "set"
|
|
142
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with product sets.
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
### HIT_TYPE_SIMPLE
|
|
148
|
+
|
|
149
|
+
- HIT_TYPE_SIMPLE: [String](TopLevel.String.md) = "product"
|
|
150
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with single, non-complex products, including product variants that
|
|
151
|
+
are assigned to a category and are returned as the presentation product.
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
### HIT_TYPE_SLICING_GROUP
|
|
158
|
+
|
|
159
|
+
- ~~HIT_TYPE_SLICING_GROUP: [String](TopLevel.String.md) = "slicing_group"~~
|
|
160
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with slicing groups.
|
|
161
|
+
|
|
162
|
+
**Deprecated:**
|
|
163
|
+
:::warning
|
|
164
|
+
Please use [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group) instead.
|
|
165
|
+
:::
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
### HIT_TYPE_VARIATION_GROUP
|
|
170
|
+
|
|
171
|
+
- HIT_TYPE_VARIATION_GROUP: [String](TopLevel.String.md) = "variation_group"
|
|
172
|
+
- : Constant representing a product search hit type based on the presentation product of a hit. This hit type is used with variation groups.
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## Property Details
|
|
178
|
+
|
|
179
|
+
### firstRepresentedProduct
|
|
180
|
+
- firstRepresentedProduct: [Product](dw.catalog.Product.md) `(read-only)`
|
|
181
|
+
- : Returns the product that is actually hit by the search and has the highest
|
|
182
|
+
sort rank according to the sorting conditions used for the search query.
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
**See Also:**
|
|
186
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
187
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
### firstRepresentedProductID
|
|
193
|
+
- firstRepresentedProductID: [String](TopLevel.String.md) `(read-only)`
|
|
194
|
+
- : Returns the ID of the product that is actually hit by the search and has the highest
|
|
195
|
+
sort rank according to the sorting conditions used for the search query.
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
**See Also:**
|
|
199
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
200
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
### hitType
|
|
206
|
+
- hitType: [String](TopLevel.String.md) `(read-only)`
|
|
207
|
+
- : Returns the type of the product wrapped by this search hit. The product type returned will be one of the hit types:
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple) - [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master) - [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle) - [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set) - [HIT_TYPE_SLICING_GROUP](dw.catalog.ProductSearchHit.md#hit_type_slicing_group) - [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
### lastRepresentedProduct
|
|
217
|
+
- lastRepresentedProduct: [Product](dw.catalog.Product.md) `(read-only)`
|
|
218
|
+
- : Returns the product that is actually hit by the search and has the lowest
|
|
219
|
+
sort rank according to the sorting conditions used for the search query.
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
**See Also:**
|
|
223
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
224
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
### lastRepresentedProductID
|
|
230
|
+
- lastRepresentedProductID: [String](TopLevel.String.md) `(read-only)`
|
|
231
|
+
- : Returns the ID of the product that is actually hit by the search and has the lowest
|
|
232
|
+
sort rank according to the sorting conditions used for the search query.
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
**See Also:**
|
|
236
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
237
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
### maxPrice
|
|
243
|
+
- maxPrice: [Money](dw.value.Money.md) `(read-only)`
|
|
244
|
+
- : Returns the maximum price of all products represented by the
|
|
245
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
246
|
+
the set of products used for finding the maximum. The method returns
|
|
247
|
+
`N/A` in case no price information can be found.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
Note: The method uses price information of the search index and therefore
|
|
251
|
+
might return different prices than the ProductPriceModel.
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
### maxPricePerUnit
|
|
258
|
+
- maxPricePerUnit: [Money](dw.value.Money.md) `(read-only)`
|
|
259
|
+
- : Returns the maximum price per unit of all products represented by the
|
|
260
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
261
|
+
the set of products used for finding the maximum. The method returns
|
|
262
|
+
`N/A` in case no price information can be found.
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
Note: The method uses price information of the search index and therefore
|
|
266
|
+
might return different prices than the ProductPriceModel.
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
### minPrice
|
|
273
|
+
- minPrice: [Money](dw.value.Money.md) `(read-only)`
|
|
274
|
+
- : Returns the minimum price of all products represented by the
|
|
275
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
276
|
+
the set of products used for finding the minimum. The method returns
|
|
277
|
+
`N/A` in case no price information can be found.
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
Note: the method uses price information of the search index and therefore
|
|
281
|
+
might return different prices than the ProductPriceModel.
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
### minPricePerUnit
|
|
288
|
+
- minPricePerUnit: [Money](dw.value.Money.md) `(read-only)`
|
|
289
|
+
- : Returns the minimum price per unit of all products represented by the
|
|
290
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
291
|
+
the set of products used for finding the minimum. The method returns
|
|
292
|
+
`N/A` in case no price information can be found.
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
Note: the method uses price information of the search index and therefore
|
|
296
|
+
might return different prices than the ProductPriceModel.
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
### priceRange
|
|
303
|
+
- priceRange: [Boolean](TopLevel.Boolean.md) `(read-only)`
|
|
304
|
+
- : Convenience method to check whether this ProductSearchHit represents
|
|
305
|
+
multiple products (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)) that have
|
|
306
|
+
different prices.
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
---
|
|
311
|
+
|
|
312
|
+
### product
|
|
313
|
+
- product: [Product](dw.catalog.Product.md) `(read-only)`
|
|
314
|
+
- : Returns the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type.
|
|
315
|
+
|
|
316
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
317
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation master product
|
|
318
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product set
|
|
319
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product bundle
|
|
320
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation group
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
To retrieve the product(s) actually hit by the search use [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts).
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
**See Also:**
|
|
327
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
### productID
|
|
333
|
+
- productID: [String](TopLevel.String.md) `(read-only)`
|
|
334
|
+
- : Returns the ID of the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type.
|
|
335
|
+
|
|
336
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
337
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation master product
|
|
338
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product set
|
|
339
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product bundle
|
|
340
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation group
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
To retrieve the ID of the product actually hit by the search use [getFirstRepresentedProductID()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproductid) or [getLastRepresentedProductID()](dw.catalog.ProductSearchHit.md#getlastrepresentedproductid).
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
**See Also:**
|
|
347
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
---
|
|
351
|
+
|
|
352
|
+
### representedProductIDs
|
|
353
|
+
- representedProductIDs: [List](dw.util.List.md) `(read-only)`
|
|
354
|
+
- : The method returns the actual ID of the product that is conforming the query and is represented by the search hit.
|
|
355
|
+
Depending on the hit typ, it returns the ID of:
|
|
356
|
+
|
|
357
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
358
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation product
|
|
359
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product part of set
|
|
360
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product part of a bundle
|
|
361
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation product
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
If the method returns multiple products, the product with the highest
|
|
365
|
+
sort rank is returned first, and the product with the lowest sort rank is
|
|
366
|
+
returned last. The product sort rank depends on the sorting conditions
|
|
367
|
+
used for the search query.
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
**See Also:**
|
|
371
|
+
- [getFirstRepresentedProduct()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct)
|
|
372
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
377
|
+
### representedProducts
|
|
378
|
+
- representedProducts: [List](dw.util.List.md) `(read-only)`
|
|
379
|
+
- : The method returns the actual product that is conforming the query and is represented by the search hit.
|
|
380
|
+
Depending on the hit typ, [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) returns:
|
|
381
|
+
|
|
382
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
383
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation product
|
|
384
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product part of set
|
|
385
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product part of a bundle
|
|
386
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation product
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
If the method returns multiple products, the product with the highest
|
|
390
|
+
sort rank is returned first, and the product with the lowest sort rank is
|
|
391
|
+
returned last. The product sort rank depends on the sorting conditions
|
|
392
|
+
used for the search query.
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
**See Also:**
|
|
396
|
+
- [getFirstRepresentedProduct()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct)
|
|
397
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
## Method Details
|
|
403
|
+
|
|
404
|
+
### getFirstRepresentedProduct()
|
|
405
|
+
- getFirstRepresentedProduct(): [Product](dw.catalog.Product.md)
|
|
406
|
+
- : Returns the product that is actually hit by the search and has the highest
|
|
407
|
+
sort rank according to the sorting conditions used for the search query.
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
**Returns:**
|
|
411
|
+
- the first product that is actually hit by the search
|
|
412
|
+
|
|
413
|
+
**See Also:**
|
|
414
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
415
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
### getFirstRepresentedProductID()
|
|
421
|
+
- getFirstRepresentedProductID(): [String](TopLevel.String.md)
|
|
422
|
+
- : Returns the ID of the product that is actually hit by the search and has the highest
|
|
423
|
+
sort rank according to the sorting conditions used for the search query.
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
**Returns:**
|
|
427
|
+
- the ID of the first product that is actually hit by the search
|
|
428
|
+
|
|
429
|
+
**See Also:**
|
|
430
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
431
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
---
|
|
435
|
+
|
|
436
|
+
### getHitType()
|
|
437
|
+
- getHitType(): [String](TopLevel.String.md)
|
|
438
|
+
- : Returns the type of the product wrapped by this search hit. The product type returned will be one of the hit types:
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple) - [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master) - [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle) - [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set) - [HIT_TYPE_SLICING_GROUP](dw.catalog.ProductSearchHit.md#hit_type_slicing_group) - [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
**Returns:**
|
|
445
|
+
- search hit type
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
### getLastRepresentedProduct()
|
|
451
|
+
- getLastRepresentedProduct(): [Product](dw.catalog.Product.md)
|
|
452
|
+
- : Returns the product that is actually hit by the search and has the lowest
|
|
453
|
+
sort rank according to the sorting conditions used for the search query.
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
**Returns:**
|
|
457
|
+
- the last product that is actually hit by the search
|
|
458
|
+
|
|
459
|
+
**See Also:**
|
|
460
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
461
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
---
|
|
465
|
+
|
|
466
|
+
### getLastRepresentedProductID()
|
|
467
|
+
- getLastRepresentedProductID(): [String](TopLevel.String.md)
|
|
468
|
+
- : Returns the ID of the product that is actually hit by the search and has the lowest
|
|
469
|
+
sort rank according to the sorting conditions used for the search query.
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
**Returns:**
|
|
473
|
+
- the ID of the last product that is actually hit by the search
|
|
474
|
+
|
|
475
|
+
**See Also:**
|
|
476
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
477
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
---
|
|
481
|
+
|
|
482
|
+
### getMaxPrice()
|
|
483
|
+
- getMaxPrice(): [Money](dw.value.Money.md)
|
|
484
|
+
- : Returns the maximum price of all products represented by the
|
|
485
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
486
|
+
the set of products used for finding the maximum. The method returns
|
|
487
|
+
`N/A` in case no price information can be found.
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
Note: The method uses price information of the search index and therefore
|
|
491
|
+
might return different prices than the ProductPriceModel.
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
**Returns:**
|
|
495
|
+
- the maximum price of all products represented by the product hit.
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
---
|
|
499
|
+
|
|
500
|
+
### getMaxPricePerUnit()
|
|
501
|
+
- getMaxPricePerUnit(): [Money](dw.value.Money.md)
|
|
502
|
+
- : Returns the maximum price per unit of all products represented by the
|
|
503
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
504
|
+
the set of products used for finding the maximum. The method returns
|
|
505
|
+
`N/A` in case no price information can be found.
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
Note: The method uses price information of the search index and therefore
|
|
509
|
+
might return different prices than the ProductPriceModel.
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
**Returns:**
|
|
513
|
+
- the maximum price per unit of all products represented by the product hit.
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
### getMinPrice()
|
|
519
|
+
- getMinPrice(): [Money](dw.value.Money.md)
|
|
520
|
+
- : Returns the minimum price of all products represented by the
|
|
521
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
522
|
+
the set of products used for finding the minimum. The method returns
|
|
523
|
+
`N/A` in case no price information can be found.
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
Note: the method uses price information of the search index and therefore
|
|
527
|
+
might return different prices than the ProductPriceModel.
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
**Returns:**
|
|
531
|
+
- the minimum price of all products represented by the product hit.
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
---
|
|
535
|
+
|
|
536
|
+
### getMinPricePerUnit()
|
|
537
|
+
- getMinPricePerUnit(): [Money](dw.value.Money.md)
|
|
538
|
+
- : Returns the minimum price per unit of all products represented by the
|
|
539
|
+
product hit. See [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) for details on
|
|
540
|
+
the set of products used for finding the minimum. The method returns
|
|
541
|
+
`N/A` in case no price information can be found.
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
Note: the method uses price information of the search index and therefore
|
|
545
|
+
might return different prices than the ProductPriceModel.
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
**Returns:**
|
|
549
|
+
- the minimum price per unit of all products represented by the product hit.
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
### getProduct()
|
|
555
|
+
- getProduct(): [Product](dw.catalog.Product.md)
|
|
556
|
+
- : Returns the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type.
|
|
557
|
+
|
|
558
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
559
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation master product
|
|
560
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product set
|
|
561
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product bundle
|
|
562
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation group
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
To retrieve the product(s) actually hit by the search use [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts).
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
**Returns:**
|
|
569
|
+
- the presentation product of this ProductSearchHit, which is possibly a
|
|
570
|
+
representative of other related products actually hit by the
|
|
571
|
+
search.
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
**See Also:**
|
|
575
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
### getProductID()
|
|
581
|
+
- getProductID(): [String](TopLevel.String.md)
|
|
582
|
+
- : Returns the ID of the presentation product of this ProductSearchHit corresponding to the [ProductSearchHit](dw.catalog.ProductSearchHit.md) type.
|
|
583
|
+
|
|
584
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
585
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation master product
|
|
586
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product set
|
|
587
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product bundle
|
|
588
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation group
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
To retrieve the ID of the product actually hit by the search use [getFirstRepresentedProductID()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproductid) or [getLastRepresentedProductID()](dw.catalog.ProductSearchHit.md#getlastrepresentedproductid).
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
**Returns:**
|
|
595
|
+
- the ID of the presentation product of this ProductSearchHit, that possibly represents
|
|
596
|
+
a set of related products actually hit by the search.
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
**See Also:**
|
|
600
|
+
- [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
---
|
|
604
|
+
|
|
605
|
+
### getRepresentedProductIDs()
|
|
606
|
+
- getRepresentedProductIDs(): [List](dw.util.List.md)
|
|
607
|
+
- : The method returns the actual ID of the product that is conforming the query and is represented by the search hit.
|
|
608
|
+
Depending on the hit typ, it returns the ID of:
|
|
609
|
+
|
|
610
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
611
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation product
|
|
612
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product part of set
|
|
613
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product part of a bundle
|
|
614
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation product
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
If the method returns multiple products, the product with the highest
|
|
618
|
+
sort rank is returned first, and the product with the lowest sort rank is
|
|
619
|
+
returned last. The product sort rank depends on the sorting conditions
|
|
620
|
+
used for the search query.
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
**Returns:**
|
|
624
|
+
- a sorted list of products represented by the wrapped product.
|
|
625
|
+
|
|
626
|
+
**See Also:**
|
|
627
|
+
- [getFirstRepresentedProduct()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct)
|
|
628
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
---
|
|
632
|
+
|
|
633
|
+
### getRepresentedProducts()
|
|
634
|
+
- getRepresentedProducts(): [List](dw.util.List.md)
|
|
635
|
+
- : The method returns the actual product that is conforming the query and is represented by the search hit.
|
|
636
|
+
Depending on the hit typ, [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts) returns:
|
|
637
|
+
|
|
638
|
+
- [HIT_TYPE_SIMPLE](dw.catalog.ProductSearchHit.md#hit_type_simple)-> a simple product
|
|
639
|
+
- [HIT_TYPE_PRODUCT_MASTER](dw.catalog.ProductSearchHit.md#hit_type_product_master)-> a variation product
|
|
640
|
+
- [HIT_TYPE_PRODUCT_SET](dw.catalog.ProductSearchHit.md#hit_type_product_set)-> a product part of set
|
|
641
|
+
- [HIT_TYPE_PRODUCT_BUNDLE](dw.catalog.ProductSearchHit.md#hit_type_product_bundle)-> a product part of a bundle
|
|
642
|
+
- [HIT_TYPE_VARIATION_GROUP](dw.catalog.ProductSearchHit.md#hit_type_variation_group)->a variation product
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
If the method returns multiple products, the product with the highest
|
|
646
|
+
sort rank is returned first, and the product with the lowest sort rank is
|
|
647
|
+
returned last. The product sort rank depends on the sorting conditions
|
|
648
|
+
used for the search query.
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
**Returns:**
|
|
652
|
+
- a sorted list of products represented by the wrapped product.
|
|
653
|
+
|
|
654
|
+
**See Also:**
|
|
655
|
+
- [getFirstRepresentedProduct()](dw.catalog.ProductSearchHit.md#getfirstrepresentedproduct)
|
|
656
|
+
- [getLastRepresentedProduct()](dw.catalog.ProductSearchHit.md#getlastrepresentedproduct)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
---
|
|
660
|
+
|
|
661
|
+
### getRepresentedVariationValues(Object)
|
|
662
|
+
- getRepresentedVariationValues(va: [Object](TopLevel.Object.md)): [List](dw.util.List.md)
|
|
663
|
+
- : This method is only applicable if this ProductSearchHit represents a
|
|
664
|
+
product variation (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)). It returns the
|
|
665
|
+
distinct value set for the specified variation attribute for all variants
|
|
666
|
+
represented by this ProductSearchHit. The values are returned in the same
|
|
667
|
+
order as they are defined for the variation.
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
This method will accept a ProductVariationAttribute parameter or a String
|
|
671
|
+
which is the ID of a variation attribute. If any other object type is
|
|
672
|
+
passed, or null is passed, an exception will be thrown. If this
|
|
673
|
+
ProductSearchHit does not represent a product variation, or the passed
|
|
674
|
+
variation attribute is not associated with this product, the method
|
|
675
|
+
returns an empty list.
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
**Parameters:**
|
|
679
|
+
- va - the product variation attribute, specified as either a ProductVariationAttribute or a String which is the ID of a variation attribute associated with this product.
|
|
680
|
+
|
|
681
|
+
**Returns:**
|
|
682
|
+
- a list containing all distinct ProductVariationAttributeValues.
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
---
|
|
686
|
+
|
|
687
|
+
### isPriceRange()
|
|
688
|
+
- isPriceRange(): [Boolean](TopLevel.Boolean.md)
|
|
689
|
+
- : Convenience method to check whether this ProductSearchHit represents
|
|
690
|
+
multiple products (see [getRepresentedProducts()](dw.catalog.ProductSearchHit.md#getrepresentedproducts)) that have
|
|
691
|
+
different prices.
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
**Returns:**
|
|
695
|
+
- `true` if the represented products form a price range
|
|
696
|
+
`false` otherwise.
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
---
|
|
701
|
+
|
|
702
|
+
<!-- prettier-ignore-end -->
|