diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 237132d..8abb85c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,14 +9,14 @@ jobs: linux-tests: strategy: matrix: - node: [10, 12, 14, 16, 18, 20] + node: [12, 14, 16, 18] fail-fast: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node_version }} + node-version: ${{ matrix.node }} cache: npm - name: Cache node modules id: cache-nodemodules @@ -25,7 +25,7 @@ jobs: cache-name: cache-node-modules with: path: "**/node_modules" - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-node${{ matrix.node }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }} - run: yarn install if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }} - run: yarn run renderTemplates diff --git a/.nvmrc b/.nvmrc index 9a03714..8351c19 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10 \ No newline at end of file +14 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf76742..9388921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## v2.1.0 + +### Enhancements +- Export the parameter keys for each API endpoint [#158](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/158) + +### API Changes +*Shopper Baskets* + + | **Endpoint Name** | **Description** | + | ------------- |-----------------------------------| + | updateItemsInBasket | Updates multiple items in a basket. | + + ## v2.0.0 #### API Changes diff --git a/README.md b/README.md index 76f0c9a..cee4bf5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Salesforce Commerce SDK (Isomorphic) allows easy interaction with the B2C Co ### Requirements -- Node `^12.x`, `^14.x`, `^16.x`, `^18.x` or `^20.x` +- Node `^12.x`, `^14.x`, `^16.x`, `^18.x` ### Installation diff --git a/apis/shopper-baskets/.metadata.json b/apis/shopper-baskets/.metadata.json index 65ded0f..b595f73 100644 --- a/apis/shopper-baskets/.metadata.json +++ b/apis/shopper-baskets/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets/2.0.3", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-baskets/2.0.9", "name": "Shopper Baskets", "description": "Build a checkout experience.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-baskets", - "version": "2.0.3", + "version": "2.0.9", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-baskets/examples/basket/items-patch-request.raml b/apis/shopper-baskets/examples/basket/items-patch-request.raml new file mode 100644 index 0000000..e5edfae --- /dev/null +++ b/apis/shopper-baskets/examples/basket/items-patch-request.raml @@ -0,0 +1,14 @@ +#%RAML 1.0 NamedExample +value: + [{ + "itemId": "051e908cca031ebf8ee80cbb0a", + "productId": "green-bag", + "quantity": 1 + },{ + "itemId": "078a492cca031ebf8ee80739ab", + "optionItems" : [{ + "optionId":"Option1", + "optionValueId":"ValueA" + }], + "quantity": 1 + }] diff --git a/apis/shopper-baskets/examples/basket/items-patch-response.raml b/apis/shopper-baskets/examples/basket/items-patch-response.raml new file mode 100644 index 0000000..258f6e4 --- /dev/null +++ b/apis/shopper-baskets/examples/basket/items-patch-response.raml @@ -0,0 +1,184 @@ +#%RAML 1.0 NamedExample +value: + { + "adjustedMerchandizeTotalTax": 36.5, + "adjustedShippingTotalTax": 0.8, + "agentBasket": false, + "basketId": "a10ff320829cb0eef93ca5310a", + "billingAddress": { + "address1": "4 Main St.", + "address2": "Basement Flat", + "city": "Boston", + "companyName": "Flexo", + "countryCode": "US", + "firstName": "John", + "fullName": "John H. Smith", + "id": "0aa3fce01dec8a51ee50323c9c", + "jobTitle": "Sales Manager", + "lastName": "Smith", + "phone": "+1 33-33-33", + "postalCode": "40982", + "secondName": "H.", + "stateCode": "MA", + "title": "Mr" + }, + "channelType": "storefront", + "creationDate": "2019-10-17T10:59:24.503Z", + "currency": "USD", + "customerInfo": { + "customerId": "beQeANXJNsd0xcINsB6cSrobQa", + "email": "" + }, + "giftCertificateItems": [ + { + "amount": 2, + "giftCertificateItemId": "a9c38be81002962a93310ffd66", + "recipientEmail": "benet@example.com", + "shipmentId": "me" + } + ], + "lastModified": "2019-10-17T11:00:22.545Z", + "merchandizeTotalTax": 36.5, + "notes": { + }, + "orderTotal": 785.24, + "paymentInstruments": [ + { + "amount": 10.3, + "paymentInstrumentId": "19ceb7afa36ffe22fcd93c3518", + "paymentMethodId": "BML" + }, + { + "amount": 10.4, + "paymentCard": { + "cardType": "Visa", + "creditCardExpired": false + }, + "paymentInstrumentId": "74c2fd8a9ede5712be8f18c638", + "paymentMethodId": "CREDIT_CARD" + } + ], + "productItems": [ + { + "adjustedTax": 30, + "basePrice": 199.99, + "bonusProductLineItem": false, + "gift": false, + "itemId": "051e908cca031ebf8ee80cbb0a", + "itemText": "Green Umbrella - Sustained Edition", + "optionItems": [ + { + "adjustedTax": 0, + "basePrice": 0, + "bonusProductLineItem": false, + "gift": false, + "itemId": "1b48e2474f18edefc34577daf8", + "itemText": "We will plant a tree for your order.", + "optionId": "plantATre", + "optionValueId": "000", + "price": 0, + "priceAfterItemDiscount": 0, + "priceAfterOrderDiscount": 0, + "productId": "000", + "productName": "Plant a tree.", + "quantity": 3, + "shipmentId": "me", + "tax": 0, + "taxBasis": 0, + "taxClassId": "standard", + "taxRate": 0.05 + } + ], + "price": 599.97, + "priceAfterItemDiscount": 599.97, + "priceAfterOrderDiscount": 599.97, + "productId": "green-umbrella", + "productName": "Green Umbrella - Sustained Edition", + "quantity": 3, + "shipmentId": "me", + "tax": 30, + "taxBasis": 599.97, + "taxClassId": "standard", + "taxRate": 0.05 + }, + { + "adjustedTax": 1.5, + "basePrice": 29.99, + "bonusProductLineItem": false, + "gift": false, + "itemId": "32f71ef20eccbc9b75d2114352", + "itemText": "Green Bag", + "price": 29.99, + "priceAfterItemDiscount": 29.99, + "priceAfterOrderDiscount": 29.99, + "productId": "green-bag", + "productName": "Green Bag", + "quantity": 1, + "shipmentId": "me", + "tax": 1.5, + "taxBasis": 29.99, + "taxClassId": "standard", + "taxRate": 0.05 + } + ], + "productSubTotal": 729.95, + "productTotal": 729.95, + "shipments": [ + { + "adjustedMerchandizeTotalTax": 36.5, + "adjustedShippingTotalTax": 0.8, + "gift": false, + "merchandizeTotalTax": 36.5, + "productSubTotal": 729.95, + "productTotal": 729.95, + "shipmentId": "me", + "shipmentTotal": 785.24, + "shippingAddress": { + "address1": "4 Main St.", + "address2": "Basement Flat", + "city": "Boston", + "companyName": "Flexo", + "countryCode": "US", + "firstName": "John", + "fullName": "John H. Smith", + "id": "c27620f32e6e607c04a35fc2c7", + "jobTitle": "Sales Manager", + "lastName": "Smith", + "phone": "+1 33-33-33", + "postalCode": "40982", + "secondName": "H.", + "stateCode": "MA", + "title": "Mr" + }, + "shippingMethod": { + "description": "Order received within 7-10 business days", + "id": "001", + "name": "Ground", + "price": 15.99 + }, + "shippingStatus": "not_shipped", + "shippingTotal": 15.99, + "shippingTotalTax": 0.8, + "taxTotal": 37.3 + } + ], + "shippingItems": [ + { + "adjustedTax": 0.8, + "basePrice": 15.99, + "itemId": "bf466b517f08b5fae8d553b36c", + "itemText": "Shipping", + "price": 15.99, + "priceAfterItemDiscount": 15.99, + "shipmentId": "me", + "tax": 0.8, + "taxBasis": 15.99, + "taxClassId": "standard", + "taxRate": 0.05 + } + ], + "shippingTotal": 15.99, + "shippingTotalTax": 0.8, + "taxation": "net", + "taxTotal": 37.3 + } diff --git a/apis/shopper-baskets/exchange.json b/apis/shopper-baskets/exchange.json index 844b6ee..d71509a 100644 --- a/apis/shopper-baskets/exchange.json +++ b/apis/shopper-baskets/exchange.json @@ -1 +1 @@ -{"dependencies":[{"version":"1.1.15","assetId":"api-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"},{"version":"1.0.27","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"},{"version":"2.0.1","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.3","originalFormatVersion":"1.0","apiVersion":"v2","descriptorVersion":"0.1.0","classifier":"raml","main":"shopper-baskets.raml","backwardsCompatible":false,"assetId":"shopper-baskets","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Shopper Baskets","tags":[],"metadata":{"projectId":"f2e890b0-bc72-4034-a8c6-84d0bafd978d","branchId":"v2","commitId":"2244ac36fde9490da0151b4eb715f8f5ff15e408"}} \ No newline at end of file +{"dependencies":[{"version":"1.1.15","assetId":"api-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"},{"version":"2.0.5","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"},{"version":"2.0.1","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.9","originalFormatVersion":"1.0","apiVersion":"v2","descriptorVersion":"0.1.0","classifier":"raml","main":"shopper-baskets.raml","backwardsCompatible":false,"assetId":"shopper-baskets","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Shopper Baskets","tags":[],"metadata":{"projectId":"f2e890b0-bc72-4034-a8c6-84d0bafd978d","branchId":"v2","commitId":"70e1a2438c09143495266999183cbd4e5fd41752"}} \ No newline at end of file diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/exchange.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/exchange.json deleted file mode 100644 index 7f13c2b..0000000 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"dependencies":[{"version":"1.0.27","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.1","originalFormatVersion":"1.0","apiVersion":"v1","descriptorVersion":"0.1.0","classifier":"raml-fragment","main":"checkout-data-types.raml","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Checkout Data Types","tags":[],"metadata":{"projectId":"ac07ef0d-aa14-4469-95b7-95c115af175a","branchId":"v2","commitId":"a20981a86c36b7ff0ad54d374c412a7eb81d59f7"}} \ No newline at end of file diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/checkout-data-types.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml similarity index 99% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/checkout-data-types.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml index e4968e2..9e05956 100644 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/checkout-data-types.raml +++ b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml @@ -3,7 +3,7 @@ usage: This library provides all shopper baskets orders data types uses: - CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: Basket: @@ -719,7 +719,6 @@ types: quantity?: description: |- The ordered quantity of the products represented by this item. - maximum: 999 minimum: 0 type: number format: double @@ -1839,7 +1838,6 @@ types: quantity?: description: |- The quantity of the products represented by this item. - maximum: 999 minimum: 0 type: number format: double diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/forbidden.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/forbidden.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/forbidden.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/forbidden.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/invalid-tax-mode.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/invalid-tax-mode.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/order-not-found.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/order-not-found.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/shipment-not-found.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/shipment-not-found.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/shipment-not-found.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/shipment-not-found.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json new file mode 100644 index 0000000..25886b6 --- /dev/null +++ b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json @@ -0,0 +1 @@ +{"dependencies":[{"version":"2.0.1","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.5","originalFormatVersion":"1.0","apiVersion":"v1","descriptorVersion":"0.1.0","classifier":"raml-fragment","main":"checkout-data-types.raml","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Checkout Data Types","tags":[],"metadata":{"projectId":"ac07ef0d-aa14-4469-95b7-95c115af175a","branchId":"v2","commitId":"e7cad8834ddd908357c9160b31f3f9de2939fa01"}} \ No newline at end of file diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json deleted file mode 100644 index fbeb921..0000000 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.27","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"} \ No newline at end of file diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml similarity index 82% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml index 231382c..f211a3c 100644 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml +++ b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -5,7 +5,7 @@ description: | A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. -type: x-custom +type: OAuth 2.0 displayName: ShopperToken uses: @@ -43,4 +43,8 @@ describedBy: example: type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json similarity index 92% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json rename to apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json index 3b7dd05..99686e8 100644 --- a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json +++ b/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -5,6 +5,6 @@ "tags": [], "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "commerce-cloud-standards", - "version": "2.0.0", + "version": "2.0.1", "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } \ No newline at end of file diff --git a/apis/shopper-baskets/shopper-baskets-description.md b/apis/shopper-baskets/shopper-baskets-description.md index 158fe12..6781a54 100644 --- a/apis/shopper-baskets/shopper-baskets-description.md +++ b/apis/shopper-baskets/shopper-baskets-description.md @@ -7,9 +7,9 @@ Temporary baskets can perform calculations to generate totals, line items, promo Use the Shopper Baskets API to create a basket in the B2C Commerce system and populate it with all the data required to ready the basket for checkout. -To create a basket, start with the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets?meta=createBasket) endpoint. The endpoint creates the basket in the B2C Commerce system and returns a JSON representation of the basket with a `basketId` property. +To create a basket, start with the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets-v2?meta=createBasket) endpoint. The endpoint creates the basket in the B2C Commerce system and returns a JSON representation of the basket with a `basketId` property. -If you provide the JSON for a prepopulated basket to the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets?meta=createBasket) endpoint, you can create a basket using a single API request. +If you provide the JSON for a prepopulated basket to the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets-v2?meta=createBasket) endpoint, you can create a basket using a single API request. You can also create a basket and gradually populate it with data using subsequent API requests that reference the same `basketId`. The gradual approach allows you to validate the input data as you go. @@ -38,6 +38,8 @@ The client requesting the basket information must have access to the `/baskets` For details on how to request a shopper access token from SLAS, see the guest user flows for [public clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-public-client.html#guest-user) and [private clients](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-private-client.html#guest-user) in the SLAS guides. +You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see the [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + The following resources require an Account Manager OAuth token with a client ID: - `/baskets/{basketId}/taxes` @@ -73,11 +75,28 @@ Unless you’re using [hooks](https://developer.salesforce.com/docs/commerce/com The B2C Commerce API calculates taxes internally using tax tables. If you want to integrate with a third-party tax provider, or calculate tax on your own, you can use the external taxation feature to add a taxation rate and optional taxation value. When setting a taxation rate, the taxation is calculated for this specific rate. If you pass a value, this value is used as taxation value, as well, without recalculation. To use this feature, set the `taxMode` parameter to `external` when creating the basket. -**Important**: To use external tax calculation, [hooks](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html) must not be enabled in Business Manager. - When using external taxation, you must set a tax rate either in one request to the `/baskets/{basketId}/taxes` or with separate requests for each line item, using `/baskets/{basketId}/items/{lineItemId}/taxes`. -If the tax mode of a basket is set to `external`, a tax item is required for all line items to avoid oversights, including zero-tax items. +If the tax mode of a basket is set to `external`, a tax item is required for all line items even for zero-tax items to avoid oversights. + +### External Taxation with Hooks Enabled + +To use external tax calculation with [hooks](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html), use the following API methods in the [Calculate Hook](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html#calculate-hook): +- `dw.order.LineItemCtnr#isExternallyTaxed`: Returns true if the basket was created with `taxMode = external` +- `dw.order.TaxMgr#applyExternalTax`: Applies externally set tax rates to the given basket. Only use when `dw.order.LineItemCtnr#isExternallyTaxed` returns true. + +The following example shows an implementation of external tax calculation with hooks enabled in the [Calculate Hook](https://developer.salesforce.com/docs/commerce/commerce-api/guide/extensibility_via_hooks.html#calculate-hook): + + exports.calculate = function (basket) { + if ( basket.isExternallyTaxed() ) + { + TaxMgr.applyExternalTaxation( basket ); // apply the external tax calculation based on the tax rates set by the SCAPI external taxation APIs + } + else + { + // calculation with tax tables or customization + } + } ## Temporary Baskets @@ -86,4 +105,4 @@ A temporary basket is populated with all the data required to ready the basket f - The shopper can have up to 10 (default 4) temporary baskets, which can be configured via Basket Preferences (Sites -> Merchant Tools -> Basket Preferences) and specifying the preference **Temporary Baskets per Customer**. - Available to all shoppers (guest and registered shoppers), as well as agents. -To create a temporary basket, set the `temporary` parameter to `true` with the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets?meta=createBasket) endpoint. +To create a temporary basket, set the `temporary` parameter to `true` with the [Create basket](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-baskets-v2?meta=createBasket) endpoint. diff --git a/apis/shopper-baskets/shopper-baskets-traits.raml b/apis/shopper-baskets/shopper-baskets-traits.raml index ab19a9c..4140ddc 100644 --- a/apis/shopper-baskets/shopper-baskets-traits.raml +++ b/apis/shopper-baskets/shopper-baskets-traits.raml @@ -1,7 +1,7 @@ #%RAML 1.0 Library uses: - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml traits: LocaleSpecific: diff --git a/apis/shopper-baskets/shopper-baskets.raml b/apis/shopper-baskets/shopper-baskets.raml index 5e2af65..0764a2e 100644 --- a/apis/shopper-baskets/shopper-baskets.raml +++ b/apis/shopper-baskets/shopper-baskets.raml @@ -14,9 +14,9 @@ baseUriParameters: uses: BasketTraits: shopper-baskets-traits.raml - dataTypes: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/checkout-data-types.raml + dataTypes: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: ErrorResponse: ApiStandards.ErrorResponse @@ -66,7 +66,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse1: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse1: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml dataTypes.ErrorResponse2: !include examples/error/customer-basket-quota-exceeded-exception.raml dataTypes.ErrorResponse3: !include examples/error/customer-temporary-basket-quota-exceeded-exception.raml '404': @@ -75,14 +75,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/shipment-not-found.raml - '409': - description: |- - Thrown if Salesforce Commerce API Hook Execution is enabled with taxMode external. - body: - type: ErrorResponse - examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/shipment-not-found.raml queryParameters: taxMode?: type: string @@ -162,7 +155,7 @@ types: post: displayName: mergeBasket description: |- - Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions. + Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions, unless hooks are enabled. The following information is merged: - custom attributes on the basket and on all copied records @@ -272,14 +265,14 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: The basket with the given basket ID is unknown. body: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } get: @@ -303,14 +296,14 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: The basket with the given basket ID is unknown. body: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -343,7 +336,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -355,7 +348,13 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml + queryParameters: + removeExternalTax?: + description: |- + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the `currency` triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. + type: boolean + default: true body: type: dataTypes.Basket examples: @@ -397,7 +396,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperTokenTaob: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } /billing-address: @@ -423,22 +422,20 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: The basket with the given basket ID is unknown. body: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml queryParameters: useAsShipping?: type: boolean removeExternalTax?: description: |- - Changing the billing/shipping address can trigger tax recalculation. If the basket's tax mode is internal, the tax is automatically recalculated using tax tables. If the basket's tax mode is external, this query parameter controls tax recalculation as follows: - - true: (default) The basket's tax values are set to null and must be recalculated. - - false: The basket's tax values don't change. Use this setting to prevent an unnecessary external tax call when the billing/shipping address change doesn't affect the tax calculation. + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the billing/shipping address triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. type: boolean default: true body: @@ -473,7 +470,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The basket with the given basket ID is unknown. @@ -481,7 +478,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.CouponItem examples: @@ -511,7 +508,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- Possible reasons: @@ -522,7 +519,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } uriParameters: @@ -557,7 +554,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- Possible reasons: @@ -567,7 +564,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.CustomerInfo examples: @@ -595,7 +592,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -606,7 +603,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.GiftCertificateItem examples: @@ -637,7 +634,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -659,7 +656,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -669,7 +666,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.GiftCertificateItem examples: @@ -750,7 +747,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -760,7 +757,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: array items: dataTypes.ProductItem @@ -768,6 +765,86 @@ types: dataTypes.ProductItem: !include examples/basket/item-post-request.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } + patch: + is: + - CommerceCloudStandards.SiteSpecific: + - BasketTraits.LocaleSpecific: + description: |- + Updates multiple items in a basket. This behaviour matches that of updating a + single item, but the body contains an array of ProductItems to be updated that are identified by `itemId`. + The items to update can include bundled product items, although the + kind of update supported for bundled product items is limited to `productId`, `gift`, `giftMessage` + and custom properties. + The following values in the request body are considered by the server: + + - `itemId` (mandatory): identifies an item to be updated. + - `productId`: a valid product ID. The purpose of this + value is to change the variation of a variation product. + - `shipmentId`: a valid shipment ID. The purpose of + this value is to move a product item to another shipment. + - `quantity`: a number between 0 and 999. The purpose of + this value is to change the quantity of the product item. If the quantity is 0, + the product item is removed. + - `optionItems`/`optionValueId`: a valid option value + ID. The purpose of this value is to exchange an option value for an + option item of an option product. + This is only possible if the product item is an option product. To change + option values, a collection of the option items to be changed must be + provided in the property `optionItems`. Those + `optionItems` must contain `optionId` + and `optionValueId`. The provided values must be valid + for the option product that this product item represents. Otherwise, + `InvalidProductOptionItemException` or + `InvalidProductOptionValueItemException` is thrown. + - custom properties `c_`: a + value corresponding to the type defined for custom attribute + `` of the ProductLineItem. The purpose of this value is to + add or change the value of a custom attribute defined for the + ProductLineItem. + - `gift`: a boolean value that specifies whether the item is a gift. + - `giftMessage`: a message to include with the gift. + + displayName: updateItemsInBasket + responses: + '200': + description: Success, the response body contains the basket with the updated item. + body: + type: dataTypes.Basket + examples: + dataTypes.Basket: !include examples/basket/items-patch-response.raml + '400': + description: |- + Possible reasons: + - no product item with a given item ID was found for the basket. + - the product with the given product ID in the + request body is invalid. + - a null quantity value. + - an option with a specified option ID is unknown. + - an option with a specified option value ID is unknown. + - the given shipment ID is invalid. + - the customer assigned to the basket does not + match the verified customer represented by the JWT token. + body: + application/problem+json: + type: ErrorResponse + examples: + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml + '404': + description: |- + Possible reasons: basket not found + queryParameters: + removeExternalTax?: + description: |- + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the product line item quantity triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. + type: boolean + default: true + body: + type: array + items: dataTypes.ProductItem + examples: + dataTypes.ProductItem: !include examples/basket/items-patch-request.raml + securedBy: + - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } '/{itemId}': type: CommerceCloudStandards.Organization delete: @@ -791,7 +868,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- The basket with the given basket ID is unknown. @@ -799,7 +876,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -807,32 +884,36 @@ types: - CommerceCloudStandards.SiteSpecific: - BasketTraits.LocaleSpecific: description: |- - Updates an item in a basket. The - following values in the request body are considered by the server: + Updates an item in a basket. The item to be updated can be a bundled product item, although the + kind of update supported for bundled product items is limited to `productId` (to support + variation products), `gift`, `giftMessage` and custom properties. + The following values in the request body are considered by the server: - - productId: a valid product ID. The purpose of this + - `productId`: a valid product ID. The purpose of this value is to exchange a variation of a variation product. - - shipmentId: a valid shipment ID. The purpose of + - `shipmentId`: a valid shipment ID. The purpose of this value is to move a product item to another shipment. - - quantity: a number between 0 and 999. The purpose of + - `quantity`: a number between 0 and 999. The purpose of this value is to change quantity of the product item. If quantity is 0, the product item is removed. - - optionItems/optionValueId: a valid option value + - `optionItems`/`optionValueId`: a valid option value ID. The purpose of this value is to exchange an option value for an option item of an option product. This is only possible if the product item is an option product. To change option values a collection of option items to be changed need to be provided in property optionItems. Those optionItems need to contain optionId - and optionValueId. The provided values must be valid - for the option product that this product item represents. Otherwise - InvalidProductOptionItemException or - InvalidProductOptionValueItemException will be thrown. - custom properties c_: a + and `optionValueId`. The provided values must be valid + for the option product that this product item represents. Otherwise, + `InvalidProductOptionItemException` or + `InvalidProductOptionValueItemException` is thrown. + - custom properties `c_`: a value corresponding to the type defined for custom attribute - of ProductLineItem. The purpose of this value is to + `` of ProductLineItem. The purpose of this value is to add or change the value of a custom attribute defined for ProductLineItem. + - `gift`: a boolean value that specifies whether the item is a gift + - `giftMessage`: a message for the gift displayName: updateItemInBasket responses: @@ -858,7 +939,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -868,13 +949,11 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml queryParameters: removeExternalTax?: description: |- - Updating the quantity of the product item can trigger tax recalculation. If the basket's tax mode is internal, the tax is automatically recalculated using tax tables. If the basket's tax mode is external, this query parameter controls tax recalculation as follows: - - true: (default) The tax values for the product item are set to null and must be recalculated. - - false: The tax value for the product item will be updated based on the external tax rate (if no tax value was externally computed). Use this setting to prevent an unnecessary external tax call. + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the product line item quantity triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. type: boolean default: true body: @@ -908,23 +987,21 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml '409': description: |- Possible Reasons: - The tax mode of the referenced basket is not set to EXTERNAL. - - Salesforce Commerce API Hook Execution is enabled. body: application/problem+json: type: ErrorResponse examples: - dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml + dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml body: type: dataTypes.TaxItems examples: dataTypes.TaxItems: !include examples/basket/basket-item-tax-put-request.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } /payment-instruments: type: CommerceCloudStandards.Organization @@ -952,7 +1029,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: The basket with the given basket ID is unknown. @@ -960,7 +1037,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.BasketPaymentInstrumentRequest examples: @@ -990,7 +1067,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- Possible reasons: @@ -1001,7 +1078,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -1028,7 +1105,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -1038,13 +1115,11 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml queryParameters: removeExternalTax?: description: |- - Updating the payment instrument can trigger tax recalculation. If the basket's tax mode is internal, the tax is automatically recalculated using tax tables. If the basket's tax mode is external, this query parameter controls tax recalculation as follows: - - true: (default) The basket's tax values are set to null and must be recalculated. - - false: The basket's tax values don't change. Use this setting to prevent an unnecessary external tax call when the payment instrument change doesn't affect the tax calculation. + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the payment instrument triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. type: boolean default: true body: @@ -1076,7 +1151,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- The basket with the given basket ID is unknown. @@ -1084,7 +1159,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } /price-adjustments: @@ -1116,7 +1191,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- The basket with the given basket ID is unknown. @@ -1124,7 +1199,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.PriceAdjustmentRequest examples: @@ -1153,7 +1228,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- The basket with the given basket ID is unknown. @@ -1161,7 +1236,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperTokenTaob: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -1193,7 +1268,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The price adjustment ID is not found. @@ -1213,7 +1288,7 @@ types: get: is: - CommerceCloudStandards.SiteSpecific: - description: Gets applicable price books for an existing basket. + description: ( DEPRECATED ) Gets applicable price books for an existing basket. This endpoint is deprecated. Use [Shopper Context](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-context?meta=Summary), hooks or `dw.catalog.PriceBookMgr#getApplicablePriceBooks()` instead. displayName: getPriceBooksForBasket responses: '200': @@ -1229,14 +1304,13 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } put: is: - CommerceCloudStandards.SiteSpecific: - description: This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation. + description: ( DEPRECATED ) This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation. This endpoint is deprecated. Use [Shopper Context](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-context?meta=Summary), hooks or `dw.catalog.PriceBookMgr#setApplicablePriceBooks()` instead. displayName: addPriceBooksToBasket responses: '204': @@ -1247,13 +1321,12 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.PriceBookIds examples: dataTypes.PriceBookIds: !include examples/basket/price-books.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } /shipments: type: CommerceCloudStandards.Organization @@ -1299,7 +1372,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The basket with the given basket ID is @@ -1308,7 +1381,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.Shipment examples: @@ -1343,7 +1416,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '403': description: |- The given shipment ID corresponds to the @@ -1352,7 +1425,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/forbidden.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/forbidden.raml '404': description: |- The basket with the given basket ID is @@ -1361,7 +1434,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -1405,7 +1478,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The basket with the given basket ID is unknown. @@ -1413,7 +1486,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.Shipment examples: @@ -1450,22 +1523,20 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: The basket with the given basket ID is unknown. body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml queryParameters: useAsBilling?: type: boolean removeExternalTax?: description: |- - Updating the shipping/billing address can trigger tax recalculation. If the basket's tax mode is internal, the tax is automatically recalculated using tax tables. If the basket's tax mode is external, this query parameter controls tax recalculation as follows: - - true: (default) The basket's tax values are set to null and must be recalculated. - - false: The basket's tax values don't change. Use this setting to prevent an unnecessary external tax call when the shipping/billing address change doesn't affect the tax calculation. + If `true` (default value), the external tax rates are removed from the basket and set to null. To add external tax rates to a basket, use the `addTaxesForBasket` or `addTaxesForBasketItem` endpoint. The removal of external tax rates depends on the update performed on the basket, for example: an update to the shipping/billing address triggers a removal. Set this parameter to `false` to disable the removal of external tax rates/values. type: boolean default: true body: @@ -1500,14 +1571,14 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The basket with the given basket ID is unknown. body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.ShippingMethod examples: @@ -1537,7 +1608,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- Possible reasons: @@ -1546,7 +1617,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } /storefront: @@ -1577,7 +1648,7 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml queryParameters: exchange?: type: boolean @@ -1603,19 +1674,17 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml '409': description: |- Possible Reasons: - - The tax mode of the referenced basket is not set to EXTERNAL. - - Salesforce Commerce API Hook Execution is enabled. + - The tax mode of the referenced basket is not set to EXTERNAL. body: type: ErrorResponse examples: - dataTypes.InvalidTaxMode: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/invalid-tax-mode.raml - dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml + dataTypes.InvalidTaxMode: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml + dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } put: is: @@ -1631,21 +1700,19 @@ types: application/problem+json: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml '409': description: |- Possible Reasons: - The tax mode of the referenced basket is not set to EXTERNAL. - - Salesforce Commerce API Hook Execution is enabled. body: application/problem+json: type: ErrorResponse examples: - dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/examples/error/unsupported-request.raml + dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml body: type: dataTypes.Taxes examples: dataTypes.Taxes: !include examples/basket/basket-tax-put-request.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } \ No newline at end of file diff --git a/apis/shopper-context/.metadata.json b/apis/shopper-context/.metadata.json index 9afe125..ea34ea3 100644 --- a/apis/shopper-context/.metadata.json +++ b/apis/shopper-context/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-context/0.0.26", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-context/0.0.28", "name": "Shopper Context", "description": "The Shopper Context API enables developers to build highly contextualized shopping experiences for shoppers.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-context", - "version": "0.0.26", + "version": "0.0.28", "categories": { "API layer": [ "System" diff --git a/apis/shopper-context/exchange.json b/apis/shopper-context/exchange.json index c4c9718..8bfb6be 100644 --- a/apis/shopper-context/exchange.json +++ b/apis/shopper-context/exchange.json @@ -6,12 +6,12 @@ "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "2.0.0", + "version": "2.0.1", "assetId": "commerce-cloud-standards", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "version": "0.0.26", + "version": "0.0.28", "originalFormatVersion": "1.0", "apiVersion": "v1", "descriptorVersion": "0.1.0", diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml similarity index 82% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml index 231382c..f211a3c 100644 --- a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml +++ b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -5,7 +5,7 @@ description: | A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. -type: x-custom +type: OAuth 2.0 displayName: ShopperToken uses: @@ -43,4 +43,8 @@ describedBy: example: type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json similarity index 92% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json rename to apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json index 3b7dd05..99686e8 100644 --- a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json +++ b/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -5,6 +5,6 @@ "tags": [], "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "commerce-cloud-standards", - "version": "2.0.0", + "version": "2.0.1", "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } \ No newline at end of file diff --git a/apis/shopper-context/shopper-context-description.md b/apis/shopper-context/shopper-context-description.md index cbb46b5..06e1789 100644 --- a/apis/shopper-context/shopper-context-description.md +++ b/apis/shopper-context/shopper-context-description.md @@ -12,7 +12,11 @@ It is highly recommended to use Shopper Context calls with a private client and As part of this, when creating a new public client in SLAS for a tenant, if adding Shopper Context scope is attempted, a warning message is displayed to ensure the user is aware of the pitfalls of doing so. -**Note**: The context is valid for 1 day for guest shoppers and 7 days for registered shoppers. To extend the context set, create a new context. As a best practice, refresh your contexts periodically to ensure that the right personalized experience is rendered for your shoppers. +**Note**: + +The context is valid for 1 day for guest shoppers and 7 days for registered shoppers. To extend the context set, create a new context. As a best practice, refresh your contexts periodically to ensure that the right personalized experience is rendered for your shoppers. + +With B2C Commerce release 24.5, all new implementations of Shopper Context require the `siteId` query parameter to be passed. Existing customers with Shopper Context implementations should start including `siteId` going forward. Starting July 31 2024, `siteId` will be required for all customers, and a bad request response code will be returned for requests without a `siteId`. To use the Shopper Context API, you must: diff --git a/apis/shopper-context/shopper-context.raml b/apis/shopper-context/shopper-context.raml index 0d3f151..a397ec9 100644 --- a/apis/shopper-context/shopper-context.raml +++ b/apis/shopper-context/shopper-context.raml @@ -13,7 +13,7 @@ baseUriParameters: traits: uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: ShopperContext: description: A shoppers' context represented as key-value string pairs. @@ -52,6 +52,49 @@ types: type: string description: The IP Address of the client. If the client IP is not a valid IPv4 address, a Bad Request (400) error is thrown. This property is available from version 24.7. required: false + geoLocation: + type: object + description: The geographic location of the client. When you set a location, it is saved as context for subsequent requests. This overrides any context previously saved using `clientIp`. This property is available with B2C Commerce version 24.7. + required: false + properties: + city: + description: The city name associated with this location. + type: string + required: false + country: + description: The country name associated with this location. + type: string + required: false + countryCode: + description: The ISO country code associated with this location. + type: string + required: false + latitude: + description: The latitude coordinate, which is a number between -90.0 and +90.0, associated with this location. + type: number + format: double + required: false + longitude: + description: The longitude coordinate, which is a number between -180.0 and +180.0, associated with this location. + type: number + format: double + required: false + metroCode: + description: The metro code associated with this location. + type: string + required: false + postalCode: + description: The postal code associated with this location. + type: string + required: false + region: + description: The region (subdivision) name for this location. Corresponds with "state" in the USA. + type: string + required: false + regionCode: + description: The region (province or state) code for this location. + type: string + required: false example: !include Examples/shopper-context-example.raml @@ -63,7 +106,7 @@ types: displayName: getShopperContext queryParameters: siteId: - description: The identifer of the site that a request is being made in the context of. It is strongly recommended to pass in the siteId in the call. + description: The identifier of the site to which the request is being sent. With B2C Commerce release 24.5, all new implementations of Shopper Context require the `siteId` query parameter to be passed. Existing customers with Shopper Context implementations should start including `siteId` going forward. Starting July 31 2024, `siteId` will be required for all customers, and a bad request response code will be returned for requests without a `siteId`. example: SiteGenesis type: string @@ -108,12 +151,24 @@ types: displayName: createShopperContext queryParameters: siteId: - description: The identifer of the site that a request is being made in the context of. It is strongly recommended to pass in the siteId in the call. + description: The identifier of the site to which the request is being sent. With B2C Commerce release 24.5, all new implementations of Shopper Context require the `siteId` query parameter to be passed. Existing customers with Shopper Context implementations should start including `siteId` going forward. Starting July 31 2024, `siteId` will be required for all customers, and a bad request response code will be returned for requests without a `siteId`. example: SiteGenesis type: string required: false minLength: 1 + evaluateContextWithClientIp: + description: | + Determines whether to evaluate the context using the provided `clientIp`. This property is available with B2C Commerce version 24.7. + - If `evaluateContextWithClientIp` is set to `true`: + - The `clientIp` is saved and used in subsequent requests. + + - If `evaluateContextWithClientIp` is set to `false`: + - The `clientIp` is not saved and will not be used in subsequent requests. + example: + false + type: boolean + required: false body: application/json: type: ShopperContext @@ -149,7 +204,7 @@ types: displayName: deleteShopperContext queryParameters: siteId: - description: The identifer of the site that a request is being made in the context of. It is strongly recommended to pass in the siteId in the call. + description: The identifier of the site to which the request is being sent. With B2C Commerce release 24.5, all new implementations of Shopper Context require the `siteId` query parameter to be passed. Existing customers with Shopper Context implementations should start including `siteId` going forward. Starting July 31 2024, `siteId` will be required for all customers, and a bad request response code will be returned for requests without a `siteId`. example: SiteGenesis type: string @@ -189,12 +244,24 @@ types: displayName: updateShopperContext queryParameters: siteId: - description: The identifer of the site that a request is being made in the context of. It is strongly recommended to pass in the siteId in the call. + description: The identifier of the site to which the request is being sent. With B2C Commerce release 24.5, all new implementations of Shopper Context require the `siteId` query parameter to be passed. Existing customers with Shopper Context implementations should start including `siteId` going forward. Starting July 31 2024, `siteId` will be required for all customers, and a bad request response code will be returned for requests without a `siteId`. example: SiteGenesis type: string required: false minLength: 1 + evaluateContextWithClientIp: + description: | + Determines whether to evaluate the context using the provided `clientIp`. This property is available with B2C Commerce version 24.7. + - If `evaluateContextWithClientIp` is set to `true`: + - The `clientIP` is saved and used in subsequent requests. + + - If `evaluateContextWithClientIp` is set to `false`: + - The `clientIP` is not saved and will not be used in subsequent requests. + example: + false + type: boolean + required: false body: application/json: type: ShopperContext diff --git a/apis/shopper-customers/.metadata.json b/apis/shopper-customers/.metadata.json index 96f81e7..399476f 100644 --- a/apis/shopper-customers/.metadata.json +++ b/apis/shopper-customers/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-customers/0.0.48", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-customers/0.0.49", "name": "Shopper Customers", "description": "Allow customers to manage their own profiles and product lists.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-customers", - "version": "0.0.48", + "version": "0.0.49", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-customers/exchange.json b/apis/shopper-customers/exchange.json index 475f1b6..bd8aa23 100644 --- a/apis/shopper-customers/exchange.json +++ b/apis/shopper-customers/exchange.json @@ -6,12 +6,12 @@ "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "2.0.0", + "version": "2.0.1", "assetId": "commerce-cloud-standards", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "version": "0.0.48", + "version": "0.0.49", "originalFormatVersion": "1.0", "apiVersion": "v1", "descriptorVersion": "0.1.0", diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml similarity index 82% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml index 231382c..f211a3c 100644 --- a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml +++ b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -5,7 +5,7 @@ description: | A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. -type: x-custom +type: OAuth 2.0 displayName: ShopperToken uses: @@ -43,4 +43,8 @@ describedBy: example: type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml diff --git a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json similarity index 92% rename from apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json rename to apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json index 3b7dd05..99686e8 100644 --- a/apis/shopper-context/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json +++ b/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -5,6 +5,6 @@ "tags": [], "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "commerce-cloud-standards", - "version": "2.0.0", + "version": "2.0.1", "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } \ No newline at end of file diff --git a/apis/shopper-customers/shopper-customers.raml b/apis/shopper-customers/shopper-customers.raml index 721fa1b..01133e2 100644 --- a/apis/shopper-customers/shopper-customers.raml +++ b/apis/shopper-customers/shopper-customers.raml @@ -15,7 +15,7 @@ description: !include shopper-customers-description.md uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml CustomerTraits: Customer-traits-library.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: AuthRequest: diff --git a/apis/shopper-experience/.metadata.json b/apis/shopper-experience/.metadata.json index bd5a7b0..68428e9 100644 --- a/apis/shopper-experience/.metadata.json +++ b/apis/shopper-experience/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-experience/1.0.4", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-experience/1.0.5", "name": "Shopper Experience", "description": "", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-experience", - "version": "1.0.4", + "version": "1.0.5", "categories": { "CC API Family": [ "Experience" diff --git a/apis/shopper-experience/Experience-traits-library.raml b/apis/shopper-experience/Experience-traits-library.raml index 32a3d91..43edb8f 100644 --- a/apis/shopper-experience/Experience-traits-library.raml +++ b/apis/shopper-experience/Experience-traits-library.raml @@ -3,7 +3,7 @@ usage: Use the following traits for the request and response status information. uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: ErrorResponse: ApiStandards.ErrorResponse diff --git a/apis/shopper-experience/exchange.json b/apis/shopper-experience/exchange.json index 0541fac..4dc2c6d 100644 --- a/apis/shopper-experience/exchange.json +++ b/apis/shopper-experience/exchange.json @@ -1 +1,24 @@ -{"main":"shopper-experience.raml","name":"Shopper Experience","classifier":"raml","tags":[],"dependencies":[{"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.24"},{"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"api-standards","version":"1.1.15"}],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"shopper-experience","version":"1.0.4","apiVersion":"v1","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"} \ No newline at end of file +{ + "dependencies": [ + { + "version": "1.1.15", + "assetId": "api-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + }, + { + "version": "2.0.1", + "assetId": "commerce-cloud-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + } + ], + "version": "1.0.5", + "apiVersion": "v1", + "descriptorVersion": "0.1.0", + "classifier": "raml", + "main": "shopper-experience.raml", + "assetId": "shopper-experience", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "name": "Shopper Experience", + "tags": [] +} \ No newline at end of file diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml deleted file mode 100644 index e392737..0000000 --- a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.0 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml deleted file mode 100644 index c7235d3..0000000 --- a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml +++ /dev/null @@ -1,108 +0,0 @@ -#%RAML 1.0 Library -usage: |- - - The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. - - The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. - - # Security Schemes - - This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. - - Security schemes included in Commerce Cloud Standards: - - - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. - - ## Types - - This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. - - ## Search Specific - - - `SearchRequest`: a type commonly used for searching that takes a query in a body. - - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. - - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. - - ## Standards Followed - - - `CurrencyCode`: ISO 4217 compliant currency code. - - `Money`: A combination of a CurrencyCode and a number. - - `LanguageCode`: ISO 639-1 compliant language code. - - `CountryCode`: ISO 3166-1 compliant country code. - - `LocaleCode`: A combination of LanguageCode and CountryCode. - - ## Resource Types - - This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. - - ## Traits - - This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. - - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - -uses: - AdditionalProperties: Types/additional-properties.raml - Search: Types/search-types.raml - Pagination: Types/pagination-types.raml - ISO: Types/ISO-standards.raml - AttributeDefinitions: Types/attribute-definition-types.raml - -securitySchemes: - AmOAuth2: !include SecuritySchemes/am-oauth-2.raml - ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml - ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml - -types: - SiteId: - description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites - example: - SiteGenesis - type: string - minLength: 1 - SearchRequest: Search.SearchRequestBase - PaginatedSearchResult: Search.PaginatedSearchResultBase - SimpleSearchResult: Search.SimpleSearchResultBase - - CurrencyCode: ISO.Currency - Money: ISO.MoneyMnemonic - LanguageCode: ISO.Language - CountryCode: ISO.Country - LocaleCode: ISO.Locale - LocalizedString: ISO.L10nString - - PropertyDefinition: AttributeDefinitions.AttributeDefinition - - ClosedObject: AdditionalProperties.NoPropertiesAllowed - OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed - -resourceTypes: - Organization: - uriParameters: - organizationId: - description: An identifier for the organization the request is being made by. - example: - f_ecom_zzxy_prd - -traits: - QueryParamsLimit: - usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - limit?: Pagination.Limit - QueryParamsOffset: - usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - offset?: Pagination.Offset - SiteSpecific: - usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter - queryParameters: - siteId: SiteId diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml deleted file mode 100644 index d1047f2..0000000 --- a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml +++ /dev/null @@ -1,68 +0,0 @@ -#%RAML 1.0 -title: Example API -version: v1 -mediaType: - - application/json -protocols: - - HTTPS -description: An example file demonstrating the usage of the commerce cloud standards library. - -# Copied from the documentation section. -baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} -baseUriParameters: - shortCode: - description: A region-specific merchant identifier. - example: 0dnz6oep - pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ - -uses: - CommerceCloudStandards: commerce-cloud-standards.raml - tmp: Types/search-types.raml - -/organizations/{organizationId}/foo: - type: CommerceCloudStandards.Organization - description: An example Endpoint - get: - displayName: getFoo - description: Example get Method - securedBy: - - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} - - is: - - CommerceCloudStandards.QueryParamsOffset: - - CommerceCloudStandards.QueryParamsLimit: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - responses: - 200: - description: an example response - body: - type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money - -/organizations/{organizationId}/bar: - type: CommerceCloudStandards.Organization - description: Another example endpoint - get: - displayName: getBar - description: |- - Another example get method - - ## Scopes - - This endpoint requires that you have access to the following scopes: shopper-example - securedBy: - - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} - - is: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - body: - type: CommerceCloudStandards.SearchRequest - responses: - 200: - description: another example response - body: - type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json deleted file mode 100644 index 2905369..0000000 --- a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.24"} \ No newline at end of file diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml similarity index 82% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml index 231382c..f211a3c 100644 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml +++ b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -5,7 +5,7 @@ description: | A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. -type: x-custom +type: OAuth 2.0 displayName: ShopperToken uses: @@ -43,4 +43,8 @@ describedBy: example: type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/example.raml rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml diff --git a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json similarity index 92% rename from apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json rename to apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json index 3b7dd05..99686e8 100644 --- a/apis/shopper-customers/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/exchange.json +++ b/apis/shopper-experience/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -5,6 +5,6 @@ "tags": [], "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "commerce-cloud-standards", - "version": "2.0.0", + "version": "2.0.1", "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } \ No newline at end of file diff --git a/apis/shopper-experience/shopper-experience.raml b/apis/shopper-experience/shopper-experience.raml index f0e6961..def30b4 100644 --- a/apis/shopper-experience/shopper-experience.raml +++ b/apis/shopper-experience/shopper-experience.raml @@ -14,7 +14,7 @@ description: !include shopper-experience-description.md uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml ExperienceTraits: Experience-traits-library.raml types: diff --git a/apis/shopper-gift-certificates/.metadata.json b/apis/shopper-gift-certificates/.metadata.json index 00bf4e0..48185db 100644 --- a/apis/shopper-gift-certificates/.metadata.json +++ b/apis/shopper-gift-certificates/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-gift-certificates/1.0.15", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-gift-certificates/1.0.16", "name": "Shopper Gift Certificates", "description": "Obtain details about a gift certificate.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-gift-certificates", - "version": "1.0.15", + "version": "1.0.16", "categories": { "API layer": [ "System" diff --git a/apis/shopper-gift-certificates/exchange.json b/apis/shopper-gift-certificates/exchange.json index 4d9d49b..7ac952d 100644 --- a/apis/shopper-gift-certificates/exchange.json +++ b/apis/shopper-gift-certificates/exchange.json @@ -1,25 +1,26 @@ { - "main": "shopper-gift-certificates.raml", - "name": "Shopper Gift Certificates", - "classifier": "raml", - "tags": [], "dependencies": [ { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "commerce-cloud-standards", - "version": "1.0.24" + "version": "1.1.15", + "assetId": "api-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "api-standards", - "version": "1.1.15" + "version": "2.0.1", + "assetId": "commerce-cloud-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "1.0.16", + "originalFormatVersion": "1.0", + "apiVersion": "v1", + "descriptorVersion": "0.1.0", + "classifier": "raml", + "main": "shopper-gift-certificates.raml", "backwardsCompatible": false, "assetId": "shopper-gift-certificates", - "version": "1.0.15", - "apiVersion": "v1", - "originalFormatVersion": "1.0", - "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "name": "Shopper Gift Certificates", + "tags": [] } \ No newline at end of file diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml deleted file mode 100644 index e392737..0000000 --- a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.0 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml deleted file mode 100644 index c7235d3..0000000 --- a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml +++ /dev/null @@ -1,108 +0,0 @@ -#%RAML 1.0 Library -usage: |- - - The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. - - The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. - - # Security Schemes - - This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. - - Security schemes included in Commerce Cloud Standards: - - - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. - - ## Types - - This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. - - ## Search Specific - - - `SearchRequest`: a type commonly used for searching that takes a query in a body. - - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. - - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. - - ## Standards Followed - - - `CurrencyCode`: ISO 4217 compliant currency code. - - `Money`: A combination of a CurrencyCode and a number. - - `LanguageCode`: ISO 639-1 compliant language code. - - `CountryCode`: ISO 3166-1 compliant country code. - - `LocaleCode`: A combination of LanguageCode and CountryCode. - - ## Resource Types - - This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. - - ## Traits - - This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. - - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - -uses: - AdditionalProperties: Types/additional-properties.raml - Search: Types/search-types.raml - Pagination: Types/pagination-types.raml - ISO: Types/ISO-standards.raml - AttributeDefinitions: Types/attribute-definition-types.raml - -securitySchemes: - AmOAuth2: !include SecuritySchemes/am-oauth-2.raml - ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml - ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml - -types: - SiteId: - description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites - example: - SiteGenesis - type: string - minLength: 1 - SearchRequest: Search.SearchRequestBase - PaginatedSearchResult: Search.PaginatedSearchResultBase - SimpleSearchResult: Search.SimpleSearchResultBase - - CurrencyCode: ISO.Currency - Money: ISO.MoneyMnemonic - LanguageCode: ISO.Language - CountryCode: ISO.Country - LocaleCode: ISO.Locale - LocalizedString: ISO.L10nString - - PropertyDefinition: AttributeDefinitions.AttributeDefinition - - ClosedObject: AdditionalProperties.NoPropertiesAllowed - OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed - -resourceTypes: - Organization: - uriParameters: - organizationId: - description: An identifier for the organization the request is being made by. - example: - f_ecom_zzxy_prd - -traits: - QueryParamsLimit: - usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - limit?: Pagination.Limit - QueryParamsOffset: - usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - offset?: Pagination.Offset - SiteSpecific: - usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter - queryParameters: - siteId: SiteId diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml deleted file mode 100644 index d1047f2..0000000 --- a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml +++ /dev/null @@ -1,68 +0,0 @@ -#%RAML 1.0 -title: Example API -version: v1 -mediaType: - - application/json -protocols: - - HTTPS -description: An example file demonstrating the usage of the commerce cloud standards library. - -# Copied from the documentation section. -baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} -baseUriParameters: - shortCode: - description: A region-specific merchant identifier. - example: 0dnz6oep - pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ - -uses: - CommerceCloudStandards: commerce-cloud-standards.raml - tmp: Types/search-types.raml - -/organizations/{organizationId}/foo: - type: CommerceCloudStandards.Organization - description: An example Endpoint - get: - displayName: getFoo - description: Example get Method - securedBy: - - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} - - is: - - CommerceCloudStandards.QueryParamsOffset: - - CommerceCloudStandards.QueryParamsLimit: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - responses: - 200: - description: an example response - body: - type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money - -/organizations/{organizationId}/bar: - type: CommerceCloudStandards.Organization - description: Another example endpoint - get: - displayName: getBar - description: |- - Another example get method - - ## Scopes - - This endpoint requires that you have access to the following scopes: shopper-example - securedBy: - - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} - - is: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - body: - type: CommerceCloudStandards.SearchRequest - responses: - 200: - description: another example response - body: - type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json deleted file mode 100644 index 2905369..0000000 --- a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.24"} \ No newline at end of file diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 97% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml index 99e06ea..90ec232 100644 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml +++ b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -13,7 +13,6 @@ usage: |- - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. ## Types @@ -60,7 +59,6 @@ uses: securitySchemes: AmOAuth2: !include SecuritySchemes/am-oauth-2.raml ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 96% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml rename to apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml index f9abcef..0a12252 100644 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml +++ b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -27,7 +27,6 @@ uses: description: Example get Method securedBy: - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} is: - CommerceCloudStandards.QueryParamsOffset: diff --git a/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-gift-certificates/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-gift-certificates/shopper-gift-certificates-description.md b/apis/shopper-gift-certificates/shopper-gift-certificates-description.md index 05ead38..b8e83c8 100644 --- a/apis/shopper-gift-certificates/shopper-gift-certificates-description.md +++ b/apis/shopper-gift-certificates/shopper-gift-certificates-description.md @@ -10,6 +10,8 @@ The Shopper Gift Certificates API requires a JSON Web Token acquired via the Sho https://{{shortCode}}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{{organizationId}}/customers/actions/login ``` +You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + ## Use Cases ### Retrieve Existing Gift Certificate Details diff --git a/apis/shopper-gift-certificates/shopper-gift-certificates.raml b/apis/shopper-gift-certificates/shopper-gift-certificates.raml index 3412697..801a837 100644 --- a/apis/shopper-gift-certificates/shopper-gift-certificates.raml +++ b/apis/shopper-gift-certificates/shopper-gift-certificates.raml @@ -15,7 +15,7 @@ mediaType: uses: GiftCertificateTraits: gift-certificate-traits-library.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: GiftCertificate: description: Document representing a gift certificate. diff --git a/apis/shopper-orders/.metadata.json b/apis/shopper-orders/.metadata.json index 5dccbc2..8f3fade 100644 --- a/apis/shopper-orders/.metadata.json +++ b/apis/shopper-orders/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-orders/0.4.7", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-orders/0.4.8", "name": "Shopper Orders", "description": "Finish the shopper checkout experience resulting in an order.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-orders", - "version": "0.4.7", + "version": "0.4.8", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-orders/exchange.json b/apis/shopper-orders/exchange.json index 1be7c75..4603ef9 100644 --- a/apis/shopper-orders/exchange.json +++ b/apis/shopper-orders/exchange.json @@ -6,17 +6,17 @@ "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "1.0.27", - "assetId": "commerce-cloud-standards", + "version": "2.0.5", + "assetId": "checkout-data-types", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "2.0.4", - "assetId": "checkout-data-types", + "version": "2.0.1", + "assetId": "commerce-cloud-standards", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "version": "0.4.7", + "version": "0.4.8", "originalFormatVersion": "1.0", "apiVersion": "v1", "descriptorVersion": "0.1.0", @@ -26,6 +26,6 @@ "assetId": "shopper-orders", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "name": "Shopper Orders", + "name": "Shopper orders", "tags": [] } \ No newline at end of file diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/exchange.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/exchange.json deleted file mode 100644 index 16baa6d..0000000 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"dependencies":[{"version":"1.0.27","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.4","originalFormatVersion":"1.0","apiVersion":"v1","descriptorVersion":"0.1.0","classifier":"raml-fragment","main":"checkout-data-types.raml","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Checkout Data Types","tags":[],"metadata":{"projectId":"ac07ef0d-aa14-4469-95b7-95c115af175a","branchId":"v2","commitId":"564dc4ce4a8b5cfea6c133fccc59b51964b0b69f"}} \ No newline at end of file diff --git a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/checkout-data-types.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml similarity index 98% rename from apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/checkout-data-types.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml index 01366d7..9e05956 100644 --- a/apis/shopper-baskets/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.1/checkout-data-types.raml +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml @@ -3,7 +3,7 @@ usage: This library provides all shopper baskets orders data types uses: - CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: Basket: @@ -277,21 +277,6 @@ types: type: string example: "CREDIT_CARD" - BasketsResult: - description: |- - Result document containing an array of baskets. - properties: - baskets: - description: |- - The list of baskets for a customer. It is read only. - type: array - items: - type: Basket - total: - description: |- - The total number of baskets. It is read only. - type: integer - format: int32 BonusDiscountLineItem: description: |- Document representing a bonus discount line item. @@ -734,7 +719,6 @@ types: quantity?: description: |- The ordered quantity of the products represented by this item. - maximum: 999 minimum: 0 type: number format: double @@ -906,6 +890,20 @@ types: type: string example: "GP_1234" + groupedTaxItems?: + description: |- + Tax values that are grouped and summed based on the tax rate. The tax totals of the line items with the same + tax rate are grouped together and summed up. This does not affect the calculation in any way. It is read only. + type: + array + items: + type: GroupedTaxItem + guest?: + description: |- + The registration status of the customer. It is read only. + type: boolean + example: + true lastModified?: description: |- The timestamp when the order was last modified. It is read only. @@ -1057,6 +1055,12 @@ types: - failed example: "created" + taxRoundedAtGroup?: + description: |- + If the tax is rounded at the group level, this is set to true. If the tax is rounded at the item or unit level, it is set to false. It is read only. + type: boolean + example: + true taxTotal?: description: |- The total tax amount. It is read only. @@ -1834,7 +1838,6 @@ types: quantity?: description: |- The quantity of the products represented by this item. - maximum: 999 minimum: 0 type: number format: double diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-auth.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-auth.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/basket-not-found.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/basket-not-found.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/forbidden.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/forbidden.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/forbidden.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/forbidden.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/invalid-tax-mode.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/invalid-tax-mode.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/shipment-not-found.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/shipment-not-found.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/shipment-not-found.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/shipment-not-found.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/unsupported-request.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/unsupported-request.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json new file mode 100644 index 0000000..25886b6 --- /dev/null +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/exchange.json @@ -0,0 +1 @@ +{"dependencies":[{"version":"2.0.1","assetId":"commerce-cloud-standards","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"}],"version":"2.0.5","originalFormatVersion":"1.0","apiVersion":"v1","descriptorVersion":"0.1.0","classifier":"raml-fragment","main":"checkout-data-types.raml","assetId":"checkout-data-types","groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","name":"Checkout Data Types","tags":[],"metadata":{"projectId":"ac07ef0d-aa14-4469-95b7-95c115af175a","branchId":"v2","commitId":"e7cad8834ddd908357c9160b31f3f9de2939fa01"}} \ No newline at end of file diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json deleted file mode 100644 index fbeb921..0000000 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.27","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"} \ No newline at end of file diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 97% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml index 99e06ea..90ec232 100644 --- a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -13,7 +13,6 @@ usage: |- - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. ## Types @@ -60,7 +59,6 @@ uses: securitySchemes: AmOAuth2: !include SecuritySchemes/am-oauth-2.raml ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 96% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml rename to apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml index f9abcef..0a12252 100644 --- a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -27,7 +27,6 @@ uses: description: Example get Method securedBy: - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} is: - CommerceCloudStandards.QueryParamsOffset: diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-orders/shopper-orders-traits.raml b/apis/shopper-orders/shopper-orders-traits.raml index ab19a9c..4140ddc 100644 --- a/apis/shopper-orders/shopper-orders-traits.raml +++ b/apis/shopper-orders/shopper-orders-traits.raml @@ -1,7 +1,7 @@ #%RAML 1.0 Library uses: - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml traits: LocaleSpecific: diff --git a/apis/shopper-orders/shopper-orders.raml b/apis/shopper-orders/shopper-orders.raml index 7daadae..1ca41a2 100644 --- a/apis/shopper-orders/shopper-orders.raml +++ b/apis/shopper-orders/shopper-orders.raml @@ -14,9 +14,9 @@ baseUriParameters: uses: OrderTraits: shopper-orders-traits.raml - dataTypes: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/checkout-data-types.raml + dataTypes: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/checkout-data-types.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: ErrorResponse: ApiStandards.ErrorResponse @@ -59,14 +59,14 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The basket with the given basket ID is unknown. body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml body: type: dataTypes.Basket examples: @@ -102,7 +102,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/basket-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/basket-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } /lookup: @@ -128,7 +128,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Order was not found. Possible reasons: @@ -139,7 +139,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml body: type: dataTypes.OrderLookupRequest examples: !include examples/order/order-lookup-request.raml @@ -176,7 +176,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- The order with the given order number is unknown. @@ -184,7 +184,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml body: type: dataTypes.OrderPaymentInstrumentRequest examples: @@ -214,7 +214,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders.rw" ] } patch: @@ -248,7 +248,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-example.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-example.raml '404': description: |- Possible reasons: @@ -258,7 +258,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml body: type: dataTypes.OrderPaymentInstrumentRequest examples: @@ -296,14 +296,14 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/bad-request-auth.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/bad-request-auth.raml '404': description: |- The order with the given order number is unknown. body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml securedBy: - CommerceCloudStandards.ShopperToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } /taxes: @@ -331,7 +331,7 @@ types: body: type: ErrorResponse examples: - dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/order-not-found.raml + dataTypes.ErrorResponse: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/order-not-found.raml '409': description: |- Possible Reasons: @@ -339,8 +339,7 @@ types: body: type: ErrorResponse examples: - dataTypes.InvalidTaxMode: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/invalid-tax-mode.raml - dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.4/examples/error/unsupported-request.raml + dataTypes.InvalidTaxMode: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/invalid-tax-mode.raml + dataTypes.UnsupportedRequest: !include exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/checkout-data-types/2.0.5/examples/error/unsupported-request.raml securedBy: - - CommerceCloudStandards.BearerToken: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } - CommerceCloudStandards.AmOAuth2: { scopes: [ "sfcc.shopper-baskets-orders", "sfcc.shopper-baskets-orders.rw" ] } \ No newline at end of file diff --git a/apis/shopper-products/.metadata.json b/apis/shopper-products/.metadata.json index b5fca8a..b699750 100644 --- a/apis/shopper-products/.metadata.json +++ b/apis/shopper-products/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-products/0.0.32", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-products/0.0.33", "name": "Shopper Products", "description": "Display product details across your storefront.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-products", - "version": "0.0.32", + "version": "0.0.33", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-products/exchange.json b/apis/shopper-products/exchange.json index 9470c51..6c311a2 100644 --- a/apis/shopper-products/exchange.json +++ b/apis/shopper-products/exchange.json @@ -1,25 +1,26 @@ { - "main": "shopper-products.raml", - "name": "Shopper Products", - "classifier": "raml", - "tags": [], - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "backwardsCompatible": false, - "assetId": "shopper-products", - "version": "0.0.32", - "apiVersion": "v1", "dependencies": [ { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "1.1.15", "assetId": "api-standards", - "version": "1.1.15" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "2.0.1", "assetId": "commerce-cloud-standards", - "version": "1.0.27" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], + "version": "0.0.33", "originalFormatVersion": "1.0", - "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + "apiVersion": "v1", + "descriptorVersion": "0.1.0", + "classifier": "raml", + "main": "shopper-products.raml", + "backwardsCompatible": false, + "assetId": "shopper-products", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "name": "Shopper Products", + "tags": [] } \ No newline at end of file diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml deleted file mode 100644 index 231382c..0000000 --- a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json deleted file mode 100644 index fbeb921..0000000 --- a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.27","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"} \ No newline at end of file diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 97% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml index 99e06ea..90ec232 100644 --- a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml +++ b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -13,7 +13,6 @@ usage: |- - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. ## Types @@ -60,7 +59,6 @@ uses: securitySchemes: AmOAuth2: !include SecuritySchemes/am-oauth-2.raml ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 96% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml rename to apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml index f9abcef..0a12252 100644 --- a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml +++ b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -27,7 +27,6 @@ uses: description: Example get Method securedBy: - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} is: - CommerceCloudStandards.QueryParamsOffset: diff --git a/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-products/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-products/shopper-products-description.md b/apis/shopper-products/shopper-products-description.md index 61bfb36..3853c93 100644 --- a/apis/shopper-products/shopper-products-description.md +++ b/apis/shopper-products/shopper-products-description.md @@ -25,6 +25,7 @@ Use the API so that a customer, browsing on a commerce shopping app built using ![b2c-commerce-shopper-products-screenshot-2.png](https://resources.docs.salesforce.com/rel1/doc/en-us/static/misc/b2c-commerce-shopper-products-screenshot-2.png) ### Retrieve Promotion Information + Promotions provide discounts to shoppers when they meet certain purchase requirements. Promotion information is described in detail in [Promotion Details](https://developer.salesforce.com/docs/commerce/commerce-api/guide/promotion-details.html), but the following list provides several key points: diff --git a/apis/shopper-products/shopper-products.raml b/apis/shopper-products/shopper-products.raml index 46bb845..ad33e69 100644 --- a/apis/shopper-products/shopper-products.raml +++ b/apis/shopper-products/shopper-products.raml @@ -15,11 +15,11 @@ description: !include shopper-products-description.md uses: ProdTraits: products-traits-library.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: BundledProduct: - description: A bundle of products that can be bought together (all or nothing). Each product in the bundle can itself be bought independently, but this is outside of the context of the bundle. A bundle is a purchasing convenience. *Product bundle has a SKU and price.* + description: A bundle of products that can be bought together (all or nothing). Each product in the bundle can itself be bought independently, but this is outside of the context of the bundle. A bundle is a purchasing convenience. *Product bundle has a SKU and price.* properties: id: type: string diff --git a/apis/shopper-promotions/.metadata.json b/apis/shopper-promotions/.metadata.json index e2c4031..8efd5ba 100644 --- a/apis/shopper-promotions/.metadata.json +++ b/apis/shopper-promotions/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-promotions/1.0.25", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-promotions/1.0.26", "name": "Shopper Promotions", "description": "View details for active promotions.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-promotions", - "version": "1.0.25", + "version": "1.0.26", "categories": { "API layer": [ "System" diff --git a/apis/shopper-promotions/exchange.json b/apis/shopper-promotions/exchange.json index eee9184..8d6fbe0 100644 --- a/apis/shopper-promotions/exchange.json +++ b/apis/shopper-promotions/exchange.json @@ -1,25 +1,26 @@ { - "main": "shopper-promotions.raml", - "name": "Shopper Promotions", - "classifier": "raml", - "tags": [], "dependencies": [ { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "commerce-cloud-standards", - "version": "1.0.24" + "version": "1.1.15", + "assetId": "api-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", - "assetId": "api-standards", - "version": "1.1.15" + "version": "2.0.1", + "assetId": "commerce-cloud-standards", + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "1.0.26", + "originalFormatVersion": "1.0", + "apiVersion": "v1", + "descriptorVersion": "0.1.0", + "classifier": "raml", + "main": "shopper-promotions.raml", "backwardsCompatible": false, "assetId": "shopper-promotions", - "version": "1.0.25", - "apiVersion": "v1", - "originalFormatVersion": "1.0", - "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "name": "Shopper Promotions", + "tags": [] } \ No newline at end of file diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml deleted file mode 100644 index e392737..0000000 --- a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.0 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml deleted file mode 100644 index c7235d3..0000000 --- a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml +++ /dev/null @@ -1,108 +0,0 @@ -#%RAML 1.0 Library -usage: |- - - The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. - - The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. - - # Security Schemes - - This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. - - Security schemes included in Commerce Cloud Standards: - - - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. - - ## Types - - This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. - - ## Search Specific - - - `SearchRequest`: a type commonly used for searching that takes a query in a body. - - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. - - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. - - ## Standards Followed - - - `CurrencyCode`: ISO 4217 compliant currency code. - - `Money`: A combination of a CurrencyCode and a number. - - `LanguageCode`: ISO 639-1 compliant language code. - - `CountryCode`: ISO 3166-1 compliant country code. - - `LocaleCode`: A combination of LanguageCode and CountryCode. - - ## Resource Types - - This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. - - ## Traits - - This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. - - - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. - - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. - -uses: - AdditionalProperties: Types/additional-properties.raml - Search: Types/search-types.raml - Pagination: Types/pagination-types.raml - ISO: Types/ISO-standards.raml - AttributeDefinitions: Types/attribute-definition-types.raml - -securitySchemes: - AmOAuth2: !include SecuritySchemes/am-oauth-2.raml - ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml - ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml - -types: - SiteId: - description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites - example: - SiteGenesis - type: string - minLength: 1 - SearchRequest: Search.SearchRequestBase - PaginatedSearchResult: Search.PaginatedSearchResultBase - SimpleSearchResult: Search.SimpleSearchResultBase - - CurrencyCode: ISO.Currency - Money: ISO.MoneyMnemonic - LanguageCode: ISO.Language - CountryCode: ISO.Country - LocaleCode: ISO.Locale - LocalizedString: ISO.L10nString - - PropertyDefinition: AttributeDefinitions.AttributeDefinition - - ClosedObject: AdditionalProperties.NoPropertiesAllowed - OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed - -resourceTypes: - Organization: - uriParameters: - organizationId: - description: An identifier for the organization the request is being made by. - example: - f_ecom_zzxy_prd - -traits: - QueryParamsLimit: - usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - limit?: Pagination.Limit - QueryParamsOffset: - usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. - queryParameters: - offset?: Pagination.Offset - SiteSpecific: - usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter - queryParameters: - siteId: SiteId diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml deleted file mode 100644 index d1047f2..0000000 --- a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/example.raml +++ /dev/null @@ -1,68 +0,0 @@ -#%RAML 1.0 -title: Example API -version: v1 -mediaType: - - application/json -protocols: - - HTTPS -description: An example file demonstrating the usage of the commerce cloud standards library. - -# Copied from the documentation section. -baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} -baseUriParameters: - shortCode: - description: A region-specific merchant identifier. - example: 0dnz6oep - pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ - -uses: - CommerceCloudStandards: commerce-cloud-standards.raml - tmp: Types/search-types.raml - -/organizations/{organizationId}/foo: - type: CommerceCloudStandards.Organization - description: An example Endpoint - get: - displayName: getFoo - description: Example get Method - securedBy: - - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} - - is: - - CommerceCloudStandards.QueryParamsOffset: - - CommerceCloudStandards.QueryParamsLimit: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - responses: - 200: - description: an example response - body: - type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money - -/organizations/{organizationId}/bar: - type: CommerceCloudStandards.Organization - description: Another example endpoint - get: - displayName: getBar - description: |- - Another example get method - - ## Scopes - - This endpoint requires that you have access to the following scopes: shopper-example - securedBy: - - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} - - is: - - CommerceCloudStandards.SiteSpecific: - objectType: SiteId - objectId: SiteGenesis - body: - type: CommerceCloudStandards.SearchRequest - responses: - 200: - description: another example response - body: - type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json deleted file mode 100644 index 2905369..0000000 --- a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.24"} \ No newline at end of file diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/ErrorResponseMapping.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Documentation/baseUri.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolFilter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/BoolQuery.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Filter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/FilteredQuery.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/NestedQuery.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/PaginatedSearchResultBase.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Query.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/QueryFilter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/Range2Filter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/RangeFilter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SearchRequestBase.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/SimpleSearchResultBase.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermFilter.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TermQuery.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Examples/TextQuery.json rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-taob.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/ISO-standards.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/additional-properties.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/attribute-definition-types.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/error-response.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/pagination-types.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/Types/search-types.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml similarity index 97% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml index 99e06ea..90ec232 100644 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml +++ b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -13,7 +13,6 @@ usage: |- - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. - `ShopperToken`: for endpoints authenticated via Shopper JWTs. - - `BearerToken`: supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. ## Types @@ -60,7 +59,6 @@ uses: securitySchemes: AmOAuth2: !include SecuritySchemes/am-oauth-2.raml ShopperToken: !include SecuritySchemes/shopper-token.raml - BearerToken: !include SecuritySchemes/bearer-token.raml ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml diff --git a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml similarity index 96% rename from apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml rename to apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml index f9abcef..0a12252 100644 --- a/apis/shopper-orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/example.raml +++ b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -27,7 +27,6 @@ uses: description: Example get Method securedBy: - CommerceCloudStandards.AmOAuth2: { scopes: [example]} - - CommerceCloudStandards.BearerToken: { scopes: [example]} is: - CommerceCloudStandards.QueryParamsOffset: diff --git a/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-promotions/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-promotions/shopper-promotions-description.md b/apis/shopper-promotions/shopper-promotions-description.md index 61a143b..9bed286 100644 --- a/apis/shopper-promotions/shopper-promotions-description.md +++ b/apis/shopper-promotions/shopper-promotions-description.md @@ -12,6 +12,8 @@ The Shopper Promotions API requires a JSON Web Token acquired via the Shopper Cu https://{{shortcode}}.api.commercecloud.salesforce.com/customer/shopper-customers/v1/organizations/{{organizationId}}/customers/actions/login ``` +You must include the relevant scope(s) in the client ID used to generate the SLAS token. For details, see [Authorization Scopes Catalog.](https://developer.salesforce.com/docs/commerce/commerce-api/guide/auth-z-scope-catalog.html) + ## Use Cases ### Get Promotion by Promotion ID diff --git a/apis/shopper-promotions/shopper-promotions.raml b/apis/shopper-promotions/shopper-promotions.raml index 63231d4..1f47e1c 100644 --- a/apis/shopper-promotions/shopper-promotions.raml +++ b/apis/shopper-promotions/shopper-promotions.raml @@ -13,7 +13,7 @@ baseUriParameters: uses: PromotionTraits: promotion-traits-library.raml ApiStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.24/commerce-cloud-standards.raml + CommerceCloudStandards: /exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: Promotion: diff --git a/apis/shopper-search/.metadata.json b/apis/shopper-search/.metadata.json index 96255f6..34a64c6 100644 --- a/apis/shopper-search/.metadata.json +++ b/apis/shopper-search/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-search/1.0.40", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-search/1.0.41", "name": "Shopper Search", "description": "product search and helpful search suggestions.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-search", - "version": "1.0.40", + "version": "1.0.41", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-search/exchange.json b/apis/shopper-search/exchange.json index c973ec6..7ae4d1e 100644 --- a/apis/shopper-search/exchange.json +++ b/apis/shopper-search/exchange.json @@ -1,25 +1,26 @@ { - "main": "shopper-search.raml", - "name": "Shopper Search", - "classifier": "raml", - "tags": [], "dependencies": [ { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "1.1.15", "assetId": "api-standards", - "version": "1.1.15" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "2.0.1", "assetId": "commerce-cloud-standards", - "version": "1.0.27" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "version": "1.0.41", + "originalFormatVersion": "1.0", + "apiVersion": "v1", + "descriptorVersion": "0.1.0", + "classifier": "raml", + "main": "shopper-search.raml", "backwardsCompatible": false, "assetId": "shopper-search", - "version": "1.0.40", - "apiVersion": "v1", - "originalFormatVersion": "1.0", - "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "name": "Shopper Search", + "tags": [] } \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml deleted file mode 100644 index 9bcf967..0000000 --- a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/bearer-token.raml +++ /dev/null @@ -1,13 +0,0 @@ -#%RAML 1.0 SecurityScheme -description: A security scheme that supplements APIs secured with `AmOAuth2` to support the usage of the mocking service. Expects a valid Bearer token passed in the `Authorization` header to permit API access. -type: x-custom -displayName: BearerToken -describedBy: - headers: - Authorization: - description: |- - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml deleted file mode 100644 index 231382c..0000000 --- a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json deleted file mode 100644 index fbeb921..0000000 --- a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/exchange.json +++ /dev/null @@ -1 +0,0 @@ -{"main":"commerce-cloud-standards.raml","name":"Commerce Cloud Standards","classifier":"raml-fragment","tags":[],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.27","organizationId":"893f605e-10e2-423a-bdb4-f952f56eb6d8"} \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolFilter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/BoolQuery.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Filter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/FilteredQuery.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/NestedQuery.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/PaginatedSearchResultBase.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Query.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/QueryFilter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/Range2Filter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/RangeFilter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SearchRequestBase.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/SimpleSearchResultBase.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermFilter.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TermQuery.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Examples/TextQuery.json rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml new file mode 100644 index 0000000..e6754c1 --- /dev/null +++ b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml @@ -0,0 +1,51 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperTokenTaob` (Taob = trusted agent on behalf) is a child of the `ShopperToken` security scheme and extends the functionality of `ShopperToken` for specific use cases. + A token of type `ShopperTokenTaob` allows you to access Shopper API endpoints, including OCAPI and Salesforce Commerce API for headless applications. Besides endpoints that require this specific subtype, all other endpoints secured by the `ShopperToken` parent scheme can be accessed with a `ShopperTokenTaob`. + To get a `ShopperTokenTaob` token, a `Taob` session needs to be created first (see [getTrustedAgentAuthorizationToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAuthorizationToken)). Afterwards the `ShopperTokenTaob` token can be gained (see [getTrustedAgentAccessToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAccessToken)). + For more information regarding the `Taob` flow see also [Trusted Agent Authorization](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-trusted-agent.html). + +type: OAuth 2.0 +displayName: ShopperTokenTaob + +uses: + +describedBy: + headers: + Authorization: + description: | + OAuth 2.0 access token in Bearer scheme + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify an API client or user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The access token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid and can’t be used to identify an API client or user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/trusted-agent/token + authorizationGrants: [client_credentials] + \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/ISO-standards.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/additional-properties.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/attribute-definition-types.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/error-response.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/pagination-types.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Types/search-types.raml rename to apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml new file mode 100644 index 0000000..90ec232 --- /dev/null +++ b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -0,0 +1,118 @@ +#%RAML 1.0 Library +usage: |- + + The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. + + The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. + + # Security Schemes + + This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. + + Security schemes included in Commerce Cloud Standards: + + - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. + - `ShopperToken`: for endpoints authenticated via Shopper JWTs. + + ## Types + + This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. + + ## Search Specific + + - `SearchRequest`: a type commonly used for searching that takes a query in a body. + - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. + - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. + + ## Standards Followed + + - `CurrencyCode`: ISO 4217 compliant currency code. + - `Money`: A combination of a CurrencyCode and a number. + - `LanguageCode`: ISO 639-1 compliant language code. + - `CountryCode`: ISO 3166-1 compliant country code. + - `LocaleCode`: A combination of LanguageCode and CountryCode. + + ## Resource Types + + This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. + + ## Traits + + This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Selectable`: adds a query parameter called `select` of type `Select` to the request. + - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. + - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + +uses: + AdditionalProperties: Types/additional-properties.raml + Search: Types/search-types.raml + Pagination: Types/pagination-types.raml + ISO: Types/ISO-standards.raml + AttributeDefinitions: Types/attribute-definition-types.raml + +securitySchemes: + AmOAuth2: !include SecuritySchemes/am-oauth-2.raml + ShopperToken: !include SecuritySchemes/shopper-token.raml + ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml + ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml + +types: + SiteId: + description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites + example: + SiteGenesis + type: string + minLength: 1 + Select: + description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. + example: + (name,id,variationAttributes.(**)) + type: string + minLength: 1 + SearchRequest: Search.SearchRequestBase + PaginatedSearchResult: Search.PaginatedSearchResultBase + SimpleSearchResult: Search.SimpleSearchResultBase + + CurrencyCode: ISO.Currency + Money: ISO.MoneyMnemonic + LanguageCode: ISO.Language + CountryCode: ISO.Country + LocaleCode: ISO.Locale + LocalizedString: ISO.L10nString + + PropertyDefinition: AttributeDefinitions.AttributeDefinition + + ClosedObject: AdditionalProperties.NoPropertiesAllowed + OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed + +resourceTypes: + Organization: + uriParameters: + organizationId: + description: An identifier for the organization the request is being made by. + example: + f_ecom_zzxy_prd + +traits: + QueryParamsLimit: + usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + limit?: Pagination.Limit + QueryParamsOffset: + usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + offset?: Pagination.Offset + SiteSpecific: + usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter + queryParameters: + siteId: SiteId + Selectable: + usage: This trait should be used whenever a resource supports generic property selection. This will add a select query parameter. + queryParameters: + select?: Select \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml new file mode 100644 index 0000000..0a12252 --- /dev/null +++ b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -0,0 +1,68 @@ +#%RAML 1.0 +title: Example API +version: v1 +mediaType: + - application/json +protocols: + - HTTPS +description: An example file demonstrating the usage of the commerce cloud standards library. + +# Copied from the documentation section. +baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} +baseUriParameters: + shortCode: + description: A region-specific merchant identifier. + example: 0dnz6oep + pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ + +uses: + CommerceCloudStandards: commerce-cloud-standards.raml + tmp: Types/search-types.raml + +/organizations/{organizationId}/foo: + type: CommerceCloudStandards.Organization + description: An example Endpoint + get: + displayName: getFoo + description: Example get Method + securedBy: + - CommerceCloudStandards.AmOAuth2: { scopes: [example]} + + is: + - CommerceCloudStandards.QueryParamsOffset: + - CommerceCloudStandards.QueryParamsLimit: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + - CommerceCloudStandards.Selectable + responses: + 200: + description: an example response + body: + type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money + +/organizations/{organizationId}/bar: + type: CommerceCloudStandards.Organization + description: Another example endpoint + get: + displayName: getBar + description: |- + Another example get method + + ## Scopes + + This endpoint requires that you have access to the following scopes: shopper-example + securedBy: + - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} + + is: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + body: + type: CommerceCloudStandards.SearchRequest + responses: + 200: + description: another example response + body: + type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-search/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-search/shopper-search-library.raml b/apis/shopper-search/shopper-search-library.raml index 1960d2f..1eda8e2 100644 --- a/apis/shopper-search/shopper-search-library.raml +++ b/apis/shopper-search/shopper-search-library.raml @@ -1,7 +1,7 @@ #%RAML 1.0 Library uses: - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml traits: diff --git a/apis/shopper-search/shopper-search.raml b/apis/shopper-search/shopper-search.raml index 647b020..1e6c7f6 100644 --- a/apis/shopper-search/shopper-search.raml +++ b/apis/shopper-search/shopper-search.raml @@ -2,7 +2,7 @@ version: v1 title: Shopper Search uses: - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml SearchTypeLibrary: shopper-search-library.raml diff --git a/apis/shopper-seo/.metadata.json b/apis/shopper-seo/.metadata.json index 1ff3405..b7355b1 100644 --- a/apis/shopper-seo/.metadata.json +++ b/apis/shopper-seo/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-seo/1.0.8", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-seo/1.0.9", "name": "Shopper Seo", "description": "", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-seo", - "version": "1.0.8", + "version": "1.0.9", "categories": { "API layer": [ "System" diff --git a/apis/shopper-seo/Traits/ShopperSeoTrait.raml b/apis/shopper-seo/Traits/ShopperSeoTrait.raml index f56f8a0..a0c6cc9 100644 --- a/apis/shopper-seo/Traits/ShopperSeoTrait.raml +++ b/apis/shopper-seo/Traits/ShopperSeoTrait.raml @@ -1,7 +1,7 @@ #%RAML 1.0 Library uses: - CommerceCloudStandards: ../exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: ../exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml traits: LocaleSpecific: diff --git a/apis/shopper-seo/exchange.json b/apis/shopper-seo/exchange.json index e50dd97..d09d7d2 100644 --- a/apis/shopper-seo/exchange.json +++ b/apis/shopper-seo/exchange.json @@ -6,12 +6,12 @@ "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "2.0.0", + "version": "2.0.1", "assetId": "commerce-cloud-standards", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "version": "1.0.8", + "version": "1.0.9", "apiVersion": "v1", "descriptorVersion": "0.1.0", "classifier": "raml", diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml deleted file mode 100644 index 231382c..0000000 --- a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml new file mode 100644 index 0000000..e6754c1 --- /dev/null +++ b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml @@ -0,0 +1,51 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperTokenTaob` (Taob = trusted agent on behalf) is a child of the `ShopperToken` security scheme and extends the functionality of `ShopperToken` for specific use cases. + A token of type `ShopperTokenTaob` allows you to access Shopper API endpoints, including OCAPI and Salesforce Commerce API for headless applications. Besides endpoints that require this specific subtype, all other endpoints secured by the `ShopperToken` parent scheme can be accessed with a `ShopperTokenTaob`. + To get a `ShopperTokenTaob` token, a `Taob` session needs to be created first (see [getTrustedAgentAuthorizationToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAuthorizationToken)). Afterwards the `ShopperTokenTaob` token can be gained (see [getTrustedAgentAccessToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAccessToken)). + For more information regarding the `Taob` flow see also [Trusted Agent Authorization](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-trusted-agent.html). + +type: OAuth 2.0 +displayName: ShopperTokenTaob + +uses: + +describedBy: + headers: + Authorization: + description: | + OAuth 2.0 access token in Bearer scheme + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify an API client or user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The access token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid and can’t be used to identify an API client or user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/trusted-agent/token + authorizationGrants: [client_credentials] + \ No newline at end of file diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml rename to apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml new file mode 100644 index 0000000..90ec232 --- /dev/null +++ b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -0,0 +1,118 @@ +#%RAML 1.0 Library +usage: |- + + The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. + + The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. + + # Security Schemes + + This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. + + Security schemes included in Commerce Cloud Standards: + + - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. + - `ShopperToken`: for endpoints authenticated via Shopper JWTs. + + ## Types + + This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. + + ## Search Specific + + - `SearchRequest`: a type commonly used for searching that takes a query in a body. + - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. + - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. + + ## Standards Followed + + - `CurrencyCode`: ISO 4217 compliant currency code. + - `Money`: A combination of a CurrencyCode and a number. + - `LanguageCode`: ISO 639-1 compliant language code. + - `CountryCode`: ISO 3166-1 compliant country code. + - `LocaleCode`: A combination of LanguageCode and CountryCode. + + ## Resource Types + + This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. + + ## Traits + + This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Selectable`: adds a query parameter called `select` of type `Select` to the request. + - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. + - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + +uses: + AdditionalProperties: Types/additional-properties.raml + Search: Types/search-types.raml + Pagination: Types/pagination-types.raml + ISO: Types/ISO-standards.raml + AttributeDefinitions: Types/attribute-definition-types.raml + +securitySchemes: + AmOAuth2: !include SecuritySchemes/am-oauth-2.raml + ShopperToken: !include SecuritySchemes/shopper-token.raml + ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml + ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml + +types: + SiteId: + description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites + example: + SiteGenesis + type: string + minLength: 1 + Select: + description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. + example: + (name,id,variationAttributes.(**)) + type: string + minLength: 1 + SearchRequest: Search.SearchRequestBase + PaginatedSearchResult: Search.PaginatedSearchResultBase + SimpleSearchResult: Search.SimpleSearchResultBase + + CurrencyCode: ISO.Currency + Money: ISO.MoneyMnemonic + LanguageCode: ISO.Language + CountryCode: ISO.Country + LocaleCode: ISO.Locale + LocalizedString: ISO.L10nString + + PropertyDefinition: AttributeDefinitions.AttributeDefinition + + ClosedObject: AdditionalProperties.NoPropertiesAllowed + OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed + +resourceTypes: + Organization: + uriParameters: + organizationId: + description: An identifier for the organization the request is being made by. + example: + f_ecom_zzxy_prd + +traits: + QueryParamsLimit: + usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + limit?: Pagination.Limit + QueryParamsOffset: + usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + offset?: Pagination.Offset + SiteSpecific: + usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter + queryParameters: + siteId: SiteId + Selectable: + usage: This trait should be used whenever a resource supports generic property selection. This will add a select query parameter. + queryParameters: + select?: Select \ No newline at end of file diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml new file mode 100644 index 0000000..0a12252 --- /dev/null +++ b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -0,0 +1,68 @@ +#%RAML 1.0 +title: Example API +version: v1 +mediaType: + - application/json +protocols: + - HTTPS +description: An example file demonstrating the usage of the commerce cloud standards library. + +# Copied from the documentation section. +baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} +baseUriParameters: + shortCode: + description: A region-specific merchant identifier. + example: 0dnz6oep + pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ + +uses: + CommerceCloudStandards: commerce-cloud-standards.raml + tmp: Types/search-types.raml + +/organizations/{organizationId}/foo: + type: CommerceCloudStandards.Organization + description: An example Endpoint + get: + displayName: getFoo + description: Example get Method + securedBy: + - CommerceCloudStandards.AmOAuth2: { scopes: [example]} + + is: + - CommerceCloudStandards.QueryParamsOffset: + - CommerceCloudStandards.QueryParamsLimit: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + - CommerceCloudStandards.Selectable + responses: + 200: + description: an example response + body: + type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money + +/organizations/{organizationId}/bar: + type: CommerceCloudStandards.Organization + description: Another example endpoint + get: + displayName: getBar + description: |- + Another example get method + + ## Scopes + + This endpoint requires that you have access to the following scopes: shopper-example + securedBy: + - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} + + is: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + body: + type: CommerceCloudStandards.SearchRequest + responses: + 200: + description: another example response + body: + type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-seo/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-seo/shopper-seo-library.raml b/apis/shopper-seo/shopper-seo-library.raml index 92c320f..5f0e12f 100644 --- a/apis/shopper-seo/shopper-seo-library.raml +++ b/apis/shopper-seo/shopper-seo-library.raml @@ -7,7 +7,7 @@ traits: uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: UrlMapping: diff --git a/apis/shopper-seo/shopper-seo.raml b/apis/shopper-seo/shopper-seo.raml index a471c0c..addf767 100644 --- a/apis/shopper-seo/shopper-seo.raml +++ b/apis/shopper-seo/shopper-seo.raml @@ -10,7 +10,7 @@ uses: ShopperSeoTrait: Traits/ShopperSeoTrait.raml ShopperSeoLib: shopper-seo-library.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml baseUriParameters: shortCode: description: A region-specific merchant identifier. diff --git a/apis/shopper-stores/.metadata.json b/apis/shopper-stores/.metadata.json index 89c1a49..467f7b8 100644 --- a/apis/shopper-stores/.metadata.json +++ b/apis/shopper-stores/.metadata.json @@ -1,10 +1,10 @@ { - "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-stores/1.0.13", + "id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/shopper-stores/1.0.15", "name": "Shopper Stores", "description": "Search for a specific store or stores in an area.", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", "assetId": "shopper-stores", - "version": "1.0.13", + "version": "1.0.15", "categories": { "API layer": [ "Process" diff --git a/apis/shopper-stores/Traits/ShopperStoresTrait.raml b/apis/shopper-stores/Traits/ShopperStoresTrait.raml index eceacc7..0919fda 100644 --- a/apis/shopper-stores/Traits/ShopperStoresTrait.raml +++ b/apis/shopper-stores/Traits/ShopperStoresTrait.raml @@ -1,7 +1,7 @@ #%RAML 1.0 Library uses: - CommerceCloudStandards: ../exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: ../exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml traits: LocaleSpecific: diff --git a/apis/shopper-stores/exchange.json b/apis/shopper-stores/exchange.json index 5474400..bd0fc5b 100644 --- a/apis/shopper-stores/exchange.json +++ b/apis/shopper-stores/exchange.json @@ -6,12 +6,12 @@ "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" }, { - "version": "2.0.0", + "version": "2.0.1", "assetId": "commerce-cloud-standards", "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" } ], - "version": "1.0.13", + "version": "1.0.15", "apiVersion": "v1", "descriptorVersion": "0.1.0", "classifier": "raml", diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml deleted file mode 100644 index 231382c..0000000 --- a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token.raml +++ /dev/null @@ -1,46 +0,0 @@ -#%RAML 1.0 SecurityScheme - -description: | - `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). - A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. - The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. - -type: x-custom -displayName: ShopperToken - -uses: - -describedBy: - headers: - Authorization: - description: | - Bearer token - type: string - pattern: "Bearer .*" - examples: - authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f - responses: - 401: - description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. - headers: - WWW-Authenticate: - example: | - WWW-Authenticate: Bearer realm="servers", - error="invalid_token", - error_description="The token expired" - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" - title: Unauthorized - detail: Your access token is invalid or expired and can’t be used to identify a user. - 403: - description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. - body: - application/json: - type: !include ../Types/error-response.raml - example: - type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" - title: Forbidden - detail: Your token is valid, but you have no permissions to access the resource. \ No newline at end of file diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/ErrorResponseMapping.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/ErrorResponseMapping.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Documentation/baseUri.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Documentation/baseUri.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolFilter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolFilter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/BoolQuery.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/BoolQuery.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Filter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Filter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/FilteredQuery.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/FilteredQuery.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/NestedQuery.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/NestedQuery.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/PaginatedSearchResultBase.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/PaginatedSearchResultBase.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Query.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Query.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/QueryFilter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/QueryFilter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/Range2Filter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/Range2Filter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/RangeFilter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/RangeFilter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SearchRequestBase.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SearchRequestBase.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/SimpleSearchResultBase.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/SimpleSearchResultBase.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermFilter.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermFilter.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TermQuery.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TermQuery.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Examples/TextQuery.json rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Examples/TextQuery.json diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/am-oauth-2.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/am-oauth-2.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml new file mode 100644 index 0000000..e6754c1 --- /dev/null +++ b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-taob.raml @@ -0,0 +1,51 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperTokenTaob` (Taob = trusted agent on behalf) is a child of the `ShopperToken` security scheme and extends the functionality of `ShopperToken` for specific use cases. + A token of type `ShopperTokenTaob` allows you to access Shopper API endpoints, including OCAPI and Salesforce Commerce API for headless applications. Besides endpoints that require this specific subtype, all other endpoints secured by the `ShopperToken` parent scheme can be accessed with a `ShopperTokenTaob`. + To get a `ShopperTokenTaob` token, a `Taob` session needs to be created first (see [getTrustedAgentAuthorizationToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAuthorizationToken)). Afterwards the `ShopperTokenTaob` token can be gained (see [getTrustedAgentAccessToken](https://developer.salesforce.com/docs/commerce/commerce-api/references/shopper-login?meta=getTrustedAgentAccessToken)). + For more information regarding the `Taob` flow see also [Trusted Agent Authorization](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-trusted-agent.html). + +type: OAuth 2.0 +displayName: ShopperTokenTaob + +uses: + +describedBy: + headers: + Authorization: + description: | + OAuth 2.0 access token in Bearer scheme + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify an API client or user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The access token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid and can’t be used to identify an API client or user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/trusted-agent/token + authorizationGrants: [client_credentials] + \ No newline at end of file diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/SecuritySchemes/shopper-token-tsob.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token-tsob.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml new file mode 100644 index 0000000..f211a3c --- /dev/null +++ b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/SecuritySchemes/shopper-token.raml @@ -0,0 +1,50 @@ +#%RAML 1.0 SecurityScheme + +description: | + `ShopperToken` authentication follows the authorization code grant flow, as defined by the OAuth 2.1 standard. Depending on the type of OAuth client (public or private), this authorization flow has further requirements. For a detailed description of the authorization flow, see the [SLAS overview](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=shopper-login:Summary). + A shopper token allows you to access the Shopper API endpoints of both OCAPI and the B2C Commerce API. These endpoints can be used to build headless storefronts and other applications. + The `ShopperToken` security scheme is a parent of other security schemes, such as `ShopperTokenTsob`. A Shopper API endpoint can require a specific child scheme (`ShopperTokenTsob`, for example) that cannot be accessed with a regular shopper token. + +type: OAuth 2.0 +displayName: ShopperToken + +uses: + +describedBy: + headers: + Authorization: + description: | + Bearer token + type: string + pattern: "Bearer .*" + examples: + authenticatedUser: Bearer b325e95c-2cd7-11e5-b345-feff819cdc9f + responses: + 401: + description: Unauthorized. Your access token is invalid or expired and can’t be used to identify a user. + headers: + WWW-Authenticate: + example: | + WWW-Authenticate: Bearer realm="servers", + error="invalid_token", + error_description="The token expired" + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/unauthorized" + title: Unauthorized + detail: Your access token is invalid or expired and can’t be used to identify a user. + 403: + description: Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. + body: + application/json: + type: !include ../Types/error-response.raml + example: + type: "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/forbidden" + title: Forbidden + detail: Your access token is valid, but you don’t have the required permissions to access the resource. +settings: + authorizationUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/authorize + accessTokenUri: https://{short-code}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/{organizationId}/oauth2/token + authorizationGrants: [authorization_code,client_credentials] \ No newline at end of file diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/ISO-standards.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/ISO-standards.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/additional-properties.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/additional-properties.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/attribute-definition-types.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/attribute-definition-types.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/error-response.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/error-response.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/pagination-types.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/pagination-types.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml similarity index 100% rename from apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/Types/search-types.raml rename to apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/Types/search-types.raml diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml new file mode 100644 index 0000000..90ec232 --- /dev/null +++ b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml @@ -0,0 +1,118 @@ +#%RAML 1.0 Library +usage: |- + + The Commerce Cloud API Standards is a collection of types, traits, security schemes, and more that follows the standards that are defined for the B2C Commerce APIs. Use this standard library in conjunction with the Salesforce API Standards library, via the `uses` property. See the main RAML file for any of the B2C Commerce APIs for example usage. + + The goal of this library is to expose only the importable objects and keep other, internal details as private. If you have suggestions for adding to the standard, contact the C4E team with your proposal. + + # Security Schemes + + This library provides the following reusable security schemes. Except in rare circumstances, avoid defining a custom security scheme for a single API. The security schemes provided here or in the Salesforce API Standards are designed to meet the needs of most applications. + + Security schemes included in Commerce Cloud Standards: + + - `AmOAuth2`: for endpoints authenticated against [Account Manager](https://account.demandware.com/dw/account/Home#/) OAuth 2.0. + - `ShopperToken`: for endpoints authenticated via Shopper JWTs. + + ## Types + + This library provides the following reusable types. These types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `SiteId`: a type that describes the storefront context for requests by a Shopper. If you need to have a siteId queryParam, use the trait `SiteSpecific`. + + ## Search Specific + + - `SearchRequest`: a type commonly used for searching that takes a query in a body. + - `PaginatedSearchResult`: a type commonly used for a search response that took a query in a body. + - `SimpleSearchResult`: a type used for a search response that takes a query in a body, but does not return a paginated result. + + ## Standards Followed + + - `CurrencyCode`: ISO 4217 compliant currency code. + - `Money`: A combination of a CurrencyCode and a number. + - `LanguageCode`: ISO 639-1 compliant language code. + - `CountryCode`: ISO 3166-1 compliant country code. + - `LocaleCode`: A combination of LanguageCode and CountryCode. + + ## Resource Types + + This project provides the following reusable resource types. These resource types are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Organization`: a type that describes the `organizationId` URI parameter that the majority of Commerce Cloud APIs require in the resource path after the `version`. The beginning of all API resource paths is expected to be `/organizations/{organizationId}`. This resource type provides the documentation and validation of the `organizationId`. + + ## Traits + + This project provides the following reusable traits. These traits are referenced in a plurality of APIs, to the point where it makes sense to have a common definition where the documentation, validation, and usage of them can be well documented. + + - `Selectable`: adds a query parameter called `select` of type `Select` to the request. + - `SiteSpecific`: adds a query parameter called `siteId` of type `SiteId` to the request. + - `QueryParamsLimit`: adds an offset query parameter without the limit query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + - `QueryParamsOffset`: adds a limit query parameter without the offset query parameter. Some Commerce Cloud use cases do not currently require both. Prefer the use of `ApiStandards.OffsetPaginated` because this trait will be deprecated in the future if there is no use case for it. + +uses: + AdditionalProperties: Types/additional-properties.raml + Search: Types/search-types.raml + Pagination: Types/pagination-types.raml + ISO: Types/ISO-standards.raml + AttributeDefinitions: Types/attribute-definition-types.raml + +securitySchemes: + AmOAuth2: !include SecuritySchemes/am-oauth-2.raml + ShopperToken: !include SecuritySchemes/shopper-token.raml + ShopperTokenTsob: !include SecuritySchemes/shopper-token-tsob.raml + ShopperTokenTaob: !include SecuritySchemes/shopper-token-taob.raml + +types: + SiteId: + description: The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites + example: + SiteGenesis + type: string + minLength: 1 + Select: + description: The property selector declaring which fields are included into the response payload. You can specify a single field name, a comma-separated list of names or work with wildcards. You can also specify array operations and filter expressions. The actual selector value must be enclosed within parentheses. + example: + (name,id,variationAttributes.(**)) + type: string + minLength: 1 + SearchRequest: Search.SearchRequestBase + PaginatedSearchResult: Search.PaginatedSearchResultBase + SimpleSearchResult: Search.SimpleSearchResultBase + + CurrencyCode: ISO.Currency + Money: ISO.MoneyMnemonic + LanguageCode: ISO.Language + CountryCode: ISO.Country + LocaleCode: ISO.Locale + LocalizedString: ISO.L10nString + + PropertyDefinition: AttributeDefinitions.AttributeDefinition + + ClosedObject: AdditionalProperties.NoPropertiesAllowed + OpenObject: AdditionalProperties.SpecifiedPropertiesAllowed + +resourceTypes: + Organization: + uriParameters: + organizationId: + description: An identifier for the organization the request is being made by. + example: + f_ecom_zzxy_prd + +traits: + QueryParamsLimit: + usage: This trait should not be used unless there is no requirement for QueryParamsOffset. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + limit?: Pagination.Limit + QueryParamsOffset: + usage: This trait should not be used unless there is no requirement for QueryParamsLimit. Prefer the usage of ApiStandards.OffsetPaginated. + queryParameters: + offset?: Pagination.Offset + SiteSpecific: + usage: This trait should be used whenever a resource has the context of a site assoicated with its request. This will add a siteId query parameter + queryParameters: + siteId: SiteId + Selectable: + usage: This trait should be used whenever a resource supports generic property selection. This will add a select query parameter. + queryParameters: + select?: Select \ No newline at end of file diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml new file mode 100644 index 0000000..0a12252 --- /dev/null +++ b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/example.raml @@ -0,0 +1,68 @@ +#%RAML 1.0 +title: Example API +version: v1 +mediaType: + - application/json +protocols: + - HTTPS +description: An example file demonstrating the usage of the commerce cloud standards library. + +# Copied from the documentation section. +baseUri: https://{shortCode}.api.commercecloud.salesforce.com/standards/example/{version} +baseUriParameters: + shortCode: + description: A region-specific merchant identifier. + example: 0dnz6oep + pattern: ^([a-z0-9]+)(-[a-z0-9]+)*$ + +uses: + CommerceCloudStandards: commerce-cloud-standards.raml + tmp: Types/search-types.raml + +/organizations/{organizationId}/foo: + type: CommerceCloudStandards.Organization + description: An example Endpoint + get: + displayName: getFoo + description: Example get Method + securedBy: + - CommerceCloudStandards.AmOAuth2: { scopes: [example]} + + is: + - CommerceCloudStandards.QueryParamsOffset: + - CommerceCloudStandards.QueryParamsLimit: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + - CommerceCloudStandards.Selectable + responses: + 200: + description: an example response + body: + type: CommerceCloudStandards.LocaleCode | CommerceCloudStandards.Money + +/organizations/{organizationId}/bar: + type: CommerceCloudStandards.Organization + description: Another example endpoint + get: + displayName: getBar + description: |- + Another example get method + + ## Scopes + + This endpoint requires that you have access to the following scopes: shopper-example + securedBy: + - CommerceCloudStandards.ShopperToken: { scopes: [shopper-example]} + + is: + - CommerceCloudStandards.SiteSpecific: + objectType: SiteId + objectId: SiteGenesis + body: + type: CommerceCloudStandards.SearchRequest + responses: + 200: + description: another example response + body: + type: CommerceCloudStandards.PaginatedSearchResult \ No newline at end of file diff --git a/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json new file mode 100644 index 0000000..99686e8 --- /dev/null +++ b/apis/shopper-stores/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/exchange.json @@ -0,0 +1,10 @@ +{ + "main": "commerce-cloud-standards.raml", + "name": "Commerce Cloud Standards", + "classifier": "raml-fragment", + "tags": [], + "groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8", + "assetId": "commerce-cloud-standards", + "version": "2.0.1", + "organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8" +} \ No newline at end of file diff --git a/apis/shopper-stores/shopper-stores.raml b/apis/shopper-stores/shopper-stores.raml index 28facb8..f08d920 100644 --- a/apis/shopper-stores/shopper-stores.raml +++ b/apis/shopper-stores/shopper-stores.raml @@ -8,7 +8,7 @@ baseUri: https://{shortCode}.api.commercecloud.salesforce.com/store/shopper-stor uses: StoresTraits : Traits/ShopperStoresTrait.raml ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml StoresLib: stores-library.raml baseUriParameters: shortCode: @@ -20,7 +20,16 @@ baseUriParameters: /store-search: type: CommerceCloudStandards.Organization get: - description: This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation. The distance is interpreted either in miles or kilometers, depending on the distanceUnit input parameter. The location is specified either by directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored. + description: | + This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation: + - The distance is interpreted either in miles or kilometers, depending on the `distanceUnit` input parameter. + - The location is specified by either directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings in Business Manager to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored. + + To verify site latitude and longitude information in Business Manager: + - Navigate to **Merchant Tools -> Online Marketing -> Stores**. + - Select the applicable site. + - In the **Address** tab, verify that valid information is provided in the following fields: **Address**, **City**, **Postal Code**, **State**, and **Country**. For latitude and longitude values, you can manually enter values or provide all field values to auto-populate **Latitude** and **Longitude**. You must provide valid values for all of the previous fields for latitude and longitude to auto-populate **Latitude** and **Longitude** values. + displayName: searchStores is: - CommerceCloudStandards.SiteSpecific: diff --git a/apis/shopper-stores/stores-library.raml b/apis/shopper-stores/stores-library.raml index b793d0a..18637f0 100644 --- a/apis/shopper-stores/stores-library.raml +++ b/apis/shopper-stores/stores-library.raml @@ -6,7 +6,7 @@ traits: uses: ApiStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/api-standards/1.1.15/api-standards.raml - CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.0/commerce-cloud-standards.raml + CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/2.0.1/commerce-cloud-standards.raml types: DistanceUnit: diff --git a/docs/assets/js/search.json b/docs/assets/js/search.json index 4a972e3..6ccfc4c 100644 --- a/docs/assets/js/search.json +++ b/docs/assets/js/search.json @@ -1 +1 @@ -{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":1,"kind":256,"name":"BaseUriParameters","url":"interfaces/helpers.baseuriparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":2,"kind":1024,"name":"shortCode","url":"interfaces/helpers.baseuriparameters-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.BaseUriParameters"},{"id":3,"kind":1024,"name":"version","url":"interfaces/helpers.baseuriparameters-1.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.BaseUriParameters"},{"id":4,"kind":256,"name":"PathParameters","url":"interfaces/helpers.pathparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":5,"kind":256,"name":"QueryParameters","url":"interfaces/helpers.queryparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":6,"kind":4194304,"name":"Prettify","url":"modules/helpers.html#prettify","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"helpers"},{"id":7,"kind":4194304,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":8,"kind":4194304,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":9,"kind":4194304,"name":"UrlParameters","url":"modules/helpers.html#urlparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":10,"kind":1,"name":"clientConfig","url":"modules/clientconfig.html","classes":"tsd-kind-module"},{"id":11,"kind":256,"name":"ClientConfigInit","url":"interfaces/clientconfig.clientconfiginit.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":12,"kind":1024,"name":"baseUri","url":"interfaces/clientconfig.clientconfiginit.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":13,"kind":1024,"name":"proxy","url":"interfaces/clientconfig.clientconfiginit.html#proxy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":14,"kind":1024,"name":"headers","url":"interfaces/clientconfig.clientconfiginit.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":15,"kind":1024,"name":"parameters","url":"interfaces/clientconfig.clientconfiginit.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":16,"kind":1024,"name":"fetchOptions","url":"interfaces/clientconfig.clientconfiginit.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":17,"kind":1024,"name":"transformRequest","url":"interfaces/clientconfig.clientconfiginit.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":18,"kind":1024,"name":"throwOnBadResponse","url":"interfaces/clientconfig.clientconfiginit.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":19,"kind":128,"name":"ClientConfig","url":"classes/clientconfig.clientconfig-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":20,"kind":1024,"name":"baseUri","url":"classes/clientconfig.clientconfig-1.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":21,"kind":1024,"name":"proxy","url":"classes/clientconfig.clientconfig-1.html#proxy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":22,"kind":1024,"name":"headers","url":"classes/clientconfig.clientconfig-1.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":23,"kind":65536,"name":"__type","url":"classes/clientconfig.clientconfig-1.html#headers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"clientConfig.ClientConfig.headers"},{"id":24,"kind":1024,"name":"parameters","url":"classes/clientconfig.clientconfig-1.html#parameters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":25,"kind":1024,"name":"fetchOptions","url":"classes/clientconfig.clientconfig-1.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":26,"kind":1024,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":27,"kind":1024,"name":"throwOnBadResponse","url":"classes/clientconfig.clientconfig-1.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":28,"kind":512,"name":"constructor","url":"classes/clientconfig.clientconfig-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":29,"kind":2097152,"name":"defaults","url":"classes/clientconfig.clientconfig-1.html#defaults","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"clientConfig.ClientConfig"},{"id":30,"kind":64,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#defaults.transformrequest-1","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"clientConfig.ClientConfig.defaults"},{"id":31,"kind":4194304,"name":"BrowserRequestInit","url":"modules/clientconfig.html#browserrequestinit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"clientConfig"},{"id":32,"kind":4194304,"name":"FetchOptions","url":"modules/clientconfig.html#fetchoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":33,"kind":4194304,"name":"FetchFunction","url":"modules/clientconfig.html#fetchfunction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":34,"kind":65536,"name":"__type","url":"modules/clientconfig.html#fetchfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"clientConfig.FetchFunction"},{"id":35,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":36,"kind":32,"name":"CUSTOM_API_DEFAULT_BASE_URI","url":"modules/config.html#custom_api_default_base_uri","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"config"},{"id":37,"kind":32,"name":"isBrowser","url":"modules/helpers.html#isbrowser-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":38,"kind":32,"name":"isNode","url":"modules/helpers.html#isnode-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":39,"kind":32,"name":"globalObject","url":"modules/helpers.html#globalobject-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":40,"kind":32,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":41,"kind":32,"name":"fetch","url":"modules/helpers.html#fetch-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":42,"kind":1,"name":"templateUrl","url":"modules/templateurl.html","classes":"tsd-kind-module"},{"id":43,"kind":128,"name":"TemplateURL","url":"classes/templateurl.templateurl-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"templateUrl"},{"id":44,"kind":512,"name":"constructor","url":"classes/templateurl.templateurl-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"templateUrl.TemplateURL"},{"id":45,"kind":2048,"name":"replaceOrigin","url":"classes/templateurl.templateurl-1.html#replaceorigin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":46,"kind":2048,"name":"addQueryParams","url":"classes/templateurl.templateurl-1.html#addqueryparams","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":47,"kind":2048,"name":"renderTemplateUri","url":"classes/templateurl.templateurl-1.html#rendertemplateuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":48,"kind":1024,"name":"hash","url":"classes/templateurl.templateurl-1.html#hash","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":49,"kind":1024,"name":"host","url":"classes/templateurl.templateurl-1.html#host","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":50,"kind":1024,"name":"hostname","url":"classes/templateurl.templateurl-1.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":51,"kind":1024,"name":"href","url":"classes/templateurl.templateurl-1.html#href","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":52,"kind":2048,"name":"toString","url":"classes/templateurl.templateurl-1.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":53,"kind":1024,"name":"origin","url":"classes/templateurl.templateurl-1.html#origin","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":54,"kind":1024,"name":"password","url":"classes/templateurl.templateurl-1.html#password","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":55,"kind":1024,"name":"pathname","url":"classes/templateurl.templateurl-1.html#pathname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":56,"kind":1024,"name":"port","url":"classes/templateurl.templateurl-1.html#port","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":57,"kind":1024,"name":"protocol","url":"classes/templateurl.templateurl-1.html#protocol","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":58,"kind":1024,"name":"search","url":"classes/templateurl.templateurl-1.html#search","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":59,"kind":1024,"name":"searchParams","url":"classes/templateurl.templateurl-1.html#searchparams","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":60,"kind":1024,"name":"username","url":"classes/templateurl.templateurl-1.html#username","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":61,"kind":2048,"name":"toJSON","url":"classes/templateurl.templateurl-1.html#tojson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":62,"kind":1024,"name":"URL","url":"classes/templateurl.templateurl-1.html#url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":63,"kind":2048,"name":"createObjectURL","url":"classes/templateurl.templateurl-1.html#createobjecturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":64,"kind":2048,"name":"revokeObjectURL","url":"classes/templateurl.templateurl-1.html#revokeobjecturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":65,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":66,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":67,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":68,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":69,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperLogin"},{"id":70,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":71,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperlogin.shopperlogin-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":72,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":73,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authenticatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":74,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authorizepasswordlesscustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":75,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-1.html#logoutcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":76,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authorizecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":77,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":78,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getsessionbridgeaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":79,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedsystemaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":80,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedagentauthorizationtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":81,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedagentaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":82,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-1.html#getpasswordresettoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":83,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-1.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":84,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getpasswordlessaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":85,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-1.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":86,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-1.html#introspecttoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":87,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-1.html#getuserinfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":88,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-1.html#getwellknownopenidconfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":89,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-1.html#getjwksuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":90,"kind":4194304,"name":"LoginRequest","url":"modules/shopperlogin.html#loginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":91,"kind":4194304,"name":"TrustedAgentTokenRequest","url":"modules/shopperlogin.html#trustedagenttokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":92,"kind":4194304,"name":"IntrospectResponse","url":"modules/shopperlogin.html#introspectresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":93,"kind":4194304,"name":"PasswordlessLoginRequest","url":"modules/shopperlogin.html#passwordlessloginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":94,"kind":4194304,"name":"PasswordLessLoginTokenRequest","url":"modules/shopperlogin.html#passwordlesslogintokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":95,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":96,"kind":4194304,"name":"PasswordActionVerifyRequest","url":"modules/shopperlogin.html#passwordactionverifyrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":97,"kind":4194304,"name":"TrustedSystemTokenRequest","url":"modules/shopperlogin.html#trustedsystemtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":98,"kind":4194304,"name":"PasswordActionRequest","url":"modules/shopperlogin.html#passwordactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":99,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":100,"kind":4194304,"name":"TokenRequest","url":"modules/shopperlogin.html#tokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":101,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":102,"kind":4194304,"name":"SessionBridgeTokenRequest","url":"modules/shopperlogin.html#sessionbridgetokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":103,"kind":4194304,"name":"SlasRateLimit","url":"modules/shopperlogin.html#slasratelimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":104,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#slasratelimit.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SlasRateLimit"},{"id":105,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperlogin.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":106,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperlogin.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":107,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperlogin.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":108,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DateRangeFilter"},{"id":109,"kind":4194304,"name":"EtagResponse","url":"modules/shopperlogin.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":110,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.EtagResponse"},{"id":111,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperlogin.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":112,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.IntegerRangeFilter"},{"id":113,"kind":4194304,"name":"RateLimited3","url":"modules/shopperlogin.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":114,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited3"},{"id":115,"kind":4194304,"name":"SyncCreated","url":"modules/shopperlogin.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":116,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SyncCreated"},{"id":117,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperlogin.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":118,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DateConditionalRequest"},{"id":119,"kind":4194304,"name":"RateLimited5","url":"modules/shopperlogin.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":120,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited5"},{"id":121,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperlogin.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":122,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.EtagConditionalRequest"},{"id":123,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperlogin.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":124,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.AsyncCreated"},{"id":125,"kind":4194304,"name":"RateLimited","url":"modules/shopperlogin.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":126,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited"},{"id":127,"kind":4194304,"name":"RateLimited2","url":"modules/shopperlogin.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":128,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited2"},{"id":129,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperlogin.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":130,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.OffsetPaginated"},{"id":131,"kind":4194304,"name":"RangeFilter","url":"modules/shopperlogin.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":132,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#rangefilter.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RangeFilter"},{"id":133,"kind":4194304,"name":"RateLimited4","url":"modules/shopperlogin.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":134,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited4"},{"id":135,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperlogin.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":136,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.NumericRangeFilter"},{"id":137,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperlogin.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":138,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DatetimeRangeFilter"},{"id":139,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperlogin.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":140,"kind":4194304,"name":"Error","url":"modules/shopperlogin.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":141,"kind":4194304,"name":"Money","url":"modules/shopperlogin.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":142,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperlogin.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":143,"kind":4194304,"name":"SearchRequest","url":"modules/shopperlogin.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":144,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperlogin.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":145,"kind":4194304,"name":"LocalizedString","url":"modules/shopperlogin.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":146,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperlogin.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":147,"kind":4194304,"name":"ClosedObject","url":"modules/shopperlogin.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":148,"kind":4194304,"name":"OpenObject","url":"modules/shopperlogin.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":149,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperlogin.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":150,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#queryparamslimit.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.QueryParamsLimit"},{"id":151,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperlogin.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":152,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#queryparamsoffset.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.QueryParamsOffset"},{"id":153,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperlogin.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":154,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#sitespecific-1.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SiteSpecific"},{"id":155,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperlogin.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":156,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.NoPropertiesAllowed"},{"id":157,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperlogin.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":158,"kind":4194304,"name":"BoolFilter","url":"modules/shopperlogin.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":159,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperlogin.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":160,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperlogin.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":161,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperlogin.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":162,"kind":4194304,"name":"QueryFilter","url":"modules/shopperlogin.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":163,"kind":4194304,"name":"Query","url":"modules/shopperlogin.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":164,"kind":4194304,"name":"TermQuery","url":"modules/shopperlogin.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":165,"kind":4194304,"name":"TermFilter","url":"modules/shopperlogin.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":166,"kind":4194304,"name":"TextQuery","url":"modules/shopperlogin.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":167,"kind":4194304,"name":"Range2Filter","url":"modules/shopperlogin.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":168,"kind":4194304,"name":"BoolQuery","url":"modules/shopperlogin.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":169,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperlogin.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":170,"kind":4194304,"name":"NestedQuery","url":"modules/shopperlogin.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":171,"kind":4194304,"name":"Filter","url":"modules/shopperlogin.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":172,"kind":4194304,"name":"Sort","url":"modules/shopperlogin.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":173,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperlogin.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":174,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperlogin.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":175,"kind":4194304,"name":"L10nString","url":"modules/shopperlogin.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":176,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperlogin.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":177,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.AttributeDefinition"},{"id":178,"kind":32,"name":"defaultValue","url":"modules/shopperlogin.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":179,"kind":32,"name":"id","url":"modules/shopperlogin.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":180,"kind":32,"name":"name","url":"modules/shopperlogin.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":181,"kind":32,"name":"description","url":"modules/shopperlogin.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":182,"kind":32,"name":"key","url":"modules/shopperlogin.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":183,"kind":32,"name":"localizable","url":"modules/shopperlogin.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":184,"kind":32,"name":"mandatory","url":"modules/shopperlogin.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":185,"kind":32,"name":"max","url":"modules/shopperlogin.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":186,"kind":32,"name":"minLength","url":"modules/shopperlogin.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":187,"kind":32,"name":"min","url":"modules/shopperlogin.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":188,"kind":32,"name":"multiValueType","url":"modules/shopperlogin.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":189,"kind":32,"name":"regularExpression","url":"modules/shopperlogin.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":190,"kind":32,"name":"scale","url":"modules/shopperlogin.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":191,"kind":32,"name":"searchable","url":"modules/shopperlogin.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":192,"kind":32,"name":"siteSpecific","url":"modules/shopperlogin.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":193,"kind":32,"name":"system","url":"modules/shopperlogin.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":194,"kind":32,"name":"unit","url":"modules/shopperlogin.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":195,"kind":32,"name":"possibleValues","url":"modules/shopperlogin.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":196,"kind":32,"name":"type","url":"modules/shopperlogin.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":197,"kind":32,"name":"visible","url":"modules/shopperlogin.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":198,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperlogin.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":199,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.PropertyValueDefinition"},{"id":200,"kind":32,"name":"description","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":201,"kind":32,"name":"displayValue","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":202,"kind":32,"name":"id","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":203,"kind":32,"name":"position","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":204,"kind":32,"name":"value","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":205,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":206,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#shopperloginpathparameters.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.ShopperLoginPathParameters"},{"id":207,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#shopperloginpathparameters.__type-20.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginPathParameters.__type"},{"id":208,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":209,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.ShopperLoginQueryParameters"},{"id":210,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":211,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":212,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":213,"kind":32,"name":"hint","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":214,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":215,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":216,"kind":32,"name":"scope","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":217,"kind":32,"name":"state","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":218,"kind":32,"name":"usid","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":219,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":220,"kind":32,"name":"ui_locales","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.ui_locales","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":221,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":222,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":223,"kind":4194304,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":224,"kind":1,"name":"responseError","url":"modules/responseerror.html","classes":"tsd-kind-module"},{"id":225,"kind":128,"name":"ResponseError","url":"classes/responseerror.responseerror-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"responseError"},{"id":226,"kind":512,"name":"constructor","url":"classes/responseerror.responseerror-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":227,"kind":1024,"name":"response","url":"classes/responseerror.responseerror-1.html#response","classes":"tsd-kind-property tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":228,"kind":1024,"name":"name","url":"classes/responseerror.responseerror-1.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":229,"kind":1024,"name":"message","url":"classes/responseerror.responseerror-1.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":230,"kind":1024,"name":"stack","url":"classes/responseerror.responseerror-1.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":231,"kind":1024,"name":"Error","url":"classes/responseerror.responseerror-1.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"responseError.ResponseError"},{"id":232,"kind":32,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":233,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":234,"kind":64,"name":"nanoid","url":"modules/helpers.html#nanoid","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":235,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":236,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":237,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":238,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":239,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":240,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":241,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":242,"kind":64,"name":"logout","url":"modules/helpers.html#logout-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":243,"kind":16777216,"name":"isBrowser","url":"modules/helpers.html#isbrowser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":244,"kind":16777216,"name":"isNode","url":"modules/helpers.html#isnode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":245,"kind":16777216,"name":"globalObject","url":"modules/helpers.html#globalobject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":246,"kind":16777216,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":247,"kind":16777216,"name":"fetch","url":"modules/helpers.html#fetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":248,"kind":16777216,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":249,"kind":16777216,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":250,"kind":16777216,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":251,"kind":16777216,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":252,"kind":16777216,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":253,"kind":16777216,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":254,"kind":16777216,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":255,"kind":16777216,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":256,"kind":16777216,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":257,"kind":16777216,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":258,"kind":16777216,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":259,"kind":16777216,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":260,"kind":16777216,"name":"BaseUriParameters","url":"modules/helpers.html#baseuriparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":261,"kind":16777216,"name":"PathParameters","url":"modules/helpers.html#pathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":262,"kind":16777216,"name":"QueryParameters","url":"modules/helpers.html#queryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":263,"kind":16777216,"name":"UrlParameters","url":"modules/helpers.html#urlparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":264,"kind":16777216,"name":"CustomParams","url":"modules/helpers.html#customparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":265,"kind":16777216,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":266,"kind":16777216,"name":"doFetch","url":"modules/helpers.html#dofetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":267,"kind":64,"name":"doFetch","url":"modules/helpers.html#dofetch-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":268,"kind":256,"name":"CustomParams","url":"interfaces/helpers.customparams-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":269,"kind":1024,"name":"apiName","url":"interfaces/helpers.customparams-1.html#apiname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":270,"kind":1024,"name":"apiVersion","url":"interfaces/helpers.customparams-1.html#apiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":271,"kind":1024,"name":"endpointPath","url":"interfaces/helpers.customparams-1.html#endpointpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":272,"kind":1024,"name":"organizationId","url":"interfaces/helpers.customparams-1.html#organizationid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":273,"kind":1024,"name":"shortCode","url":"interfaces/helpers.customparams-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":274,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":275,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":276,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":277,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBaskets"},{"id":278,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":279,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbaskets.shopperbaskets-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":280,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":281,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#createbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":282,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#transferbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":283,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#mergebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":284,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#deletebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":285,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":286,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatebasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":287,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateasagentbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":288,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatebillingaddressforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":289,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addcoupontobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":290,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removecouponfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":291,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatecustomerforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":292,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addgiftcertificateitemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":293,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removegiftcertificateitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":294,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updategiftcertificateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":295,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#additemtobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":296,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removeitemfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":297,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateiteminbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":298,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-1.html#addtaxesforbasketitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":299,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpaymentinstrumenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":300,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removepaymentinstrumentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":301,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatepaymentinstrumentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":302,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getpaymentmethodsforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":303,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpriceadjustmenttobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":304,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removepriceadjustmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":305,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatepriceadjustmentinbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":306,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getpricebooksforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":307,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpricebookstobasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":308,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#createshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":309,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removeshipmentfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":310,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshipmentforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":311,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshippingaddressforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":312,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshippingmethodforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":313,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#getshippingmethodsforshipment","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":314,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateasstorefrontbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":315,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#gettaxesfrombasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":316,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addtaxesforbasket","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":317,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":318,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperbaskets.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":319,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#localespecific.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.LocaleSpecific"},{"id":320,"kind":4194304,"name":"Money","url":"modules/shopperbaskets.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":321,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperbaskets.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":322,"kind":4194304,"name":"SearchRequest","url":"modules/shopperbaskets.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":323,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperbaskets.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":324,"kind":4194304,"name":"LocalizedString","url":"modules/shopperbaskets.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":325,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperbaskets.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":326,"kind":4194304,"name":"ClosedObject","url":"modules/shopperbaskets.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":327,"kind":4194304,"name":"OpenObject","url":"modules/shopperbaskets.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":328,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperbaskets.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":329,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#queryparamslimit.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.QueryParamsLimit"},{"id":330,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperbaskets.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":331,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#queryparamsoffset.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.QueryParamsOffset"},{"id":332,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperbaskets.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":333,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#sitespecific-1.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.SiteSpecific"},{"id":334,"kind":4194304,"name":"Selectable","url":"modules/shopperbaskets.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":335,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#selectable.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.Selectable"},{"id":336,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperbaskets.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":337,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.NoPropertiesAllowed"},{"id":338,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperbaskets.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":339,"kind":4194304,"name":"BoolFilter","url":"modules/shopperbaskets.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":340,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperbaskets.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":341,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperbaskets.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":342,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperbaskets.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":343,"kind":4194304,"name":"QueryFilter","url":"modules/shopperbaskets.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":344,"kind":4194304,"name":"Query","url":"modules/shopperbaskets.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":345,"kind":4194304,"name":"TermQuery","url":"modules/shopperbaskets.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":346,"kind":4194304,"name":"TermFilter","url":"modules/shopperbaskets.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":347,"kind":4194304,"name":"TextQuery","url":"modules/shopperbaskets.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":348,"kind":4194304,"name":"Range2Filter","url":"modules/shopperbaskets.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":349,"kind":4194304,"name":"BoolQuery","url":"modules/shopperbaskets.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":350,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperbaskets.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":351,"kind":4194304,"name":"NestedQuery","url":"modules/shopperbaskets.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":352,"kind":4194304,"name":"Filter","url":"modules/shopperbaskets.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":353,"kind":4194304,"name":"Sort","url":"modules/shopperbaskets.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":354,"kind":4194304,"name":"RangeFilter","url":"modules/shopperbaskets.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":355,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperbaskets.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":356,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperbaskets.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":357,"kind":4194304,"name":"L10nString","url":"modules/shopperbaskets.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":358,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperbaskets.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":359,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.AttributeDefinition"},{"id":360,"kind":32,"name":"defaultValue","url":"modules/shopperbaskets.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":361,"kind":32,"name":"id","url":"modules/shopperbaskets.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":362,"kind":32,"name":"name","url":"modules/shopperbaskets.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":363,"kind":32,"name":"description","url":"modules/shopperbaskets.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":364,"kind":32,"name":"key","url":"modules/shopperbaskets.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":365,"kind":32,"name":"localizable","url":"modules/shopperbaskets.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":366,"kind":32,"name":"mandatory","url":"modules/shopperbaskets.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":367,"kind":32,"name":"max","url":"modules/shopperbaskets.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":368,"kind":32,"name":"minLength","url":"modules/shopperbaskets.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":369,"kind":32,"name":"min","url":"modules/shopperbaskets.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":370,"kind":32,"name":"multiValueType","url":"modules/shopperbaskets.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":371,"kind":32,"name":"regularExpression","url":"modules/shopperbaskets.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":372,"kind":32,"name":"scale","url":"modules/shopperbaskets.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":373,"kind":32,"name":"searchable","url":"modules/shopperbaskets.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":374,"kind":32,"name":"siteSpecific","url":"modules/shopperbaskets.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":375,"kind":32,"name":"system","url":"modules/shopperbaskets.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":376,"kind":32,"name":"unit","url":"modules/shopperbaskets.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":377,"kind":32,"name":"possibleValues","url":"modules/shopperbaskets.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":378,"kind":32,"name":"type","url":"modules/shopperbaskets.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":379,"kind":32,"name":"visible","url":"modules/shopperbaskets.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":380,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperbaskets.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":381,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PropertyValueDefinition"},{"id":382,"kind":32,"name":"description","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":383,"kind":32,"name":"displayValue","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":384,"kind":32,"name":"id","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":385,"kind":32,"name":"position","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":386,"kind":32,"name":"value","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":387,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":388,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":389,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":390,"kind":4194304,"name":"BasketsResult","url":"modules/shopperbaskets.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":391,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":392,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":393,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#paymentcard.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PaymentCard"},{"id":394,"kind":32,"name":"cardType","url":"modules/shopperbaskets.html#paymentcard.__type-17.cardtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":395,"kind":32,"name":"creditCardExpired","url":"modules/shopperbaskets.html#paymentcard.__type-17.creditcardexpired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":396,"kind":32,"name":"creditCardToken","url":"modules/shopperbaskets.html#paymentcard.__type-17.creditcardtoken-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":397,"kind":32,"name":"expirationMonth","url":"modules/shopperbaskets.html#paymentcard.__type-17.expirationmonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":398,"kind":32,"name":"expirationYear","url":"modules/shopperbaskets.html#paymentcard.__type-17.expirationyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":399,"kind":32,"name":"holder","url":"modules/shopperbaskets.html#paymentcard.__type-17.holder-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":400,"kind":32,"name":"issueNumber","url":"modules/shopperbaskets.html#paymentcard.__type-17.issuenumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":401,"kind":32,"name":"maskedNumber","url":"modules/shopperbaskets.html#paymentcard.__type-17.maskednumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":402,"kind":32,"name":"numberLastDigits","url":"modules/shopperbaskets.html#paymentcard.__type-17.numberlastdigits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":403,"kind":32,"name":"validFromMonth","url":"modules/shopperbaskets.html#paymentcard.__type-17.validfrommonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":404,"kind":32,"name":"validFromYear","url":"modules/shopperbaskets.html#paymentcard.__type-17.validfromyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":405,"kind":4194304,"name":"NotesResult","url":"modules/shopperbaskets.html#notesresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":406,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":407,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":408,"kind":4194304,"name":"Note","url":"modules/shopperbaskets.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":409,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#note.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Note"},{"id":410,"kind":32,"name":"createdBy","url":"modules/shopperbaskets.html#note.__type-12.createdby","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":411,"kind":32,"name":"creationDate","url":"modules/shopperbaskets.html#note.__type-12.creationdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":412,"kind":32,"name":"id","url":"modules/shopperbaskets.html#note.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":413,"kind":32,"name":"subject","url":"modules/shopperbaskets.html#note.__type-12.subject","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":414,"kind":32,"name":"text","url":"modules/shopperbaskets.html#note.__type-12.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":415,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":416,"kind":4194304,"name":"PromotionLink","url":"modules/shopperbaskets.html#promotionlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":417,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#promotionlink.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PromotionLink"},{"id":418,"kind":32,"name":"calloutMsg","url":"modules/shopperbaskets.html#promotionlink.__type-20.calloutmsg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":419,"kind":32,"name":"name","url":"modules/shopperbaskets.html#promotionlink.__type-20.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":420,"kind":32,"name":"promotionId","url":"modules/shopperbaskets.html#promotionlink.__type-20.promotionid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":421,"kind":32,"name":"title","url":"modules/shopperbaskets.html#promotionlink.__type-20.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":422,"kind":4194304,"name":"PriceBookIds","url":"modules/shopperbaskets.html#pricebookids","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":423,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":424,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":425,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":426,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":427,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#taxes.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Taxes"},{"id":428,"kind":32,"name":"taxes","url":"modules/shopperbaskets.html#taxes.__type-37.taxes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Taxes.__type"},{"id":429,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":430,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":431,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":432,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":433,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":434,"kind":4194304,"name":"SimpleLink","url":"modules/shopperbaskets.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":435,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#simplelink.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.SimpleLink"},{"id":436,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":437,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":438,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":439,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#productdetailslink.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ProductDetailsLink"},{"id":440,"kind":32,"name":"productDescription","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productdescription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":441,"kind":32,"name":"productId","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":442,"kind":32,"name":"productName","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":443,"kind":32,"name":"title","url":"modules/shopperbaskets.html#productdetailslink.__type-18.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":444,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":445,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":446,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":447,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#discountrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.DiscountRequest"},{"id":448,"kind":32,"name":"type","url":"modules/shopperbaskets.html#discountrequest.__type-5.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.DiscountRequest.__type"},{"id":449,"kind":32,"name":"value","url":"modules/shopperbaskets.html#discountrequest.__type-5.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.DiscountRequest.__type"},{"id":450,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":451,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperbaskets.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":452,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.OrderLookupRequest"},{"id":453,"kind":32,"name":"email","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderLookupRequest.__type"},{"id":454,"kind":32,"name":"orderViewCode","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15.orderviewcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderLookupRequest.__type"},{"id":455,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperbaskets.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":456,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":457,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":458,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbaskets.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":459,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.GroupedTaxItem"},{"id":460,"kind":32,"name":"taxRate","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.GroupedTaxItem.__type"},{"id":461,"kind":32,"name":"taxValue","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.GroupedTaxItem.__type"},{"id":462,"kind":4194304,"name":"Order","url":"modules/shopperbaskets.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":463,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":464,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.OrderPaymentCardRequest"},{"id":465,"kind":32,"name":"cardType","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.cardtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":466,"kind":32,"name":"creditCardToken","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.creditcardtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":467,"kind":32,"name":"expirationMonth","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.expirationmonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":468,"kind":32,"name":"expirationYear","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.expirationyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":469,"kind":32,"name":"holder","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.holder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":470,"kind":32,"name":"issueNumber","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.issuenumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":471,"kind":32,"name":"maskedNumber","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.maskednumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":472,"kind":32,"name":"validFromMonth","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.validfrommonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":473,"kind":32,"name":"validFromYear","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.validfromyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":474,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":475,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":476,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#taxitem.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.TaxItem"},{"id":477,"kind":32,"name":"id","url":"modules/shopperbaskets.html#taxitem.__type-36.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":478,"kind":32,"name":"rate","url":"modules/shopperbaskets.html#taxitem.__type-36.rate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":479,"kind":32,"name":"value","url":"modules/shopperbaskets.html#taxitem.__type-36.value-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":480,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":481,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#status.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Status"},{"id":482,"kind":32,"name":"code","url":"modules/shopperbaskets.html#status.__type-34.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":483,"kind":32,"name":"message","url":"modules/shopperbaskets.html#status.__type-34.message","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":484,"kind":32,"name":"status","url":"modules/shopperbaskets.html#status.__type-34.status-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":485,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":486,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#productlistitemreference.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ProductListItemReference"},{"id":487,"kind":32,"name":"id","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":488,"kind":32,"name":"priority","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.priority","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":489,"kind":32,"name":"productDetailsLink","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.productdetailslink-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":490,"kind":32,"name":"productList","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.productlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":491,"kind":32,"name":"public","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.public","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":492,"kind":32,"name":"purchasedQuantity","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.purchasedquantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":493,"kind":32,"name":"quantity","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.quantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":494,"kind":32,"name":"type","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":495,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperbaskets.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":496,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperbaskets.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":497,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DateRangeFilter"},{"id":498,"kind":4194304,"name":"EtagResponse","url":"modules/shopperbaskets.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":499,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.EtagResponse"},{"id":500,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperbaskets.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":501,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#integerrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.IntegerRangeFilter"},{"id":502,"kind":4194304,"name":"RateLimited3","url":"modules/shopperbaskets.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":503,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited3.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited3"},{"id":504,"kind":4194304,"name":"SyncCreated","url":"modules/shopperbaskets.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":505,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#synccreated.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.SyncCreated"},{"id":506,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperbaskets.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":507,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DateConditionalRequest"},{"id":508,"kind":4194304,"name":"RateLimited5","url":"modules/shopperbaskets.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":509,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited5.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited5"},{"id":510,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperbaskets.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":511,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.EtagConditionalRequest"},{"id":512,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperbaskets.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":513,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.AsyncCreated"},{"id":514,"kind":4194304,"name":"RateLimited","url":"modules/shopperbaskets.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":515,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited"},{"id":516,"kind":4194304,"name":"RateLimited2","url":"modules/shopperbaskets.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":517,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited2"},{"id":518,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperbaskets.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":519,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.OffsetPaginated"},{"id":520,"kind":4194304,"name":"RateLimited4","url":"modules/shopperbaskets.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":521,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited4.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited4"},{"id":522,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperbaskets.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":523,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.NumericRangeFilter"},{"id":524,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperbaskets.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":525,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DatetimeRangeFilter"},{"id":526,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperbaskets.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":527,"kind":4194304,"name":"Error","url":"modules/shopperbaskets.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":528,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":529,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ShopperBasketsPathParameters"},{"id":530,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":531,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":532,"kind":32,"name":"couponItemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":533,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":534,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":535,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":536,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":537,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":538,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":539,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ShopperBasketsQueryParameters"},{"id":540,"kind":32,"name":"taxMode","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":541,"kind":32,"name":"temporary","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.temporary","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":542,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":543,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":544,"kind":32,"name":"overrideExisting","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":545,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":546,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":547,"kind":32,"name":"useAsShipping","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":548,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":549,"kind":32,"name":"useAsBilling","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":550,"kind":32,"name":"exchange","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":551,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":552,"kind":1,"name":"shopperContexts","url":"modules/shoppercontexts.html","classes":"tsd-kind-module"},{"id":553,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontexts.shoppercontexts-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperContexts"},{"id":554,"kind":1024,"name":"clientConfig","url":"classes/shoppercontexts.shoppercontexts-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperContexts.ShopperContexts"},{"id":555,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercontexts.shoppercontexts-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContexts.ShopperContexts"},{"id":556,"kind":512,"name":"constructor","url":"classes/shoppercontexts.shoppercontexts-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperContexts.ShopperContexts"},{"id":557,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#getshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":558,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#createshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":559,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#deleteshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":560,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#updateshoppercontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":561,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontexts.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":562,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontexts.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":563,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppercontexts.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":564,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppercontexts.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":565,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DateRangeFilter"},{"id":566,"kind":4194304,"name":"EtagResponse","url":"modules/shoppercontexts.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":567,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.EtagResponse"},{"id":568,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppercontexts.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":569,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.IntegerRangeFilter"},{"id":570,"kind":4194304,"name":"RateLimited3","url":"modules/shoppercontexts.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":571,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited3"},{"id":572,"kind":4194304,"name":"SyncCreated","url":"modules/shoppercontexts.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":573,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.SyncCreated"},{"id":574,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppercontexts.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":575,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DateConditionalRequest"},{"id":576,"kind":4194304,"name":"RateLimited5","url":"modules/shoppercontexts.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":577,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited5"},{"id":578,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppercontexts.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":579,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.EtagConditionalRequest"},{"id":580,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppercontexts.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":581,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.AsyncCreated"},{"id":582,"kind":4194304,"name":"RateLimited","url":"modules/shoppercontexts.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":583,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited"},{"id":584,"kind":4194304,"name":"RateLimited2","url":"modules/shoppercontexts.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":585,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited2"},{"id":586,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppercontexts.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":587,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.OffsetPaginated"},{"id":588,"kind":4194304,"name":"RangeFilter","url":"modules/shoppercontexts.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":589,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#rangefilter.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RangeFilter"},{"id":590,"kind":4194304,"name":"RateLimited4","url":"modules/shoppercontexts.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":591,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited4"},{"id":592,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppercontexts.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":593,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.NumericRangeFilter"},{"id":594,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppercontexts.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":595,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DatetimeRangeFilter"},{"id":596,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppercontexts.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":597,"kind":4194304,"name":"Error","url":"modules/shoppercontexts.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":598,"kind":4194304,"name":"Money","url":"modules/shoppercontexts.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":599,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppercontexts.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":600,"kind":4194304,"name":"SearchRequest","url":"modules/shoppercontexts.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":601,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppercontexts.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":602,"kind":4194304,"name":"LocalizedString","url":"modules/shoppercontexts.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":603,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppercontexts.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":604,"kind":4194304,"name":"ClosedObject","url":"modules/shoppercontexts.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":605,"kind":4194304,"name":"OpenObject","url":"modules/shoppercontexts.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":606,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppercontexts.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":607,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#queryparamslimit.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.QueryParamsLimit"},{"id":608,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppercontexts.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":609,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#queryparamsoffset.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.QueryParamsOffset"},{"id":610,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppercontexts.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":611,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.SiteSpecific"},{"id":612,"kind":4194304,"name":"Selectable","url":"modules/shoppercontexts.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":613,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#selectable.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.Selectable"},{"id":614,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppercontexts.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":615,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.NoPropertiesAllowed"},{"id":616,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppercontexts.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":617,"kind":4194304,"name":"BoolFilter","url":"modules/shoppercontexts.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":618,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppercontexts.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":619,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppercontexts.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":620,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppercontexts.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":621,"kind":4194304,"name":"QueryFilter","url":"modules/shoppercontexts.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":622,"kind":4194304,"name":"Query","url":"modules/shoppercontexts.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":623,"kind":4194304,"name":"TermQuery","url":"modules/shoppercontexts.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":624,"kind":4194304,"name":"TermFilter","url":"modules/shoppercontexts.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":625,"kind":4194304,"name":"TextQuery","url":"modules/shoppercontexts.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":626,"kind":4194304,"name":"Range2Filter","url":"modules/shoppercontexts.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":627,"kind":4194304,"name":"BoolQuery","url":"modules/shoppercontexts.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":628,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppercontexts.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":629,"kind":4194304,"name":"NestedQuery","url":"modules/shoppercontexts.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":630,"kind":4194304,"name":"Filter","url":"modules/shoppercontexts.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":631,"kind":4194304,"name":"Sort","url":"modules/shoppercontexts.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":632,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppercontexts.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":633,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppercontexts.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":634,"kind":4194304,"name":"L10nString","url":"modules/shoppercontexts.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":635,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppercontexts.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":636,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.AttributeDefinition"},{"id":637,"kind":32,"name":"defaultValue","url":"modules/shoppercontexts.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":638,"kind":32,"name":"id","url":"modules/shoppercontexts.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":639,"kind":32,"name":"name","url":"modules/shoppercontexts.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":640,"kind":32,"name":"description","url":"modules/shoppercontexts.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":641,"kind":32,"name":"key","url":"modules/shoppercontexts.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":642,"kind":32,"name":"localizable","url":"modules/shoppercontexts.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":643,"kind":32,"name":"mandatory","url":"modules/shoppercontexts.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":644,"kind":32,"name":"max","url":"modules/shoppercontexts.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":645,"kind":32,"name":"minLength","url":"modules/shoppercontexts.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":646,"kind":32,"name":"min","url":"modules/shoppercontexts.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":647,"kind":32,"name":"multiValueType","url":"modules/shoppercontexts.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":648,"kind":32,"name":"regularExpression","url":"modules/shoppercontexts.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":649,"kind":32,"name":"scale","url":"modules/shoppercontexts.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":650,"kind":32,"name":"searchable","url":"modules/shoppercontexts.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":651,"kind":32,"name":"siteSpecific","url":"modules/shoppercontexts.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":652,"kind":32,"name":"system","url":"modules/shoppercontexts.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":653,"kind":32,"name":"unit","url":"modules/shoppercontexts.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":654,"kind":32,"name":"possibleValues","url":"modules/shoppercontexts.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":655,"kind":32,"name":"type","url":"modules/shoppercontexts.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":656,"kind":32,"name":"visible","url":"modules/shoppercontexts.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":657,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppercontexts.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":658,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.PropertyValueDefinition"},{"id":659,"kind":32,"name":"description","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":660,"kind":32,"name":"displayValue","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":661,"kind":32,"name":"id","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":662,"kind":32,"name":"position","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":663,"kind":32,"name":"value","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":664,"kind":4194304,"name":"ShopperContextsPathParameters","url":"modules/shoppercontexts.html#shoppercontextspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":665,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.ShopperContextsPathParameters"},{"id":666,"kind":32,"name":"organizationId","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsPathParameters.__type"},{"id":667,"kind":32,"name":"usid","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsPathParameters.__type"},{"id":668,"kind":4194304,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":669,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.ShopperContextsQueryParameters"},{"id":670,"kind":32,"name":"siteId","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsQueryParameters.__type"},{"id":671,"kind":4194304,"name":"ShopperContextsParameters","url":"modules/shoppercontexts.html#shoppercontextsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":672,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":673,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperCustomers"},{"id":674,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":675,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercustomers.shoppercustomers-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":676,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":677,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#registercustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":678,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#resetpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":679,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-1.html#getresetpasswordtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":680,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#registerexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":681,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#getexternalprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":682,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":683,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":684,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":685,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":686,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#removecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":687,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomeraddress","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":688,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerbaskets","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":689,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerorders","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":690,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerpassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":691,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":692,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":693,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerpaymentinstrument","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":694,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlists","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":695,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":696,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":697,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":698,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":699,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":700,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":701,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":702,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":703,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-1.html#getpublicproductlistsbysearchterm","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":704,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#getpublicproductlist","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":705,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#getproductlistitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":706,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":707,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":708,"kind":4194304,"name":"CustomerProductListItemPurchase","url":"modules/shoppercustomers.html#customerproductlistitempurchase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":709,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":710,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":711,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":712,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":713,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":714,"kind":4194304,"name":"TrustedSystemAuthRequest","url":"modules/shoppercustomers.html#trustedsystemauthrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":715,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":716,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":717,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":718,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":719,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":720,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":721,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":722,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":723,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":724,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":725,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":726,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":727,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":728,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":729,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":730,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":731,"kind":4194304,"name":"PaymentBankAccount","url":"modules/shoppercustomers.html#paymentbankaccount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":732,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":733,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":734,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":735,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":736,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":737,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":738,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":739,"kind":4194304,"name":"SimpleLink","url":"modules/shoppercustomers.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":740,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":741,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":742,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":743,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":744,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":745,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":746,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":747,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":748,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":749,"kind":4194304,"name":"AuthRequest","url":"modules/shoppercustomers.html#authrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":750,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":751,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":752,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":753,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":754,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":755,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":756,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":757,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":758,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":759,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":760,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":761,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":762,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":763,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":764,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":765,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":766,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":767,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.GroupedTaxItem"},{"id":768,"kind":32,"name":"taxRate","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.GroupedTaxItem.__type"},{"id":769,"kind":32,"name":"taxValue","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.GroupedTaxItem.__type"},{"id":770,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":771,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":772,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":773,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":774,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":775,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":776,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":777,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":778,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":779,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":780,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":781,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppercustomers.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":782,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppercustomers.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":783,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#daterangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DateRangeFilter"},{"id":784,"kind":4194304,"name":"EtagResponse","url":"modules/shoppercustomers.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":785,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#etagresponse.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.EtagResponse"},{"id":786,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppercustomers.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":787,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#integerrangefilter.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.IntegerRangeFilter"},{"id":788,"kind":4194304,"name":"RateLimited3","url":"modules/shoppercustomers.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":789,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited3"},{"id":790,"kind":4194304,"name":"SyncCreated","url":"modules/shoppercustomers.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":791,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#synccreated.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.SyncCreated"},{"id":792,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppercustomers.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":793,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#dateconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DateConditionalRequest"},{"id":794,"kind":4194304,"name":"RateLimited5","url":"modules/shoppercustomers.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":795,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited5.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited5"},{"id":796,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppercustomers.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":797,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#etagconditionalrequest.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.EtagConditionalRequest"},{"id":798,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppercustomers.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":799,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.AsyncCreated"},{"id":800,"kind":4194304,"name":"RateLimited","url":"modules/shoppercustomers.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":801,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited"},{"id":802,"kind":4194304,"name":"RateLimited2","url":"modules/shoppercustomers.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":803,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited2"},{"id":804,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppercustomers.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":805,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#offsetpaginated.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.OffsetPaginated"},{"id":806,"kind":4194304,"name":"RangeFilter","url":"modules/shoppercustomers.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":807,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#rangefilter.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RangeFilter"},{"id":808,"kind":4194304,"name":"RateLimited4","url":"modules/shoppercustomers.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":809,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited4.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited4"},{"id":810,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppercustomers.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":811,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#numericrangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.NumericRangeFilter"},{"id":812,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppercustomers.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":813,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#datetimerangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DatetimeRangeFilter"},{"id":814,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppercustomers.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":815,"kind":4194304,"name":"Error","url":"modules/shoppercustomers.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":816,"kind":4194304,"name":"CustomerAuthenticationFailed","url":"modules/shoppercustomers.html#customerauthenticationfailed","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":817,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerauthenticationfailed.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerAuthenticationFailed"},{"id":818,"kind":4194304,"name":"NotFound","url":"modules/shoppercustomers.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":819,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#notfound.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.NotFound"},{"id":820,"kind":4194304,"name":"BadRequest","url":"modules/shoppercustomers.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":821,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.BadRequest"},{"id":822,"kind":4194304,"name":"CustomerExtProfileNotFound","url":"modules/shoppercustomers.html#customerextprofilenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":823,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerextprofilenotfound.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerExtProfileNotFound"},{"id":824,"kind":4194304,"name":"Unauthorized","url":"modules/shoppercustomers.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":825,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#unauthorized.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.Unauthorized"},{"id":826,"kind":4194304,"name":"CustomerExtProfileBadRequest","url":"modules/shoppercustomers.html#customerextprofilebadrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":827,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerextprofilebadrequest.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerExtProfileBadRequest"},{"id":828,"kind":4194304,"name":"Money","url":"modules/shoppercustomers.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":829,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppercustomers.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":830,"kind":4194304,"name":"SearchRequest","url":"modules/shoppercustomers.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":831,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppercustomers.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":832,"kind":4194304,"name":"LocalizedString","url":"modules/shoppercustomers.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":833,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppercustomers.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":834,"kind":4194304,"name":"ClosedObject","url":"modules/shoppercustomers.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":835,"kind":4194304,"name":"OpenObject","url":"modules/shoppercustomers.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":836,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppercustomers.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":837,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#queryparamslimit.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.QueryParamsLimit"},{"id":838,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppercustomers.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":839,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#queryparamsoffset.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.QueryParamsOffset"},{"id":840,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppercustomers.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":841,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#sitespecific-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.SiteSpecific"},{"id":842,"kind":4194304,"name":"Selectable","url":"modules/shoppercustomers.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":843,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#selectable.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.Selectable"},{"id":844,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppercustomers.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":845,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#nopropertiesallowed.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.NoPropertiesAllowed"},{"id":846,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppercustomers.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":847,"kind":4194304,"name":"BoolFilter","url":"modules/shoppercustomers.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":848,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppercustomers.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":849,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppercustomers.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":850,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppercustomers.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":851,"kind":4194304,"name":"QueryFilter","url":"modules/shoppercustomers.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":852,"kind":4194304,"name":"Query","url":"modules/shoppercustomers.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":853,"kind":4194304,"name":"TermQuery","url":"modules/shoppercustomers.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":854,"kind":4194304,"name":"TermFilter","url":"modules/shoppercustomers.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":855,"kind":4194304,"name":"TextQuery","url":"modules/shoppercustomers.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":856,"kind":4194304,"name":"Range2Filter","url":"modules/shoppercustomers.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":857,"kind":4194304,"name":"BoolQuery","url":"modules/shoppercustomers.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":858,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppercustomers.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":859,"kind":4194304,"name":"NestedQuery","url":"modules/shoppercustomers.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":860,"kind":4194304,"name":"Filter","url":"modules/shoppercustomers.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":861,"kind":4194304,"name":"Sort","url":"modules/shoppercustomers.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":862,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppercustomers.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":863,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppercustomers.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":864,"kind":4194304,"name":"L10nString","url":"modules/shoppercustomers.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":865,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppercustomers.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":866,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.AttributeDefinition"},{"id":867,"kind":32,"name":"defaultValue","url":"modules/shoppercustomers.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":868,"kind":32,"name":"id","url":"modules/shoppercustomers.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":869,"kind":32,"name":"name","url":"modules/shoppercustomers.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":870,"kind":32,"name":"description","url":"modules/shoppercustomers.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":871,"kind":32,"name":"key","url":"modules/shoppercustomers.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":872,"kind":32,"name":"localizable","url":"modules/shoppercustomers.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":873,"kind":32,"name":"mandatory","url":"modules/shoppercustomers.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":874,"kind":32,"name":"max","url":"modules/shoppercustomers.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":875,"kind":32,"name":"minLength","url":"modules/shoppercustomers.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":876,"kind":32,"name":"min","url":"modules/shoppercustomers.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":877,"kind":32,"name":"multiValueType","url":"modules/shoppercustomers.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":878,"kind":32,"name":"regularExpression","url":"modules/shoppercustomers.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":879,"kind":32,"name":"scale","url":"modules/shoppercustomers.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":880,"kind":32,"name":"searchable","url":"modules/shoppercustomers.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":881,"kind":32,"name":"siteSpecific","url":"modules/shoppercustomers.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":882,"kind":32,"name":"system","url":"modules/shoppercustomers.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":883,"kind":32,"name":"unit","url":"modules/shoppercustomers.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":884,"kind":32,"name":"possibleValues","url":"modules/shoppercustomers.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":885,"kind":32,"name":"type","url":"modules/shoppercustomers.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":886,"kind":32,"name":"visible","url":"modules/shoppercustomers.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":887,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppercustomers.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":888,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.PropertyValueDefinition"},{"id":889,"kind":32,"name":"description","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":890,"kind":32,"name":"displayValue","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":891,"kind":32,"name":"id","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":892,"kind":32,"name":"position","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":893,"kind":32,"name":"value","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":894,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":895,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.ShopperCustomersPathParameters"},{"id":896,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":897,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.customerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":898,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.addressname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":899,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":900,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.listid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":901,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":902,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":903,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.ShopperCustomersQueryParameters"},{"id":904,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":905,"kind":32,"name":"externalId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.externalid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":906,"kind":32,"name":"authenticationProviderId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.authenticationproviderid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":907,"kind":32,"name":"crossSites","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.crosssites","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":908,"kind":32,"name":"from","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.from","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":909,"kind":32,"name":"until","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.until","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":910,"kind":32,"name":"status","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":911,"kind":32,"name":"offset","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":912,"kind":32,"name":"limit","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":913,"kind":32,"name":"email","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":914,"kind":32,"name":"firstName","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.firstname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":915,"kind":32,"name":"lastName","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.lastname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":916,"kind":4194304,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":917,"kind":1,"name":"shopperDiscoverySearch","url":"modules/shopperdiscoverysearch.html","classes":"tsd-kind-module"},{"id":918,"kind":128,"name":"ShopperDiscoverySearch","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperDiscoverySearch"},{"id":919,"kind":1024,"name":"clientConfig","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":920,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":921,"kind":512,"name":"constructor","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":922,"kind":2048,"name":"retrieveResults","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#retrieveresults","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":923,"kind":2048,"name":"getSuggestions","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":924,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperdiscoverysearch.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":925,"kind":4194304,"name":"EtagResponse","url":"modules/shopperdiscoverysearch.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":926,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#etagresponse.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.EtagResponse"},{"id":927,"kind":4194304,"name":"RateLimited3","url":"modules/shopperdiscoverysearch.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":928,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited3.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited3"},{"id":929,"kind":4194304,"name":"SyncCreated","url":"modules/shopperdiscoverysearch.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":930,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#synccreated.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.SyncCreated"},{"id":931,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperdiscoverysearch.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":932,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#dateconditionalrequest.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.DateConditionalRequest"},{"id":933,"kind":4194304,"name":"RateLimited5","url":"modules/shopperdiscoverysearch.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":934,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited5.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited5"},{"id":935,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperdiscoverysearch.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":936,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#etagconditionalrequest.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.EtagConditionalRequest"},{"id":937,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperdiscoverysearch.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":938,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.AsyncCreated"},{"id":939,"kind":4194304,"name":"RateLimited","url":"modules/shopperdiscoverysearch.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":940,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited"},{"id":941,"kind":4194304,"name":"RateLimited2","url":"modules/shopperdiscoverysearch.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":942,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited2"},{"id":943,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperdiscoverysearch.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":944,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#offsetpaginated.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.OffsetPaginated"},{"id":945,"kind":4194304,"name":"RateLimited4","url":"modules/shopperdiscoverysearch.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":946,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited4.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited4"},{"id":947,"kind":4194304,"name":"Money","url":"modules/shopperdiscoverysearch.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":948,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperdiscoverysearch.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":949,"kind":4194304,"name":"SearchRequest","url":"modules/shopperdiscoverysearch.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":950,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperdiscoverysearch.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":951,"kind":4194304,"name":"ClosedObject","url":"modules/shopperdiscoverysearch.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":952,"kind":4194304,"name":"OpenObject","url":"modules/shopperdiscoverysearch.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":953,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperdiscoverysearch.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":954,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryparamslimit.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.QueryParamsLimit"},{"id":955,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperdiscoverysearch.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":956,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryparamsoffset.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.QueryParamsOffset"},{"id":957,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperdiscoverysearch.html#sitespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":958,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#sitespecific.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.SiteSpecific"},{"id":959,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperdiscoverysearch.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":960,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#nopropertiesallowed.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NoPropertiesAllowed"},{"id":961,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperdiscoverysearch.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":962,"kind":4194304,"name":"BoolFilter","url":"modules/shopperdiscoverysearch.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":963,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperdiscoverysearch.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":964,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperdiscoverysearch.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":965,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperdiscoverysearch.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":966,"kind":4194304,"name":"QueryFilter","url":"modules/shopperdiscoverysearch.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":967,"kind":4194304,"name":"Query","url":"modules/shopperdiscoverysearch.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":968,"kind":4194304,"name":"TermQuery","url":"modules/shopperdiscoverysearch.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":969,"kind":4194304,"name":"TermFilter","url":"modules/shopperdiscoverysearch.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":970,"kind":4194304,"name":"TextQuery","url":"modules/shopperdiscoverysearch.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":971,"kind":4194304,"name":"Range2Filter","url":"modules/shopperdiscoverysearch.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":972,"kind":4194304,"name":"BoolQuery","url":"modules/shopperdiscoverysearch.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":973,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperdiscoverysearch.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":974,"kind":4194304,"name":"NestedQuery","url":"modules/shopperdiscoverysearch.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":975,"kind":4194304,"name":"Filter","url":"modules/shopperdiscoverysearch.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":976,"kind":4194304,"name":"Sort","url":"modules/shopperdiscoverysearch.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":977,"kind":4194304,"name":"RangeFilter","url":"modules/shopperdiscoverysearch.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":978,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperdiscoverysearch.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":979,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperdiscoverysearch.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":980,"kind":4194304,"name":"ExpansionAttribute","url":"modules/shopperdiscoverysearch.html#expansionattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":981,"kind":4194304,"name":"PaginationLinks","url":"modules/shopperdiscoverysearch.html#paginationlinks","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":982,"kind":4194304,"name":"ResourceLink","url":"modules/shopperdiscoverysearch.html#resourcelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":983,"kind":4194304,"name":"Traceable","url":"modules/shopperdiscoverysearch.html#traceable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":984,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#traceable.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.Traceable"},{"id":985,"kind":4194304,"name":"Filterable","url":"modules/shopperdiscoverysearch.html#filterable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":986,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#filterable.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.Filterable"},{"id":987,"kind":4194304,"name":"CommonErrors","url":"modules/shopperdiscoverysearch.html#commonerrors","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":988,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#commonerrors.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.CommonErrors"},{"id":989,"kind":4194304,"name":"ResourceCommonErrors","url":"modules/shopperdiscoverysearch.html#resourcecommonerrors","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":990,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcecommonerrors.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.ResourceCommonErrors"},{"id":991,"kind":4194304,"name":"Self","url":"modules/shopperdiscoverysearch.html#self-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":992,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#self-1.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Self"},{"id":993,"kind":32,"name":"href","url":"modules/shopperdiscoverysearch.html#self-1.__type-40.href","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Self.__type"},{"id":994,"kind":4194304,"name":"SelfResourceLink","url":"modules/shopperdiscoverysearch.html#selfresourcelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":995,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#selfresourcelink.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.SelfResourceLink"},{"id":996,"kind":32,"name":"self","url":"modules/shopperdiscoverysearch.html#selfresourcelink.__type-41.self-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.SelfResourceLink.__type"},{"id":997,"kind":4194304,"name":"Pagination","url":"modules/shopperdiscoverysearch.html#pagination","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":998,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#pagination.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Pagination"},{"id":999,"kind":32,"name":"prev","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.prev","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1000,"kind":32,"name":"self","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.self","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1001,"kind":32,"name":"next","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.next","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1002,"kind":4194304,"name":"ResourceBadRequest","url":"modules/shopperdiscoverysearch.html#resourcebadrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1003,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcebadrequest.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceBadRequest"},{"id":1004,"kind":4194304,"name":"ResourceNonReadableHttpMessage","url":"modules/shopperdiscoverysearch.html#resourcenonreadablehttpmessage","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1005,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcenonreadablehttpmessage.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceNonReadableHttpMessage"},{"id":1006,"kind":4194304,"name":"ResourceInvalidRequest","url":"modules/shopperdiscoverysearch.html#resourceinvalidrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1007,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourceinvalidrequest.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceInvalidRequest"},{"id":1008,"kind":4194304,"name":"AuthenticationFailure","url":"modules/shopperdiscoverysearch.html#authenticationfailure","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1009,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#authenticationfailure.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AuthenticationFailure"},{"id":1010,"kind":4194304,"name":"BaseError","url":"modules/shopperdiscoverysearch.html#baseerror","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1011,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.BaseError"},{"id":1012,"kind":32,"name":"type","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1013,"kind":32,"name":"title","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1014,"kind":32,"name":"detail","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.detail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1015,"kind":32,"name":"instance","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.instance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1016,"kind":4194304,"name":"NotFound","url":"modules/shopperdiscoverysearch.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1017,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#notfound.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NotFound"},{"id":1018,"kind":4194304,"name":"InvalidRequest","url":"modules/shopperdiscoverysearch.html#invalidrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1019,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#invalidrequest.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.InvalidRequest"},{"id":1020,"kind":4194304,"name":"AuthorizationFailure","url":"modules/shopperdiscoverysearch.html#authorizationfailure","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1021,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#authorizationfailure.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AuthorizationFailure"},{"id":1022,"kind":4194304,"name":"BadRequest","url":"modules/shopperdiscoverysearch.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1023,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#badrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.BadRequest"},{"id":1024,"kind":4194304,"name":"ServiceUnavailable","url":"modules/shopperdiscoverysearch.html#serviceunavailable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1025,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#serviceunavailable.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ServiceUnavailable"},{"id":1026,"kind":4194304,"name":"InternalServerError","url":"modules/shopperdiscoverysearch.html#internalservererror","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1027,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#internalservererror.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.InternalServerError"},{"id":1028,"kind":4194304,"name":"RateLimitExceeded","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1029,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RateLimitExceeded"},{"id":1030,"kind":32,"name":"requestLimit","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.requestlimit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1031,"kind":32,"name":"type","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1032,"kind":32,"name":"title","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1033,"kind":32,"name":"detail","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.detail-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1034,"kind":32,"name":"instance","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.instance-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1035,"kind":4194304,"name":"NonReadableHttpMessage","url":"modules/shopperdiscoverysearch.html#nonreadablehttpmessage","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1036,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#nonreadablehttpmessage.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NonReadableHttpMessage"},{"id":1037,"kind":4194304,"name":"AttributesQuery","url":"modules/shopperdiscoverysearch.html#attributesquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1038,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributesQuery"},{"id":1039,"kind":32,"name":"value","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1040,"kind":32,"name":"queryType","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.querytype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1041,"kind":32,"name":"correctableAttributes","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.correctableattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1042,"kind":32,"name":"highlighting","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.highlighting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1043,"kind":4194304,"name":"Highlighting","url":"modules/shopperdiscoverysearch.html#highlighting-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1044,"kind":4194304,"name":"PhraseQuery","url":"modules/shopperdiscoverysearch.html#phrasequery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1045,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.PhraseQuery"},{"id":1046,"kind":32,"name":"value","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1047,"kind":32,"name":"queryType","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.querytype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1048,"kind":32,"name":"correctableAttributes","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.correctableattributes-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1049,"kind":32,"name":"highlighting","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.highlighting-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1050,"kind":4194304,"name":"QueryOutput","url":"modules/shopperdiscoverysearch.html#queryoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1051,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.QueryOutput"},{"id":1052,"kind":32,"name":"hits","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.hits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1053,"kind":32,"name":"facets","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.facets-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1054,"kind":32,"name":"links","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.links","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1055,"kind":32,"name":"limit","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1056,"kind":32,"name":"offset","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1057,"kind":32,"name":"total","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.total","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1058,"kind":4194304,"name":"QueryInput","url":"modules/shopperdiscoverysearch.html#queryinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1059,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.QueryInput"},{"id":1060,"kind":32,"name":"query","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.query-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1061,"kind":32,"name":"refinements","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.refinements","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1062,"kind":32,"name":"returnedAttributes","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.returnedattributes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1063,"kind":32,"name":"grouping","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.grouping-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1064,"kind":32,"name":"facets","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.facets","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1065,"kind":32,"name":"facetRequest","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.facetrequest-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1066,"kind":32,"name":"sorting","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.sorting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1067,"kind":4194304,"name":"CorrectableAttributes","url":"modules/shopperdiscoverysearch.html#correctableattributes-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1068,"kind":4194304,"name":"Refinement","url":"modules/shopperdiscoverysearch.html#refinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1069,"kind":4194304,"name":"ValueRefinement","url":"modules/shopperdiscoverysearch.html#valuerefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1070,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueRefinement"},{"id":1071,"kind":32,"name":"values","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.values-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1072,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.attributeid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1073,"kind":32,"name":"refinementType","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.refinementtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1074,"kind":4194304,"name":"RangeRefinement","url":"modules/shopperdiscoverysearch.html#rangerefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1075,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeRefinement"},{"id":1076,"kind":32,"name":"min","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.min-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1077,"kind":32,"name":"max","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.max-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1078,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.attributeid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1079,"kind":32,"name":"refinementType","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.refinementtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1080,"kind":4194304,"name":"ValueFacetOutput","url":"modules/shopperdiscoverysearch.html#valuefacetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1081,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueFacetOutput"},{"id":1082,"kind":32,"name":"values","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.values","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1083,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.attributeid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1084,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.facettype-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1085,"kind":4194304,"name":"FacetInput","url":"modules/shopperdiscoverysearch.html#facetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1086,"kind":4194304,"name":"RangeFacetInput","url":"modules/shopperdiscoverysearch.html#rangefacetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1087,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangefacetinput.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeFacetInput"},{"id":1088,"kind":4194304,"name":"RangeFacetOutput","url":"modules/shopperdiscoverysearch.html#rangefacetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1089,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeFacetOutput"},{"id":1090,"kind":32,"name":"min","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1091,"kind":32,"name":"max","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1092,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.attributeid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1093,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.facettype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1094,"kind":4194304,"name":"ValueFacetInput","url":"modules/shopperdiscoverysearch.html#valuefacetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1095,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueFacetInput"},{"id":1096,"kind":32,"name":"mask","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.mask","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1097,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.attributeid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1098,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.facettype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1099,"kind":4194304,"name":"FacetRequest","url":"modules/shopperdiscoverysearch.html#facetrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1100,"kind":4194304,"name":"ValueFacetOutputEntity","url":"modules/shopperdiscoverysearch.html#valuefacetoutputentity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1101,"kind":4194304,"name":"FacetOutput","url":"modules/shopperdiscoverysearch.html#facetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1102,"kind":4194304,"name":"Sorting","url":"modules/shopperdiscoverysearch.html#sorting-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1103,"kind":4194304,"name":"AttributeSorting","url":"modules/shopperdiscoverysearch.html#attributesorting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1104,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributeSorting"},{"id":1105,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.attributeid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1106,"kind":32,"name":"direction","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.direction","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1107,"kind":32,"name":"sortType","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.sorttype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1108,"kind":4194304,"name":"RelevanceSorting","url":"modules/shopperdiscoverysearch.html#relevancesorting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1109,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#relevancesorting.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RelevanceSorting"},{"id":1110,"kind":4194304,"name":"Grouping","url":"modules/shopperdiscoverysearch.html#grouping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1111,"kind":4194304,"name":"AttributeGrouping","url":"modules/shopperdiscoverysearch.html#attributegrouping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1112,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributeGrouping"},{"id":1113,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.attributeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1114,"kind":32,"name":"returnedAttributes","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.returnedattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1115,"kind":32,"name":"groupType","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.grouptype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1116,"kind":4194304,"name":"ItemReference","url":"modules/shopperdiscoverysearch.html#itemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1117,"kind":4194304,"name":"Highlight","url":"modules/shopperdiscoverysearch.html#highlight","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1118,"kind":4194304,"name":"Result","url":"modules/shopperdiscoverysearch.html#result","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1119,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#result.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Result"},{"id":1120,"kind":32,"name":"matchedItem","url":"modules/shopperdiscoverysearch.html#result.__type-39.matcheditem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1121,"kind":32,"name":"highlights","url":"modules/shopperdiscoverysearch.html#result.__type-39.highlights","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1122,"kind":32,"name":"groupId","url":"modules/shopperdiscoverysearch.html#result.__type-39.groupid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1123,"kind":32,"name":"totalGroupedItems","url":"modules/shopperdiscoverysearch.html#result.__type-39.totalgroupeditems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1124,"kind":32,"name":"groupedItems","url":"modules/shopperdiscoverysearch.html#result.__type-39.groupeditems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1125,"kind":4194304,"name":"Suggestion","url":"modules/shopperdiscoverysearch.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1126,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#suggestion.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Suggestion"},{"id":1127,"kind":32,"name":"phrase","url":"modules/shopperdiscoverysearch.html#suggestion.__type-46.phrase","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestion.__type"},{"id":1128,"kind":4194304,"name":"Suggestions","url":"modules/shopperdiscoverysearch.html#suggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1129,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Suggestions"},{"id":1130,"kind":32,"name":"recentSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.recentsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1131,"kind":32,"name":"suggestedSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.suggestedsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1132,"kind":32,"name":"popularSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.popularsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1133,"kind":4194304,"name":"ShopperDiscoverySearchPathParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1134,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters"},{"id":1135,"kind":32,"name":"organizationId","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters.__type"},{"id":1136,"kind":32,"name":"channelId","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43.channelid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters.__type"},{"id":1137,"kind":4194304,"name":"ShopperDiscoverySearchQueryParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1138,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters"},{"id":1139,"kind":32,"name":"locale","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1140,"kind":32,"name":"offset","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.offset-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1141,"kind":32,"name":"limit","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.limit-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1142,"kind":32,"name":"suggestionTypes","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.suggestiontypes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1143,"kind":32,"name":"searchText","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.searchtext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1144,"kind":4194304,"name":"ShopperDiscoverySearchParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1145,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":1146,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperExperience"},{"id":1147,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":1148,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperexperience.shopperexperience-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":1149,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":1150,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-1.html#getpages","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":1151,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-1.html#getpage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":1152,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1153,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1154,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1155,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1156,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1157,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperexperience.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1158,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperexperience.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1159,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#daterangefilter.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DateRangeFilter"},{"id":1160,"kind":4194304,"name":"EtagResponse","url":"modules/shopperexperience.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1161,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#etagresponse.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.EtagResponse"},{"id":1162,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperexperience.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1163,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#integerrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.IntegerRangeFilter"},{"id":1164,"kind":4194304,"name":"RateLimited3","url":"modules/shopperexperience.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1165,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited3.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited3"},{"id":1166,"kind":4194304,"name":"SyncCreated","url":"modules/shopperexperience.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1167,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#synccreated.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.SyncCreated"},{"id":1168,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperexperience.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1169,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#dateconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DateConditionalRequest"},{"id":1170,"kind":4194304,"name":"RateLimited5","url":"modules/shopperexperience.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1171,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited5.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited5"},{"id":1172,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperexperience.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1173,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#etagconditionalrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.EtagConditionalRequest"},{"id":1174,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperexperience.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1175,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#asynccreated.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AsyncCreated"},{"id":1176,"kind":4194304,"name":"RateLimited","url":"modules/shopperexperience.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1177,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited"},{"id":1178,"kind":4194304,"name":"RateLimited2","url":"modules/shopperexperience.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1179,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited2"},{"id":1180,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperexperience.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1181,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.OffsetPaginated"},{"id":1182,"kind":4194304,"name":"RangeFilter","url":"modules/shopperexperience.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1183,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#rangefilter.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RangeFilter"},{"id":1184,"kind":4194304,"name":"RateLimited4","url":"modules/shopperexperience.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1185,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited4.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited4"},{"id":1186,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperexperience.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1187,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.NumericRangeFilter"},{"id":1188,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperexperience.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1189,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#datetimerangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DatetimeRangeFilter"},{"id":1190,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperexperience.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1191,"kind":4194304,"name":"Error","url":"modules/shopperexperience.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1192,"kind":4194304,"name":"Money","url":"modules/shopperexperience.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1193,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperexperience.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1194,"kind":4194304,"name":"SearchRequest","url":"modules/shopperexperience.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1195,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperexperience.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1196,"kind":4194304,"name":"LocalizedString","url":"modules/shopperexperience.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1197,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperexperience.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1198,"kind":4194304,"name":"ClosedObject","url":"modules/shopperexperience.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1199,"kind":4194304,"name":"OpenObject","url":"modules/shopperexperience.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1200,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperexperience.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1201,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#queryparamslimit.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.QueryParamsLimit"},{"id":1202,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperexperience.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1203,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#queryparamsoffset.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.QueryParamsOffset"},{"id":1204,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperexperience.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1205,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#sitespecific-1.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.SiteSpecific"},{"id":1206,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperexperience.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1207,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#nopropertiesallowed.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.NoPropertiesAllowed"},{"id":1208,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperexperience.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1209,"kind":4194304,"name":"BoolFilter","url":"modules/shopperexperience.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1210,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperexperience.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1211,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperexperience.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1212,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperexperience.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1213,"kind":4194304,"name":"QueryFilter","url":"modules/shopperexperience.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1214,"kind":4194304,"name":"Query","url":"modules/shopperexperience.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1215,"kind":4194304,"name":"TermQuery","url":"modules/shopperexperience.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1216,"kind":4194304,"name":"TermFilter","url":"modules/shopperexperience.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1217,"kind":4194304,"name":"TextQuery","url":"modules/shopperexperience.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1218,"kind":4194304,"name":"Range2Filter","url":"modules/shopperexperience.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1219,"kind":4194304,"name":"BoolQuery","url":"modules/shopperexperience.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1220,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperexperience.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1221,"kind":4194304,"name":"NestedQuery","url":"modules/shopperexperience.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1222,"kind":4194304,"name":"Filter","url":"modules/shopperexperience.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1223,"kind":4194304,"name":"Sort","url":"modules/shopperexperience.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1224,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperexperience.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1225,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperexperience.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1226,"kind":4194304,"name":"L10nString","url":"modules/shopperexperience.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1227,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperexperience.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1228,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#attributedefinition.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.AttributeDefinition"},{"id":1229,"kind":32,"name":"defaultValue","url":"modules/shopperexperience.html#attributedefinition.__type-3.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1230,"kind":32,"name":"id","url":"modules/shopperexperience.html#attributedefinition.__type-3.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1231,"kind":32,"name":"name","url":"modules/shopperexperience.html#attributedefinition.__type-3.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1232,"kind":32,"name":"description","url":"modules/shopperexperience.html#attributedefinition.__type-3.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1233,"kind":32,"name":"key","url":"modules/shopperexperience.html#attributedefinition.__type-3.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1234,"kind":32,"name":"localizable","url":"modules/shopperexperience.html#attributedefinition.__type-3.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1235,"kind":32,"name":"mandatory","url":"modules/shopperexperience.html#attributedefinition.__type-3.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1236,"kind":32,"name":"max","url":"modules/shopperexperience.html#attributedefinition.__type-3.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1237,"kind":32,"name":"minLength","url":"modules/shopperexperience.html#attributedefinition.__type-3.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1238,"kind":32,"name":"min","url":"modules/shopperexperience.html#attributedefinition.__type-3.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1239,"kind":32,"name":"multiValueType","url":"modules/shopperexperience.html#attributedefinition.__type-3.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1240,"kind":32,"name":"regularExpression","url":"modules/shopperexperience.html#attributedefinition.__type-3.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1241,"kind":32,"name":"scale","url":"modules/shopperexperience.html#attributedefinition.__type-3.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1242,"kind":32,"name":"searchable","url":"modules/shopperexperience.html#attributedefinition.__type-3.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1243,"kind":32,"name":"siteSpecific","url":"modules/shopperexperience.html#attributedefinition.__type-3.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1244,"kind":32,"name":"system","url":"modules/shopperexperience.html#attributedefinition.__type-3.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1245,"kind":32,"name":"unit","url":"modules/shopperexperience.html#attributedefinition.__type-3.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1246,"kind":32,"name":"possibleValues","url":"modules/shopperexperience.html#attributedefinition.__type-3.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1247,"kind":32,"name":"type","url":"modules/shopperexperience.html#attributedefinition.__type-3.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1248,"kind":32,"name":"visible","url":"modules/shopperexperience.html#attributedefinition.__type-3.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1249,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperexperience.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1250,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.PropertyValueDefinition"},{"id":1251,"kind":32,"name":"description","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1252,"kind":32,"name":"displayValue","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1253,"kind":32,"name":"id","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1254,"kind":32,"name":"position","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1255,"kind":32,"name":"value","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1256,"kind":4194304,"name":"BusinessObjectIdInvalid","url":"modules/shopperexperience.html#businessobjectidinvalid","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1257,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#businessobjectidinvalid.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.BusinessObjectIdInvalid"},{"id":1258,"kind":4194304,"name":"AspectTypeNotFound","url":"modules/shopperexperience.html#aspecttypenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1259,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#aspecttypenotfound.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AspectTypeNotFound"},{"id":1260,"kind":4194304,"name":"PageNotFound","url":"modules/shopperexperience.html#pagenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1261,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#pagenotfound.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.PageNotFound"},{"id":1262,"kind":4194304,"name":"AspectAttributeInvalid","url":"modules/shopperexperience.html#aspectattributeinvalid","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1263,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#aspectattributeinvalid.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AspectAttributeInvalid"},{"id":1264,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperexperience.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1265,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#localespecific.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.LocaleSpecific"},{"id":1266,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1267,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.ShopperExperiencePathParameters"},{"id":1268,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-25.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperiencePathParameters.__type"},{"id":1269,"kind":32,"name":"pageId","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-25.pageid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperiencePathParameters.__type"},{"id":1270,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1271,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.ShopperExperienceQueryParameters"},{"id":1272,"kind":32,"name":"categoryId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.categoryid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1273,"kind":32,"name":"productId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1274,"kind":32,"name":"aspectTypeId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.aspecttypeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1275,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.aspectattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1276,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.parameters","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1277,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1278,"kind":32,"name":"locale","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-26.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1279,"kind":4194304,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1280,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":1281,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperGiftCertificates"},{"id":1282,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1283,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1284,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1285,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#getgiftcertificate","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1286,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1287,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1288,"kind":4194304,"name":"NotFound","url":"modules/shoppergiftcertificates.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1289,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#notfound.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.NotFound"},{"id":1290,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1291,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppergiftcertificates.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1292,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppergiftcertificates.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1293,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DateRangeFilter"},{"id":1294,"kind":4194304,"name":"EtagResponse","url":"modules/shoppergiftcertificates.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1295,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.EtagResponse"},{"id":1296,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppergiftcertificates.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1297,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.IntegerRangeFilter"},{"id":1298,"kind":4194304,"name":"RateLimited3","url":"modules/shoppergiftcertificates.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1299,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited3"},{"id":1300,"kind":4194304,"name":"SyncCreated","url":"modules/shoppergiftcertificates.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1301,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.SyncCreated"},{"id":1302,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppergiftcertificates.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1303,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DateConditionalRequest"},{"id":1304,"kind":4194304,"name":"RateLimited5","url":"modules/shoppergiftcertificates.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1305,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited5"},{"id":1306,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppergiftcertificates.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1307,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.EtagConditionalRequest"},{"id":1308,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppergiftcertificates.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1309,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.AsyncCreated"},{"id":1310,"kind":4194304,"name":"RateLimited","url":"modules/shoppergiftcertificates.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1311,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited"},{"id":1312,"kind":4194304,"name":"RateLimited2","url":"modules/shoppergiftcertificates.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1313,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited2"},{"id":1314,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppergiftcertificates.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1315,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#offsetpaginated.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.OffsetPaginated"},{"id":1316,"kind":4194304,"name":"RangeFilter","url":"modules/shoppergiftcertificates.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1317,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#rangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RangeFilter"},{"id":1318,"kind":4194304,"name":"RateLimited4","url":"modules/shoppergiftcertificates.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1319,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited4"},{"id":1320,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppergiftcertificates.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1321,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#numericrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.NumericRangeFilter"},{"id":1322,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppergiftcertificates.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1323,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DatetimeRangeFilter"},{"id":1324,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppergiftcertificates.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1325,"kind":4194304,"name":"Error","url":"modules/shoppergiftcertificates.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1326,"kind":4194304,"name":"Money","url":"modules/shoppergiftcertificates.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1327,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppergiftcertificates.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1328,"kind":4194304,"name":"SearchRequest","url":"modules/shoppergiftcertificates.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1329,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppergiftcertificates.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1330,"kind":4194304,"name":"LocalizedString","url":"modules/shoppergiftcertificates.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1331,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppergiftcertificates.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1332,"kind":4194304,"name":"ClosedObject","url":"modules/shoppergiftcertificates.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1333,"kind":4194304,"name":"OpenObject","url":"modules/shoppergiftcertificates.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1334,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppergiftcertificates.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1335,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.QueryParamsLimit"},{"id":1336,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppergiftcertificates.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1337,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.QueryParamsOffset"},{"id":1338,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppergiftcertificates.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1339,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.SiteSpecific"},{"id":1340,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppergiftcertificates.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1341,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.NoPropertiesAllowed"},{"id":1342,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppergiftcertificates.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1343,"kind":4194304,"name":"BoolFilter","url":"modules/shoppergiftcertificates.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1344,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppergiftcertificates.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1345,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppergiftcertificates.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1346,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppergiftcertificates.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1347,"kind":4194304,"name":"QueryFilter","url":"modules/shoppergiftcertificates.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1348,"kind":4194304,"name":"Query","url":"modules/shoppergiftcertificates.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1349,"kind":4194304,"name":"TermQuery","url":"modules/shoppergiftcertificates.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1350,"kind":4194304,"name":"TermFilter","url":"modules/shoppergiftcertificates.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1351,"kind":4194304,"name":"TextQuery","url":"modules/shoppergiftcertificates.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1352,"kind":4194304,"name":"Range2Filter","url":"modules/shoppergiftcertificates.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1353,"kind":4194304,"name":"BoolQuery","url":"modules/shoppergiftcertificates.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1354,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppergiftcertificates.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1355,"kind":4194304,"name":"NestedQuery","url":"modules/shoppergiftcertificates.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1356,"kind":4194304,"name":"Filter","url":"modules/shoppergiftcertificates.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1357,"kind":4194304,"name":"Sort","url":"modules/shoppergiftcertificates.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1358,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppergiftcertificates.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1359,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppergiftcertificates.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1360,"kind":4194304,"name":"L10nString","url":"modules/shoppergiftcertificates.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1361,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppergiftcertificates.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1362,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.AttributeDefinition"},{"id":1363,"kind":32,"name":"defaultValue","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1364,"kind":32,"name":"id","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1365,"kind":32,"name":"name","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1366,"kind":32,"name":"description","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1367,"kind":32,"name":"key","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1368,"kind":32,"name":"localizable","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1369,"kind":32,"name":"mandatory","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1370,"kind":32,"name":"max","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1371,"kind":32,"name":"minLength","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1372,"kind":32,"name":"min","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1373,"kind":32,"name":"multiValueType","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1374,"kind":32,"name":"regularExpression","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1375,"kind":32,"name":"scale","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1376,"kind":32,"name":"searchable","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1377,"kind":32,"name":"siteSpecific","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1378,"kind":32,"name":"system","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1379,"kind":32,"name":"unit","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1380,"kind":32,"name":"possibleValues","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1381,"kind":32,"name":"type","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1382,"kind":32,"name":"visible","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1383,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1384,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.PropertyValueDefinition"},{"id":1385,"kind":32,"name":"description","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1386,"kind":32,"name":"displayValue","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1387,"kind":32,"name":"id","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1388,"kind":32,"name":"position","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1389,"kind":32,"name":"value","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1390,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1391,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.ShopperGiftCertificatesPathParameters"},{"id":1392,"kind":32,"name":"organizationId","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificatesPathParameters.__type"},{"id":1393,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1394,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.ShopperGiftCertificatesQueryParameters"},{"id":1395,"kind":32,"name":"siteId","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificatesQueryParameters.__type"},{"id":1396,"kind":4194304,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1397,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":1398,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperOrders"},{"id":1399,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":1400,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperorders.shopperorders-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":1401,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":1402,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-1.html#createorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1403,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-1.html#getorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1404,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-1.html#guestorderlookup","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1405,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#createpaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1406,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-1.html#removepaymentinstrumentfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1407,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#updatepaymentinstrumentfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1408,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-1.html#getpaymentmethodsfororder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1409,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-1.html#gettaxesfromorder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1410,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1411,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperorders.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1412,"kind":65536,"name":"__type","url":"modules/shopperorders.html#localespecific.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.LocaleSpecific"},{"id":1413,"kind":4194304,"name":"Money","url":"modules/shopperorders.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1414,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperorders.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1415,"kind":4194304,"name":"SearchRequest","url":"modules/shopperorders.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1416,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperorders.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1417,"kind":4194304,"name":"LocalizedString","url":"modules/shopperorders.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1418,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperorders.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1419,"kind":4194304,"name":"ClosedObject","url":"modules/shopperorders.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1420,"kind":4194304,"name":"OpenObject","url":"modules/shopperorders.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1421,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperorders.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1422,"kind":65536,"name":"__type","url":"modules/shopperorders.html#queryparamslimit.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.QueryParamsLimit"},{"id":1423,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperorders.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1424,"kind":65536,"name":"__type","url":"modules/shopperorders.html#queryparamsoffset.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.QueryParamsOffset"},{"id":1425,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperorders.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1426,"kind":65536,"name":"__type","url":"modules/shopperorders.html#sitespecific-1.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.SiteSpecific"},{"id":1427,"kind":4194304,"name":"Selectable","url":"modules/shopperorders.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1428,"kind":65536,"name":"__type","url":"modules/shopperorders.html#selectable.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.Selectable"},{"id":1429,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperorders.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1430,"kind":65536,"name":"__type","url":"modules/shopperorders.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.NoPropertiesAllowed"},{"id":1431,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperorders.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1432,"kind":4194304,"name":"BoolFilter","url":"modules/shopperorders.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1433,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperorders.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1434,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperorders.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1435,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperorders.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1436,"kind":4194304,"name":"QueryFilter","url":"modules/shopperorders.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1437,"kind":4194304,"name":"Query","url":"modules/shopperorders.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1438,"kind":4194304,"name":"TermQuery","url":"modules/shopperorders.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1439,"kind":4194304,"name":"TermFilter","url":"modules/shopperorders.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1440,"kind":4194304,"name":"TextQuery","url":"modules/shopperorders.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1441,"kind":4194304,"name":"Range2Filter","url":"modules/shopperorders.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1442,"kind":4194304,"name":"BoolQuery","url":"modules/shopperorders.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1443,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperorders.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1444,"kind":4194304,"name":"NestedQuery","url":"modules/shopperorders.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1445,"kind":4194304,"name":"Filter","url":"modules/shopperorders.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1446,"kind":4194304,"name":"Sort","url":"modules/shopperorders.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1447,"kind":4194304,"name":"RangeFilter","url":"modules/shopperorders.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1448,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperorders.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1449,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperorders.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1450,"kind":4194304,"name":"L10nString","url":"modules/shopperorders.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1451,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperorders.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1452,"kind":65536,"name":"__type","url":"modules/shopperorders.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.AttributeDefinition"},{"id":1453,"kind":32,"name":"defaultValue","url":"modules/shopperorders.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1454,"kind":32,"name":"id","url":"modules/shopperorders.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1455,"kind":32,"name":"name","url":"modules/shopperorders.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1456,"kind":32,"name":"description","url":"modules/shopperorders.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1457,"kind":32,"name":"key","url":"modules/shopperorders.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1458,"kind":32,"name":"localizable","url":"modules/shopperorders.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1459,"kind":32,"name":"mandatory","url":"modules/shopperorders.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1460,"kind":32,"name":"max","url":"modules/shopperorders.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1461,"kind":32,"name":"minLength","url":"modules/shopperorders.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1462,"kind":32,"name":"min","url":"modules/shopperorders.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1463,"kind":32,"name":"multiValueType","url":"modules/shopperorders.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1464,"kind":32,"name":"regularExpression","url":"modules/shopperorders.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1465,"kind":32,"name":"scale","url":"modules/shopperorders.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1466,"kind":32,"name":"searchable","url":"modules/shopperorders.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1467,"kind":32,"name":"siteSpecific","url":"modules/shopperorders.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1468,"kind":32,"name":"system","url":"modules/shopperorders.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1469,"kind":32,"name":"unit","url":"modules/shopperorders.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1470,"kind":32,"name":"possibleValues","url":"modules/shopperorders.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1471,"kind":32,"name":"type","url":"modules/shopperorders.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1472,"kind":32,"name":"visible","url":"modules/shopperorders.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1473,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperorders.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1474,"kind":65536,"name":"__type","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PropertyValueDefinition"},{"id":1475,"kind":32,"name":"description","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1476,"kind":32,"name":"displayValue","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1477,"kind":32,"name":"id","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1478,"kind":32,"name":"position","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1479,"kind":32,"name":"value","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1480,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1481,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1482,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1483,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperorders.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1484,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1485,"kind":65536,"name":"__type","url":"modules/shopperorders.html#paymentcard.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PaymentCard"},{"id":1486,"kind":32,"name":"cardType","url":"modules/shopperorders.html#paymentcard.__type-17.cardtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1487,"kind":32,"name":"creditCardExpired","url":"modules/shopperorders.html#paymentcard.__type-17.creditcardexpired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1488,"kind":32,"name":"creditCardToken","url":"modules/shopperorders.html#paymentcard.__type-17.creditcardtoken-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1489,"kind":32,"name":"expirationMonth","url":"modules/shopperorders.html#paymentcard.__type-17.expirationmonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1490,"kind":32,"name":"expirationYear","url":"modules/shopperorders.html#paymentcard.__type-17.expirationyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1491,"kind":32,"name":"holder","url":"modules/shopperorders.html#paymentcard.__type-17.holder-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1492,"kind":32,"name":"issueNumber","url":"modules/shopperorders.html#paymentcard.__type-17.issuenumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1493,"kind":32,"name":"maskedNumber","url":"modules/shopperorders.html#paymentcard.__type-17.maskednumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1494,"kind":32,"name":"numberLastDigits","url":"modules/shopperorders.html#paymentcard.__type-17.numberlastdigits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1495,"kind":32,"name":"validFromMonth","url":"modules/shopperorders.html#paymentcard.__type-17.validfrommonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1496,"kind":32,"name":"validFromYear","url":"modules/shopperorders.html#paymentcard.__type-17.validfromyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1497,"kind":4194304,"name":"NotesResult","url":"modules/shopperorders.html#notesresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1498,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1499,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1500,"kind":4194304,"name":"Note","url":"modules/shopperorders.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1501,"kind":65536,"name":"__type","url":"modules/shopperorders.html#note.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Note"},{"id":1502,"kind":32,"name":"createdBy","url":"modules/shopperorders.html#note.__type-12.createdby","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1503,"kind":32,"name":"creationDate","url":"modules/shopperorders.html#note.__type-12.creationdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1504,"kind":32,"name":"id","url":"modules/shopperorders.html#note.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1505,"kind":32,"name":"subject","url":"modules/shopperorders.html#note.__type-12.subject","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1506,"kind":32,"name":"text","url":"modules/shopperorders.html#note.__type-12.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1507,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1508,"kind":4194304,"name":"PromotionLink","url":"modules/shopperorders.html#promotionlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1509,"kind":65536,"name":"__type","url":"modules/shopperorders.html#promotionlink.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PromotionLink"},{"id":1510,"kind":32,"name":"calloutMsg","url":"modules/shopperorders.html#promotionlink.__type-20.calloutmsg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1511,"kind":32,"name":"name","url":"modules/shopperorders.html#promotionlink.__type-20.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1512,"kind":32,"name":"promotionId","url":"modules/shopperorders.html#promotionlink.__type-20.promotionid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1513,"kind":32,"name":"title","url":"modules/shopperorders.html#promotionlink.__type-20.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1514,"kind":4194304,"name":"PriceBookIds","url":"modules/shopperorders.html#pricebookids","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1515,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1516,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1517,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperorders.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1518,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1519,"kind":65536,"name":"__type","url":"modules/shopperorders.html#taxes.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Taxes"},{"id":1520,"kind":32,"name":"taxes","url":"modules/shopperorders.html#taxes.__type-37.taxes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Taxes.__type"},{"id":1521,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1522,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1523,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1524,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1525,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1526,"kind":4194304,"name":"SimpleLink","url":"modules/shopperorders.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1527,"kind":65536,"name":"__type","url":"modules/shopperorders.html#simplelink.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.SimpleLink"},{"id":1528,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1529,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperorders.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1530,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1531,"kind":65536,"name":"__type","url":"modules/shopperorders.html#productdetailslink.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ProductDetailsLink"},{"id":1532,"kind":32,"name":"productDescription","url":"modules/shopperorders.html#productdetailslink.__type-18.productdescription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1533,"kind":32,"name":"productId","url":"modules/shopperorders.html#productdetailslink.__type-18.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1534,"kind":32,"name":"productName","url":"modules/shopperorders.html#productdetailslink.__type-18.productname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1535,"kind":32,"name":"title","url":"modules/shopperorders.html#productdetailslink.__type-18.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1536,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1537,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1538,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperorders.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1539,"kind":65536,"name":"__type","url":"modules/shopperorders.html#discountrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.DiscountRequest"},{"id":1540,"kind":32,"name":"type","url":"modules/shopperorders.html#discountrequest.__type-5.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.DiscountRequest.__type"},{"id":1541,"kind":32,"name":"value","url":"modules/shopperorders.html#discountrequest.__type-5.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.DiscountRequest.__type"},{"id":1542,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1543,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1544,"kind":65536,"name":"__type","url":"modules/shopperorders.html#orderlookuprequest.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.OrderLookupRequest"},{"id":1545,"kind":32,"name":"email","url":"modules/shopperorders.html#orderlookuprequest.__type-15.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderLookupRequest.__type"},{"id":1546,"kind":32,"name":"orderViewCode","url":"modules/shopperorders.html#orderlookuprequest.__type-15.orderviewcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderLookupRequest.__type"},{"id":1547,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1548,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1549,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1550,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1551,"kind":65536,"name":"__type","url":"modules/shopperorders.html#groupedtaxitem.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.GroupedTaxItem"},{"id":1552,"kind":32,"name":"taxRate","url":"modules/shopperorders.html#groupedtaxitem.__type-8.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.GroupedTaxItem.__type"},{"id":1553,"kind":32,"name":"taxValue","url":"modules/shopperorders.html#groupedtaxitem.__type-8.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.GroupedTaxItem.__type"},{"id":1554,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1555,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1556,"kind":65536,"name":"__type","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.OrderPaymentCardRequest"},{"id":1557,"kind":32,"name":"cardType","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.cardtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1558,"kind":32,"name":"creditCardToken","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.creditcardtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1559,"kind":32,"name":"expirationMonth","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.expirationmonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1560,"kind":32,"name":"expirationYear","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.expirationyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1561,"kind":32,"name":"holder","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.holder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1562,"kind":32,"name":"issueNumber","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.issuenumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1563,"kind":32,"name":"maskedNumber","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.maskednumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1564,"kind":32,"name":"validFromMonth","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.validfrommonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1565,"kind":32,"name":"validFromYear","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.validfromyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1566,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1567,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1568,"kind":65536,"name":"__type","url":"modules/shopperorders.html#taxitem.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.TaxItem"},{"id":1569,"kind":32,"name":"id","url":"modules/shopperorders.html#taxitem.__type-36.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1570,"kind":32,"name":"rate","url":"modules/shopperorders.html#taxitem.__type-36.rate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1571,"kind":32,"name":"value","url":"modules/shopperorders.html#taxitem.__type-36.value-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1572,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1573,"kind":65536,"name":"__type","url":"modules/shopperorders.html#status.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Status"},{"id":1574,"kind":32,"name":"code","url":"modules/shopperorders.html#status.__type-34.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1575,"kind":32,"name":"message","url":"modules/shopperorders.html#status.__type-34.message","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1576,"kind":32,"name":"status","url":"modules/shopperorders.html#status.__type-34.status-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1577,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1578,"kind":65536,"name":"__type","url":"modules/shopperorders.html#productlistitemreference.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ProductListItemReference"},{"id":1579,"kind":32,"name":"id","url":"modules/shopperorders.html#productlistitemreference.__type-19.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1580,"kind":32,"name":"priority","url":"modules/shopperorders.html#productlistitemreference.__type-19.priority","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1581,"kind":32,"name":"productDetailsLink","url":"modules/shopperorders.html#productlistitemreference.__type-19.productdetailslink-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1582,"kind":32,"name":"productList","url":"modules/shopperorders.html#productlistitemreference.__type-19.productlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1583,"kind":32,"name":"public","url":"modules/shopperorders.html#productlistitemreference.__type-19.public","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1584,"kind":32,"name":"purchasedQuantity","url":"modules/shopperorders.html#productlistitemreference.__type-19.purchasedquantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1585,"kind":32,"name":"quantity","url":"modules/shopperorders.html#productlistitemreference.__type-19.quantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1586,"kind":32,"name":"type","url":"modules/shopperorders.html#productlistitemreference.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1587,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperorders.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1588,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperorders.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1589,"kind":65536,"name":"__type","url":"modules/shopperorders.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DateRangeFilter"},{"id":1590,"kind":4194304,"name":"EtagResponse","url":"modules/shopperorders.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1591,"kind":65536,"name":"__type","url":"modules/shopperorders.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.EtagResponse"},{"id":1592,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperorders.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1593,"kind":65536,"name":"__type","url":"modules/shopperorders.html#integerrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.IntegerRangeFilter"},{"id":1594,"kind":4194304,"name":"RateLimited3","url":"modules/shopperorders.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1595,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited3.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited3"},{"id":1596,"kind":4194304,"name":"SyncCreated","url":"modules/shopperorders.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1597,"kind":65536,"name":"__type","url":"modules/shopperorders.html#synccreated.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.SyncCreated"},{"id":1598,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperorders.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1599,"kind":65536,"name":"__type","url":"modules/shopperorders.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DateConditionalRequest"},{"id":1600,"kind":4194304,"name":"RateLimited5","url":"modules/shopperorders.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1601,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited5.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited5"},{"id":1602,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperorders.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1603,"kind":65536,"name":"__type","url":"modules/shopperorders.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.EtagConditionalRequest"},{"id":1604,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperorders.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1605,"kind":65536,"name":"__type","url":"modules/shopperorders.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.AsyncCreated"},{"id":1606,"kind":4194304,"name":"RateLimited","url":"modules/shopperorders.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1607,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited"},{"id":1608,"kind":4194304,"name":"RateLimited2","url":"modules/shopperorders.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1609,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited2"},{"id":1610,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperorders.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1611,"kind":65536,"name":"__type","url":"modules/shopperorders.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.OffsetPaginated"},{"id":1612,"kind":4194304,"name":"RateLimited4","url":"modules/shopperorders.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1613,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited4.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited4"},{"id":1614,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperorders.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1615,"kind":65536,"name":"__type","url":"modules/shopperorders.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.NumericRangeFilter"},{"id":1616,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperorders.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1617,"kind":65536,"name":"__type","url":"modules/shopperorders.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DatetimeRangeFilter"},{"id":1618,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperorders.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1619,"kind":4194304,"name":"Error","url":"modules/shopperorders.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1620,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1621,"kind":65536,"name":"__type","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ShopperOrdersPathParameters"},{"id":1622,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1623,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.orderno","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1624,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1625,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1626,"kind":65536,"name":"__type","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ShopperOrdersQueryParameters"},{"id":1627,"kind":32,"name":"siteId","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersQueryParameters.__type"},{"id":1628,"kind":32,"name":"locale","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersQueryParameters.__type"},{"id":1629,"kind":4194304,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1630,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":1631,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperProducts"},{"id":1632,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":1633,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperproducts.shopperproducts-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":1634,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":1635,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-1.html#getproducts","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1636,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-1.html#getproduct","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1637,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-1.html#getcategories","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1638,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-1.html#getcategory","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1639,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1640,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1641,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1642,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1643,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1644,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1645,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1646,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1647,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1648,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1649,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1650,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1651,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1652,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1653,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1654,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1655,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1656,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1657,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1658,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1659,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1660,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1661,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1662,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1663,"kind":4194304,"name":"NotFound","url":"modules/shopperproducts.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1664,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#notfound.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.NotFound"},{"id":1665,"kind":4194304,"name":"BadRequest","url":"modules/shopperproducts.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1666,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest"},{"id":1667,"kind":4194304,"name":"BadRequest1","url":"modules/shopperproducts.html#badrequest1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1668,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest1"},{"id":1669,"kind":4194304,"name":"Unauthorized","url":"modules/shopperproducts.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1670,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#unauthorized.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.Unauthorized"},{"id":1671,"kind":4194304,"name":"BadRequest2","url":"modules/shopperproducts.html#badrequest2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1672,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest2"},{"id":1673,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperproducts.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1674,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperproducts.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1675,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#daterangefilter.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DateRangeFilter"},{"id":1676,"kind":4194304,"name":"EtagResponse","url":"modules/shopperproducts.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1677,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#etagresponse.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.EtagResponse"},{"id":1678,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperproducts.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1679,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#integerrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.IntegerRangeFilter"},{"id":1680,"kind":4194304,"name":"RateLimited3","url":"modules/shopperproducts.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1681,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited3.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited3"},{"id":1682,"kind":4194304,"name":"SyncCreated","url":"modules/shopperproducts.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1683,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#synccreated.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.SyncCreated"},{"id":1684,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperproducts.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1685,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#dateconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DateConditionalRequest"},{"id":1686,"kind":4194304,"name":"RateLimited5","url":"modules/shopperproducts.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1687,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited5.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited5"},{"id":1688,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperproducts.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1689,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#etagconditionalrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.EtagConditionalRequest"},{"id":1690,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperproducts.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1691,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.AsyncCreated"},{"id":1692,"kind":4194304,"name":"RateLimited","url":"modules/shopperproducts.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1693,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited"},{"id":1694,"kind":4194304,"name":"RateLimited2","url":"modules/shopperproducts.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1695,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited2"},{"id":1696,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperproducts.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1697,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.OffsetPaginated"},{"id":1698,"kind":4194304,"name":"RangeFilter","url":"modules/shopperproducts.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1699,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#rangefilter.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RangeFilter"},{"id":1700,"kind":4194304,"name":"RateLimited4","url":"modules/shopperproducts.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1701,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited4.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited4"},{"id":1702,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperproducts.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1703,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.NumericRangeFilter"},{"id":1704,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperproducts.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1705,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#datetimerangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DatetimeRangeFilter"},{"id":1706,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperproducts.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1707,"kind":4194304,"name":"Error","url":"modules/shopperproducts.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1708,"kind":4194304,"name":"Money","url":"modules/shopperproducts.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1709,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperproducts.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1710,"kind":4194304,"name":"SearchRequest","url":"modules/shopperproducts.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1711,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperproducts.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1712,"kind":4194304,"name":"LocalizedString","url":"modules/shopperproducts.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1713,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperproducts.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1714,"kind":4194304,"name":"ClosedObject","url":"modules/shopperproducts.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1715,"kind":4194304,"name":"OpenObject","url":"modules/shopperproducts.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1716,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperproducts.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1717,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#queryparamslimit.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.QueryParamsLimit"},{"id":1718,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperproducts.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1719,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#queryparamsoffset.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.QueryParamsOffset"},{"id":1720,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperproducts.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1721,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#sitespecific-1.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.SiteSpecific"},{"id":1722,"kind":4194304,"name":"Selectable","url":"modules/shopperproducts.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1723,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#selectable.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.Selectable"},{"id":1724,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperproducts.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1725,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.NoPropertiesAllowed"},{"id":1726,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperproducts.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1727,"kind":4194304,"name":"BoolFilter","url":"modules/shopperproducts.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1728,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperproducts.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1729,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperproducts.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1730,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperproducts.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1731,"kind":4194304,"name":"QueryFilter","url":"modules/shopperproducts.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1732,"kind":4194304,"name":"Query","url":"modules/shopperproducts.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1733,"kind":4194304,"name":"TermQuery","url":"modules/shopperproducts.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1734,"kind":4194304,"name":"TermFilter","url":"modules/shopperproducts.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1735,"kind":4194304,"name":"TextQuery","url":"modules/shopperproducts.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1736,"kind":4194304,"name":"Range2Filter","url":"modules/shopperproducts.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1737,"kind":4194304,"name":"BoolQuery","url":"modules/shopperproducts.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1738,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperproducts.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1739,"kind":4194304,"name":"NestedQuery","url":"modules/shopperproducts.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1740,"kind":4194304,"name":"Filter","url":"modules/shopperproducts.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1741,"kind":4194304,"name":"Sort","url":"modules/shopperproducts.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1742,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperproducts.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1743,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperproducts.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1744,"kind":4194304,"name":"L10nString","url":"modules/shopperproducts.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1745,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperproducts.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1746,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.AttributeDefinition"},{"id":1747,"kind":32,"name":"defaultValue","url":"modules/shopperproducts.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1748,"kind":32,"name":"id","url":"modules/shopperproducts.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1749,"kind":32,"name":"name","url":"modules/shopperproducts.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1750,"kind":32,"name":"description","url":"modules/shopperproducts.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1751,"kind":32,"name":"key","url":"modules/shopperproducts.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1752,"kind":32,"name":"localizable","url":"modules/shopperproducts.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1753,"kind":32,"name":"mandatory","url":"modules/shopperproducts.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1754,"kind":32,"name":"max","url":"modules/shopperproducts.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1755,"kind":32,"name":"minLength","url":"modules/shopperproducts.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1756,"kind":32,"name":"min","url":"modules/shopperproducts.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1757,"kind":32,"name":"multiValueType","url":"modules/shopperproducts.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1758,"kind":32,"name":"regularExpression","url":"modules/shopperproducts.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1759,"kind":32,"name":"scale","url":"modules/shopperproducts.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1760,"kind":32,"name":"searchable","url":"modules/shopperproducts.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1761,"kind":32,"name":"siteSpecific","url":"modules/shopperproducts.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1762,"kind":32,"name":"system","url":"modules/shopperproducts.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1763,"kind":32,"name":"unit","url":"modules/shopperproducts.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1764,"kind":32,"name":"possibleValues","url":"modules/shopperproducts.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1765,"kind":32,"name":"type","url":"modules/shopperproducts.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1766,"kind":32,"name":"visible","url":"modules/shopperproducts.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1767,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperproducts.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1768,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.PropertyValueDefinition"},{"id":1769,"kind":32,"name":"description","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":1770,"kind":32,"name":"displayValue","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":1771,"kind":32,"name":"id","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":1772,"kind":32,"name":"position","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":1773,"kind":32,"name":"value","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":1774,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1775,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.ShopperProductsPathParameters"},{"id":1776,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsPathParameters.__type"},{"id":1777,"kind":32,"name":"id","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsPathParameters.__type"},{"id":1778,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1779,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.ShopperProductsQueryParameters"},{"id":1780,"kind":32,"name":"select","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1781,"kind":32,"name":"ids","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1782,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.inventoryids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1783,"kind":32,"name":"currency","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1784,"kind":32,"name":"expand","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1785,"kind":32,"name":"locale","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1786,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1787,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1788,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1789,"kind":32,"name":"levels","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":1790,"kind":4194304,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1791,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":1792,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPromotions"},{"id":1793,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":1794,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpromotions.shopperpromotions-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":1795,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":1796,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-1.html#getpromotions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":1797,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-1.html#getpromotionsforcampaign","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":1798,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1799,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1800,"kind":4194304,"name":"Error","url":"modules/shopperpromotions.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1801,"kind":4194304,"name":"PromotionNotFound","url":"modules/shopperpromotions.html#promotionnotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1802,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#promotionnotfound.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.PromotionNotFound"},{"id":1803,"kind":4194304,"name":"badrequest","url":"modules/shopperpromotions.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1804,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#badrequest.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.badrequest"},{"id":1805,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1806,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperpromotions.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1807,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperpromotions.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1808,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DateRangeFilter"},{"id":1809,"kind":4194304,"name":"EtagResponse","url":"modules/shopperpromotions.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1810,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.EtagResponse"},{"id":1811,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperpromotions.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1812,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.IntegerRangeFilter"},{"id":1813,"kind":4194304,"name":"RateLimited3","url":"modules/shopperpromotions.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1814,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited3"},{"id":1815,"kind":4194304,"name":"SyncCreated","url":"modules/shopperpromotions.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1816,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.SyncCreated"},{"id":1817,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperpromotions.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1818,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DateConditionalRequest"},{"id":1819,"kind":4194304,"name":"RateLimited5","url":"modules/shopperpromotions.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1820,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited5"},{"id":1821,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperpromotions.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1822,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.EtagConditionalRequest"},{"id":1823,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperpromotions.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1824,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.AsyncCreated"},{"id":1825,"kind":4194304,"name":"RateLimited","url":"modules/shopperpromotions.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1826,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited"},{"id":1827,"kind":4194304,"name":"RateLimited2","url":"modules/shopperpromotions.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1828,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited2"},{"id":1829,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperpromotions.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1830,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.OffsetPaginated"},{"id":1831,"kind":4194304,"name":"RangeFilter","url":"modules/shopperpromotions.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1832,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#rangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RangeFilter"},{"id":1833,"kind":4194304,"name":"RateLimited4","url":"modules/shopperpromotions.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1834,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited4"},{"id":1835,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperpromotions.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1836,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.NumericRangeFilter"},{"id":1837,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperpromotions.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1838,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DatetimeRangeFilter"},{"id":1839,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperpromotions.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1840,"kind":4194304,"name":"Money","url":"modules/shopperpromotions.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1841,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperpromotions.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1842,"kind":4194304,"name":"SearchRequest","url":"modules/shopperpromotions.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1843,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperpromotions.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1844,"kind":4194304,"name":"LocalizedString","url":"modules/shopperpromotions.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1845,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperpromotions.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1846,"kind":4194304,"name":"ClosedObject","url":"modules/shopperpromotions.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1847,"kind":4194304,"name":"OpenObject","url":"modules/shopperpromotions.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1848,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperpromotions.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1849,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.QueryParamsLimit"},{"id":1850,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperpromotions.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1851,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.QueryParamsOffset"},{"id":1852,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperpromotions.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":1853,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.SiteSpecific"},{"id":1854,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperpromotions.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1855,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.NoPropertiesAllowed"},{"id":1856,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperpromotions.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1857,"kind":4194304,"name":"BoolFilter","url":"modules/shopperpromotions.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1858,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperpromotions.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1859,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperpromotions.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1860,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperpromotions.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1861,"kind":4194304,"name":"QueryFilter","url":"modules/shopperpromotions.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1862,"kind":4194304,"name":"Query","url":"modules/shopperpromotions.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1863,"kind":4194304,"name":"TermQuery","url":"modules/shopperpromotions.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1864,"kind":4194304,"name":"TermFilter","url":"modules/shopperpromotions.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1865,"kind":4194304,"name":"TextQuery","url":"modules/shopperpromotions.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1866,"kind":4194304,"name":"Range2Filter","url":"modules/shopperpromotions.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1867,"kind":4194304,"name":"BoolQuery","url":"modules/shopperpromotions.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1868,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperpromotions.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1869,"kind":4194304,"name":"NestedQuery","url":"modules/shopperpromotions.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1870,"kind":4194304,"name":"Filter","url":"modules/shopperpromotions.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1871,"kind":4194304,"name":"Sort","url":"modules/shopperpromotions.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1872,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperpromotions.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1873,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperpromotions.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1874,"kind":4194304,"name":"L10nString","url":"modules/shopperpromotions.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1875,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperpromotions.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1876,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.AttributeDefinition"},{"id":1877,"kind":32,"name":"defaultValue","url":"modules/shopperpromotions.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1878,"kind":32,"name":"id","url":"modules/shopperpromotions.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1879,"kind":32,"name":"name","url":"modules/shopperpromotions.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1880,"kind":32,"name":"description","url":"modules/shopperpromotions.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1881,"kind":32,"name":"key","url":"modules/shopperpromotions.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1882,"kind":32,"name":"localizable","url":"modules/shopperpromotions.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1883,"kind":32,"name":"mandatory","url":"modules/shopperpromotions.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1884,"kind":32,"name":"max","url":"modules/shopperpromotions.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1885,"kind":32,"name":"minLength","url":"modules/shopperpromotions.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1886,"kind":32,"name":"min","url":"modules/shopperpromotions.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1887,"kind":32,"name":"multiValueType","url":"modules/shopperpromotions.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1888,"kind":32,"name":"regularExpression","url":"modules/shopperpromotions.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1889,"kind":32,"name":"scale","url":"modules/shopperpromotions.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1890,"kind":32,"name":"searchable","url":"modules/shopperpromotions.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1891,"kind":32,"name":"siteSpecific","url":"modules/shopperpromotions.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1892,"kind":32,"name":"system","url":"modules/shopperpromotions.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1893,"kind":32,"name":"unit","url":"modules/shopperpromotions.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1894,"kind":32,"name":"possibleValues","url":"modules/shopperpromotions.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1895,"kind":32,"name":"type","url":"modules/shopperpromotions.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1896,"kind":32,"name":"visible","url":"modules/shopperpromotions.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":1897,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperpromotions.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1898,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.PropertyValueDefinition"},{"id":1899,"kind":32,"name":"description","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":1900,"kind":32,"name":"displayValue","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":1901,"kind":32,"name":"id","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":1902,"kind":32,"name":"position","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":1903,"kind":32,"name":"value","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":1904,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1905,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.ShopperPromotionsPathParameters"},{"id":1906,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsPathParameters.__type"},{"id":1907,"kind":32,"name":"campaignId","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-21.campaignid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsPathParameters.__type"},{"id":1908,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1909,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.ShopperPromotionsQueryParameters"},{"id":1910,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1911,"kind":32,"name":"ids","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1912,"kind":32,"name":"locale","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1913,"kind":32,"name":"startDate","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.startdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1914,"kind":32,"name":"endDate","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.enddate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1915,"kind":32,"name":"currency","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-22.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":1916,"kind":4194304,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":1917,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":1918,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSearch"},{"id":1919,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":1920,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppersearch.shoppersearch-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":1921,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":1922,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-1.html#productsearch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":1923,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-1.html#getsearchsuggestions","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":1924,"kind":4194304,"name":"Money","url":"modules/shoppersearch.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1925,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppersearch.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1926,"kind":4194304,"name":"SearchRequest","url":"modules/shoppersearch.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1927,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppersearch.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1928,"kind":4194304,"name":"LocalizedString","url":"modules/shoppersearch.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1929,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppersearch.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1930,"kind":4194304,"name":"ClosedObject","url":"modules/shoppersearch.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1931,"kind":4194304,"name":"OpenObject","url":"modules/shoppersearch.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1932,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppersearch.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1933,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.QueryParamsLimit"},{"id":1934,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppersearch.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1935,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.QueryParamsOffset"},{"id":1936,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppersearch.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1937,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.SiteSpecific"},{"id":1938,"kind":4194304,"name":"Selectable","url":"modules/shoppersearch.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1939,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#selectable.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.Selectable"},{"id":1940,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppersearch.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1941,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#nopropertiesallowed.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.NoPropertiesAllowed"},{"id":1942,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppersearch.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1943,"kind":4194304,"name":"BoolFilter","url":"modules/shoppersearch.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1944,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppersearch.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1945,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppersearch.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1946,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppersearch.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1947,"kind":4194304,"name":"QueryFilter","url":"modules/shoppersearch.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1948,"kind":4194304,"name":"Query","url":"modules/shoppersearch.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1949,"kind":4194304,"name":"TermQuery","url":"modules/shoppersearch.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1950,"kind":4194304,"name":"TermFilter","url":"modules/shoppersearch.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1951,"kind":4194304,"name":"TextQuery","url":"modules/shoppersearch.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1952,"kind":4194304,"name":"Range2Filter","url":"modules/shoppersearch.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1953,"kind":4194304,"name":"BoolQuery","url":"modules/shoppersearch.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1954,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppersearch.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1955,"kind":4194304,"name":"NestedQuery","url":"modules/shoppersearch.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1956,"kind":4194304,"name":"Filter","url":"modules/shoppersearch.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1957,"kind":4194304,"name":"Sort","url":"modules/shoppersearch.html#sort-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1958,"kind":4194304,"name":"RangeFilter","url":"modules/shoppersearch.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1959,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppersearch.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1960,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppersearch.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1961,"kind":4194304,"name":"L10nString","url":"modules/shoppersearch.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1962,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppersearch.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1963,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.AttributeDefinition"},{"id":1964,"kind":32,"name":"defaultValue","url":"modules/shoppersearch.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1965,"kind":32,"name":"id","url":"modules/shoppersearch.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1966,"kind":32,"name":"name","url":"modules/shoppersearch.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1967,"kind":32,"name":"description","url":"modules/shoppersearch.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1968,"kind":32,"name":"key","url":"modules/shoppersearch.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1969,"kind":32,"name":"localizable","url":"modules/shoppersearch.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1970,"kind":32,"name":"mandatory","url":"modules/shoppersearch.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1971,"kind":32,"name":"max","url":"modules/shoppersearch.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1972,"kind":32,"name":"minLength","url":"modules/shoppersearch.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1973,"kind":32,"name":"min","url":"modules/shoppersearch.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1974,"kind":32,"name":"multiValueType","url":"modules/shoppersearch.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1975,"kind":32,"name":"regularExpression","url":"modules/shoppersearch.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1976,"kind":32,"name":"scale","url":"modules/shoppersearch.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1977,"kind":32,"name":"searchable","url":"modules/shoppersearch.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1978,"kind":32,"name":"siteSpecific","url":"modules/shoppersearch.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1979,"kind":32,"name":"system","url":"modules/shoppersearch.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1980,"kind":32,"name":"unit","url":"modules/shoppersearch.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1981,"kind":32,"name":"possibleValues","url":"modules/shoppersearch.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1982,"kind":32,"name":"type","url":"modules/shoppersearch.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1983,"kind":32,"name":"visible","url":"modules/shoppersearch.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":1984,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppersearch.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1985,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.PropertyValueDefinition"},{"id":1986,"kind":32,"name":"description","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":1987,"kind":32,"name":"displayValue","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":1988,"kind":32,"name":"id","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":1989,"kind":32,"name":"position","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":1990,"kind":32,"name":"value","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":1991,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1992,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppersearch.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":1993,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppersearch.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1994,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DateRangeFilter"},{"id":1995,"kind":4194304,"name":"EtagResponse","url":"modules/shoppersearch.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1996,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.EtagResponse"},{"id":1997,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppersearch.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":1998,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.IntegerRangeFilter"},{"id":1999,"kind":4194304,"name":"RateLimited3","url":"modules/shoppersearch.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2000,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited3"},{"id":2001,"kind":4194304,"name":"SyncCreated","url":"modules/shoppersearch.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2002,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.SyncCreated"},{"id":2003,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppersearch.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2004,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DateConditionalRequest"},{"id":2005,"kind":4194304,"name":"RateLimited5","url":"modules/shoppersearch.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2006,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited5"},{"id":2007,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppersearch.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2008,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.EtagConditionalRequest"},{"id":2009,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppersearch.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2010,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.AsyncCreated"},{"id":2011,"kind":4194304,"name":"RateLimited","url":"modules/shoppersearch.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2012,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited"},{"id":2013,"kind":4194304,"name":"RateLimited2","url":"modules/shoppersearch.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2014,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited2"},{"id":2015,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppersearch.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2016,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#offsetpaginated.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.OffsetPaginated"},{"id":2017,"kind":4194304,"name":"RateLimited4","url":"modules/shoppersearch.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2018,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited4"},{"id":2019,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppersearch.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2020,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#numericrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.NumericRangeFilter"},{"id":2021,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppersearch.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2022,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DatetimeRangeFilter"},{"id":2023,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppersearch.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2024,"kind":4194304,"name":"Error","url":"modules/shoppersearch.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2025,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2026,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2027,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2028,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2029,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2030,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2031,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2032,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2033,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2034,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2035,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2036,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2037,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2038,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2039,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2040,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2041,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2042,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2043,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2044,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2045,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2046,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2047,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2048,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2049,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2050,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2051,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2052,"kind":4194304,"name":"Unauthorized","url":"modules/shoppersearch.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2053,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#unauthorized.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.Unauthorized"},{"id":2054,"kind":4194304,"name":"BadRequest","url":"modules/shoppersearch.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2055,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.BadRequest"},{"id":2056,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2057,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#shoppersearchpathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.ShopperSearchPathParameters"},{"id":2058,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#shoppersearchpathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchPathParameters.__type"},{"id":2059,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2060,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.ShopperSearchQueryParameters"},{"id":2061,"kind":32,"name":"select","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2062,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2063,"kind":32,"name":"q","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2064,"kind":32,"name":"refine","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2065,"kind":32,"name":"sort","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2066,"kind":32,"name":"currency","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2067,"kind":32,"name":"locale","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2068,"kind":32,"name":"expand","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2069,"kind":32,"name":"allImages","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2070,"kind":32,"name":"perPricebook","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2071,"kind":32,"name":"allVariationProperties","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.allvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2072,"kind":32,"name":"offset","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2073,"kind":32,"name":"limit","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2074,"kind":4194304,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2075,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":2076,"kind":128,"name":"ShopperSeo","url":"classes/shopperseo.shopperseo-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSeo"},{"id":2077,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSeo.ShopperSeo"},{"id":2078,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperseo.shopperseo-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSeo"},{"id":2079,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSeo.ShopperSeo"},{"id":2080,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-1.html#geturlmapping","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSeo"},{"id":2081,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperseo.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2082,"kind":65536,"name":"__type","url":"modules/shopperseo.html#localespecific.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.LocaleSpecific"},{"id":2083,"kind":4194304,"name":"Money","url":"modules/shopperseo.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2084,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperseo.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2085,"kind":4194304,"name":"SearchRequest","url":"modules/shopperseo.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2086,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperseo.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2087,"kind":4194304,"name":"LocalizedString","url":"modules/shopperseo.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2088,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperseo.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2089,"kind":4194304,"name":"ClosedObject","url":"modules/shopperseo.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2090,"kind":4194304,"name":"OpenObject","url":"modules/shopperseo.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2091,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperseo.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2092,"kind":65536,"name":"__type","url":"modules/shopperseo.html#queryparamslimit.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.QueryParamsLimit"},{"id":2093,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperseo.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2094,"kind":65536,"name":"__type","url":"modules/shopperseo.html#queryparamsoffset.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.QueryParamsOffset"},{"id":2095,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperseo.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2096,"kind":65536,"name":"__type","url":"modules/shopperseo.html#sitespecific-1.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.SiteSpecific"},{"id":2097,"kind":4194304,"name":"Selectable","url":"modules/shopperseo.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2098,"kind":65536,"name":"__type","url":"modules/shopperseo.html#selectable.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.Selectable"},{"id":2099,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperseo.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2100,"kind":65536,"name":"__type","url":"modules/shopperseo.html#nopropertiesallowed.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.NoPropertiesAllowed"},{"id":2101,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperseo.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2102,"kind":4194304,"name":"BoolFilter","url":"modules/shopperseo.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2103,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperseo.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2104,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperseo.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2105,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperseo.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2106,"kind":4194304,"name":"QueryFilter","url":"modules/shopperseo.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2107,"kind":4194304,"name":"Query","url":"modules/shopperseo.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2108,"kind":4194304,"name":"TermQuery","url":"modules/shopperseo.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2109,"kind":4194304,"name":"TermFilter","url":"modules/shopperseo.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2110,"kind":4194304,"name":"TextQuery","url":"modules/shopperseo.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2111,"kind":4194304,"name":"Range2Filter","url":"modules/shopperseo.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2112,"kind":4194304,"name":"BoolQuery","url":"modules/shopperseo.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2113,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperseo.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2114,"kind":4194304,"name":"NestedQuery","url":"modules/shopperseo.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2115,"kind":4194304,"name":"Filter","url":"modules/shopperseo.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2116,"kind":4194304,"name":"Sort","url":"modules/shopperseo.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2117,"kind":4194304,"name":"RangeFilter","url":"modules/shopperseo.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2118,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperseo.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2119,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperseo.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2120,"kind":4194304,"name":"L10nString","url":"modules/shopperseo.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2121,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperseo.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2122,"kind":65536,"name":"__type","url":"modules/shopperseo.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.AttributeDefinition"},{"id":2123,"kind":32,"name":"defaultValue","url":"modules/shopperseo.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2124,"kind":32,"name":"id","url":"modules/shopperseo.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2125,"kind":32,"name":"name","url":"modules/shopperseo.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2126,"kind":32,"name":"description","url":"modules/shopperseo.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2127,"kind":32,"name":"key","url":"modules/shopperseo.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2128,"kind":32,"name":"localizable","url":"modules/shopperseo.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2129,"kind":32,"name":"mandatory","url":"modules/shopperseo.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2130,"kind":32,"name":"max","url":"modules/shopperseo.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2131,"kind":32,"name":"minLength","url":"modules/shopperseo.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2132,"kind":32,"name":"min","url":"modules/shopperseo.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2133,"kind":32,"name":"multiValueType","url":"modules/shopperseo.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2134,"kind":32,"name":"regularExpression","url":"modules/shopperseo.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2135,"kind":32,"name":"scale","url":"modules/shopperseo.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2136,"kind":32,"name":"searchable","url":"modules/shopperseo.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2137,"kind":32,"name":"siteSpecific","url":"modules/shopperseo.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2138,"kind":32,"name":"system","url":"modules/shopperseo.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2139,"kind":32,"name":"unit","url":"modules/shopperseo.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2140,"kind":32,"name":"possibleValues","url":"modules/shopperseo.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2141,"kind":32,"name":"type","url":"modules/shopperseo.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2142,"kind":32,"name":"visible","url":"modules/shopperseo.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2143,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperseo.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2144,"kind":65536,"name":"__type","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.PropertyValueDefinition"},{"id":2145,"kind":32,"name":"description","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2146,"kind":32,"name":"displayValue","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2147,"kind":32,"name":"id","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2148,"kind":32,"name":"position","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2149,"kind":32,"name":"value","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2150,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2151,"kind":4194304,"name":"BadRequest","url":"modules/shopperseo.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2152,"kind":65536,"name":"__type","url":"modules/shopperseo.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.BadRequest"},{"id":2153,"kind":4194304,"name":"Unauthorized","url":"modules/shopperseo.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2154,"kind":65536,"name":"__type","url":"modules/shopperseo.html#unauthorized.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.Unauthorized"},{"id":2155,"kind":4194304,"name":"NotFound","url":"modules/shopperseo.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2156,"kind":65536,"name":"__type","url":"modules/shopperseo.html#notfound.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.NotFound"},{"id":2157,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2158,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperseo.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2159,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperseo.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2160,"kind":65536,"name":"__type","url":"modules/shopperseo.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DateRangeFilter"},{"id":2161,"kind":4194304,"name":"EtagResponse","url":"modules/shopperseo.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2162,"kind":65536,"name":"__type","url":"modules/shopperseo.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.EtagResponse"},{"id":2163,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperseo.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2164,"kind":65536,"name":"__type","url":"modules/shopperseo.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.IntegerRangeFilter"},{"id":2165,"kind":4194304,"name":"RateLimited3","url":"modules/shopperseo.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2166,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited3.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited3"},{"id":2167,"kind":4194304,"name":"SyncCreated","url":"modules/shopperseo.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2168,"kind":65536,"name":"__type","url":"modules/shopperseo.html#synccreated.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.SyncCreated"},{"id":2169,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperseo.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2170,"kind":65536,"name":"__type","url":"modules/shopperseo.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DateConditionalRequest"},{"id":2171,"kind":4194304,"name":"RateLimited5","url":"modules/shopperseo.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2172,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited5.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited5"},{"id":2173,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperseo.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2174,"kind":65536,"name":"__type","url":"modules/shopperseo.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.EtagConditionalRequest"},{"id":2175,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperseo.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2176,"kind":65536,"name":"__type","url":"modules/shopperseo.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.AsyncCreated"},{"id":2177,"kind":4194304,"name":"RateLimited","url":"modules/shopperseo.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2178,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited"},{"id":2179,"kind":4194304,"name":"RateLimited2","url":"modules/shopperseo.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2180,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited2"},{"id":2181,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperseo.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2182,"kind":65536,"name":"__type","url":"modules/shopperseo.html#offsetpaginated.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.OffsetPaginated"},{"id":2183,"kind":4194304,"name":"RateLimited4","url":"modules/shopperseo.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2184,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited4.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited4"},{"id":2185,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperseo.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2186,"kind":65536,"name":"__type","url":"modules/shopperseo.html#numericrangefilter.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.NumericRangeFilter"},{"id":2187,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperseo.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2188,"kind":65536,"name":"__type","url":"modules/shopperseo.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DatetimeRangeFilter"},{"id":2189,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperseo.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2190,"kind":4194304,"name":"Error","url":"modules/shopperseo.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2191,"kind":4194304,"name":"ShopperSeoPathParameters","url":"modules/shopperseo.html#shopperseopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2192,"kind":65536,"name":"__type","url":"modules/shopperseo.html#shopperseopathparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.ShopperSeoPathParameters"},{"id":2193,"kind":32,"name":"organizationId","url":"modules/shopperseo.html#shopperseopathparameters.__type-23.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoPathParameters.__type"},{"id":2194,"kind":4194304,"name":"ShopperSeoQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2195,"kind":65536,"name":"__type","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.ShopperSeoQueryParameters"},{"id":2196,"kind":32,"name":"urlSegment","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.urlsegment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2197,"kind":32,"name":"siteId","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2198,"kind":32,"name":"locale","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2199,"kind":4194304,"name":"ShopperSeoParameters","url":"modules/shopperseo.html#shopperseoparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2200,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":2201,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperStores"},{"id":2202,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":2203,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperstores.shopperstores-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":2204,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":2205,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-1.html#searchstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":2206,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-1.html#getstores","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":2207,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperstores.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2208,"kind":65536,"name":"__type","url":"modules/shopperstores.html#localespecific.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.LocaleSpecific"},{"id":2209,"kind":4194304,"name":"Money","url":"modules/shopperstores.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2210,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperstores.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2211,"kind":4194304,"name":"SearchRequest","url":"modules/shopperstores.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2212,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperstores.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2213,"kind":4194304,"name":"LocalizedString","url":"modules/shopperstores.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2214,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperstores.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2215,"kind":4194304,"name":"ClosedObject","url":"modules/shopperstores.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2216,"kind":4194304,"name":"OpenObject","url":"modules/shopperstores.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2217,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperstores.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2218,"kind":65536,"name":"__type","url":"modules/shopperstores.html#queryparamslimit.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.QueryParamsLimit"},{"id":2219,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperstores.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2220,"kind":65536,"name":"__type","url":"modules/shopperstores.html#queryparamsoffset.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.QueryParamsOffset"},{"id":2221,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperstores.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2222,"kind":65536,"name":"__type","url":"modules/shopperstores.html#sitespecific-1.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.SiteSpecific"},{"id":2223,"kind":4194304,"name":"Selectable","url":"modules/shopperstores.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2224,"kind":65536,"name":"__type","url":"modules/shopperstores.html#selectable.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.Selectable"},{"id":2225,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperstores.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2226,"kind":65536,"name":"__type","url":"modules/shopperstores.html#nopropertiesallowed.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.NoPropertiesAllowed"},{"id":2227,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperstores.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2228,"kind":4194304,"name":"BoolFilter","url":"modules/shopperstores.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2229,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperstores.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2230,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperstores.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2231,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperstores.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2232,"kind":4194304,"name":"QueryFilter","url":"modules/shopperstores.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2233,"kind":4194304,"name":"Query","url":"modules/shopperstores.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2234,"kind":4194304,"name":"TermQuery","url":"modules/shopperstores.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2235,"kind":4194304,"name":"TermFilter","url":"modules/shopperstores.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2236,"kind":4194304,"name":"TextQuery","url":"modules/shopperstores.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2237,"kind":4194304,"name":"Range2Filter","url":"modules/shopperstores.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2238,"kind":4194304,"name":"BoolQuery","url":"modules/shopperstores.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2239,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperstores.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2240,"kind":4194304,"name":"NestedQuery","url":"modules/shopperstores.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2241,"kind":4194304,"name":"Filter","url":"modules/shopperstores.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2242,"kind":4194304,"name":"Sort","url":"modules/shopperstores.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2243,"kind":4194304,"name":"RangeFilter","url":"modules/shopperstores.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2244,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperstores.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2245,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperstores.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2246,"kind":4194304,"name":"L10nString","url":"modules/shopperstores.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2247,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperstores.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2248,"kind":65536,"name":"__type","url":"modules/shopperstores.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.AttributeDefinition"},{"id":2249,"kind":32,"name":"defaultValue","url":"modules/shopperstores.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2250,"kind":32,"name":"id","url":"modules/shopperstores.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2251,"kind":32,"name":"name","url":"modules/shopperstores.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2252,"kind":32,"name":"description","url":"modules/shopperstores.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2253,"kind":32,"name":"key","url":"modules/shopperstores.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2254,"kind":32,"name":"localizable","url":"modules/shopperstores.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2255,"kind":32,"name":"mandatory","url":"modules/shopperstores.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2256,"kind":32,"name":"max","url":"modules/shopperstores.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2257,"kind":32,"name":"minLength","url":"modules/shopperstores.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2258,"kind":32,"name":"min","url":"modules/shopperstores.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2259,"kind":32,"name":"multiValueType","url":"modules/shopperstores.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2260,"kind":32,"name":"regularExpression","url":"modules/shopperstores.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2261,"kind":32,"name":"scale","url":"modules/shopperstores.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2262,"kind":32,"name":"searchable","url":"modules/shopperstores.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2263,"kind":32,"name":"siteSpecific","url":"modules/shopperstores.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2264,"kind":32,"name":"system","url":"modules/shopperstores.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2265,"kind":32,"name":"unit","url":"modules/shopperstores.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2266,"kind":32,"name":"possibleValues","url":"modules/shopperstores.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2267,"kind":32,"name":"type","url":"modules/shopperstores.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2268,"kind":32,"name":"visible","url":"modules/shopperstores.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2269,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperstores.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2270,"kind":65536,"name":"__type","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.PropertyValueDefinition"},{"id":2271,"kind":32,"name":"description","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2272,"kind":32,"name":"displayValue","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2273,"kind":32,"name":"id","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2274,"kind":32,"name":"position","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2275,"kind":32,"name":"value","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2276,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2277,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperstores.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2278,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperstores.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2279,"kind":65536,"name":"__type","url":"modules/shopperstores.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DateRangeFilter"},{"id":2280,"kind":4194304,"name":"EtagResponse","url":"modules/shopperstores.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2281,"kind":65536,"name":"__type","url":"modules/shopperstores.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.EtagResponse"},{"id":2282,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperstores.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2283,"kind":65536,"name":"__type","url":"modules/shopperstores.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.IntegerRangeFilter"},{"id":2284,"kind":4194304,"name":"RateLimited3","url":"modules/shopperstores.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2285,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited3"},{"id":2286,"kind":4194304,"name":"SyncCreated","url":"modules/shopperstores.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2287,"kind":65536,"name":"__type","url":"modules/shopperstores.html#synccreated.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.SyncCreated"},{"id":2288,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperstores.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2289,"kind":65536,"name":"__type","url":"modules/shopperstores.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DateConditionalRequest"},{"id":2290,"kind":4194304,"name":"RateLimited5","url":"modules/shopperstores.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2291,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited5"},{"id":2292,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperstores.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2293,"kind":65536,"name":"__type","url":"modules/shopperstores.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.EtagConditionalRequest"},{"id":2294,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperstores.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2295,"kind":65536,"name":"__type","url":"modules/shopperstores.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.AsyncCreated"},{"id":2296,"kind":4194304,"name":"RateLimited","url":"modules/shopperstores.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2297,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited"},{"id":2298,"kind":4194304,"name":"RateLimited2","url":"modules/shopperstores.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2299,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited2"},{"id":2300,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperstores.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2301,"kind":65536,"name":"__type","url":"modules/shopperstores.html#offsetpaginated.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.OffsetPaginated"},{"id":2302,"kind":4194304,"name":"RateLimited4","url":"modules/shopperstores.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2303,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited4"},{"id":2304,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperstores.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2305,"kind":65536,"name":"__type","url":"modules/shopperstores.html#numericrangefilter.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.NumericRangeFilter"},{"id":2306,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperstores.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2307,"kind":65536,"name":"__type","url":"modules/shopperstores.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DatetimeRangeFilter"},{"id":2308,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperstores.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2309,"kind":4194304,"name":"Error","url":"modules/shopperstores.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2310,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2311,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2312,"kind":4194304,"name":"BadRequest","url":"modules/shopperstores.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2313,"kind":65536,"name":"__type","url":"modules/shopperstores.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.BadRequest"},{"id":2314,"kind":4194304,"name":"Unauthorized","url":"modules/shopperstores.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2315,"kind":65536,"name":"__type","url":"modules/shopperstores.html#unauthorized.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.Unauthorized"},{"id":2316,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2317,"kind":65536,"name":"__type","url":"modules/shopperstores.html#shopperstorespathparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.ShopperStoresPathParameters"},{"id":2318,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#shopperstorespathparameters.__type-22.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresPathParameters.__type"},{"id":2319,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2320,"kind":65536,"name":"__type","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.ShopperStoresQueryParameters"},{"id":2321,"kind":32,"name":"countryCode","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2322,"kind":32,"name":"distanceUnit","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.distanceunit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2323,"kind":32,"name":"latitude","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.latitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2324,"kind":32,"name":"longitude","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.longitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2325,"kind":32,"name":"maxDistance","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.maxdistance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2326,"kind":32,"name":"postalCode","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.postalcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2327,"kind":32,"name":"siteId","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2328,"kind":32,"name":"locale","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2329,"kind":32,"name":"offset","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2330,"kind":32,"name":"limit","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2331,"kind":32,"name":"ids","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2332,"kind":4194304,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,37.945]],["parent/0",[]],["name/1",[1,68.39]],["parent/1",[0,3.782]],["name/2",[2,68.39]],["parent/2",[3,6.816]],["name/3",[4,62.513]],["parent/3",[3,6.816]],["name/4",[5,68.39]],["parent/4",[0,3.782]],["name/5",[6,68.39]],["parent/5",[0,3.782]],["name/6",[7,73.499]],["parent/6",[0,3.782]],["name/7",[8,68.39]],["parent/7",[0,3.782]],["name/8",[9,68.39]],["parent/8",[0,3.782]],["name/9",[10,68.39]],["parent/9",[0,3.782]],["name/10",[11,47.349]],["parent/10",[]],["name/11",[12,73.499]],["parent/11",[11,4.719]],["name/12",[13,68.39]],["parent/12",[14,5.721]],["name/13",[15,68.39]],["parent/13",[14,5.721]],["name/14",[16,68.39]],["parent/14",[14,5.721]],["name/15",[17,65.026]],["parent/15",[14,5.721]],["name/16",[18,65.026]],["parent/16",[14,5.721]],["name/17",[19,65.026]],["parent/17",[14,5.721]],["name/18",[20,68.39]],["parent/18",[14,5.721]],["name/19",[11,47.349]],["parent/19",[11,4.719]],["name/20",[13,68.39]],["parent/20",[21,5.486]],["name/21",[15,68.39]],["parent/21",[21,5.486]],["name/22",[16,68.39]],["parent/22",[21,5.486]],["name/23",[22,17.527]],["parent/23",[23,7.325]],["name/24",[17,65.026]],["parent/24",[21,5.486]],["name/25",[18,65.026]],["parent/25",[21,5.486]],["name/26",[19,65.026]],["parent/26",[21,5.486]],["name/27",[20,68.39]],["parent/27",[21,5.486]],["name/28",[24,49.52]],["parent/28",[21,5.486]],["name/29",[25,73.499]],["parent/29",[21,5.486]],["name/30",[19,65.026]],["parent/30",[26,7.325]],["name/31",[27,73.499]],["parent/31",[11,4.719]],["name/32",[18,65.026]],["parent/32",[11,4.719]],["name/33",[28,73.499]],["parent/33",[11,4.719]],["name/34",[22,17.527]],["parent/34",[29,7.325]],["name/35",[30,68.39]],["parent/35",[]],["name/36",[31,73.499]],["parent/36",[30,6.816]],["name/37",[32,68.39]],["parent/37",[0,3.782]],["name/38",[33,68.39]],["parent/38",[0,3.782]],["name/39",[34,68.39]],["parent/39",[0,3.782]],["name/40",[35,68.39]],["parent/40",[0,3.782]],["name/41",[36,68.39]],["parent/41",[0,3.782]],["name/42",[37,65.026]],["parent/42",[]],["name/43",[37,65.026]],["parent/43",[37,6.481]],["name/44",[24,49.52]],["parent/44",[38,4.672]],["name/45",[39,73.499]],["parent/45",[38,4.672]],["name/46",[40,73.499]],["parent/46",[38,4.672]],["name/47",[41,73.499]],["parent/47",[38,4.672]],["name/48",[42,73.499]],["parent/48",[38,4.672]],["name/49",[43,73.499]],["parent/49",[38,4.672]],["name/50",[44,73.499]],["parent/50",[38,4.672]],["name/51",[45,68.39]],["parent/51",[38,4.672]],["name/52",[46,73.499]],["parent/52",[38,4.672]],["name/53",[47,73.499]],["parent/53",[38,4.672]],["name/54",[48,73.499]],["parent/54",[38,4.672]],["name/55",[49,73.499]],["parent/55",[38,4.672]],["name/56",[50,73.499]],["parent/56",[38,4.672]],["name/57",[51,73.499]],["parent/57",[38,4.672]],["name/58",[52,73.499]],["parent/58",[38,4.672]],["name/59",[53,73.499]],["parent/59",[38,4.672]],["name/60",[54,73.499]],["parent/60",[38,4.672]],["name/61",[55,73.499]],["parent/61",[38,4.672]],["name/62",[56,73.499]],["parent/62",[38,4.672]],["name/63",[57,73.499]],["parent/63",[38,4.672]],["name/64",[58,73.499]],["parent/64",[38,4.672]],["name/65",[4,62.513]],["parent/65",[]],["name/66",[59,73.499]],["parent/66",[4,6.23]],["name/67",[60,73.499]],["parent/67",[4,6.23]],["name/68",[61,34.581]],["parent/68",[]],["name/69",[61,34.581]],["parent/69",[61,3.446]],["name/70",[11,47.349]],["parent/70",[62,4.719]],["name/71",[63,51.526]],["parent/71",[62,4.719]],["name/72",[24,49.52]],["parent/72",[62,4.719]],["name/73",[64,73.499]],["parent/73",[62,4.719]],["name/74",[65,73.499]],["parent/74",[62,4.719]],["name/75",[66,73.499]],["parent/75",[62,4.719]],["name/76",[67,73.499]],["parent/76",[62,4.719]],["name/77",[68,73.499]],["parent/77",[62,4.719]],["name/78",[69,73.499]],["parent/78",[62,4.719]],["name/79",[70,73.499]],["parent/79",[62,4.719]],["name/80",[71,73.499]],["parent/80",[62,4.719]],["name/81",[72,73.499]],["parent/81",[62,4.719]],["name/82",[73,73.499]],["parent/82",[62,4.719]],["name/83",[74,68.39]],["parent/83",[62,4.719]],["name/84",[75,73.499]],["parent/84",[62,4.719]],["name/85",[76,73.499]],["parent/85",[62,4.719]],["name/86",[77,73.499]],["parent/86",[62,4.719]],["name/87",[78,73.499]],["parent/87",[62,4.719]],["name/88",[79,73.499]],["parent/88",[62,4.719]],["name/89",[80,73.499]],["parent/89",[62,4.719]],["name/90",[81,73.499]],["parent/90",[61,3.446]],["name/91",[82,73.499]],["parent/91",[61,3.446]],["name/92",[83,73.499]],["parent/92",[61,3.446]],["name/93",[84,73.499]],["parent/93",[61,3.446]],["name/94",[85,73.499]],["parent/94",[61,3.446]],["name/95",[86,73.499]],["parent/95",[61,3.446]],["name/96",[87,73.499]],["parent/96",[61,3.446]],["name/97",[88,73.499]],["parent/97",[61,3.446]],["name/98",[89,73.499]],["parent/98",[61,3.446]],["name/99",[90,73.499]],["parent/99",[61,3.446]],["name/100",[91,73.499]],["parent/100",[61,3.446]],["name/101",[92,73.499]],["parent/101",[61,3.446]],["name/102",[93,73.499]],["parent/102",[61,3.446]],["name/103",[94,73.499]],["parent/103",[61,3.446]],["name/104",[22,17.527]],["parent/104",[95,7.325]],["name/105",[96,51.526]],["parent/105",[61,3.446]],["name/106",[97,52.296]],["parent/106",[61,3.446]],["name/107",[98,52.296]],["parent/107",[61,3.446]],["name/108",[22,17.527]],["parent/108",[99,7.325]],["name/109",[100,51.526]],["parent/109",[61,3.446]],["name/110",[22,17.527]],["parent/110",[101,7.325]],["name/111",[102,52.296]],["parent/111",[61,3.446]],["name/112",[22,17.527]],["parent/112",[103,7.325]],["name/113",[104,51.526]],["parent/113",[61,3.446]],["name/114",[22,17.527]],["parent/114",[105,7.325]],["name/115",[106,51.526]],["parent/115",[61,3.446]],["name/116",[22,17.527]],["parent/116",[107,7.325]],["name/117",[108,51.526]],["parent/117",[61,3.446]],["name/118",[22,17.527]],["parent/118",[109,7.325]],["name/119",[110,51.526]],["parent/119",[61,3.446]],["name/120",[22,17.527]],["parent/120",[111,7.325]],["name/121",[112,51.526]],["parent/121",[61,3.446]],["name/122",[22,17.527]],["parent/122",[113,7.325]],["name/123",[114,51.526]],["parent/123",[61,3.446]],["name/124",[22,17.527]],["parent/124",[115,7.325]],["name/125",[116,51.526]],["parent/125",[61,3.446]],["name/126",[22,17.527]],["parent/126",[117,7.325]],["name/127",[118,51.526]],["parent/127",[61,3.446]],["name/128",[22,17.527]],["parent/128",[119,7.325]],["name/129",[120,51.526]],["parent/129",[61,3.446]],["name/130",[22,17.527]],["parent/130",[121,7.325]],["name/131",[122,51.526]],["parent/131",[61,3.446]],["name/132",[22,17.527]],["parent/132",[123,7.325]],["name/133",[124,51.526]],["parent/133",[61,3.446]],["name/134",[22,17.527]],["parent/134",[125,7.325]],["name/135",[126,52.296]],["parent/135",[61,3.446]],["name/136",[22,17.527]],["parent/136",[127,7.325]],["name/137",[128,52.296]],["parent/137",[61,3.446]],["name/138",[22,17.527]],["parent/138",[129,7.325]],["name/139",[130,52.296]],["parent/139",[61,3.446]],["name/140",[131,51.526]],["parent/140",[61,3.446]],["name/141",[132,51.526]],["parent/141",[61,3.446]],["name/142",[133,51.526]],["parent/142",[61,3.446]],["name/143",[134,51.526]],["parent/143",[61,3.446]],["name/144",[135,52.296]],["parent/144",[61,3.446]],["name/145",[136,52.296]],["parent/145",[61,3.446]],["name/146",[137,51.526]],["parent/146",[61,3.446]],["name/147",[138,51.526]],["parent/147",[61,3.446]],["name/148",[139,51.526]],["parent/148",[61,3.446]],["name/149",[140,51.526]],["parent/149",[61,3.446]],["name/150",[22,17.527]],["parent/150",[141,7.325]],["name/151",[142,51.526]],["parent/151",[61,3.446]],["name/152",[22,17.527]],["parent/152",[143,7.325]],["name/153",[144,45.167]],["parent/153",[61,3.446]],["name/154",[22,17.527]],["parent/154",[145,7.325]],["name/155",[146,51.526]],["parent/155",[61,3.446]],["name/156",[22,17.527]],["parent/156",[147,7.325]],["name/157",[148,51.526]],["parent/157",[61,3.446]],["name/158",[149,51.526]],["parent/158",[61,3.446]],["name/159",[150,51.526]],["parent/159",[61,3.446]],["name/160",[151,51.526]],["parent/160",[61,3.446]],["name/161",[152,51.526]],["parent/161",[61,3.446]],["name/162",[153,51.526]],["parent/162",[61,3.446]],["name/163",[154,50.812]],["parent/163",[61,3.446]],["name/164",[155,51.526]],["parent/164",[61,3.446]],["name/165",[156,51.526]],["parent/165",[61,3.446]],["name/166",[157,51.526]],["parent/166",[61,3.446]],["name/167",[158,51.526]],["parent/167",[61,3.446]],["name/168",[159,51.526]],["parent/168",[61,3.446]],["name/169",[160,51.526]],["parent/169",[61,3.446]],["name/170",[161,51.526]],["parent/170",[61,3.446]],["name/171",[162,51.526]],["parent/171",[61,3.446]],["name/172",[163,50.812]],["parent/172",[61,3.446]],["name/173",[164,51.526]],["parent/173",[61,3.446]],["name/174",[165,51.526]],["parent/174",[61,3.446]],["name/175",[166,52.296]],["parent/175",[61,3.446]],["name/176",[167,52.296]],["parent/176",[61,3.446]],["name/177",[22,17.527]],["parent/177",[168,7.325]],["name/178",[169,52.296]],["parent/178",[170,4.719]],["name/179",[171,43.054]],["parent/179",[170,4.719]],["name/180",[172,50.145]],["parent/180",[170,4.719]],["name/181",[173,45.567]],["parent/181",[170,4.719]],["name/182",[174,52.296]],["parent/182",[170,4.719]],["name/183",[175,52.296]],["parent/183",[170,4.719]],["name/184",[176,52.296]],["parent/184",[170,4.719]],["name/185",[177,50.812]],["parent/185",[170,4.719]],["name/186",[178,52.296]],["parent/186",[170,4.719]],["name/187",[179,50.812]],["parent/187",[170,4.719]],["name/188",[180,52.296]],["parent/188",[170,4.719]],["name/189",[181,52.296]],["parent/189",[170,4.719]],["name/190",[182,52.296]],["parent/190",[170,4.719]],["name/191",[183,52.296]],["parent/191",[170,4.719]],["name/192",[144,45.167]],["parent/192",[170,4.719]],["name/193",[184,52.296]],["parent/193",[170,4.719]],["name/194",[185,52.296]],["parent/194",[170,4.719]],["name/195",[186,52.296]],["parent/195",[170,4.719]],["name/196",[187,48.376]],["parent/196",[170,4.719]],["name/197",[188,52.296]],["parent/197",[170,4.719]],["name/198",[189,52.296]],["parent/198",[61,3.446]],["name/199",[22,17.527]],["parent/199",[190,7.325]],["name/200",[173,45.567]],["parent/200",[191,6.03]],["name/201",[192,52.296]],["parent/201",[191,6.03]],["name/202",[171,43.054]],["parent/202",[191,6.03]],["name/203",[193,52.296]],["parent/203",[191,6.03]],["name/204",[194,48.376]],["parent/204",[191,6.03]],["name/205",[195,73.499]],["parent/205",[61,3.446]],["name/206",[22,17.527]],["parent/206",[196,7.325]],["name/207",[197,50.812]],["parent/207",[198,7.325]],["name/208",[199,73.499]],["parent/208",[61,3.446]],["name/209",[22,17.527]],["parent/209",[200,7.325]],["name/210",[201,73.499]],["parent/210",[202,5.135]],["name/211",[203,73.499]],["parent/211",[202,5.135]],["name/212",[204,73.499]],["parent/212",[202,5.135]],["name/213",[205,73.499]],["parent/213",[202,5.135]],["name/214",[206,73.499]],["parent/214",[202,5.135]],["name/215",[207,73.499]],["parent/215",[202,5.135]],["name/216",[208,73.499]],["parent/216",[202,5.135]],["name/217",[209,73.499]],["parent/217",[202,5.135]],["name/218",[210,68.39]],["parent/218",[202,5.135]],["name/219",[211,73.499]],["parent/219",[202,5.135]],["name/220",[212,73.499]],["parent/220",[202,5.135]],["name/221",[213,73.499]],["parent/221",[202,5.135]],["name/222",[214,73.499]],["parent/222",[202,5.135]],["name/223",[215,73.499]],["parent/223",[61,3.446]],["name/224",[216,65.026]],["parent/224",[]],["name/225",[216,65.026]],["parent/225",[216,6.481]],["name/226",[24,49.52]],["parent/226",[217,5.864]],["name/227",[218,73.499]],["parent/227",[217,5.864]],["name/228",[172,50.145]],["parent/228",[217,5.864]],["name/229",[219,65.026]],["parent/229",[217,5.864]],["name/230",[220,73.499]],["parent/230",[217,5.864]],["name/231",[131,51.526]],["parent/231",[217,5.864]],["name/232",[221,68.39]],["parent/232",[0,3.782]],["name/233",[222,68.39]],["parent/233",[0,3.782]],["name/234",[223,73.499]],["parent/234",[0,3.782]],["name/235",[224,68.39]],["parent/235",[0,3.782]],["name/236",[225,68.39]],["parent/236",[0,3.782]],["name/237",[226,68.39]],["parent/237",[0,3.782]],["name/238",[227,68.39]],["parent/238",[0,3.782]],["name/239",[228,68.39]],["parent/239",[0,3.782]],["name/240",[229,68.39]],["parent/240",[0,3.782]],["name/241",[230,68.39]],["parent/241",[0,3.782]],["name/242",[231,68.39]],["parent/242",[0,3.782]],["name/243",[32,68.39]],["parent/243",[0,3.782]],["name/244",[33,68.39]],["parent/244",[0,3.782]],["name/245",[34,68.39]],["parent/245",[0,3.782]],["name/246",[35,68.39]],["parent/246",[0,3.782]],["name/247",[36,68.39]],["parent/247",[0,3.782]],["name/248",[226,68.39]],["parent/248",[0,3.782]],["name/249",[227,68.39]],["parent/249",[0,3.782]],["name/250",[228,68.39]],["parent/250",[0,3.782]],["name/251",[229,68.39]],["parent/251",[0,3.782]],["name/252",[230,68.39]],["parent/252",[0,3.782]],["name/253",[231,68.39]],["parent/253",[0,3.782]],["name/254",[221,68.39]],["parent/254",[0,3.782]],["name/255",[222,68.39]],["parent/255",[0,3.782]],["name/256",[224,68.39]],["parent/256",[0,3.782]],["name/257",[225,68.39]],["parent/257",[0,3.782]],["name/258",[8,68.39]],["parent/258",[0,3.782]],["name/259",[9,68.39]],["parent/259",[0,3.782]],["name/260",[1,68.39]],["parent/260",[0,3.782]],["name/261",[5,68.39]],["parent/261",[0,3.782]],["name/262",[6,68.39]],["parent/262",[0,3.782]],["name/263",[10,68.39]],["parent/263",[0,3.782]],["name/264",[232,68.39]],["parent/264",[0,3.782]],["name/265",[233,68.39]],["parent/265",[0,3.782]],["name/266",[234,68.39]],["parent/266",[0,3.782]],["name/267",[234,68.39]],["parent/267",[0,3.782]],["name/268",[232,68.39]],["parent/268",[0,3.782]],["name/269",[235,73.499]],["parent/269",[236,6.03]],["name/270",[237,73.499]],["parent/270",[236,6.03]],["name/271",[238,73.499]],["parent/271",[236,6.03]],["name/272",[197,50.812]],["parent/272",[236,6.03]],["name/273",[2,68.39]],["parent/273",[236,6.03]],["name/274",[239,73.499]],["parent/274",[0,3.782]],["name/275",[233,68.39]],["parent/275",[0,3.782]],["name/276",[240,31.255]],["parent/276",[]],["name/277",[240,31.255]],["parent/277",[240,3.115]],["name/278",[11,47.349]],["parent/278",[241,4.065]],["name/279",[63,51.526]],["parent/279",[241,4.065]],["name/280",[24,49.52]],["parent/280",[241,4.065]],["name/281",[242,73.499]],["parent/281",[241,4.065]],["name/282",[243,73.499]],["parent/282",[241,4.065]],["name/283",[244,73.499]],["parent/283",[241,4.065]],["name/284",[245,73.499]],["parent/284",[241,4.065]],["name/285",[246,73.499]],["parent/285",[241,4.065]],["name/286",[247,73.499]],["parent/286",[241,4.065]],["name/287",[248,73.499]],["parent/287",[241,4.065]],["name/288",[249,73.499]],["parent/288",[241,4.065]],["name/289",[250,73.499]],["parent/289",[241,4.065]],["name/290",[251,73.499]],["parent/290",[241,4.065]],["name/291",[252,73.499]],["parent/291",[241,4.065]],["name/292",[253,73.499]],["parent/292",[241,4.065]],["name/293",[254,73.499]],["parent/293",[241,4.065]],["name/294",[255,73.499]],["parent/294",[241,4.065]],["name/295",[256,73.499]],["parent/295",[241,4.065]],["name/296",[257,73.499]],["parent/296",[241,4.065]],["name/297",[258,73.499]],["parent/297",[241,4.065]],["name/298",[259,73.499]],["parent/298",[241,4.065]],["name/299",[260,73.499]],["parent/299",[241,4.065]],["name/300",[261,73.499]],["parent/300",[241,4.065]],["name/301",[262,73.499]],["parent/301",[241,4.065]],["name/302",[263,73.499]],["parent/302",[241,4.065]],["name/303",[264,73.499]],["parent/303",[241,4.065]],["name/304",[265,73.499]],["parent/304",[241,4.065]],["name/305",[266,73.499]],["parent/305",[241,4.065]],["name/306",[267,73.499]],["parent/306",[241,4.065]],["name/307",[268,73.499]],["parent/307",[241,4.065]],["name/308",[269,73.499]],["parent/308",[241,4.065]],["name/309",[270,73.499]],["parent/309",[241,4.065]],["name/310",[271,73.499]],["parent/310",[241,4.065]],["name/311",[272,73.499]],["parent/311",[241,4.065]],["name/312",[273,73.499]],["parent/312",[241,4.065]],["name/313",[274,73.499]],["parent/313",[241,4.065]],["name/314",[275,73.499]],["parent/314",[241,4.065]],["name/315",[276,73.499]],["parent/315",[241,4.065]],["name/316",[277,73.499]],["parent/316",[241,4.065]],["name/317",[96,51.526]],["parent/317",[240,3.115]],["name/318",[278,60.506]],["parent/318",[240,3.115]],["name/319",[22,17.527]],["parent/319",[279,7.325]],["name/320",[132,51.526]],["parent/320",[240,3.115]],["name/321",[133,51.526]],["parent/321",[240,3.115]],["name/322",[134,51.526]],["parent/322",[240,3.115]],["name/323",[135,52.296]],["parent/323",[240,3.115]],["name/324",[136,52.296]],["parent/324",[240,3.115]],["name/325",[137,51.526]],["parent/325",[240,3.115]],["name/326",[138,51.526]],["parent/326",[240,3.115]],["name/327",[139,51.526]],["parent/327",[240,3.115]],["name/328",[140,51.526]],["parent/328",[240,3.115]],["name/329",[22,17.527]],["parent/329",[280,7.325]],["name/330",[142,51.526]],["parent/330",[240,3.115]],["name/331",[22,17.527]],["parent/331",[281,7.325]],["name/332",[144,45.167]],["parent/332",[240,3.115]],["name/333",[22,17.527]],["parent/333",[282,7.325]],["name/334",[283,56.153]],["parent/334",[240,3.115]],["name/335",[22,17.527]],["parent/335",[284,7.325]],["name/336",[146,51.526]],["parent/336",[240,3.115]],["name/337",[22,17.527]],["parent/337",[285,7.325]],["name/338",[148,51.526]],["parent/338",[240,3.115]],["name/339",[149,51.526]],["parent/339",[240,3.115]],["name/340",[150,51.526]],["parent/340",[240,3.115]],["name/341",[151,51.526]],["parent/341",[240,3.115]],["name/342",[152,51.526]],["parent/342",[240,3.115]],["name/343",[153,51.526]],["parent/343",[240,3.115]],["name/344",[154,50.812]],["parent/344",[240,3.115]],["name/345",[155,51.526]],["parent/345",[240,3.115]],["name/346",[156,51.526]],["parent/346",[240,3.115]],["name/347",[157,51.526]],["parent/347",[240,3.115]],["name/348",[158,51.526]],["parent/348",[240,3.115]],["name/349",[159,51.526]],["parent/349",[240,3.115]],["name/350",[160,51.526]],["parent/350",[240,3.115]],["name/351",[161,51.526]],["parent/351",[240,3.115]],["name/352",[162,51.526]],["parent/352",[240,3.115]],["name/353",[163,50.812]],["parent/353",[240,3.115]],["name/354",[122,51.526]],["parent/354",[240,3.115]],["name/355",[164,51.526]],["parent/355",[240,3.115]],["name/356",[165,51.526]],["parent/356",[240,3.115]],["name/357",[166,52.296]],["parent/357",[240,3.115]],["name/358",[167,52.296]],["parent/358",[240,3.115]],["name/359",[22,17.527]],["parent/359",[286,7.325]],["name/360",[169,52.296]],["parent/360",[287,4.719]],["name/361",[171,43.054]],["parent/361",[287,4.719]],["name/362",[172,50.145]],["parent/362",[287,4.719]],["name/363",[173,45.567]],["parent/363",[287,4.719]],["name/364",[174,52.296]],["parent/364",[287,4.719]],["name/365",[175,52.296]],["parent/365",[287,4.719]],["name/366",[176,52.296]],["parent/366",[287,4.719]],["name/367",[177,50.812]],["parent/367",[287,4.719]],["name/368",[178,52.296]],["parent/368",[287,4.719]],["name/369",[179,50.812]],["parent/369",[287,4.719]],["name/370",[180,52.296]],["parent/370",[287,4.719]],["name/371",[181,52.296]],["parent/371",[287,4.719]],["name/372",[182,52.296]],["parent/372",[287,4.719]],["name/373",[183,52.296]],["parent/373",[287,4.719]],["name/374",[144,45.167]],["parent/374",[287,4.719]],["name/375",[184,52.296]],["parent/375",[287,4.719]],["name/376",[185,52.296]],["parent/376",[287,4.719]],["name/377",[186,52.296]],["parent/377",[287,4.719]],["name/378",[187,48.376]],["parent/378",[287,4.719]],["name/379",[188,52.296]],["parent/379",[287,4.719]],["name/380",[189,52.296]],["parent/380",[240,3.115]],["name/381",[22,17.527]],["parent/381",[288,7.325]],["name/382",[173,45.567]],["parent/382",[289,6.03]],["name/383",[192,52.296]],["parent/383",[289,6.03]],["name/384",[171,43.054]],["parent/384",[289,6.03]],["name/385",[193,52.296]],["parent/385",[289,6.03]],["name/386",[194,48.376]],["parent/386",[289,6.03]],["name/387",[290,68.39]],["parent/387",[240,3.115]],["name/388",[291,68.39]],["parent/388",[240,3.115]],["name/389",[292,65.026]],["parent/389",[240,3.115]],["name/390",[293,68.39]],["parent/390",[240,3.115]],["name/391",[294,68.39]],["parent/391",[240,3.115]],["name/392",[295,65.026]],["parent/392",[240,3.115]],["name/393",[22,17.527]],["parent/393",[296,7.325]],["name/394",[297,62.513]],["parent/394",[298,5.295]],["name/395",[299,68.39]],["parent/395",[298,5.295]],["name/396",[300,62.513]],["parent/396",[298,5.295]],["name/397",[301,62.513]],["parent/397",[298,5.295]],["name/398",[302,62.513]],["parent/398",[298,5.295]],["name/399",[303,62.513]],["parent/399",[298,5.295]],["name/400",[304,62.513]],["parent/400",[298,5.295]],["name/401",[305,62.513]],["parent/401",[298,5.295]],["name/402",[306,68.39]],["parent/402",[298,5.295]],["name/403",[307,62.513]],["parent/403",[298,5.295]],["name/404",[308,62.513]],["parent/404",[298,5.295]],["name/405",[309,68.39]],["parent/405",[240,3.115]],["name/406",[310,65.026]],["parent/406",[240,3.115]],["name/407",[311,65.026]],["parent/407",[240,3.115]],["name/408",[312,68.39]],["parent/408",[240,3.115]],["name/409",[22,17.527]],["parent/409",[313,7.325]],["name/410",[314,68.39]],["parent/410",[315,6.03]],["name/411",[316,68.39]],["parent/411",[315,6.03]],["name/412",[171,43.054]],["parent/412",[315,6.03]],["name/413",[317,68.39]],["parent/413",[315,6.03]],["name/414",[318,68.39]],["parent/414",[315,6.03]],["name/415",[319,65.026]],["parent/415",[240,3.115]],["name/416",[320,68.39]],["parent/416",[240,3.115]],["name/417",[22,17.527]],["parent/417",[321,7.325]],["name/418",[322,68.39]],["parent/418",[323,6.23]],["name/419",[172,50.145]],["parent/419",[323,6.23]],["name/420",[324,68.39]],["parent/420",[323,6.23]],["name/421",[325,58.835]],["parent/421",[323,6.23]],["name/422",[326,68.39]],["parent/422",[240,3.115]],["name/423",[327,65.026]],["parent/423",[240,3.115]],["name/424",[328,65.026]],["parent/424",[240,3.115]],["name/425",[329,68.39]],["parent/425",[240,3.115]],["name/426",[330,62.513]],["parent/426",[240,3.115]],["name/427",[22,17.527]],["parent/427",[331,7.325]],["name/428",[330,62.513]],["parent/428",[332,7.325]],["name/429",[333,65.026]],["parent/429",[240,3.115]],["name/430",[334,65.026]],["parent/430",[240,3.115]],["name/431",[335,68.39]],["parent/431",[240,3.115]],["name/432",[336,65.026]],["parent/432",[240,3.115]],["name/433",[337,65.026]],["parent/433",[240,3.115]],["name/434",[338,65.026]],["parent/434",[240,3.115]],["name/435",[22,17.527]],["parent/435",[339,7.325]],["name/436",[340,65.026]],["parent/436",[240,3.115]],["name/437",[341,68.39]],["parent/437",[240,3.115]],["name/438",[342,60.506]],["parent/438",[240,3.115]],["name/439",[22,17.527]],["parent/439",[343,7.325]],["name/440",[344,68.39]],["parent/440",[345,6.23]],["name/441",[346,65.026]],["parent/441",[345,6.23]],["name/442",[347,68.39]],["parent/442",[345,6.23]],["name/443",[325,58.835]],["parent/443",[345,6.23]],["name/444",[348,65.026]],["parent/444",[240,3.115]],["name/445",[349,65.026]],["parent/445",[240,3.115]],["name/446",[350,68.39]],["parent/446",[240,3.115]],["name/447",[22,17.527]],["parent/447",[351,7.325]],["name/448",[187,48.376]],["parent/448",[352,6.816]],["name/449",[194,48.376]],["parent/449",[352,6.816]],["name/450",[353,65.026]],["parent/450",[240,3.115]],["name/451",[354,68.39]],["parent/451",[240,3.115]],["name/452",[22,17.527]],["parent/452",[355,7.325]],["name/453",[356,65.026]],["parent/453",[357,6.816]],["name/454",[358,68.39]],["parent/454",[357,6.816]],["name/455",[359,68.39]],["parent/455",[240,3.115]],["name/456",[360,65.026]],["parent/456",[240,3.115]],["name/457",[361,65.026]],["parent/457",[240,3.115]],["name/458",[362,65.026]],["parent/458",[240,3.115]],["name/459",[22,17.527]],["parent/459",[363,7.325]],["name/460",[364,65.026]],["parent/460",[365,6.816]],["name/461",[366,65.026]],["parent/461",[365,6.816]],["name/462",[367,65.026]],["parent/462",[240,3.115]],["name/463",[368,68.39]],["parent/463",[240,3.115]],["name/464",[22,17.527]],["parent/464",[369,7.325]],["name/465",[297,62.513]],["parent/465",[370,5.486]],["name/466",[300,62.513]],["parent/466",[370,5.486]],["name/467",[301,62.513]],["parent/467",[370,5.486]],["name/468",[302,62.513]],["parent/468",[370,5.486]],["name/469",[303,62.513]],["parent/469",[370,5.486]],["name/470",[304,62.513]],["parent/470",[370,5.486]],["name/471",[305,62.513]],["parent/471",[370,5.486]],["name/472",[307,62.513]],["parent/472",[370,5.486]],["name/473",[308,62.513]],["parent/473",[370,5.486]],["name/474",[371,68.39]],["parent/474",[240,3.115]],["name/475",[372,68.39]],["parent/475",[240,3.115]],["name/476",[22,17.527]],["parent/476",[373,7.325]],["name/477",[171,43.054]],["parent/477",[374,6.481]],["name/478",[375,68.39]],["parent/478",[374,6.481]],["name/479",[194,48.376]],["parent/479",[374,6.481]],["name/480",[376,58.835]],["parent/480",[240,3.115]],["name/481",[22,17.527]],["parent/481",[377,7.325]],["name/482",[378,68.39]],["parent/482",[379,6.481]],["name/483",[219,65.026]],["parent/483",[379,6.481]],["name/484",[376,58.835]],["parent/484",[379,6.481]],["name/485",[380,65.026]],["parent/485",[240,3.115]],["name/486",[22,17.527]],["parent/486",[381,7.325]],["name/487",[171,43.054]],["parent/487",[382,5.596]],["name/488",[383,68.39]],["parent/488",[382,5.596]],["name/489",[342,60.506]],["parent/489",[382,5.596]],["name/490",[384,68.39]],["parent/490",[382,5.596]],["name/491",[385,68.39]],["parent/491",[382,5.596]],["name/492",[386,68.39]],["parent/492",[382,5.596]],["name/493",[387,68.39]],["parent/493",[382,5.596]],["name/494",[187,48.376]],["parent/494",[382,5.596]],["name/495",[97,52.296]],["parent/495",[240,3.115]],["name/496",[98,52.296]],["parent/496",[240,3.115]],["name/497",[22,17.527]],["parent/497",[388,7.325]],["name/498",[100,51.526]],["parent/498",[240,3.115]],["name/499",[22,17.527]],["parent/499",[389,7.325]],["name/500",[102,52.296]],["parent/500",[240,3.115]],["name/501",[22,17.527]],["parent/501",[390,7.325]],["name/502",[104,51.526]],["parent/502",[240,3.115]],["name/503",[22,17.527]],["parent/503",[391,7.325]],["name/504",[106,51.526]],["parent/504",[240,3.115]],["name/505",[22,17.527]],["parent/505",[392,7.325]],["name/506",[108,51.526]],["parent/506",[240,3.115]],["name/507",[22,17.527]],["parent/507",[393,7.325]],["name/508",[110,51.526]],["parent/508",[240,3.115]],["name/509",[22,17.527]],["parent/509",[394,7.325]],["name/510",[112,51.526]],["parent/510",[240,3.115]],["name/511",[22,17.527]],["parent/511",[395,7.325]],["name/512",[114,51.526]],["parent/512",[240,3.115]],["name/513",[22,17.527]],["parent/513",[396,7.325]],["name/514",[116,51.526]],["parent/514",[240,3.115]],["name/515",[22,17.527]],["parent/515",[397,7.325]],["name/516",[118,51.526]],["parent/516",[240,3.115]],["name/517",[22,17.527]],["parent/517",[398,7.325]],["name/518",[120,51.526]],["parent/518",[240,3.115]],["name/519",[22,17.527]],["parent/519",[399,7.325]],["name/520",[124,51.526]],["parent/520",[240,3.115]],["name/521",[22,17.527]],["parent/521",[400,7.325]],["name/522",[126,52.296]],["parent/522",[240,3.115]],["name/523",[22,17.527]],["parent/523",[401,7.325]],["name/524",[128,52.296]],["parent/524",[240,3.115]],["name/525",[22,17.527]],["parent/525",[402,7.325]],["name/526",[130,52.296]],["parent/526",[240,3.115]],["name/527",[131,51.526]],["parent/527",[240,3.115]],["name/528",[403,73.499]],["parent/528",[240,3.115]],["name/529",[22,17.527]],["parent/529",[404,7.325]],["name/530",[197,50.812]],["parent/530",[405,5.596]],["name/531",[406,73.499]],["parent/531",[405,5.596]],["name/532",[407,73.499]],["parent/532",[405,5.596]],["name/533",[408,73.499]],["parent/533",[405,5.596]],["name/534",[409,68.39]],["parent/534",[405,5.596]],["name/535",[410,65.026]],["parent/535",[405,5.596]],["name/536",[411,73.499]],["parent/536",[405,5.596]],["name/537",[412,73.499]],["parent/537",[405,5.596]],["name/538",[413,73.499]],["parent/538",[240,3.115]],["name/539",[22,17.527]],["parent/539",[414,7.325]],["name/540",[415,73.499]],["parent/540",[416,5.295]],["name/541",[417,73.499]],["parent/541",[416,5.295]],["name/542",[418,53.13]],["parent/542",[416,5.295]],["name/543",[419,55.04]],["parent/543",[416,5.295]],["name/544",[420,73.499]],["parent/544",[416,5.295]],["name/545",[421,73.499]],["parent/545",[416,5.295]],["name/546",[422,73.499]],["parent/546",[416,5.295]],["name/547",[423,73.499]],["parent/547",[416,5.295]],["name/548",[424,73.499]],["parent/548",[416,5.295]],["name/549",[425,73.499]],["parent/549",[416,5.295]],["name/550",[426,73.499]],["parent/550",[416,5.295]],["name/551",[427,73.499]],["parent/551",[240,3.115]],["name/552",[428,36.363]],["parent/552",[]],["name/553",[428,36.363]],["parent/553",[428,3.624]],["name/554",[11,47.349]],["parent/554",[429,5.721]],["name/555",[63,51.526]],["parent/555",[429,5.721]],["name/556",[24,49.52]],["parent/556",[429,5.721]],["name/557",[430,73.499]],["parent/557",[429,5.721]],["name/558",[431,73.499]],["parent/558",[429,5.721]],["name/559",[432,73.499]],["parent/559",[429,5.721]],["name/560",[433,73.499]],["parent/560",[429,5.721]],["name/561",[434,73.499]],["parent/561",[428,3.624]],["name/562",[96,51.526]],["parent/562",[428,3.624]],["name/563",[97,52.296]],["parent/563",[428,3.624]],["name/564",[98,52.296]],["parent/564",[428,3.624]],["name/565",[22,17.527]],["parent/565",[435,7.325]],["name/566",[100,51.526]],["parent/566",[428,3.624]],["name/567",[22,17.527]],["parent/567",[436,7.325]],["name/568",[102,52.296]],["parent/568",[428,3.624]],["name/569",[22,17.527]],["parent/569",[437,7.325]],["name/570",[104,51.526]],["parent/570",[428,3.624]],["name/571",[22,17.527]],["parent/571",[438,7.325]],["name/572",[106,51.526]],["parent/572",[428,3.624]],["name/573",[22,17.527]],["parent/573",[439,7.325]],["name/574",[108,51.526]],["parent/574",[428,3.624]],["name/575",[22,17.527]],["parent/575",[440,7.325]],["name/576",[110,51.526]],["parent/576",[428,3.624]],["name/577",[22,17.527]],["parent/577",[441,7.325]],["name/578",[112,51.526]],["parent/578",[428,3.624]],["name/579",[22,17.527]],["parent/579",[442,7.325]],["name/580",[114,51.526]],["parent/580",[428,3.624]],["name/581",[22,17.527]],["parent/581",[443,7.325]],["name/582",[116,51.526]],["parent/582",[428,3.624]],["name/583",[22,17.527]],["parent/583",[444,7.325]],["name/584",[118,51.526]],["parent/584",[428,3.624]],["name/585",[22,17.527]],["parent/585",[445,7.325]],["name/586",[120,51.526]],["parent/586",[428,3.624]],["name/587",[22,17.527]],["parent/587",[446,7.325]],["name/588",[122,51.526]],["parent/588",[428,3.624]],["name/589",[22,17.527]],["parent/589",[447,7.325]],["name/590",[124,51.526]],["parent/590",[428,3.624]],["name/591",[22,17.527]],["parent/591",[448,7.325]],["name/592",[126,52.296]],["parent/592",[428,3.624]],["name/593",[22,17.527]],["parent/593",[449,7.325]],["name/594",[128,52.296]],["parent/594",[428,3.624]],["name/595",[22,17.527]],["parent/595",[450,7.325]],["name/596",[130,52.296]],["parent/596",[428,3.624]],["name/597",[131,51.526]],["parent/597",[428,3.624]],["name/598",[132,51.526]],["parent/598",[428,3.624]],["name/599",[133,51.526]],["parent/599",[428,3.624]],["name/600",[134,51.526]],["parent/600",[428,3.624]],["name/601",[135,52.296]],["parent/601",[428,3.624]],["name/602",[136,52.296]],["parent/602",[428,3.624]],["name/603",[137,51.526]],["parent/603",[428,3.624]],["name/604",[138,51.526]],["parent/604",[428,3.624]],["name/605",[139,51.526]],["parent/605",[428,3.624]],["name/606",[140,51.526]],["parent/606",[428,3.624]],["name/607",[22,17.527]],["parent/607",[451,7.325]],["name/608",[142,51.526]],["parent/608",[428,3.624]],["name/609",[22,17.527]],["parent/609",[452,7.325]],["name/610",[144,45.167]],["parent/610",[428,3.624]],["name/611",[22,17.527]],["parent/611",[453,7.325]],["name/612",[283,56.153]],["parent/612",[428,3.624]],["name/613",[22,17.527]],["parent/613",[454,7.325]],["name/614",[146,51.526]],["parent/614",[428,3.624]],["name/615",[22,17.527]],["parent/615",[455,7.325]],["name/616",[148,51.526]],["parent/616",[428,3.624]],["name/617",[149,51.526]],["parent/617",[428,3.624]],["name/618",[150,51.526]],["parent/618",[428,3.624]],["name/619",[151,51.526]],["parent/619",[428,3.624]],["name/620",[152,51.526]],["parent/620",[428,3.624]],["name/621",[153,51.526]],["parent/621",[428,3.624]],["name/622",[154,50.812]],["parent/622",[428,3.624]],["name/623",[155,51.526]],["parent/623",[428,3.624]],["name/624",[156,51.526]],["parent/624",[428,3.624]],["name/625",[157,51.526]],["parent/625",[428,3.624]],["name/626",[158,51.526]],["parent/626",[428,3.624]],["name/627",[159,51.526]],["parent/627",[428,3.624]],["name/628",[160,51.526]],["parent/628",[428,3.624]],["name/629",[161,51.526]],["parent/629",[428,3.624]],["name/630",[162,51.526]],["parent/630",[428,3.624]],["name/631",[163,50.812]],["parent/631",[428,3.624]],["name/632",[164,51.526]],["parent/632",[428,3.624]],["name/633",[165,51.526]],["parent/633",[428,3.624]],["name/634",[166,52.296]],["parent/634",[428,3.624]],["name/635",[167,52.296]],["parent/635",[428,3.624]],["name/636",[22,17.527]],["parent/636",[456,7.325]],["name/637",[169,52.296]],["parent/637",[457,4.719]],["name/638",[171,43.054]],["parent/638",[457,4.719]],["name/639",[172,50.145]],["parent/639",[457,4.719]],["name/640",[173,45.567]],["parent/640",[457,4.719]],["name/641",[174,52.296]],["parent/641",[457,4.719]],["name/642",[175,52.296]],["parent/642",[457,4.719]],["name/643",[176,52.296]],["parent/643",[457,4.719]],["name/644",[177,50.812]],["parent/644",[457,4.719]],["name/645",[178,52.296]],["parent/645",[457,4.719]],["name/646",[179,50.812]],["parent/646",[457,4.719]],["name/647",[180,52.296]],["parent/647",[457,4.719]],["name/648",[181,52.296]],["parent/648",[457,4.719]],["name/649",[182,52.296]],["parent/649",[457,4.719]],["name/650",[183,52.296]],["parent/650",[457,4.719]],["name/651",[144,45.167]],["parent/651",[457,4.719]],["name/652",[184,52.296]],["parent/652",[457,4.719]],["name/653",[185,52.296]],["parent/653",[457,4.719]],["name/654",[186,52.296]],["parent/654",[457,4.719]],["name/655",[187,48.376]],["parent/655",[457,4.719]],["name/656",[188,52.296]],["parent/656",[457,4.719]],["name/657",[189,52.296]],["parent/657",[428,3.624]],["name/658",[22,17.527]],["parent/658",[458,7.325]],["name/659",[173,45.567]],["parent/659",[459,6.03]],["name/660",[192,52.296]],["parent/660",[459,6.03]],["name/661",[171,43.054]],["parent/661",[459,6.03]],["name/662",[193,52.296]],["parent/662",[459,6.03]],["name/663",[194,48.376]],["parent/663",[459,6.03]],["name/664",[460,73.499]],["parent/664",[428,3.624]],["name/665",[22,17.527]],["parent/665",[461,7.325]],["name/666",[197,50.812]],["parent/666",[462,6.816]],["name/667",[210,68.39]],["parent/667",[462,6.816]],["name/668",[463,73.499]],["parent/668",[428,3.624]],["name/669",[22,17.527]],["parent/669",[464,7.325]],["name/670",[418,53.13]],["parent/670",[465,7.325]],["name/671",[466,73.499]],["parent/671",[428,3.624]],["name/672",[467,28.317]],["parent/672",[]],["name/673",[467,28.317]],["parent/673",[467,2.822]],["name/674",[11,47.349]],["parent/674",[468,4.26]],["name/675",[63,51.526]],["parent/675",[468,4.26]],["name/676",[24,49.52]],["parent/676",[468,4.26]],["name/677",[469,73.499]],["parent/677",[468,4.26]],["name/678",[74,68.39]],["parent/678",[468,4.26]],["name/679",[470,73.499]],["parent/679",[468,4.26]],["name/680",[471,73.499]],["parent/680",[468,4.26]],["name/681",[472,73.499]],["parent/681",[468,4.26]],["name/682",[473,73.499]],["parent/682",[468,4.26]],["name/683",[474,73.499]],["parent/683",[468,4.26]],["name/684",[475,73.499]],["parent/684",[468,4.26]],["name/685",[476,73.499]],["parent/685",[468,4.26]],["name/686",[477,73.499]],["parent/686",[468,4.26]],["name/687",[478,73.499]],["parent/687",[468,4.26]],["name/688",[479,73.499]],["parent/688",[468,4.26]],["name/689",[480,73.499]],["parent/689",[468,4.26]],["name/690",[481,73.499]],["parent/690",[468,4.26]],["name/691",[482,73.499]],["parent/691",[468,4.26]],["name/692",[483,73.499]],["parent/692",[468,4.26]],["name/693",[484,73.499]],["parent/693",[468,4.26]],["name/694",[485,73.499]],["parent/694",[468,4.26]],["name/695",[486,73.499]],["parent/695",[468,4.26]],["name/696",[487,73.499]],["parent/696",[468,4.26]],["name/697",[488,73.499]],["parent/697",[468,4.26]],["name/698",[489,73.499]],["parent/698",[468,4.26]],["name/699",[490,73.499]],["parent/699",[468,4.26]],["name/700",[491,73.499]],["parent/700",[468,4.26]],["name/701",[492,73.499]],["parent/701",[468,4.26]],["name/702",[493,73.499]],["parent/702",[468,4.26]],["name/703",[494,73.499]],["parent/703",[468,4.26]],["name/704",[495,73.499]],["parent/704",[468,4.26]],["name/705",[496,73.499]],["parent/705",[468,4.26]],["name/706",[497,73.499]],["parent/706",[467,2.822]],["name/707",[498,73.499]],["parent/707",[467,2.822]],["name/708",[499,73.499]],["parent/708",[467,2.822]],["name/709",[500,68.39]],["parent/709",[467,2.822]],["name/710",[501,68.39]],["parent/710",[467,2.822]],["name/711",[292,65.026]],["parent/711",[467,2.822]],["name/712",[502,73.499]],["parent/712",[467,2.822]],["name/713",[293,68.39]],["parent/713",[467,2.822]],["name/714",[503,73.499]],["parent/714",[467,2.822]],["name/715",[504,73.499]],["parent/715",[467,2.822]],["name/716",[295,65.026]],["parent/716",[467,2.822]],["name/717",[310,65.026]],["parent/717",[467,2.822]],["name/718",[311,65.026]],["parent/718",[467,2.822]],["name/719",[505,73.499]],["parent/719",[467,2.822]],["name/720",[319,65.026]],["parent/720",[467,2.822]],["name/721",[327,65.026]],["parent/721",[467,2.822]],["name/722",[506,65.026]],["parent/722",[467,2.822]],["name/723",[507,73.499]],["parent/723",[467,2.822]],["name/724",[328,65.026]],["parent/724",[467,2.822]],["name/725",[508,73.499]],["parent/725",[467,2.822]],["name/726",[509,73.499]],["parent/726",[467,2.822]],["name/727",[510,73.499]],["parent/727",[467,2.822]],["name/728",[511,68.39]],["parent/728",[467,2.822]],["name/729",[333,65.026]],["parent/729",[467,2.822]],["name/730",[512,65.026]],["parent/730",[467,2.822]],["name/731",[513,73.499]],["parent/731",[467,2.822]],["name/732",[514,68.39]],["parent/732",[467,2.822]],["name/733",[515,65.026]],["parent/733",[467,2.822]],["name/734",[334,65.026]],["parent/734",[467,2.822]],["name/735",[516,73.499]],["parent/735",[467,2.822]],["name/736",[336,65.026]],["parent/736",[467,2.822]],["name/737",[337,65.026]],["parent/737",[467,2.822]],["name/738",[517,65.026]],["parent/738",[467,2.822]],["name/739",[338,65.026]],["parent/739",[467,2.822]],["name/740",[518,73.499]],["parent/740",[467,2.822]],["name/741",[340,65.026]],["parent/741",[467,2.822]],["name/742",[519,73.499]],["parent/742",[467,2.822]],["name/743",[342,60.506]],["parent/743",[467,2.822]],["name/744",[520,68.39]],["parent/744",[467,2.822]],["name/745",[348,65.026]],["parent/745",[467,2.822]],["name/746",[349,65.026]],["parent/746",[467,2.822]],["name/747",[521,73.499]],["parent/747",[467,2.822]],["name/748",[522,73.499]],["parent/748",[467,2.822]],["name/749",[523,73.499]],["parent/749",[467,2.822]],["name/750",[524,68.39]],["parent/750",[467,2.822]],["name/751",[525,73.499]],["parent/751",[467,2.822]],["name/752",[353,65.026]],["parent/752",[467,2.822]],["name/753",[526,73.499]],["parent/753",[467,2.822]],["name/754",[527,65.026]],["parent/754",[467,2.822]],["name/755",[528,73.499]],["parent/755",[467,2.822]],["name/756",[529,73.499]],["parent/756",[467,2.822]],["name/757",[530,73.499]],["parent/757",[467,2.822]],["name/758",[531,68.39]],["parent/758",[467,2.822]],["name/759",[532,73.499]],["parent/759",[467,2.822]],["name/760",[533,73.499]],["parent/760",[467,2.822]],["name/761",[360,65.026]],["parent/761",[467,2.822]],["name/762",[534,73.499]],["parent/762",[467,2.822]],["name/763",[535,73.499]],["parent/763",[467,2.822]],["name/764",[536,73.499]],["parent/764",[467,2.822]],["name/765",[361,65.026]],["parent/765",[467,2.822]],["name/766",[362,65.026]],["parent/766",[467,2.822]],["name/767",[22,17.527]],["parent/767",[537,7.325]],["name/768",[364,65.026]],["parent/768",[538,6.816]],["name/769",[366,65.026]],["parent/769",[538,6.816]],["name/770",[539,73.499]],["parent/770",[467,2.822]],["name/771",[367,65.026]],["parent/771",[467,2.822]],["name/772",[540,68.39]],["parent/772",[467,2.822]],["name/773",[541,65.026]],["parent/773",[467,2.822]],["name/774",[542,65.026]],["parent/774",[467,2.822]],["name/775",[543,65.026]],["parent/775",[467,2.822]],["name/776",[544,68.39]],["parent/776",[467,2.822]],["name/777",[376,58.835]],["parent/777",[467,2.822]],["name/778",[545,73.499]],["parent/778",[467,2.822]],["name/779",[380,65.026]],["parent/779",[467,2.822]],["name/780",[96,51.526]],["parent/780",[467,2.822]],["name/781",[97,52.296]],["parent/781",[467,2.822]],["name/782",[98,52.296]],["parent/782",[467,2.822]],["name/783",[22,17.527]],["parent/783",[546,7.325]],["name/784",[100,51.526]],["parent/784",[467,2.822]],["name/785",[22,17.527]],["parent/785",[547,7.325]],["name/786",[102,52.296]],["parent/786",[467,2.822]],["name/787",[22,17.527]],["parent/787",[548,7.325]],["name/788",[104,51.526]],["parent/788",[467,2.822]],["name/789",[22,17.527]],["parent/789",[549,7.325]],["name/790",[106,51.526]],["parent/790",[467,2.822]],["name/791",[22,17.527]],["parent/791",[550,7.325]],["name/792",[108,51.526]],["parent/792",[467,2.822]],["name/793",[22,17.527]],["parent/793",[551,7.325]],["name/794",[110,51.526]],["parent/794",[467,2.822]],["name/795",[22,17.527]],["parent/795",[552,7.325]],["name/796",[112,51.526]],["parent/796",[467,2.822]],["name/797",[22,17.527]],["parent/797",[553,7.325]],["name/798",[114,51.526]],["parent/798",[467,2.822]],["name/799",[22,17.527]],["parent/799",[554,7.325]],["name/800",[116,51.526]],["parent/800",[467,2.822]],["name/801",[22,17.527]],["parent/801",[555,7.325]],["name/802",[118,51.526]],["parent/802",[467,2.822]],["name/803",[22,17.527]],["parent/803",[556,7.325]],["name/804",[120,51.526]],["parent/804",[467,2.822]],["name/805",[22,17.527]],["parent/805",[557,7.325]],["name/806",[122,51.526]],["parent/806",[467,2.822]],["name/807",[22,17.527]],["parent/807",[558,7.325]],["name/808",[124,51.526]],["parent/808",[467,2.822]],["name/809",[22,17.527]],["parent/809",[559,7.325]],["name/810",[126,52.296]],["parent/810",[467,2.822]],["name/811",[22,17.527]],["parent/811",[560,7.325]],["name/812",[128,52.296]],["parent/812",[467,2.822]],["name/813",[22,17.527]],["parent/813",[561,7.325]],["name/814",[130,52.296]],["parent/814",[467,2.822]],["name/815",[131,51.526]],["parent/815",[467,2.822]],["name/816",[562,73.499]],["parent/816",[467,2.822]],["name/817",[22,17.527]],["parent/817",[563,7.325]],["name/818",[564,60.506]],["parent/818",[467,2.822]],["name/819",[22,17.527]],["parent/819",[565,7.325]],["name/820",[566,57.404]],["parent/820",[467,2.822]],["name/821",[22,17.527]],["parent/821",[567,7.325]],["name/822",[568,73.499]],["parent/822",[467,2.822]],["name/823",[22,17.527]],["parent/823",[569,7.325]],["name/824",[570,60.506]],["parent/824",[467,2.822]],["name/825",[22,17.527]],["parent/825",[571,7.325]],["name/826",[572,73.499]],["parent/826",[467,2.822]],["name/827",[22,17.527]],["parent/827",[573,7.325]],["name/828",[132,51.526]],["parent/828",[467,2.822]],["name/829",[133,51.526]],["parent/829",[467,2.822]],["name/830",[134,51.526]],["parent/830",[467,2.822]],["name/831",[135,52.296]],["parent/831",[467,2.822]],["name/832",[136,52.296]],["parent/832",[467,2.822]],["name/833",[137,51.526]],["parent/833",[467,2.822]],["name/834",[138,51.526]],["parent/834",[467,2.822]],["name/835",[139,51.526]],["parent/835",[467,2.822]],["name/836",[140,51.526]],["parent/836",[467,2.822]],["name/837",[22,17.527]],["parent/837",[574,7.325]],["name/838",[142,51.526]],["parent/838",[467,2.822]],["name/839",[22,17.527]],["parent/839",[575,7.325]],["name/840",[144,45.167]],["parent/840",[467,2.822]],["name/841",[22,17.527]],["parent/841",[576,7.325]],["name/842",[283,56.153]],["parent/842",[467,2.822]],["name/843",[22,17.527]],["parent/843",[577,7.325]],["name/844",[146,51.526]],["parent/844",[467,2.822]],["name/845",[22,17.527]],["parent/845",[578,7.325]],["name/846",[148,51.526]],["parent/846",[467,2.822]],["name/847",[149,51.526]],["parent/847",[467,2.822]],["name/848",[150,51.526]],["parent/848",[467,2.822]],["name/849",[151,51.526]],["parent/849",[467,2.822]],["name/850",[152,51.526]],["parent/850",[467,2.822]],["name/851",[153,51.526]],["parent/851",[467,2.822]],["name/852",[154,50.812]],["parent/852",[467,2.822]],["name/853",[155,51.526]],["parent/853",[467,2.822]],["name/854",[156,51.526]],["parent/854",[467,2.822]],["name/855",[157,51.526]],["parent/855",[467,2.822]],["name/856",[158,51.526]],["parent/856",[467,2.822]],["name/857",[159,51.526]],["parent/857",[467,2.822]],["name/858",[160,51.526]],["parent/858",[467,2.822]],["name/859",[161,51.526]],["parent/859",[467,2.822]],["name/860",[162,51.526]],["parent/860",[467,2.822]],["name/861",[163,50.812]],["parent/861",[467,2.822]],["name/862",[164,51.526]],["parent/862",[467,2.822]],["name/863",[165,51.526]],["parent/863",[467,2.822]],["name/864",[166,52.296]],["parent/864",[467,2.822]],["name/865",[167,52.296]],["parent/865",[467,2.822]],["name/866",[22,17.527]],["parent/866",[579,7.325]],["name/867",[169,52.296]],["parent/867",[580,4.719]],["name/868",[171,43.054]],["parent/868",[580,4.719]],["name/869",[172,50.145]],["parent/869",[580,4.719]],["name/870",[173,45.567]],["parent/870",[580,4.719]],["name/871",[174,52.296]],["parent/871",[580,4.719]],["name/872",[175,52.296]],["parent/872",[580,4.719]],["name/873",[176,52.296]],["parent/873",[580,4.719]],["name/874",[177,50.812]],["parent/874",[580,4.719]],["name/875",[178,52.296]],["parent/875",[580,4.719]],["name/876",[179,50.812]],["parent/876",[580,4.719]],["name/877",[180,52.296]],["parent/877",[580,4.719]],["name/878",[181,52.296]],["parent/878",[580,4.719]],["name/879",[182,52.296]],["parent/879",[580,4.719]],["name/880",[183,52.296]],["parent/880",[580,4.719]],["name/881",[144,45.167]],["parent/881",[580,4.719]],["name/882",[184,52.296]],["parent/882",[580,4.719]],["name/883",[185,52.296]],["parent/883",[580,4.719]],["name/884",[186,52.296]],["parent/884",[580,4.719]],["name/885",[187,48.376]],["parent/885",[580,4.719]],["name/886",[188,52.296]],["parent/886",[580,4.719]],["name/887",[189,52.296]],["parent/887",[467,2.822]],["name/888",[22,17.527]],["parent/888",[581,7.325]],["name/889",[173,45.567]],["parent/889",[582,6.03]],["name/890",[192,52.296]],["parent/890",[582,6.03]],["name/891",[171,43.054]],["parent/891",[582,6.03]],["name/892",[193,52.296]],["parent/892",[582,6.03]],["name/893",[194,48.376]],["parent/893",[582,6.03]],["name/894",[583,73.499]],["parent/894",[467,2.822]],["name/895",[22,17.527]],["parent/895",[584,7.325]],["name/896",[197,50.812]],["parent/896",[585,5.864]],["name/897",[586,73.499]],["parent/897",[585,5.864]],["name/898",[587,73.499]],["parent/898",[585,5.864]],["name/899",[410,65.026]],["parent/899",[585,5.864]],["name/900",[588,73.499]],["parent/900",[585,5.864]],["name/901",[409,68.39]],["parent/901",[585,5.864]],["name/902",[589,73.499]],["parent/902",[467,2.822]],["name/903",[22,17.527]],["parent/903",[590,7.325]],["name/904",[418,53.13]],["parent/904",[591,5.212]],["name/905",[592,73.499]],["parent/905",[591,5.212]],["name/906",[593,73.499]],["parent/906",[591,5.212]],["name/907",[594,73.499]],["parent/907",[591,5.212]],["name/908",[595,73.499]],["parent/908",[591,5.212]],["name/909",[596,73.499]],["parent/909",[591,5.212]],["name/910",[376,58.835]],["parent/910",[591,5.212]],["name/911",[597,60.506]],["parent/911",[591,5.212]],["name/912",[598,60.506]],["parent/912",[591,5.212]],["name/913",[356,65.026]],["parent/913",[591,5.212]],["name/914",[599,73.499]],["parent/914",[591,5.212]],["name/915",[600,73.499]],["parent/915",[591,5.212]],["name/916",[601,73.499]],["parent/916",[467,2.822]],["name/917",[602,31.755]],["parent/917",[]],["name/918",[602,31.755]],["parent/918",[602,3.165]],["name/919",[11,47.349]],["parent/919",[603,6.03]],["name/920",[63,51.526]],["parent/920",[603,6.03]],["name/921",[24,49.52]],["parent/921",[603,6.03]],["name/922",[604,73.499]],["parent/922",[603,6.03]],["name/923",[605,73.499]],["parent/923",[603,6.03]],["name/924",[96,51.526]],["parent/924",[602,3.165]],["name/925",[100,51.526]],["parent/925",[602,3.165]],["name/926",[22,17.527]],["parent/926",[606,7.325]],["name/927",[104,51.526]],["parent/927",[602,3.165]],["name/928",[22,17.527]],["parent/928",[607,7.325]],["name/929",[106,51.526]],["parent/929",[602,3.165]],["name/930",[22,17.527]],["parent/930",[608,7.325]],["name/931",[108,51.526]],["parent/931",[602,3.165]],["name/932",[22,17.527]],["parent/932",[609,7.325]],["name/933",[110,51.526]],["parent/933",[602,3.165]],["name/934",[22,17.527]],["parent/934",[610,7.325]],["name/935",[112,51.526]],["parent/935",[602,3.165]],["name/936",[22,17.527]],["parent/936",[611,7.325]],["name/937",[114,51.526]],["parent/937",[602,3.165]],["name/938",[22,17.527]],["parent/938",[612,7.325]],["name/939",[116,51.526]],["parent/939",[602,3.165]],["name/940",[22,17.527]],["parent/940",[613,7.325]],["name/941",[118,51.526]],["parent/941",[602,3.165]],["name/942",[22,17.527]],["parent/942",[614,7.325]],["name/943",[120,51.526]],["parent/943",[602,3.165]],["name/944",[22,17.527]],["parent/944",[615,7.325]],["name/945",[124,51.526]],["parent/945",[602,3.165]],["name/946",[22,17.527]],["parent/946",[616,7.325]],["name/947",[132,51.526]],["parent/947",[602,3.165]],["name/948",[133,51.526]],["parent/948",[602,3.165]],["name/949",[134,51.526]],["parent/949",[602,3.165]],["name/950",[137,51.526]],["parent/950",[602,3.165]],["name/951",[138,51.526]],["parent/951",[602,3.165]],["name/952",[139,51.526]],["parent/952",[602,3.165]],["name/953",[140,51.526]],["parent/953",[602,3.165]],["name/954",[22,17.527]],["parent/954",[617,7.325]],["name/955",[142,51.526]],["parent/955",[602,3.165]],["name/956",[22,17.527]],["parent/956",[618,7.325]],["name/957",[144,45.167]],["parent/957",[602,3.165]],["name/958",[22,17.527]],["parent/958",[619,7.325]],["name/959",[146,51.526]],["parent/959",[602,3.165]],["name/960",[22,17.527]],["parent/960",[620,7.325]],["name/961",[148,51.526]],["parent/961",[602,3.165]],["name/962",[149,51.526]],["parent/962",[602,3.165]],["name/963",[150,51.526]],["parent/963",[602,3.165]],["name/964",[151,51.526]],["parent/964",[602,3.165]],["name/965",[152,51.526]],["parent/965",[602,3.165]],["name/966",[153,51.526]],["parent/966",[602,3.165]],["name/967",[154,50.812]],["parent/967",[602,3.165]],["name/968",[155,51.526]],["parent/968",[602,3.165]],["name/969",[156,51.526]],["parent/969",[602,3.165]],["name/970",[157,51.526]],["parent/970",[602,3.165]],["name/971",[158,51.526]],["parent/971",[602,3.165]],["name/972",[159,51.526]],["parent/972",[602,3.165]],["name/973",[160,51.526]],["parent/973",[602,3.165]],["name/974",[161,51.526]],["parent/974",[602,3.165]],["name/975",[162,51.526]],["parent/975",[602,3.165]],["name/976",[163,50.812]],["parent/976",[602,3.165]],["name/977",[122,51.526]],["parent/977",[602,3.165]],["name/978",[164,51.526]],["parent/978",[602,3.165]],["name/979",[165,51.526]],["parent/979",[602,3.165]],["name/980",[621,73.499]],["parent/980",[602,3.165]],["name/981",[622,73.499]],["parent/981",[602,3.165]],["name/982",[623,73.499]],["parent/982",[602,3.165]],["name/983",[624,73.499]],["parent/983",[602,3.165]],["name/984",[22,17.527]],["parent/984",[625,7.325]],["name/985",[626,73.499]],["parent/985",[602,3.165]],["name/986",[22,17.527]],["parent/986",[627,7.325]],["name/987",[628,73.499]],["parent/987",[602,3.165]],["name/988",[22,17.527]],["parent/988",[629,7.325]],["name/989",[630,73.499]],["parent/989",[602,3.165]],["name/990",[22,17.527]],["parent/990",[631,7.325]],["name/991",[632,65.026]],["parent/991",[602,3.165]],["name/992",[22,17.527]],["parent/992",[633,7.325]],["name/993",[45,68.39]],["parent/993",[634,7.325]],["name/994",[635,73.499]],["parent/994",[602,3.165]],["name/995",[22,17.527]],["parent/995",[636,7.325]],["name/996",[632,65.026]],["parent/996",[637,7.325]],["name/997",[638,73.499]],["parent/997",[602,3.165]],["name/998",[22,17.527]],["parent/998",[639,7.325]],["name/999",[640,73.499]],["parent/999",[641,6.481]],["name/1000",[632,65.026]],["parent/1000",[641,6.481]],["name/1001",[642,73.499]],["parent/1001",[641,6.481]],["name/1002",[643,73.499]],["parent/1002",[602,3.165]],["name/1003",[22,17.527]],["parent/1003",[644,7.325]],["name/1004",[645,73.499]],["parent/1004",[602,3.165]],["name/1005",[22,17.527]],["parent/1005",[646,7.325]],["name/1006",[647,73.499]],["parent/1006",[602,3.165]],["name/1007",[22,17.527]],["parent/1007",[648,7.325]],["name/1008",[649,73.499]],["parent/1008",[602,3.165]],["name/1009",[22,17.527]],["parent/1009",[650,7.325]],["name/1010",[651,73.499]],["parent/1010",[602,3.165]],["name/1011",[22,17.527]],["parent/1011",[652,7.325]],["name/1012",[187,48.376]],["parent/1012",[653,6.23]],["name/1013",[325,58.835]],["parent/1013",[653,6.23]],["name/1014",[654,68.39]],["parent/1014",[653,6.23]],["name/1015",[655,68.39]],["parent/1015",[653,6.23]],["name/1016",[564,60.506]],["parent/1016",[602,3.165]],["name/1017",[22,17.527]],["parent/1017",[656,7.325]],["name/1018",[657,73.499]],["parent/1018",[602,3.165]],["name/1019",[22,17.527]],["parent/1019",[658,7.325]],["name/1020",[659,73.499]],["parent/1020",[602,3.165]],["name/1021",[22,17.527]],["parent/1021",[660,7.325]],["name/1022",[566,57.404]],["parent/1022",[602,3.165]],["name/1023",[22,17.527]],["parent/1023",[661,7.325]],["name/1024",[662,73.499]],["parent/1024",[602,3.165]],["name/1025",[22,17.527]],["parent/1025",[663,7.325]],["name/1026",[664,73.499]],["parent/1026",[602,3.165]],["name/1027",[22,17.527]],["parent/1027",[665,7.325]],["name/1028",[666,73.499]],["parent/1028",[602,3.165]],["name/1029",[22,17.527]],["parent/1029",[667,7.325]],["name/1030",[668,73.499]],["parent/1030",[669,6.03]],["name/1031",[187,48.376]],["parent/1031",[669,6.03]],["name/1032",[325,58.835]],["parent/1032",[669,6.03]],["name/1033",[654,68.39]],["parent/1033",[669,6.03]],["name/1034",[655,68.39]],["parent/1034",[669,6.03]],["name/1035",[670,73.499]],["parent/1035",[602,3.165]],["name/1036",[22,17.527]],["parent/1036",[671,7.325]],["name/1037",[672,73.499]],["parent/1037",[602,3.165]],["name/1038",[22,17.527]],["parent/1038",[673,7.325]],["name/1039",[194,48.376]],["parent/1039",[674,6.23]],["name/1040",[675,68.39]],["parent/1040",[674,6.23]],["name/1041",[676,65.026]],["parent/1041",[674,6.23]],["name/1042",[677,65.026]],["parent/1042",[674,6.23]],["name/1043",[677,65.026]],["parent/1043",[602,3.165]],["name/1044",[678,73.499]],["parent/1044",[602,3.165]],["name/1045",[22,17.527]],["parent/1045",[679,7.325]],["name/1046",[194,48.376]],["parent/1046",[680,6.23]],["name/1047",[675,68.39]],["parent/1047",[680,6.23]],["name/1048",[676,65.026]],["parent/1048",[680,6.23]],["name/1049",[677,65.026]],["parent/1049",[680,6.23]],["name/1050",[681,73.499]],["parent/1050",[602,3.165]],["name/1051",[22,17.527]],["parent/1051",[682,7.325]],["name/1052",[683,73.499]],["parent/1052",[684,5.864]],["name/1053",[685,68.39]],["parent/1053",[684,5.864]],["name/1054",[686,73.499]],["parent/1054",[684,5.864]],["name/1055",[598,60.506]],["parent/1055",[684,5.864]],["name/1056",[597,60.506]],["parent/1056",[684,5.864]],["name/1057",[687,73.499]],["parent/1057",[684,5.864]],["name/1058",[688,73.499]],["parent/1058",[602,3.165]],["name/1059",[22,17.527]],["parent/1059",[689,7.325]],["name/1060",[154,50.812]],["parent/1060",[690,5.721]],["name/1061",[691,73.499]],["parent/1061",[690,5.721]],["name/1062",[692,68.39]],["parent/1062",[690,5.721]],["name/1063",[693,68.39]],["parent/1063",[690,5.721]],["name/1064",[685,68.39]],["parent/1064",[690,5.721]],["name/1065",[694,68.39]],["parent/1065",[690,5.721]],["name/1066",[695,68.39]],["parent/1066",[690,5.721]],["name/1067",[676,65.026]],["parent/1067",[602,3.165]],["name/1068",[696,73.499]],["parent/1068",[602,3.165]],["name/1069",[697,73.499]],["parent/1069",[602,3.165]],["name/1070",[22,17.527]],["parent/1070",[698,7.325]],["name/1071",[699,68.39]],["parent/1071",[700,6.481]],["name/1072",[701,57.404]],["parent/1072",[700,6.481]],["name/1073",[702,68.39]],["parent/1073",[700,6.481]],["name/1074",[703,73.499]],["parent/1074",[602,3.165]],["name/1075",[22,17.527]],["parent/1075",[704,7.325]],["name/1076",[179,50.812]],["parent/1076",[705,6.23]],["name/1077",[177,50.812]],["parent/1077",[705,6.23]],["name/1078",[701,57.404]],["parent/1078",[705,6.23]],["name/1079",[702,68.39]],["parent/1079",[705,6.23]],["name/1080",[706,73.499]],["parent/1080",[602,3.165]],["name/1081",[22,17.527]],["parent/1081",[707,7.325]],["name/1082",[699,68.39]],["parent/1082",[708,6.481]],["name/1083",[701,57.404]],["parent/1083",[708,6.481]],["name/1084",[709,65.026]],["parent/1084",[708,6.481]],["name/1085",[710,73.499]],["parent/1085",[602,3.165]],["name/1086",[711,73.499]],["parent/1086",[602,3.165]],["name/1087",[22,17.527]],["parent/1087",[712,7.325]],["name/1088",[713,73.499]],["parent/1088",[602,3.165]],["name/1089",[22,17.527]],["parent/1089",[714,7.325]],["name/1090",[179,50.812]],["parent/1090",[715,6.23]],["name/1091",[177,50.812]],["parent/1091",[715,6.23]],["name/1092",[701,57.404]],["parent/1092",[715,6.23]],["name/1093",[709,65.026]],["parent/1093",[715,6.23]],["name/1094",[716,73.499]],["parent/1094",[602,3.165]],["name/1095",[22,17.527]],["parent/1095",[717,7.325]],["name/1096",[718,73.499]],["parent/1096",[719,6.481]],["name/1097",[701,57.404]],["parent/1097",[719,6.481]],["name/1098",[709,65.026]],["parent/1098",[719,6.481]],["name/1099",[694,68.39]],["parent/1099",[602,3.165]],["name/1100",[720,73.499]],["parent/1100",[602,3.165]],["name/1101",[721,73.499]],["parent/1101",[602,3.165]],["name/1102",[695,68.39]],["parent/1102",[602,3.165]],["name/1103",[722,73.499]],["parent/1103",[602,3.165]],["name/1104",[22,17.527]],["parent/1104",[723,7.325]],["name/1105",[701,57.404]],["parent/1105",[724,6.481]],["name/1106",[725,73.499]],["parent/1106",[724,6.481]],["name/1107",[726,73.499]],["parent/1107",[724,6.481]],["name/1108",[727,73.499]],["parent/1108",[602,3.165]],["name/1109",[22,17.527]],["parent/1109",[728,7.325]],["name/1110",[693,68.39]],["parent/1110",[602,3.165]],["name/1111",[729,73.499]],["parent/1111",[602,3.165]],["name/1112",[22,17.527]],["parent/1112",[730,7.325]],["name/1113",[701,57.404]],["parent/1113",[731,6.481]],["name/1114",[692,68.39]],["parent/1114",[731,6.481]],["name/1115",[732,73.499]],["parent/1115",[731,6.481]],["name/1116",[733,73.499]],["parent/1116",[602,3.165]],["name/1117",[734,73.499]],["parent/1117",[602,3.165]],["name/1118",[735,73.499]],["parent/1118",[602,3.165]],["name/1119",[22,17.527]],["parent/1119",[736,7.325]],["name/1120",[737,73.499]],["parent/1120",[738,6.03]],["name/1121",[739,73.499]],["parent/1121",[738,6.03]],["name/1122",[740,73.499]],["parent/1122",[738,6.03]],["name/1123",[741,73.499]],["parent/1123",[738,6.03]],["name/1124",[742,73.499]],["parent/1124",[738,6.03]],["name/1125",[743,68.39]],["parent/1125",[602,3.165]],["name/1126",[22,17.527]],["parent/1126",[744,7.325]],["name/1127",[745,73.499]],["parent/1127",[746,7.325]],["name/1128",[747,73.499]],["parent/1128",[602,3.165]],["name/1129",[22,17.527]],["parent/1129",[748,7.325]],["name/1130",[749,73.499]],["parent/1130",[750,6.481]],["name/1131",[751,73.499]],["parent/1131",[750,6.481]],["name/1132",[752,73.499]],["parent/1132",[750,6.481]],["name/1133",[753,73.499]],["parent/1133",[602,3.165]],["name/1134",[22,17.527]],["parent/1134",[754,7.325]],["name/1135",[197,50.812]],["parent/1135",[755,6.816]],["name/1136",[756,73.499]],["parent/1136",[755,6.816]],["name/1137",[757,73.499]],["parent/1137",[602,3.165]],["name/1138",[22,17.527]],["parent/1138",[758,7.325]],["name/1139",[419,55.04]],["parent/1139",[759,6.03]],["name/1140",[597,60.506]],["parent/1140",[759,6.03]],["name/1141",[598,60.506]],["parent/1141",[759,6.03]],["name/1142",[760,73.499]],["parent/1142",[759,6.03]],["name/1143",[761,73.499]],["parent/1143",[759,6.03]],["name/1144",[762,73.499]],["parent/1144",[602,3.165]],["name/1145",[763,35.285]],["parent/1145",[]],["name/1146",[763,35.285]],["parent/1146",[763,3.517]],["name/1147",[11,47.349]],["parent/1147",[764,6.03]],["name/1148",[63,51.526]],["parent/1148",[764,6.03]],["name/1149",[24,49.52]],["parent/1149",[764,6.03]],["name/1150",[765,73.499]],["parent/1150",[764,6.03]],["name/1151",[766,73.499]],["parent/1151",[764,6.03]],["name/1152",[767,73.499]],["parent/1152",[763,3.517]],["name/1153",[768,73.499]],["parent/1153",[763,3.517]],["name/1154",[769,73.499]],["parent/1154",[763,3.517]],["name/1155",[770,73.499]],["parent/1155",[763,3.517]],["name/1156",[96,51.526]],["parent/1156",[763,3.517]],["name/1157",[97,52.296]],["parent/1157",[763,3.517]],["name/1158",[98,52.296]],["parent/1158",[763,3.517]],["name/1159",[22,17.527]],["parent/1159",[771,7.325]],["name/1160",[100,51.526]],["parent/1160",[763,3.517]],["name/1161",[22,17.527]],["parent/1161",[772,7.325]],["name/1162",[102,52.296]],["parent/1162",[763,3.517]],["name/1163",[22,17.527]],["parent/1163",[773,7.325]],["name/1164",[104,51.526]],["parent/1164",[763,3.517]],["name/1165",[22,17.527]],["parent/1165",[774,7.325]],["name/1166",[106,51.526]],["parent/1166",[763,3.517]],["name/1167",[22,17.527]],["parent/1167",[775,7.325]],["name/1168",[108,51.526]],["parent/1168",[763,3.517]],["name/1169",[22,17.527]],["parent/1169",[776,7.325]],["name/1170",[110,51.526]],["parent/1170",[763,3.517]],["name/1171",[22,17.527]],["parent/1171",[777,7.325]],["name/1172",[112,51.526]],["parent/1172",[763,3.517]],["name/1173",[22,17.527]],["parent/1173",[778,7.325]],["name/1174",[114,51.526]],["parent/1174",[763,3.517]],["name/1175",[22,17.527]],["parent/1175",[779,7.325]],["name/1176",[116,51.526]],["parent/1176",[763,3.517]],["name/1177",[22,17.527]],["parent/1177",[780,7.325]],["name/1178",[118,51.526]],["parent/1178",[763,3.517]],["name/1179",[22,17.527]],["parent/1179",[781,7.325]],["name/1180",[120,51.526]],["parent/1180",[763,3.517]],["name/1181",[22,17.527]],["parent/1181",[782,7.325]],["name/1182",[122,51.526]],["parent/1182",[763,3.517]],["name/1183",[22,17.527]],["parent/1183",[783,7.325]],["name/1184",[124,51.526]],["parent/1184",[763,3.517]],["name/1185",[22,17.527]],["parent/1185",[784,7.325]],["name/1186",[126,52.296]],["parent/1186",[763,3.517]],["name/1187",[22,17.527]],["parent/1187",[785,7.325]],["name/1188",[128,52.296]],["parent/1188",[763,3.517]],["name/1189",[22,17.527]],["parent/1189",[786,7.325]],["name/1190",[130,52.296]],["parent/1190",[763,3.517]],["name/1191",[131,51.526]],["parent/1191",[763,3.517]],["name/1192",[132,51.526]],["parent/1192",[763,3.517]],["name/1193",[133,51.526]],["parent/1193",[763,3.517]],["name/1194",[134,51.526]],["parent/1194",[763,3.517]],["name/1195",[135,52.296]],["parent/1195",[763,3.517]],["name/1196",[136,52.296]],["parent/1196",[763,3.517]],["name/1197",[137,51.526]],["parent/1197",[763,3.517]],["name/1198",[138,51.526]],["parent/1198",[763,3.517]],["name/1199",[139,51.526]],["parent/1199",[763,3.517]],["name/1200",[140,51.526]],["parent/1200",[763,3.517]],["name/1201",[22,17.527]],["parent/1201",[787,7.325]],["name/1202",[142,51.526]],["parent/1202",[763,3.517]],["name/1203",[22,17.527]],["parent/1203",[788,7.325]],["name/1204",[144,45.167]],["parent/1204",[763,3.517]],["name/1205",[22,17.527]],["parent/1205",[789,7.325]],["name/1206",[146,51.526]],["parent/1206",[763,3.517]],["name/1207",[22,17.527]],["parent/1207",[790,7.325]],["name/1208",[148,51.526]],["parent/1208",[763,3.517]],["name/1209",[149,51.526]],["parent/1209",[763,3.517]],["name/1210",[150,51.526]],["parent/1210",[763,3.517]],["name/1211",[151,51.526]],["parent/1211",[763,3.517]],["name/1212",[152,51.526]],["parent/1212",[763,3.517]],["name/1213",[153,51.526]],["parent/1213",[763,3.517]],["name/1214",[154,50.812]],["parent/1214",[763,3.517]],["name/1215",[155,51.526]],["parent/1215",[763,3.517]],["name/1216",[156,51.526]],["parent/1216",[763,3.517]],["name/1217",[157,51.526]],["parent/1217",[763,3.517]],["name/1218",[158,51.526]],["parent/1218",[763,3.517]],["name/1219",[159,51.526]],["parent/1219",[763,3.517]],["name/1220",[160,51.526]],["parent/1220",[763,3.517]],["name/1221",[161,51.526]],["parent/1221",[763,3.517]],["name/1222",[162,51.526]],["parent/1222",[763,3.517]],["name/1223",[163,50.812]],["parent/1223",[763,3.517]],["name/1224",[164,51.526]],["parent/1224",[763,3.517]],["name/1225",[165,51.526]],["parent/1225",[763,3.517]],["name/1226",[166,52.296]],["parent/1226",[763,3.517]],["name/1227",[167,52.296]],["parent/1227",[763,3.517]],["name/1228",[22,17.527]],["parent/1228",[791,7.325]],["name/1229",[169,52.296]],["parent/1229",[792,4.719]],["name/1230",[171,43.054]],["parent/1230",[792,4.719]],["name/1231",[172,50.145]],["parent/1231",[792,4.719]],["name/1232",[173,45.567]],["parent/1232",[792,4.719]],["name/1233",[174,52.296]],["parent/1233",[792,4.719]],["name/1234",[175,52.296]],["parent/1234",[792,4.719]],["name/1235",[176,52.296]],["parent/1235",[792,4.719]],["name/1236",[177,50.812]],["parent/1236",[792,4.719]],["name/1237",[178,52.296]],["parent/1237",[792,4.719]],["name/1238",[179,50.812]],["parent/1238",[792,4.719]],["name/1239",[180,52.296]],["parent/1239",[792,4.719]],["name/1240",[181,52.296]],["parent/1240",[792,4.719]],["name/1241",[182,52.296]],["parent/1241",[792,4.719]],["name/1242",[183,52.296]],["parent/1242",[792,4.719]],["name/1243",[144,45.167]],["parent/1243",[792,4.719]],["name/1244",[184,52.296]],["parent/1244",[792,4.719]],["name/1245",[185,52.296]],["parent/1245",[792,4.719]],["name/1246",[186,52.296]],["parent/1246",[792,4.719]],["name/1247",[187,48.376]],["parent/1247",[792,4.719]],["name/1248",[188,52.296]],["parent/1248",[792,4.719]],["name/1249",[189,52.296]],["parent/1249",[763,3.517]],["name/1250",[22,17.527]],["parent/1250",[793,7.325]],["name/1251",[173,45.567]],["parent/1251",[794,6.03]],["name/1252",[192,52.296]],["parent/1252",[794,6.03]],["name/1253",[171,43.054]],["parent/1253",[794,6.03]],["name/1254",[193,52.296]],["parent/1254",[794,6.03]],["name/1255",[194,48.376]],["parent/1255",[794,6.03]],["name/1256",[795,73.499]],["parent/1256",[763,3.517]],["name/1257",[22,17.527]],["parent/1257",[796,7.325]],["name/1258",[797,73.499]],["parent/1258",[763,3.517]],["name/1259",[22,17.527]],["parent/1259",[798,7.325]],["name/1260",[799,73.499]],["parent/1260",[763,3.517]],["name/1261",[22,17.527]],["parent/1261",[800,7.325]],["name/1262",[801,73.499]],["parent/1262",[763,3.517]],["name/1263",[22,17.527]],["parent/1263",[802,7.325]],["name/1264",[278,60.506]],["parent/1264",[763,3.517]],["name/1265",[22,17.527]],["parent/1265",[803,7.325]],["name/1266",[804,73.499]],["parent/1266",[763,3.517]],["name/1267",[22,17.527]],["parent/1267",[805,7.325]],["name/1268",[197,50.812]],["parent/1268",[806,6.816]],["name/1269",[807,73.499]],["parent/1269",[806,6.816]],["name/1270",[808,73.499]],["parent/1270",[763,3.517]],["name/1271",[22,17.527]],["parent/1271",[809,7.325]],["name/1272",[810,73.499]],["parent/1272",[811,5.721]],["name/1273",[346,65.026]],["parent/1273",[811,5.721]],["name/1274",[812,73.499]],["parent/1274",[811,5.721]],["name/1275",[813,73.499]],["parent/1275",[811,5.721]],["name/1276",[17,65.026]],["parent/1276",[811,5.721]],["name/1277",[418,53.13]],["parent/1277",[811,5.721]],["name/1278",[419,55.04]],["parent/1278",[811,5.721]],["name/1279",[814,73.499]],["parent/1279",[763,3.517]],["name/1280",[815,36.202]],["parent/1280",[]],["name/1281",[815,36.202]],["parent/1281",[815,3.608]],["name/1282",[11,47.349]],["parent/1282",[816,6.23]],["name/1283",[63,51.526]],["parent/1283",[816,6.23]],["name/1284",[24,49.52]],["parent/1284",[816,6.23]],["name/1285",[817,73.499]],["parent/1285",[816,6.23]],["name/1286",[818,73.499]],["parent/1286",[815,3.608]],["name/1287",[819,73.499]],["parent/1287",[815,3.608]],["name/1288",[564,60.506]],["parent/1288",[815,3.608]],["name/1289",[22,17.527]],["parent/1289",[820,7.325]],["name/1290",[96,51.526]],["parent/1290",[815,3.608]],["name/1291",[97,52.296]],["parent/1291",[815,3.608]],["name/1292",[98,52.296]],["parent/1292",[815,3.608]],["name/1293",[22,17.527]],["parent/1293",[821,7.325]],["name/1294",[100,51.526]],["parent/1294",[815,3.608]],["name/1295",[22,17.527]],["parent/1295",[822,7.325]],["name/1296",[102,52.296]],["parent/1296",[815,3.608]],["name/1297",[22,17.527]],["parent/1297",[823,7.325]],["name/1298",[104,51.526]],["parent/1298",[815,3.608]],["name/1299",[22,17.527]],["parent/1299",[824,7.325]],["name/1300",[106,51.526]],["parent/1300",[815,3.608]],["name/1301",[22,17.527]],["parent/1301",[825,7.325]],["name/1302",[108,51.526]],["parent/1302",[815,3.608]],["name/1303",[22,17.527]],["parent/1303",[826,7.325]],["name/1304",[110,51.526]],["parent/1304",[815,3.608]],["name/1305",[22,17.527]],["parent/1305",[827,7.325]],["name/1306",[112,51.526]],["parent/1306",[815,3.608]],["name/1307",[22,17.527]],["parent/1307",[828,7.325]],["name/1308",[114,51.526]],["parent/1308",[815,3.608]],["name/1309",[22,17.527]],["parent/1309",[829,7.325]],["name/1310",[116,51.526]],["parent/1310",[815,3.608]],["name/1311",[22,17.527]],["parent/1311",[830,7.325]],["name/1312",[118,51.526]],["parent/1312",[815,3.608]],["name/1313",[22,17.527]],["parent/1313",[831,7.325]],["name/1314",[120,51.526]],["parent/1314",[815,3.608]],["name/1315",[22,17.527]],["parent/1315",[832,7.325]],["name/1316",[122,51.526]],["parent/1316",[815,3.608]],["name/1317",[22,17.527]],["parent/1317",[833,7.325]],["name/1318",[124,51.526]],["parent/1318",[815,3.608]],["name/1319",[22,17.527]],["parent/1319",[834,7.325]],["name/1320",[126,52.296]],["parent/1320",[815,3.608]],["name/1321",[22,17.527]],["parent/1321",[835,7.325]],["name/1322",[128,52.296]],["parent/1322",[815,3.608]],["name/1323",[22,17.527]],["parent/1323",[836,7.325]],["name/1324",[130,52.296]],["parent/1324",[815,3.608]],["name/1325",[131,51.526]],["parent/1325",[815,3.608]],["name/1326",[132,51.526]],["parent/1326",[815,3.608]],["name/1327",[133,51.526]],["parent/1327",[815,3.608]],["name/1328",[134,51.526]],["parent/1328",[815,3.608]],["name/1329",[135,52.296]],["parent/1329",[815,3.608]],["name/1330",[136,52.296]],["parent/1330",[815,3.608]],["name/1331",[137,51.526]],["parent/1331",[815,3.608]],["name/1332",[138,51.526]],["parent/1332",[815,3.608]],["name/1333",[139,51.526]],["parent/1333",[815,3.608]],["name/1334",[140,51.526]],["parent/1334",[815,3.608]],["name/1335",[22,17.527]],["parent/1335",[837,7.325]],["name/1336",[142,51.526]],["parent/1336",[815,3.608]],["name/1337",[22,17.527]],["parent/1337",[838,7.325]],["name/1338",[144,45.167]],["parent/1338",[815,3.608]],["name/1339",[22,17.527]],["parent/1339",[839,7.325]],["name/1340",[146,51.526]],["parent/1340",[815,3.608]],["name/1341",[22,17.527]],["parent/1341",[840,7.325]],["name/1342",[148,51.526]],["parent/1342",[815,3.608]],["name/1343",[149,51.526]],["parent/1343",[815,3.608]],["name/1344",[150,51.526]],["parent/1344",[815,3.608]],["name/1345",[151,51.526]],["parent/1345",[815,3.608]],["name/1346",[152,51.526]],["parent/1346",[815,3.608]],["name/1347",[153,51.526]],["parent/1347",[815,3.608]],["name/1348",[154,50.812]],["parent/1348",[815,3.608]],["name/1349",[155,51.526]],["parent/1349",[815,3.608]],["name/1350",[156,51.526]],["parent/1350",[815,3.608]],["name/1351",[157,51.526]],["parent/1351",[815,3.608]],["name/1352",[158,51.526]],["parent/1352",[815,3.608]],["name/1353",[159,51.526]],["parent/1353",[815,3.608]],["name/1354",[160,51.526]],["parent/1354",[815,3.608]],["name/1355",[161,51.526]],["parent/1355",[815,3.608]],["name/1356",[162,51.526]],["parent/1356",[815,3.608]],["name/1357",[163,50.812]],["parent/1357",[815,3.608]],["name/1358",[164,51.526]],["parent/1358",[815,3.608]],["name/1359",[165,51.526]],["parent/1359",[815,3.608]],["name/1360",[166,52.296]],["parent/1360",[815,3.608]],["name/1361",[167,52.296]],["parent/1361",[815,3.608]],["name/1362",[22,17.527]],["parent/1362",[841,7.325]],["name/1363",[169,52.296]],["parent/1363",[842,4.719]],["name/1364",[171,43.054]],["parent/1364",[842,4.719]],["name/1365",[172,50.145]],["parent/1365",[842,4.719]],["name/1366",[173,45.567]],["parent/1366",[842,4.719]],["name/1367",[174,52.296]],["parent/1367",[842,4.719]],["name/1368",[175,52.296]],["parent/1368",[842,4.719]],["name/1369",[176,52.296]],["parent/1369",[842,4.719]],["name/1370",[177,50.812]],["parent/1370",[842,4.719]],["name/1371",[178,52.296]],["parent/1371",[842,4.719]],["name/1372",[179,50.812]],["parent/1372",[842,4.719]],["name/1373",[180,52.296]],["parent/1373",[842,4.719]],["name/1374",[181,52.296]],["parent/1374",[842,4.719]],["name/1375",[182,52.296]],["parent/1375",[842,4.719]],["name/1376",[183,52.296]],["parent/1376",[842,4.719]],["name/1377",[144,45.167]],["parent/1377",[842,4.719]],["name/1378",[184,52.296]],["parent/1378",[842,4.719]],["name/1379",[185,52.296]],["parent/1379",[842,4.719]],["name/1380",[186,52.296]],["parent/1380",[842,4.719]],["name/1381",[187,48.376]],["parent/1381",[842,4.719]],["name/1382",[188,52.296]],["parent/1382",[842,4.719]],["name/1383",[189,52.296]],["parent/1383",[815,3.608]],["name/1384",[22,17.527]],["parent/1384",[843,7.325]],["name/1385",[173,45.567]],["parent/1385",[844,6.03]],["name/1386",[192,52.296]],["parent/1386",[844,6.03]],["name/1387",[171,43.054]],["parent/1387",[844,6.03]],["name/1388",[193,52.296]],["parent/1388",[844,6.03]],["name/1389",[194,48.376]],["parent/1389",[844,6.03]],["name/1390",[845,73.499]],["parent/1390",[815,3.608]],["name/1391",[22,17.527]],["parent/1391",[846,7.325]],["name/1392",[197,50.812]],["parent/1392",[847,7.325]],["name/1393",[848,73.499]],["parent/1393",[815,3.608]],["name/1394",[22,17.527]],["parent/1394",[849,7.325]],["name/1395",[418,53.13]],["parent/1395",[850,7.325]],["name/1396",[851,73.499]],["parent/1396",[815,3.608]],["name/1397",[852,31.353]],["parent/1397",[]],["name/1398",[852,31.353]],["parent/1398",[852,3.125]],["name/1399",[11,47.349]],["parent/1399",[853,5.295]],["name/1400",[63,51.526]],["parent/1400",[853,5.295]],["name/1401",[24,49.52]],["parent/1401",[853,5.295]],["name/1402",[854,73.499]],["parent/1402",[853,5.295]],["name/1403",[855,73.499]],["parent/1403",[853,5.295]],["name/1404",[856,73.499]],["parent/1404",[853,5.295]],["name/1405",[857,73.499]],["parent/1405",[853,5.295]],["name/1406",[858,73.499]],["parent/1406",[853,5.295]],["name/1407",[859,73.499]],["parent/1407",[853,5.295]],["name/1408",[860,73.499]],["parent/1408",[853,5.295]],["name/1409",[861,73.499]],["parent/1409",[853,5.295]],["name/1410",[96,51.526]],["parent/1410",[852,3.125]],["name/1411",[278,60.506]],["parent/1411",[852,3.125]],["name/1412",[22,17.527]],["parent/1412",[862,7.325]],["name/1413",[132,51.526]],["parent/1413",[852,3.125]],["name/1414",[133,51.526]],["parent/1414",[852,3.125]],["name/1415",[134,51.526]],["parent/1415",[852,3.125]],["name/1416",[135,52.296]],["parent/1416",[852,3.125]],["name/1417",[136,52.296]],["parent/1417",[852,3.125]],["name/1418",[137,51.526]],["parent/1418",[852,3.125]],["name/1419",[138,51.526]],["parent/1419",[852,3.125]],["name/1420",[139,51.526]],["parent/1420",[852,3.125]],["name/1421",[140,51.526]],["parent/1421",[852,3.125]],["name/1422",[22,17.527]],["parent/1422",[863,7.325]],["name/1423",[142,51.526]],["parent/1423",[852,3.125]],["name/1424",[22,17.527]],["parent/1424",[864,7.325]],["name/1425",[144,45.167]],["parent/1425",[852,3.125]],["name/1426",[22,17.527]],["parent/1426",[865,7.325]],["name/1427",[283,56.153]],["parent/1427",[852,3.125]],["name/1428",[22,17.527]],["parent/1428",[866,7.325]],["name/1429",[146,51.526]],["parent/1429",[852,3.125]],["name/1430",[22,17.527]],["parent/1430",[867,7.325]],["name/1431",[148,51.526]],["parent/1431",[852,3.125]],["name/1432",[149,51.526]],["parent/1432",[852,3.125]],["name/1433",[150,51.526]],["parent/1433",[852,3.125]],["name/1434",[151,51.526]],["parent/1434",[852,3.125]],["name/1435",[152,51.526]],["parent/1435",[852,3.125]],["name/1436",[153,51.526]],["parent/1436",[852,3.125]],["name/1437",[154,50.812]],["parent/1437",[852,3.125]],["name/1438",[155,51.526]],["parent/1438",[852,3.125]],["name/1439",[156,51.526]],["parent/1439",[852,3.125]],["name/1440",[157,51.526]],["parent/1440",[852,3.125]],["name/1441",[158,51.526]],["parent/1441",[852,3.125]],["name/1442",[159,51.526]],["parent/1442",[852,3.125]],["name/1443",[160,51.526]],["parent/1443",[852,3.125]],["name/1444",[161,51.526]],["parent/1444",[852,3.125]],["name/1445",[162,51.526]],["parent/1445",[852,3.125]],["name/1446",[163,50.812]],["parent/1446",[852,3.125]],["name/1447",[122,51.526]],["parent/1447",[852,3.125]],["name/1448",[164,51.526]],["parent/1448",[852,3.125]],["name/1449",[165,51.526]],["parent/1449",[852,3.125]],["name/1450",[166,52.296]],["parent/1450",[852,3.125]],["name/1451",[167,52.296]],["parent/1451",[852,3.125]],["name/1452",[22,17.527]],["parent/1452",[868,7.325]],["name/1453",[169,52.296]],["parent/1453",[869,4.719]],["name/1454",[171,43.054]],["parent/1454",[869,4.719]],["name/1455",[172,50.145]],["parent/1455",[869,4.719]],["name/1456",[173,45.567]],["parent/1456",[869,4.719]],["name/1457",[174,52.296]],["parent/1457",[869,4.719]],["name/1458",[175,52.296]],["parent/1458",[869,4.719]],["name/1459",[176,52.296]],["parent/1459",[869,4.719]],["name/1460",[177,50.812]],["parent/1460",[869,4.719]],["name/1461",[178,52.296]],["parent/1461",[869,4.719]],["name/1462",[179,50.812]],["parent/1462",[869,4.719]],["name/1463",[180,52.296]],["parent/1463",[869,4.719]],["name/1464",[181,52.296]],["parent/1464",[869,4.719]],["name/1465",[182,52.296]],["parent/1465",[869,4.719]],["name/1466",[183,52.296]],["parent/1466",[869,4.719]],["name/1467",[144,45.167]],["parent/1467",[869,4.719]],["name/1468",[184,52.296]],["parent/1468",[869,4.719]],["name/1469",[185,52.296]],["parent/1469",[869,4.719]],["name/1470",[186,52.296]],["parent/1470",[869,4.719]],["name/1471",[187,48.376]],["parent/1471",[869,4.719]],["name/1472",[188,52.296]],["parent/1472",[869,4.719]],["name/1473",[189,52.296]],["parent/1473",[852,3.125]],["name/1474",[22,17.527]],["parent/1474",[870,7.325]],["name/1475",[173,45.567]],["parent/1475",[871,6.03]],["name/1476",[192,52.296]],["parent/1476",[871,6.03]],["name/1477",[171,43.054]],["parent/1477",[871,6.03]],["name/1478",[193,52.296]],["parent/1478",[871,6.03]],["name/1479",[194,48.376]],["parent/1479",[871,6.03]],["name/1480",[290,68.39]],["parent/1480",[852,3.125]],["name/1481",[291,68.39]],["parent/1481",[852,3.125]],["name/1482",[292,65.026]],["parent/1482",[852,3.125]],["name/1483",[294,68.39]],["parent/1483",[852,3.125]],["name/1484",[295,65.026]],["parent/1484",[852,3.125]],["name/1485",[22,17.527]],["parent/1485",[872,7.325]],["name/1486",[297,62.513]],["parent/1486",[873,5.295]],["name/1487",[299,68.39]],["parent/1487",[873,5.295]],["name/1488",[300,62.513]],["parent/1488",[873,5.295]],["name/1489",[301,62.513]],["parent/1489",[873,5.295]],["name/1490",[302,62.513]],["parent/1490",[873,5.295]],["name/1491",[303,62.513]],["parent/1491",[873,5.295]],["name/1492",[304,62.513]],["parent/1492",[873,5.295]],["name/1493",[305,62.513]],["parent/1493",[873,5.295]],["name/1494",[306,68.39]],["parent/1494",[873,5.295]],["name/1495",[307,62.513]],["parent/1495",[873,5.295]],["name/1496",[308,62.513]],["parent/1496",[873,5.295]],["name/1497",[309,68.39]],["parent/1497",[852,3.125]],["name/1498",[310,65.026]],["parent/1498",[852,3.125]],["name/1499",[311,65.026]],["parent/1499",[852,3.125]],["name/1500",[312,68.39]],["parent/1500",[852,3.125]],["name/1501",[22,17.527]],["parent/1501",[874,7.325]],["name/1502",[314,68.39]],["parent/1502",[875,6.03]],["name/1503",[316,68.39]],["parent/1503",[875,6.03]],["name/1504",[171,43.054]],["parent/1504",[875,6.03]],["name/1505",[317,68.39]],["parent/1505",[875,6.03]],["name/1506",[318,68.39]],["parent/1506",[875,6.03]],["name/1507",[319,65.026]],["parent/1507",[852,3.125]],["name/1508",[320,68.39]],["parent/1508",[852,3.125]],["name/1509",[22,17.527]],["parent/1509",[876,7.325]],["name/1510",[322,68.39]],["parent/1510",[877,6.23]],["name/1511",[172,50.145]],["parent/1511",[877,6.23]],["name/1512",[324,68.39]],["parent/1512",[877,6.23]],["name/1513",[325,58.835]],["parent/1513",[877,6.23]],["name/1514",[326,68.39]],["parent/1514",[852,3.125]],["name/1515",[327,65.026]],["parent/1515",[852,3.125]],["name/1516",[328,65.026]],["parent/1516",[852,3.125]],["name/1517",[329,68.39]],["parent/1517",[852,3.125]],["name/1518",[330,62.513]],["parent/1518",[852,3.125]],["name/1519",[22,17.527]],["parent/1519",[878,7.325]],["name/1520",[330,62.513]],["parent/1520",[879,7.325]],["name/1521",[333,65.026]],["parent/1521",[852,3.125]],["name/1522",[334,65.026]],["parent/1522",[852,3.125]],["name/1523",[335,68.39]],["parent/1523",[852,3.125]],["name/1524",[336,65.026]],["parent/1524",[852,3.125]],["name/1525",[337,65.026]],["parent/1525",[852,3.125]],["name/1526",[338,65.026]],["parent/1526",[852,3.125]],["name/1527",[22,17.527]],["parent/1527",[880,7.325]],["name/1528",[340,65.026]],["parent/1528",[852,3.125]],["name/1529",[341,68.39]],["parent/1529",[852,3.125]],["name/1530",[342,60.506]],["parent/1530",[852,3.125]],["name/1531",[22,17.527]],["parent/1531",[881,7.325]],["name/1532",[344,68.39]],["parent/1532",[882,6.23]],["name/1533",[346,65.026]],["parent/1533",[882,6.23]],["name/1534",[347,68.39]],["parent/1534",[882,6.23]],["name/1535",[325,58.835]],["parent/1535",[882,6.23]],["name/1536",[348,65.026]],["parent/1536",[852,3.125]],["name/1537",[349,65.026]],["parent/1537",[852,3.125]],["name/1538",[350,68.39]],["parent/1538",[852,3.125]],["name/1539",[22,17.527]],["parent/1539",[883,7.325]],["name/1540",[187,48.376]],["parent/1540",[884,6.816]],["name/1541",[194,48.376]],["parent/1541",[884,6.816]],["name/1542",[353,65.026]],["parent/1542",[852,3.125]],["name/1543",[354,68.39]],["parent/1543",[852,3.125]],["name/1544",[22,17.527]],["parent/1544",[885,7.325]],["name/1545",[356,65.026]],["parent/1545",[886,6.816]],["name/1546",[358,68.39]],["parent/1546",[886,6.816]],["name/1547",[359,68.39]],["parent/1547",[852,3.125]],["name/1548",[360,65.026]],["parent/1548",[852,3.125]],["name/1549",[361,65.026]],["parent/1549",[852,3.125]],["name/1550",[362,65.026]],["parent/1550",[852,3.125]],["name/1551",[22,17.527]],["parent/1551",[887,7.325]],["name/1552",[364,65.026]],["parent/1552",[888,6.816]],["name/1553",[366,65.026]],["parent/1553",[888,6.816]],["name/1554",[367,65.026]],["parent/1554",[852,3.125]],["name/1555",[368,68.39]],["parent/1555",[852,3.125]],["name/1556",[22,17.527]],["parent/1556",[889,7.325]],["name/1557",[297,62.513]],["parent/1557",[890,5.486]],["name/1558",[300,62.513]],["parent/1558",[890,5.486]],["name/1559",[301,62.513]],["parent/1559",[890,5.486]],["name/1560",[302,62.513]],["parent/1560",[890,5.486]],["name/1561",[303,62.513]],["parent/1561",[890,5.486]],["name/1562",[304,62.513]],["parent/1562",[890,5.486]],["name/1563",[305,62.513]],["parent/1563",[890,5.486]],["name/1564",[307,62.513]],["parent/1564",[890,5.486]],["name/1565",[308,62.513]],["parent/1565",[890,5.486]],["name/1566",[371,68.39]],["parent/1566",[852,3.125]],["name/1567",[372,68.39]],["parent/1567",[852,3.125]],["name/1568",[22,17.527]],["parent/1568",[891,7.325]],["name/1569",[171,43.054]],["parent/1569",[892,6.481]],["name/1570",[375,68.39]],["parent/1570",[892,6.481]],["name/1571",[194,48.376]],["parent/1571",[892,6.481]],["name/1572",[376,58.835]],["parent/1572",[852,3.125]],["name/1573",[22,17.527]],["parent/1573",[893,7.325]],["name/1574",[378,68.39]],["parent/1574",[894,6.481]],["name/1575",[219,65.026]],["parent/1575",[894,6.481]],["name/1576",[376,58.835]],["parent/1576",[894,6.481]],["name/1577",[380,65.026]],["parent/1577",[852,3.125]],["name/1578",[22,17.527]],["parent/1578",[895,7.325]],["name/1579",[171,43.054]],["parent/1579",[896,5.596]],["name/1580",[383,68.39]],["parent/1580",[896,5.596]],["name/1581",[342,60.506]],["parent/1581",[896,5.596]],["name/1582",[384,68.39]],["parent/1582",[896,5.596]],["name/1583",[385,68.39]],["parent/1583",[896,5.596]],["name/1584",[386,68.39]],["parent/1584",[896,5.596]],["name/1585",[387,68.39]],["parent/1585",[896,5.596]],["name/1586",[187,48.376]],["parent/1586",[896,5.596]],["name/1587",[97,52.296]],["parent/1587",[852,3.125]],["name/1588",[98,52.296]],["parent/1588",[852,3.125]],["name/1589",[22,17.527]],["parent/1589",[897,7.325]],["name/1590",[100,51.526]],["parent/1590",[852,3.125]],["name/1591",[22,17.527]],["parent/1591",[898,7.325]],["name/1592",[102,52.296]],["parent/1592",[852,3.125]],["name/1593",[22,17.527]],["parent/1593",[899,7.325]],["name/1594",[104,51.526]],["parent/1594",[852,3.125]],["name/1595",[22,17.527]],["parent/1595",[900,7.325]],["name/1596",[106,51.526]],["parent/1596",[852,3.125]],["name/1597",[22,17.527]],["parent/1597",[901,7.325]],["name/1598",[108,51.526]],["parent/1598",[852,3.125]],["name/1599",[22,17.527]],["parent/1599",[902,7.325]],["name/1600",[110,51.526]],["parent/1600",[852,3.125]],["name/1601",[22,17.527]],["parent/1601",[903,7.325]],["name/1602",[112,51.526]],["parent/1602",[852,3.125]],["name/1603",[22,17.527]],["parent/1603",[904,7.325]],["name/1604",[114,51.526]],["parent/1604",[852,3.125]],["name/1605",[22,17.527]],["parent/1605",[905,7.325]],["name/1606",[116,51.526]],["parent/1606",[852,3.125]],["name/1607",[22,17.527]],["parent/1607",[906,7.325]],["name/1608",[118,51.526]],["parent/1608",[852,3.125]],["name/1609",[22,17.527]],["parent/1609",[907,7.325]],["name/1610",[120,51.526]],["parent/1610",[852,3.125]],["name/1611",[22,17.527]],["parent/1611",[908,7.325]],["name/1612",[124,51.526]],["parent/1612",[852,3.125]],["name/1613",[22,17.527]],["parent/1613",[909,7.325]],["name/1614",[126,52.296]],["parent/1614",[852,3.125]],["name/1615",[22,17.527]],["parent/1615",[910,7.325]],["name/1616",[128,52.296]],["parent/1616",[852,3.125]],["name/1617",[22,17.527]],["parent/1617",[911,7.325]],["name/1618",[130,52.296]],["parent/1618",[852,3.125]],["name/1619",[131,51.526]],["parent/1619",[852,3.125]],["name/1620",[912,73.499]],["parent/1620",[852,3.125]],["name/1621",[22,17.527]],["parent/1621",[913,7.325]],["name/1622",[197,50.812]],["parent/1622",[914,6.481]],["name/1623",[915,73.499]],["parent/1623",[914,6.481]],["name/1624",[410,65.026]],["parent/1624",[914,6.481]],["name/1625",[916,73.499]],["parent/1625",[852,3.125]],["name/1626",[22,17.527]],["parent/1626",[917,7.325]],["name/1627",[418,53.13]],["parent/1627",[918,6.816]],["name/1628",[419,55.04]],["parent/1628",[918,6.816]],["name/1629",[919,73.499]],["parent/1629",[852,3.125]],["name/1630",[920,32.723]],["parent/1630",[]],["name/1631",[920,32.723]],["parent/1631",[920,3.261]],["name/1632",[11,47.349]],["parent/1632",[921,5.721]],["name/1633",[63,51.526]],["parent/1633",[921,5.721]],["name/1634",[24,49.52]],["parent/1634",[921,5.721]],["name/1635",[922,73.499]],["parent/1635",[921,5.721]],["name/1636",[923,73.499]],["parent/1636",[921,5.721]],["name/1637",[924,73.499]],["parent/1637",[921,5.721]],["name/1638",[925,73.499]],["parent/1638",[921,5.721]],["name/1639",[926,68.39]],["parent/1639",[920,3.261]],["name/1640",[927,68.39]],["parent/1640",[920,3.261]],["name/1641",[500,68.39]],["parent/1641",[920,3.261]],["name/1642",[501,68.39]],["parent/1642",[920,3.261]],["name/1643",[928,73.499]],["parent/1643",[920,3.261]],["name/1644",[929,73.499]],["parent/1644",[920,3.261]],["name/1645",[506,65.026]],["parent/1645",[920,3.261]],["name/1646",[511,68.39]],["parent/1646",[920,3.261]],["name/1647",[512,65.026]],["parent/1647",[920,3.261]],["name/1648",[514,68.39]],["parent/1648",[920,3.261]],["name/1649",[515,65.026]],["parent/1649",[920,3.261]],["name/1650",[517,65.026]],["parent/1650",[920,3.261]],["name/1651",[930,73.499]],["parent/1651",[920,3.261]],["name/1652",[520,68.39]],["parent/1652",[920,3.261]],["name/1653",[524,68.39]],["parent/1653",[920,3.261]],["name/1654",[527,65.026]],["parent/1654",[920,3.261]],["name/1655",[531,68.39]],["parent/1655",[920,3.261]],["name/1656",[540,68.39]],["parent/1656",[920,3.261]],["name/1657",[541,65.026]],["parent/1657",[920,3.261]],["name/1658",[542,65.026]],["parent/1658",[920,3.261]],["name/1659",[543,65.026]],["parent/1659",[920,3.261]],["name/1660",[931,73.499]],["parent/1660",[920,3.261]],["name/1661",[544,68.39]],["parent/1661",[920,3.261]],["name/1662",[96,51.526]],["parent/1662",[920,3.261]],["name/1663",[564,60.506]],["parent/1663",[920,3.261]],["name/1664",[22,17.527]],["parent/1664",[932,7.325]],["name/1665",[566,57.404]],["parent/1665",[920,3.261]],["name/1666",[22,17.527]],["parent/1666",[933,7.325]],["name/1667",[934,73.499]],["parent/1667",[920,3.261]],["name/1668",[22,17.527]],["parent/1668",[935,7.325]],["name/1669",[570,60.506]],["parent/1669",[920,3.261]],["name/1670",[22,17.527]],["parent/1670",[936,7.325]],["name/1671",[937,73.499]],["parent/1671",[920,3.261]],["name/1672",[22,17.527]],["parent/1672",[938,7.325]],["name/1673",[97,52.296]],["parent/1673",[920,3.261]],["name/1674",[98,52.296]],["parent/1674",[920,3.261]],["name/1675",[22,17.527]],["parent/1675",[939,7.325]],["name/1676",[100,51.526]],["parent/1676",[920,3.261]],["name/1677",[22,17.527]],["parent/1677",[940,7.325]],["name/1678",[102,52.296]],["parent/1678",[920,3.261]],["name/1679",[22,17.527]],["parent/1679",[941,7.325]],["name/1680",[104,51.526]],["parent/1680",[920,3.261]],["name/1681",[22,17.527]],["parent/1681",[942,7.325]],["name/1682",[106,51.526]],["parent/1682",[920,3.261]],["name/1683",[22,17.527]],["parent/1683",[943,7.325]],["name/1684",[108,51.526]],["parent/1684",[920,3.261]],["name/1685",[22,17.527]],["parent/1685",[944,7.325]],["name/1686",[110,51.526]],["parent/1686",[920,3.261]],["name/1687",[22,17.527]],["parent/1687",[945,7.325]],["name/1688",[112,51.526]],["parent/1688",[920,3.261]],["name/1689",[22,17.527]],["parent/1689",[946,7.325]],["name/1690",[114,51.526]],["parent/1690",[920,3.261]],["name/1691",[22,17.527]],["parent/1691",[947,7.325]],["name/1692",[116,51.526]],["parent/1692",[920,3.261]],["name/1693",[22,17.527]],["parent/1693",[948,7.325]],["name/1694",[118,51.526]],["parent/1694",[920,3.261]],["name/1695",[22,17.527]],["parent/1695",[949,7.325]],["name/1696",[120,51.526]],["parent/1696",[920,3.261]],["name/1697",[22,17.527]],["parent/1697",[950,7.325]],["name/1698",[122,51.526]],["parent/1698",[920,3.261]],["name/1699",[22,17.527]],["parent/1699",[951,7.325]],["name/1700",[124,51.526]],["parent/1700",[920,3.261]],["name/1701",[22,17.527]],["parent/1701",[952,7.325]],["name/1702",[126,52.296]],["parent/1702",[920,3.261]],["name/1703",[22,17.527]],["parent/1703",[953,7.325]],["name/1704",[128,52.296]],["parent/1704",[920,3.261]],["name/1705",[22,17.527]],["parent/1705",[954,7.325]],["name/1706",[130,52.296]],["parent/1706",[920,3.261]],["name/1707",[131,51.526]],["parent/1707",[920,3.261]],["name/1708",[132,51.526]],["parent/1708",[920,3.261]],["name/1709",[133,51.526]],["parent/1709",[920,3.261]],["name/1710",[134,51.526]],["parent/1710",[920,3.261]],["name/1711",[135,52.296]],["parent/1711",[920,3.261]],["name/1712",[136,52.296]],["parent/1712",[920,3.261]],["name/1713",[137,51.526]],["parent/1713",[920,3.261]],["name/1714",[138,51.526]],["parent/1714",[920,3.261]],["name/1715",[139,51.526]],["parent/1715",[920,3.261]],["name/1716",[140,51.526]],["parent/1716",[920,3.261]],["name/1717",[22,17.527]],["parent/1717",[955,7.325]],["name/1718",[142,51.526]],["parent/1718",[920,3.261]],["name/1719",[22,17.527]],["parent/1719",[956,7.325]],["name/1720",[144,45.167]],["parent/1720",[920,3.261]],["name/1721",[22,17.527]],["parent/1721",[957,7.325]],["name/1722",[283,56.153]],["parent/1722",[920,3.261]],["name/1723",[22,17.527]],["parent/1723",[958,7.325]],["name/1724",[146,51.526]],["parent/1724",[920,3.261]],["name/1725",[22,17.527]],["parent/1725",[959,7.325]],["name/1726",[148,51.526]],["parent/1726",[920,3.261]],["name/1727",[149,51.526]],["parent/1727",[920,3.261]],["name/1728",[150,51.526]],["parent/1728",[920,3.261]],["name/1729",[151,51.526]],["parent/1729",[920,3.261]],["name/1730",[152,51.526]],["parent/1730",[920,3.261]],["name/1731",[153,51.526]],["parent/1731",[920,3.261]],["name/1732",[154,50.812]],["parent/1732",[920,3.261]],["name/1733",[155,51.526]],["parent/1733",[920,3.261]],["name/1734",[156,51.526]],["parent/1734",[920,3.261]],["name/1735",[157,51.526]],["parent/1735",[920,3.261]],["name/1736",[158,51.526]],["parent/1736",[920,3.261]],["name/1737",[159,51.526]],["parent/1737",[920,3.261]],["name/1738",[160,51.526]],["parent/1738",[920,3.261]],["name/1739",[161,51.526]],["parent/1739",[920,3.261]],["name/1740",[162,51.526]],["parent/1740",[920,3.261]],["name/1741",[163,50.812]],["parent/1741",[920,3.261]],["name/1742",[164,51.526]],["parent/1742",[920,3.261]],["name/1743",[165,51.526]],["parent/1743",[920,3.261]],["name/1744",[166,52.296]],["parent/1744",[920,3.261]],["name/1745",[167,52.296]],["parent/1745",[920,3.261]],["name/1746",[22,17.527]],["parent/1746",[960,7.325]],["name/1747",[169,52.296]],["parent/1747",[961,4.719]],["name/1748",[171,43.054]],["parent/1748",[961,4.719]],["name/1749",[172,50.145]],["parent/1749",[961,4.719]],["name/1750",[173,45.567]],["parent/1750",[961,4.719]],["name/1751",[174,52.296]],["parent/1751",[961,4.719]],["name/1752",[175,52.296]],["parent/1752",[961,4.719]],["name/1753",[176,52.296]],["parent/1753",[961,4.719]],["name/1754",[177,50.812]],["parent/1754",[961,4.719]],["name/1755",[178,52.296]],["parent/1755",[961,4.719]],["name/1756",[179,50.812]],["parent/1756",[961,4.719]],["name/1757",[180,52.296]],["parent/1757",[961,4.719]],["name/1758",[181,52.296]],["parent/1758",[961,4.719]],["name/1759",[182,52.296]],["parent/1759",[961,4.719]],["name/1760",[183,52.296]],["parent/1760",[961,4.719]],["name/1761",[144,45.167]],["parent/1761",[961,4.719]],["name/1762",[184,52.296]],["parent/1762",[961,4.719]],["name/1763",[185,52.296]],["parent/1763",[961,4.719]],["name/1764",[186,52.296]],["parent/1764",[961,4.719]],["name/1765",[187,48.376]],["parent/1765",[961,4.719]],["name/1766",[188,52.296]],["parent/1766",[961,4.719]],["name/1767",[189,52.296]],["parent/1767",[920,3.261]],["name/1768",[22,17.527]],["parent/1768",[962,7.325]],["name/1769",[173,45.567]],["parent/1769",[963,6.03]],["name/1770",[192,52.296]],["parent/1770",[963,6.03]],["name/1771",[171,43.054]],["parent/1771",[963,6.03]],["name/1772",[193,52.296]],["parent/1772",[963,6.03]],["name/1773",[194,48.376]],["parent/1773",[963,6.03]],["name/1774",[964,73.499]],["parent/1774",[920,3.261]],["name/1775",[22,17.527]],["parent/1775",[965,7.325]],["name/1776",[197,50.812]],["parent/1776",[966,6.816]],["name/1777",[171,43.054]],["parent/1777",[966,6.816]],["name/1778",[967,73.499]],["parent/1778",[920,3.261]],["name/1779",[22,17.527]],["parent/1779",[968,7.325]],["name/1780",[969,68.39]],["parent/1780",[970,5.386]],["name/1781",[971,65.026]],["parent/1781",[970,5.386]],["name/1782",[972,73.499]],["parent/1782",[970,5.386]],["name/1783",[973,65.026]],["parent/1783",[970,5.386]],["name/1784",[974,68.39]],["parent/1784",[970,5.386]],["name/1785",[419,55.04]],["parent/1785",[970,5.386]],["name/1786",[975,68.39]],["parent/1786",[970,5.386]],["name/1787",[976,68.39]],["parent/1787",[970,5.386]],["name/1788",[418,53.13]],["parent/1788",[970,5.386]],["name/1789",[977,73.499]],["parent/1789",[970,5.386]],["name/1790",[978,73.499]],["parent/1790",[920,3.261]],["name/1791",[979,36.043]],["parent/1791",[]],["name/1792",[979,36.043]],["parent/1792",[979,3.592]],["name/1793",[11,47.349]],["parent/1793",[980,6.03]],["name/1794",[63,51.526]],["parent/1794",[980,6.03]],["name/1795",[24,49.52]],["parent/1795",[980,6.03]],["name/1796",[981,73.499]],["parent/1796",[980,6.03]],["name/1797",[982,73.499]],["parent/1797",[980,6.03]],["name/1798",[983,73.499]],["parent/1798",[979,3.592]],["name/1799",[984,73.499]],["parent/1799",[979,3.592]],["name/1800",[131,51.526]],["parent/1800",[979,3.592]],["name/1801",[985,73.499]],["parent/1801",[979,3.592]],["name/1802",[22,17.527]],["parent/1802",[986,7.325]],["name/1803",[566,57.404]],["parent/1803",[979,3.592]],["name/1804",[22,17.527]],["parent/1804",[987,7.325]],["name/1805",[96,51.526]],["parent/1805",[979,3.592]],["name/1806",[97,52.296]],["parent/1806",[979,3.592]],["name/1807",[98,52.296]],["parent/1807",[979,3.592]],["name/1808",[22,17.527]],["parent/1808",[988,7.325]],["name/1809",[100,51.526]],["parent/1809",[979,3.592]],["name/1810",[22,17.527]],["parent/1810",[989,7.325]],["name/1811",[102,52.296]],["parent/1811",[979,3.592]],["name/1812",[22,17.527]],["parent/1812",[990,7.325]],["name/1813",[104,51.526]],["parent/1813",[979,3.592]],["name/1814",[22,17.527]],["parent/1814",[991,7.325]],["name/1815",[106,51.526]],["parent/1815",[979,3.592]],["name/1816",[22,17.527]],["parent/1816",[992,7.325]],["name/1817",[108,51.526]],["parent/1817",[979,3.592]],["name/1818",[22,17.527]],["parent/1818",[993,7.325]],["name/1819",[110,51.526]],["parent/1819",[979,3.592]],["name/1820",[22,17.527]],["parent/1820",[994,7.325]],["name/1821",[112,51.526]],["parent/1821",[979,3.592]],["name/1822",[22,17.527]],["parent/1822",[995,7.325]],["name/1823",[114,51.526]],["parent/1823",[979,3.592]],["name/1824",[22,17.527]],["parent/1824",[996,7.325]],["name/1825",[116,51.526]],["parent/1825",[979,3.592]],["name/1826",[22,17.527]],["parent/1826",[997,7.325]],["name/1827",[118,51.526]],["parent/1827",[979,3.592]],["name/1828",[22,17.527]],["parent/1828",[998,7.325]],["name/1829",[120,51.526]],["parent/1829",[979,3.592]],["name/1830",[22,17.527]],["parent/1830",[999,7.325]],["name/1831",[122,51.526]],["parent/1831",[979,3.592]],["name/1832",[22,17.527]],["parent/1832",[1000,7.325]],["name/1833",[124,51.526]],["parent/1833",[979,3.592]],["name/1834",[22,17.527]],["parent/1834",[1001,7.325]],["name/1835",[126,52.296]],["parent/1835",[979,3.592]],["name/1836",[22,17.527]],["parent/1836",[1002,7.325]],["name/1837",[128,52.296]],["parent/1837",[979,3.592]],["name/1838",[22,17.527]],["parent/1838",[1003,7.325]],["name/1839",[130,52.296]],["parent/1839",[979,3.592]],["name/1840",[132,51.526]],["parent/1840",[979,3.592]],["name/1841",[133,51.526]],["parent/1841",[979,3.592]],["name/1842",[134,51.526]],["parent/1842",[979,3.592]],["name/1843",[135,52.296]],["parent/1843",[979,3.592]],["name/1844",[136,52.296]],["parent/1844",[979,3.592]],["name/1845",[137,51.526]],["parent/1845",[979,3.592]],["name/1846",[138,51.526]],["parent/1846",[979,3.592]],["name/1847",[139,51.526]],["parent/1847",[979,3.592]],["name/1848",[140,51.526]],["parent/1848",[979,3.592]],["name/1849",[22,17.527]],["parent/1849",[1004,7.325]],["name/1850",[142,51.526]],["parent/1850",[979,3.592]],["name/1851",[22,17.527]],["parent/1851",[1005,7.325]],["name/1852",[144,45.167]],["parent/1852",[979,3.592]],["name/1853",[22,17.527]],["parent/1853",[1006,7.325]],["name/1854",[146,51.526]],["parent/1854",[979,3.592]],["name/1855",[22,17.527]],["parent/1855",[1007,7.325]],["name/1856",[148,51.526]],["parent/1856",[979,3.592]],["name/1857",[149,51.526]],["parent/1857",[979,3.592]],["name/1858",[150,51.526]],["parent/1858",[979,3.592]],["name/1859",[151,51.526]],["parent/1859",[979,3.592]],["name/1860",[152,51.526]],["parent/1860",[979,3.592]],["name/1861",[153,51.526]],["parent/1861",[979,3.592]],["name/1862",[154,50.812]],["parent/1862",[979,3.592]],["name/1863",[155,51.526]],["parent/1863",[979,3.592]],["name/1864",[156,51.526]],["parent/1864",[979,3.592]],["name/1865",[157,51.526]],["parent/1865",[979,3.592]],["name/1866",[158,51.526]],["parent/1866",[979,3.592]],["name/1867",[159,51.526]],["parent/1867",[979,3.592]],["name/1868",[160,51.526]],["parent/1868",[979,3.592]],["name/1869",[161,51.526]],["parent/1869",[979,3.592]],["name/1870",[162,51.526]],["parent/1870",[979,3.592]],["name/1871",[163,50.812]],["parent/1871",[979,3.592]],["name/1872",[164,51.526]],["parent/1872",[979,3.592]],["name/1873",[165,51.526]],["parent/1873",[979,3.592]],["name/1874",[166,52.296]],["parent/1874",[979,3.592]],["name/1875",[167,52.296]],["parent/1875",[979,3.592]],["name/1876",[22,17.527]],["parent/1876",[1008,7.325]],["name/1877",[169,52.296]],["parent/1877",[1009,4.719]],["name/1878",[171,43.054]],["parent/1878",[1009,4.719]],["name/1879",[172,50.145]],["parent/1879",[1009,4.719]],["name/1880",[173,45.567]],["parent/1880",[1009,4.719]],["name/1881",[174,52.296]],["parent/1881",[1009,4.719]],["name/1882",[175,52.296]],["parent/1882",[1009,4.719]],["name/1883",[176,52.296]],["parent/1883",[1009,4.719]],["name/1884",[177,50.812]],["parent/1884",[1009,4.719]],["name/1885",[178,52.296]],["parent/1885",[1009,4.719]],["name/1886",[179,50.812]],["parent/1886",[1009,4.719]],["name/1887",[180,52.296]],["parent/1887",[1009,4.719]],["name/1888",[181,52.296]],["parent/1888",[1009,4.719]],["name/1889",[182,52.296]],["parent/1889",[1009,4.719]],["name/1890",[183,52.296]],["parent/1890",[1009,4.719]],["name/1891",[144,45.167]],["parent/1891",[1009,4.719]],["name/1892",[184,52.296]],["parent/1892",[1009,4.719]],["name/1893",[185,52.296]],["parent/1893",[1009,4.719]],["name/1894",[186,52.296]],["parent/1894",[1009,4.719]],["name/1895",[187,48.376]],["parent/1895",[1009,4.719]],["name/1896",[188,52.296]],["parent/1896",[1009,4.719]],["name/1897",[189,52.296]],["parent/1897",[979,3.592]],["name/1898",[22,17.527]],["parent/1898",[1010,7.325]],["name/1899",[173,45.567]],["parent/1899",[1011,6.03]],["name/1900",[192,52.296]],["parent/1900",[1011,6.03]],["name/1901",[171,43.054]],["parent/1901",[1011,6.03]],["name/1902",[193,52.296]],["parent/1902",[1011,6.03]],["name/1903",[194,48.376]],["parent/1903",[1011,6.03]],["name/1904",[1012,73.499]],["parent/1904",[979,3.592]],["name/1905",[22,17.527]],["parent/1905",[1013,7.325]],["name/1906",[197,50.812]],["parent/1906",[1014,6.816]],["name/1907",[1015,73.499]],["parent/1907",[1014,6.816]],["name/1908",[1016,73.499]],["parent/1908",[979,3.592]],["name/1909",[22,17.527]],["parent/1909",[1017,7.325]],["name/1910",[418,53.13]],["parent/1910",[1018,5.864]],["name/1911",[971,65.026]],["parent/1911",[1018,5.864]],["name/1912",[419,55.04]],["parent/1912",[1018,5.864]],["name/1913",[1019,73.499]],["parent/1913",[1018,5.864]],["name/1914",[1020,73.499]],["parent/1914",[1018,5.864]],["name/1915",[973,65.026]],["parent/1915",[1018,5.864]],["name/1916",[1021,73.499]],["parent/1916",[979,3.592]],["name/1917",[1022,32.611]],["parent/1917",[]],["name/1918",[1022,32.611]],["parent/1918",[1022,3.25]],["name/1919",[11,47.349]],["parent/1919",[1023,6.03]],["name/1920",[63,51.526]],["parent/1920",[1023,6.03]],["name/1921",[24,49.52]],["parent/1921",[1023,6.03]],["name/1922",[1024,73.499]],["parent/1922",[1023,6.03]],["name/1923",[1025,73.499]],["parent/1923",[1023,6.03]],["name/1924",[132,51.526]],["parent/1924",[1022,3.25]],["name/1925",[133,51.526]],["parent/1925",[1022,3.25]],["name/1926",[134,51.526]],["parent/1926",[1022,3.25]],["name/1927",[135,52.296]],["parent/1927",[1022,3.25]],["name/1928",[136,52.296]],["parent/1928",[1022,3.25]],["name/1929",[137,51.526]],["parent/1929",[1022,3.25]],["name/1930",[138,51.526]],["parent/1930",[1022,3.25]],["name/1931",[139,51.526]],["parent/1931",[1022,3.25]],["name/1932",[140,51.526]],["parent/1932",[1022,3.25]],["name/1933",[22,17.527]],["parent/1933",[1026,7.325]],["name/1934",[142,51.526]],["parent/1934",[1022,3.25]],["name/1935",[22,17.527]],["parent/1935",[1027,7.325]],["name/1936",[144,45.167]],["parent/1936",[1022,3.25]],["name/1937",[22,17.527]],["parent/1937",[1028,7.325]],["name/1938",[283,56.153]],["parent/1938",[1022,3.25]],["name/1939",[22,17.527]],["parent/1939",[1029,7.325]],["name/1940",[146,51.526]],["parent/1940",[1022,3.25]],["name/1941",[22,17.527]],["parent/1941",[1030,7.325]],["name/1942",[148,51.526]],["parent/1942",[1022,3.25]],["name/1943",[149,51.526]],["parent/1943",[1022,3.25]],["name/1944",[150,51.526]],["parent/1944",[1022,3.25]],["name/1945",[151,51.526]],["parent/1945",[1022,3.25]],["name/1946",[152,51.526]],["parent/1946",[1022,3.25]],["name/1947",[153,51.526]],["parent/1947",[1022,3.25]],["name/1948",[154,50.812]],["parent/1948",[1022,3.25]],["name/1949",[155,51.526]],["parent/1949",[1022,3.25]],["name/1950",[156,51.526]],["parent/1950",[1022,3.25]],["name/1951",[157,51.526]],["parent/1951",[1022,3.25]],["name/1952",[158,51.526]],["parent/1952",[1022,3.25]],["name/1953",[159,51.526]],["parent/1953",[1022,3.25]],["name/1954",[160,51.526]],["parent/1954",[1022,3.25]],["name/1955",[161,51.526]],["parent/1955",[1022,3.25]],["name/1956",[162,51.526]],["parent/1956",[1022,3.25]],["name/1957",[163,50.812]],["parent/1957",[1022,3.25]],["name/1958",[122,51.526]],["parent/1958",[1022,3.25]],["name/1959",[164,51.526]],["parent/1959",[1022,3.25]],["name/1960",[165,51.526]],["parent/1960",[1022,3.25]],["name/1961",[166,52.296]],["parent/1961",[1022,3.25]],["name/1962",[167,52.296]],["parent/1962",[1022,3.25]],["name/1963",[22,17.527]],["parent/1963",[1031,7.325]],["name/1964",[169,52.296]],["parent/1964",[1032,4.719]],["name/1965",[171,43.054]],["parent/1965",[1032,4.719]],["name/1966",[172,50.145]],["parent/1966",[1032,4.719]],["name/1967",[173,45.567]],["parent/1967",[1032,4.719]],["name/1968",[174,52.296]],["parent/1968",[1032,4.719]],["name/1969",[175,52.296]],["parent/1969",[1032,4.719]],["name/1970",[176,52.296]],["parent/1970",[1032,4.719]],["name/1971",[177,50.812]],["parent/1971",[1032,4.719]],["name/1972",[178,52.296]],["parent/1972",[1032,4.719]],["name/1973",[179,50.812]],["parent/1973",[1032,4.719]],["name/1974",[180,52.296]],["parent/1974",[1032,4.719]],["name/1975",[181,52.296]],["parent/1975",[1032,4.719]],["name/1976",[182,52.296]],["parent/1976",[1032,4.719]],["name/1977",[183,52.296]],["parent/1977",[1032,4.719]],["name/1978",[144,45.167]],["parent/1978",[1032,4.719]],["name/1979",[184,52.296]],["parent/1979",[1032,4.719]],["name/1980",[185,52.296]],["parent/1980",[1032,4.719]],["name/1981",[186,52.296]],["parent/1981",[1032,4.719]],["name/1982",[187,48.376]],["parent/1982",[1032,4.719]],["name/1983",[188,52.296]],["parent/1983",[1032,4.719]],["name/1984",[189,52.296]],["parent/1984",[1022,3.25]],["name/1985",[22,17.527]],["parent/1985",[1033,7.325]],["name/1986",[173,45.567]],["parent/1986",[1034,6.03]],["name/1987",[192,52.296]],["parent/1987",[1034,6.03]],["name/1988",[171,43.054]],["parent/1988",[1034,6.03]],["name/1989",[193,52.296]],["parent/1989",[1034,6.03]],["name/1990",[194,48.376]],["parent/1990",[1034,6.03]],["name/1991",[96,51.526]],["parent/1991",[1022,3.25]],["name/1992",[97,52.296]],["parent/1992",[1022,3.25]],["name/1993",[98,52.296]],["parent/1993",[1022,3.25]],["name/1994",[22,17.527]],["parent/1994",[1035,7.325]],["name/1995",[100,51.526]],["parent/1995",[1022,3.25]],["name/1996",[22,17.527]],["parent/1996",[1036,7.325]],["name/1997",[102,52.296]],["parent/1997",[1022,3.25]],["name/1998",[22,17.527]],["parent/1998",[1037,7.325]],["name/1999",[104,51.526]],["parent/1999",[1022,3.25]],["name/2000",[22,17.527]],["parent/2000",[1038,7.325]],["name/2001",[106,51.526]],["parent/2001",[1022,3.25]],["name/2002",[22,17.527]],["parent/2002",[1039,7.325]],["name/2003",[108,51.526]],["parent/2003",[1022,3.25]],["name/2004",[22,17.527]],["parent/2004",[1040,7.325]],["name/2005",[110,51.526]],["parent/2005",[1022,3.25]],["name/2006",[22,17.527]],["parent/2006",[1041,7.325]],["name/2007",[112,51.526]],["parent/2007",[1022,3.25]],["name/2008",[22,17.527]],["parent/2008",[1042,7.325]],["name/2009",[114,51.526]],["parent/2009",[1022,3.25]],["name/2010",[22,17.527]],["parent/2010",[1043,7.325]],["name/2011",[116,51.526]],["parent/2011",[1022,3.25]],["name/2012",[22,17.527]],["parent/2012",[1044,7.325]],["name/2013",[118,51.526]],["parent/2013",[1022,3.25]],["name/2014",[22,17.527]],["parent/2014",[1045,7.325]],["name/2015",[120,51.526]],["parent/2015",[1022,3.25]],["name/2016",[22,17.527]],["parent/2016",[1046,7.325]],["name/2017",[124,51.526]],["parent/2017",[1022,3.25]],["name/2018",[22,17.527]],["parent/2018",[1047,7.325]],["name/2019",[126,52.296]],["parent/2019",[1022,3.25]],["name/2020",[22,17.527]],["parent/2020",[1048,7.325]],["name/2021",[128,52.296]],["parent/2021",[1022,3.25]],["name/2022",[22,17.527]],["parent/2022",[1049,7.325]],["name/2023",[130,52.296]],["parent/2023",[1022,3.25]],["name/2024",[131,51.526]],["parent/2024",[1022,3.25]],["name/2025",[926,68.39]],["parent/2025",[1022,3.25]],["name/2026",[1050,73.499]],["parent/2026",[1022,3.25]],["name/2027",[1051,73.499]],["parent/2027",[1022,3.25]],["name/2028",[927,68.39]],["parent/2028",[1022,3.25]],["name/2029",[1052,73.499]],["parent/2029",[1022,3.25]],["name/2030",[1053,73.499]],["parent/2030",[1022,3.25]],["name/2031",[1054,73.499]],["parent/2031",[1022,3.25]],["name/2032",[506,65.026]],["parent/2032",[1022,3.25]],["name/2033",[1055,73.499]],["parent/2033",[1022,3.25]],["name/2034",[1056,73.499]],["parent/2034",[1022,3.25]],["name/2035",[512,65.026]],["parent/2035",[1022,3.25]],["name/2036",[515,65.026]],["parent/2036",[1022,3.25]],["name/2037",[517,65.026]],["parent/2037",[1022,3.25]],["name/2038",[1057,73.499]],["parent/2038",[1022,3.25]],["name/2039",[1058,73.499]],["parent/2039",[1022,3.25]],["name/2040",[1059,73.499]],["parent/2040",[1022,3.25]],["name/2041",[527,65.026]],["parent/2041",[1022,3.25]],["name/2042",[1060,73.499]],["parent/2042",[1022,3.25]],["name/2043",[1061,73.499]],["parent/2043",[1022,3.25]],["name/2044",[1062,73.499]],["parent/2044",[1022,3.25]],["name/2045",[1063,73.499]],["parent/2045",[1022,3.25]],["name/2046",[1064,73.499]],["parent/2046",[1022,3.25]],["name/2047",[541,65.026]],["parent/2047",[1022,3.25]],["name/2048",[542,65.026]],["parent/2048",[1022,3.25]],["name/2049",[543,65.026]],["parent/2049",[1022,3.25]],["name/2050",[743,68.39]],["parent/2050",[1022,3.25]],["name/2051",[1065,73.499]],["parent/2051",[1022,3.25]],["name/2052",[570,60.506]],["parent/2052",[1022,3.25]],["name/2053",[22,17.527]],["parent/2053",[1066,7.325]],["name/2054",[566,57.404]],["parent/2054",[1022,3.25]],["name/2055",[22,17.527]],["parent/2055",[1067,7.325]],["name/2056",[1068,73.499]],["parent/2056",[1022,3.25]],["name/2057",[22,17.527]],["parent/2057",[1069,7.325]],["name/2058",[197,50.812]],["parent/2058",[1070,7.325]],["name/2059",[1071,73.499]],["parent/2059",[1022,3.25]],["name/2060",[22,17.527]],["parent/2060",[1072,7.325]],["name/2061",[969,68.39]],["parent/2061",[1073,5.135]],["name/2062",[418,53.13]],["parent/2062",[1073,5.135]],["name/2063",[1074,73.499]],["parent/2063",[1073,5.135]],["name/2064",[1075,73.499]],["parent/2064",[1073,5.135]],["name/2065",[163,50.812]],["parent/2065",[1073,5.135]],["name/2066",[973,65.026]],["parent/2066",[1073,5.135]],["name/2067",[419,55.04]],["parent/2067",[1073,5.135]],["name/2068",[974,68.39]],["parent/2068",[1073,5.135]],["name/2069",[975,68.39]],["parent/2069",[1073,5.135]],["name/2070",[976,68.39]],["parent/2070",[1073,5.135]],["name/2071",[1076,73.499]],["parent/2071",[1073,5.135]],["name/2072",[597,60.506]],["parent/2072",[1073,5.135]],["name/2073",[598,60.506]],["parent/2073",[1073,5.135]],["name/2074",[1077,73.499]],["parent/2074",[1022,3.25]],["name/2075",[1078,35.733]],["parent/2075",[]],["name/2076",[1078,35.733]],["parent/2076",[1078,3.561]],["name/2077",[11,47.349]],["parent/2077",[1079,6.23]],["name/2078",[63,51.526]],["parent/2078",[1079,6.23]],["name/2079",[24,49.52]],["parent/2079",[1079,6.23]],["name/2080",[1080,73.499]],["parent/2080",[1079,6.23]],["name/2081",[278,60.506]],["parent/2081",[1078,3.561]],["name/2082",[22,17.527]],["parent/2082",[1081,7.325]],["name/2083",[132,51.526]],["parent/2083",[1078,3.561]],["name/2084",[133,51.526]],["parent/2084",[1078,3.561]],["name/2085",[134,51.526]],["parent/2085",[1078,3.561]],["name/2086",[135,52.296]],["parent/2086",[1078,3.561]],["name/2087",[136,52.296]],["parent/2087",[1078,3.561]],["name/2088",[137,51.526]],["parent/2088",[1078,3.561]],["name/2089",[138,51.526]],["parent/2089",[1078,3.561]],["name/2090",[139,51.526]],["parent/2090",[1078,3.561]],["name/2091",[140,51.526]],["parent/2091",[1078,3.561]],["name/2092",[22,17.527]],["parent/2092",[1082,7.325]],["name/2093",[142,51.526]],["parent/2093",[1078,3.561]],["name/2094",[22,17.527]],["parent/2094",[1083,7.325]],["name/2095",[144,45.167]],["parent/2095",[1078,3.561]],["name/2096",[22,17.527]],["parent/2096",[1084,7.325]],["name/2097",[283,56.153]],["parent/2097",[1078,3.561]],["name/2098",[22,17.527]],["parent/2098",[1085,7.325]],["name/2099",[146,51.526]],["parent/2099",[1078,3.561]],["name/2100",[22,17.527]],["parent/2100",[1086,7.325]],["name/2101",[148,51.526]],["parent/2101",[1078,3.561]],["name/2102",[149,51.526]],["parent/2102",[1078,3.561]],["name/2103",[150,51.526]],["parent/2103",[1078,3.561]],["name/2104",[151,51.526]],["parent/2104",[1078,3.561]],["name/2105",[152,51.526]],["parent/2105",[1078,3.561]],["name/2106",[153,51.526]],["parent/2106",[1078,3.561]],["name/2107",[154,50.812]],["parent/2107",[1078,3.561]],["name/2108",[155,51.526]],["parent/2108",[1078,3.561]],["name/2109",[156,51.526]],["parent/2109",[1078,3.561]],["name/2110",[157,51.526]],["parent/2110",[1078,3.561]],["name/2111",[158,51.526]],["parent/2111",[1078,3.561]],["name/2112",[159,51.526]],["parent/2112",[1078,3.561]],["name/2113",[160,51.526]],["parent/2113",[1078,3.561]],["name/2114",[161,51.526]],["parent/2114",[1078,3.561]],["name/2115",[162,51.526]],["parent/2115",[1078,3.561]],["name/2116",[163,50.812]],["parent/2116",[1078,3.561]],["name/2117",[122,51.526]],["parent/2117",[1078,3.561]],["name/2118",[164,51.526]],["parent/2118",[1078,3.561]],["name/2119",[165,51.526]],["parent/2119",[1078,3.561]],["name/2120",[166,52.296]],["parent/2120",[1078,3.561]],["name/2121",[167,52.296]],["parent/2121",[1078,3.561]],["name/2122",[22,17.527]],["parent/2122",[1087,7.325]],["name/2123",[169,52.296]],["parent/2123",[1088,4.719]],["name/2124",[171,43.054]],["parent/2124",[1088,4.719]],["name/2125",[172,50.145]],["parent/2125",[1088,4.719]],["name/2126",[173,45.567]],["parent/2126",[1088,4.719]],["name/2127",[174,52.296]],["parent/2127",[1088,4.719]],["name/2128",[175,52.296]],["parent/2128",[1088,4.719]],["name/2129",[176,52.296]],["parent/2129",[1088,4.719]],["name/2130",[177,50.812]],["parent/2130",[1088,4.719]],["name/2131",[178,52.296]],["parent/2131",[1088,4.719]],["name/2132",[179,50.812]],["parent/2132",[1088,4.719]],["name/2133",[180,52.296]],["parent/2133",[1088,4.719]],["name/2134",[181,52.296]],["parent/2134",[1088,4.719]],["name/2135",[182,52.296]],["parent/2135",[1088,4.719]],["name/2136",[183,52.296]],["parent/2136",[1088,4.719]],["name/2137",[144,45.167]],["parent/2137",[1088,4.719]],["name/2138",[184,52.296]],["parent/2138",[1088,4.719]],["name/2139",[185,52.296]],["parent/2139",[1088,4.719]],["name/2140",[186,52.296]],["parent/2140",[1088,4.719]],["name/2141",[187,48.376]],["parent/2141",[1088,4.719]],["name/2142",[188,52.296]],["parent/2142",[1088,4.719]],["name/2143",[189,52.296]],["parent/2143",[1078,3.561]],["name/2144",[22,17.527]],["parent/2144",[1089,7.325]],["name/2145",[173,45.567]],["parent/2145",[1090,6.03]],["name/2146",[192,52.296]],["parent/2146",[1090,6.03]],["name/2147",[171,43.054]],["parent/2147",[1090,6.03]],["name/2148",[193,52.296]],["parent/2148",[1090,6.03]],["name/2149",[194,48.376]],["parent/2149",[1090,6.03]],["name/2150",[1091,73.499]],["parent/2150",[1078,3.561]],["name/2151",[566,57.404]],["parent/2151",[1078,3.561]],["name/2152",[22,17.527]],["parent/2152",[1092,7.325]],["name/2153",[570,60.506]],["parent/2153",[1078,3.561]],["name/2154",[22,17.527]],["parent/2154",[1093,7.325]],["name/2155",[564,60.506]],["parent/2155",[1078,3.561]],["name/2156",[22,17.527]],["parent/2156",[1094,7.325]],["name/2157",[96,51.526]],["parent/2157",[1078,3.561]],["name/2158",[97,52.296]],["parent/2158",[1078,3.561]],["name/2159",[98,52.296]],["parent/2159",[1078,3.561]],["name/2160",[22,17.527]],["parent/2160",[1095,7.325]],["name/2161",[100,51.526]],["parent/2161",[1078,3.561]],["name/2162",[22,17.527]],["parent/2162",[1096,7.325]],["name/2163",[102,52.296]],["parent/2163",[1078,3.561]],["name/2164",[22,17.527]],["parent/2164",[1097,7.325]],["name/2165",[104,51.526]],["parent/2165",[1078,3.561]],["name/2166",[22,17.527]],["parent/2166",[1098,7.325]],["name/2167",[106,51.526]],["parent/2167",[1078,3.561]],["name/2168",[22,17.527]],["parent/2168",[1099,7.325]],["name/2169",[108,51.526]],["parent/2169",[1078,3.561]],["name/2170",[22,17.527]],["parent/2170",[1100,7.325]],["name/2171",[110,51.526]],["parent/2171",[1078,3.561]],["name/2172",[22,17.527]],["parent/2172",[1101,7.325]],["name/2173",[112,51.526]],["parent/2173",[1078,3.561]],["name/2174",[22,17.527]],["parent/2174",[1102,7.325]],["name/2175",[114,51.526]],["parent/2175",[1078,3.561]],["name/2176",[22,17.527]],["parent/2176",[1103,7.325]],["name/2177",[116,51.526]],["parent/2177",[1078,3.561]],["name/2178",[22,17.527]],["parent/2178",[1104,7.325]],["name/2179",[118,51.526]],["parent/2179",[1078,3.561]],["name/2180",[22,17.527]],["parent/2180",[1105,7.325]],["name/2181",[120,51.526]],["parent/2181",[1078,3.561]],["name/2182",[22,17.527]],["parent/2182",[1106,7.325]],["name/2183",[124,51.526]],["parent/2183",[1078,3.561]],["name/2184",[22,17.527]],["parent/2184",[1107,7.325]],["name/2185",[126,52.296]],["parent/2185",[1078,3.561]],["name/2186",[22,17.527]],["parent/2186",[1108,7.325]],["name/2187",[128,52.296]],["parent/2187",[1078,3.561]],["name/2188",[22,17.527]],["parent/2188",[1109,7.325]],["name/2189",[130,52.296]],["parent/2189",[1078,3.561]],["name/2190",[131,51.526]],["parent/2190",[1078,3.561]],["name/2191",[1110,73.499]],["parent/2191",[1078,3.561]],["name/2192",[22,17.527]],["parent/2192",[1111,7.325]],["name/2193",[197,50.812]],["parent/2193",[1112,7.325]],["name/2194",[1113,73.499]],["parent/2194",[1078,3.561]],["name/2195",[22,17.527]],["parent/2195",[1114,7.325]],["name/2196",[1115,73.499]],["parent/2196",[1116,6.481]],["name/2197",[418,53.13]],["parent/2197",[1116,6.481]],["name/2198",[419,55.04]],["parent/2198",[1116,6.481]],["name/2199",[1117,73.499]],["parent/2199",[1078,3.561]],["name/2200",[1118,35.733]],["parent/2200",[]],["name/2201",[1118,35.733]],["parent/2201",[1118,3.561]],["name/2202",[11,47.349]],["parent/2202",[1119,6.03]],["name/2203",[63,51.526]],["parent/2203",[1119,6.03]],["name/2204",[24,49.52]],["parent/2204",[1119,6.03]],["name/2205",[1120,73.499]],["parent/2205",[1119,6.03]],["name/2206",[1121,73.499]],["parent/2206",[1119,6.03]],["name/2207",[278,60.506]],["parent/2207",[1118,3.561]],["name/2208",[22,17.527]],["parent/2208",[1122,7.325]],["name/2209",[132,51.526]],["parent/2209",[1118,3.561]],["name/2210",[133,51.526]],["parent/2210",[1118,3.561]],["name/2211",[134,51.526]],["parent/2211",[1118,3.561]],["name/2212",[135,52.296]],["parent/2212",[1118,3.561]],["name/2213",[136,52.296]],["parent/2213",[1118,3.561]],["name/2214",[137,51.526]],["parent/2214",[1118,3.561]],["name/2215",[138,51.526]],["parent/2215",[1118,3.561]],["name/2216",[139,51.526]],["parent/2216",[1118,3.561]],["name/2217",[140,51.526]],["parent/2217",[1118,3.561]],["name/2218",[22,17.527]],["parent/2218",[1123,7.325]],["name/2219",[142,51.526]],["parent/2219",[1118,3.561]],["name/2220",[22,17.527]],["parent/2220",[1124,7.325]],["name/2221",[144,45.167]],["parent/2221",[1118,3.561]],["name/2222",[22,17.527]],["parent/2222",[1125,7.325]],["name/2223",[283,56.153]],["parent/2223",[1118,3.561]],["name/2224",[22,17.527]],["parent/2224",[1126,7.325]],["name/2225",[146,51.526]],["parent/2225",[1118,3.561]],["name/2226",[22,17.527]],["parent/2226",[1127,7.325]],["name/2227",[148,51.526]],["parent/2227",[1118,3.561]],["name/2228",[149,51.526]],["parent/2228",[1118,3.561]],["name/2229",[150,51.526]],["parent/2229",[1118,3.561]],["name/2230",[151,51.526]],["parent/2230",[1118,3.561]],["name/2231",[152,51.526]],["parent/2231",[1118,3.561]],["name/2232",[153,51.526]],["parent/2232",[1118,3.561]],["name/2233",[154,50.812]],["parent/2233",[1118,3.561]],["name/2234",[155,51.526]],["parent/2234",[1118,3.561]],["name/2235",[156,51.526]],["parent/2235",[1118,3.561]],["name/2236",[157,51.526]],["parent/2236",[1118,3.561]],["name/2237",[158,51.526]],["parent/2237",[1118,3.561]],["name/2238",[159,51.526]],["parent/2238",[1118,3.561]],["name/2239",[160,51.526]],["parent/2239",[1118,3.561]],["name/2240",[161,51.526]],["parent/2240",[1118,3.561]],["name/2241",[162,51.526]],["parent/2241",[1118,3.561]],["name/2242",[163,50.812]],["parent/2242",[1118,3.561]],["name/2243",[122,51.526]],["parent/2243",[1118,3.561]],["name/2244",[164,51.526]],["parent/2244",[1118,3.561]],["name/2245",[165,51.526]],["parent/2245",[1118,3.561]],["name/2246",[166,52.296]],["parent/2246",[1118,3.561]],["name/2247",[167,52.296]],["parent/2247",[1118,3.561]],["name/2248",[22,17.527]],["parent/2248",[1128,7.325]],["name/2249",[169,52.296]],["parent/2249",[1129,4.719]],["name/2250",[171,43.054]],["parent/2250",[1129,4.719]],["name/2251",[172,50.145]],["parent/2251",[1129,4.719]],["name/2252",[173,45.567]],["parent/2252",[1129,4.719]],["name/2253",[174,52.296]],["parent/2253",[1129,4.719]],["name/2254",[175,52.296]],["parent/2254",[1129,4.719]],["name/2255",[176,52.296]],["parent/2255",[1129,4.719]],["name/2256",[177,50.812]],["parent/2256",[1129,4.719]],["name/2257",[178,52.296]],["parent/2257",[1129,4.719]],["name/2258",[179,50.812]],["parent/2258",[1129,4.719]],["name/2259",[180,52.296]],["parent/2259",[1129,4.719]],["name/2260",[181,52.296]],["parent/2260",[1129,4.719]],["name/2261",[182,52.296]],["parent/2261",[1129,4.719]],["name/2262",[183,52.296]],["parent/2262",[1129,4.719]],["name/2263",[144,45.167]],["parent/2263",[1129,4.719]],["name/2264",[184,52.296]],["parent/2264",[1129,4.719]],["name/2265",[185,52.296]],["parent/2265",[1129,4.719]],["name/2266",[186,52.296]],["parent/2266",[1129,4.719]],["name/2267",[187,48.376]],["parent/2267",[1129,4.719]],["name/2268",[188,52.296]],["parent/2268",[1129,4.719]],["name/2269",[189,52.296]],["parent/2269",[1118,3.561]],["name/2270",[22,17.527]],["parent/2270",[1130,7.325]],["name/2271",[173,45.567]],["parent/2271",[1131,6.03]],["name/2272",[192,52.296]],["parent/2272",[1131,6.03]],["name/2273",[171,43.054]],["parent/2273",[1131,6.03]],["name/2274",[193,52.296]],["parent/2274",[1131,6.03]],["name/2275",[194,48.376]],["parent/2275",[1131,6.03]],["name/2276",[96,51.526]],["parent/2276",[1118,3.561]],["name/2277",[97,52.296]],["parent/2277",[1118,3.561]],["name/2278",[98,52.296]],["parent/2278",[1118,3.561]],["name/2279",[22,17.527]],["parent/2279",[1132,7.325]],["name/2280",[100,51.526]],["parent/2280",[1118,3.561]],["name/2281",[22,17.527]],["parent/2281",[1133,7.325]],["name/2282",[102,52.296]],["parent/2282",[1118,3.561]],["name/2283",[22,17.527]],["parent/2283",[1134,7.325]],["name/2284",[104,51.526]],["parent/2284",[1118,3.561]],["name/2285",[22,17.527]],["parent/2285",[1135,7.325]],["name/2286",[106,51.526]],["parent/2286",[1118,3.561]],["name/2287",[22,17.527]],["parent/2287",[1136,7.325]],["name/2288",[108,51.526]],["parent/2288",[1118,3.561]],["name/2289",[22,17.527]],["parent/2289",[1137,7.325]],["name/2290",[110,51.526]],["parent/2290",[1118,3.561]],["name/2291",[22,17.527]],["parent/2291",[1138,7.325]],["name/2292",[112,51.526]],["parent/2292",[1118,3.561]],["name/2293",[22,17.527]],["parent/2293",[1139,7.325]],["name/2294",[114,51.526]],["parent/2294",[1118,3.561]],["name/2295",[22,17.527]],["parent/2295",[1140,7.325]],["name/2296",[116,51.526]],["parent/2296",[1118,3.561]],["name/2297",[22,17.527]],["parent/2297",[1141,7.325]],["name/2298",[118,51.526]],["parent/2298",[1118,3.561]],["name/2299",[22,17.527]],["parent/2299",[1142,7.325]],["name/2300",[120,51.526]],["parent/2300",[1118,3.561]],["name/2301",[22,17.527]],["parent/2301",[1143,7.325]],["name/2302",[124,51.526]],["parent/2302",[1118,3.561]],["name/2303",[22,17.527]],["parent/2303",[1144,7.325]],["name/2304",[126,52.296]],["parent/2304",[1118,3.561]],["name/2305",[22,17.527]],["parent/2305",[1145,7.325]],["name/2306",[128,52.296]],["parent/2306",[1118,3.561]],["name/2307",[22,17.527]],["parent/2307",[1146,7.325]],["name/2308",[130,52.296]],["parent/2308",[1118,3.561]],["name/2309",[131,51.526]],["parent/2309",[1118,3.561]],["name/2310",[1147,73.499]],["parent/2310",[1118,3.561]],["name/2311",[1148,73.499]],["parent/2311",[1118,3.561]],["name/2312",[566,57.404]],["parent/2312",[1118,3.561]],["name/2313",[22,17.527]],["parent/2313",[1149,7.325]],["name/2314",[570,60.506]],["parent/2314",[1118,3.561]],["name/2315",[22,17.527]],["parent/2315",[1150,7.325]],["name/2316",[1151,73.499]],["parent/2316",[1118,3.561]],["name/2317",[22,17.527]],["parent/2317",[1152,7.325]],["name/2318",[197,50.812]],["parent/2318",[1153,7.325]],["name/2319",[1154,73.499]],["parent/2319",[1118,3.561]],["name/2320",[22,17.527]],["parent/2320",[1155,7.325]],["name/2321",[1156,73.499]],["parent/2321",[1157,5.295]],["name/2322",[1158,73.499]],["parent/2322",[1157,5.295]],["name/2323",[1159,73.499]],["parent/2323",[1157,5.295]],["name/2324",[1160,73.499]],["parent/2324",[1157,5.295]],["name/2325",[1161,73.499]],["parent/2325",[1157,5.295]],["name/2326",[1162,73.499]],["parent/2326",[1157,5.295]],["name/2327",[418,53.13]],["parent/2327",[1157,5.295]],["name/2328",[419,55.04]],["parent/2328",[1157,5.295]],["name/2329",[597,60.506]],["parent/2329",[1157,5.295]],["name/2330",[598,60.506]],["parent/2330",[1157,5.295]],["name/2331",[971,65.026]],["parent/2331",[1157,5.295]],["name/2332",[1163,73.499]],["parent/2332",[1118,3.561]]],"invertedIndex":[["__type",{"_index":22,"name":{"23":{},"34":{},"104":{},"108":{},"110":{},"112":{},"114":{},"116":{},"118":{},"120":{},"122":{},"124":{},"126":{},"128":{},"130":{},"132":{},"134":{},"136":{},"138":{},"150":{},"152":{},"154":{},"156":{},"177":{},"199":{},"206":{},"209":{},"319":{},"329":{},"331":{},"333":{},"335":{},"337":{},"359":{},"381":{},"393":{},"409":{},"417":{},"427":{},"435":{},"439":{},"447":{},"452":{},"459":{},"464":{},"476":{},"481":{},"486":{},"497":{},"499":{},"501":{},"503":{},"505":{},"507":{},"509":{},"511":{},"513":{},"515":{},"517":{},"519":{},"521":{},"523":{},"525":{},"529":{},"539":{},"565":{},"567":{},"569":{},"571":{},"573":{},"575":{},"577":{},"579":{},"581":{},"583":{},"585":{},"587":{},"589":{},"591":{},"593":{},"595":{},"607":{},"609":{},"611":{},"613":{},"615":{},"636":{},"658":{},"665":{},"669":{},"767":{},"783":{},"785":{},"787":{},"789":{},"791":{},"793":{},"795":{},"797":{},"799":{},"801":{},"803":{},"805":{},"807":{},"809":{},"811":{},"813":{},"817":{},"819":{},"821":{},"823":{},"825":{},"827":{},"837":{},"839":{},"841":{},"843":{},"845":{},"866":{},"888":{},"895":{},"903":{},"926":{},"928":{},"930":{},"932":{},"934":{},"936":{},"938":{},"940":{},"942":{},"944":{},"946":{},"954":{},"956":{},"958":{},"960":{},"984":{},"986":{},"988":{},"990":{},"992":{},"995":{},"998":{},"1003":{},"1005":{},"1007":{},"1009":{},"1011":{},"1017":{},"1019":{},"1021":{},"1023":{},"1025":{},"1027":{},"1029":{},"1036":{},"1038":{},"1045":{},"1051":{},"1059":{},"1070":{},"1075":{},"1081":{},"1087":{},"1089":{},"1095":{},"1104":{},"1109":{},"1112":{},"1119":{},"1126":{},"1129":{},"1134":{},"1138":{},"1159":{},"1161":{},"1163":{},"1165":{},"1167":{},"1169":{},"1171":{},"1173":{},"1175":{},"1177":{},"1179":{},"1181":{},"1183":{},"1185":{},"1187":{},"1189":{},"1201":{},"1203":{},"1205":{},"1207":{},"1228":{},"1250":{},"1257":{},"1259":{},"1261":{},"1263":{},"1265":{},"1267":{},"1271":{},"1289":{},"1293":{},"1295":{},"1297":{},"1299":{},"1301":{},"1303":{},"1305":{},"1307":{},"1309":{},"1311":{},"1313":{},"1315":{},"1317":{},"1319":{},"1321":{},"1323":{},"1335":{},"1337":{},"1339":{},"1341":{},"1362":{},"1384":{},"1391":{},"1394":{},"1412":{},"1422":{},"1424":{},"1426":{},"1428":{},"1430":{},"1452":{},"1474":{},"1485":{},"1501":{},"1509":{},"1519":{},"1527":{},"1531":{},"1539":{},"1544":{},"1551":{},"1556":{},"1568":{},"1573":{},"1578":{},"1589":{},"1591":{},"1593":{},"1595":{},"1597":{},"1599":{},"1601":{},"1603":{},"1605":{},"1607":{},"1609":{},"1611":{},"1613":{},"1615":{},"1617":{},"1621":{},"1626":{},"1664":{},"1666":{},"1668":{},"1670":{},"1672":{},"1675":{},"1677":{},"1679":{},"1681":{},"1683":{},"1685":{},"1687":{},"1689":{},"1691":{},"1693":{},"1695":{},"1697":{},"1699":{},"1701":{},"1703":{},"1705":{},"1717":{},"1719":{},"1721":{},"1723":{},"1725":{},"1746":{},"1768":{},"1775":{},"1779":{},"1802":{},"1804":{},"1808":{},"1810":{},"1812":{},"1814":{},"1816":{},"1818":{},"1820":{},"1822":{},"1824":{},"1826":{},"1828":{},"1830":{},"1832":{},"1834":{},"1836":{},"1838":{},"1849":{},"1851":{},"1853":{},"1855":{},"1876":{},"1898":{},"1905":{},"1909":{},"1933":{},"1935":{},"1937":{},"1939":{},"1941":{},"1963":{},"1985":{},"1994":{},"1996":{},"1998":{},"2000":{},"2002":{},"2004":{},"2006":{},"2008":{},"2010":{},"2012":{},"2014":{},"2016":{},"2018":{},"2020":{},"2022":{},"2053":{},"2055":{},"2057":{},"2060":{},"2082":{},"2092":{},"2094":{},"2096":{},"2098":{},"2100":{},"2122":{},"2144":{},"2152":{},"2154":{},"2156":{},"2160":{},"2162":{},"2164":{},"2166":{},"2168":{},"2170":{},"2172":{},"2174":{},"2176":{},"2178":{},"2180":{},"2182":{},"2184":{},"2186":{},"2188":{},"2192":{},"2195":{},"2208":{},"2218":{},"2220":{},"2222":{},"2224":{},"2226":{},"2248":{},"2270":{},"2279":{},"2281":{},"2283":{},"2285":{},"2287":{},"2289":{},"2291":{},"2293":{},"2295":{},"2297":{},"2299":{},"2301":{},"2303":{},"2305":{},"2307":{},"2313":{},"2315":{},"2317":{},"2320":{}},"parent":{}}],["addcoupontobasket",{"_index":250,"name":{"289":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":253,"name":{"292":{}},"parent":{}}],["additemtobasket",{"_index":256,"name":{"295":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":260,"name":{"299":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":264,"name":{"303":{}},"parent":{}}],["addpricebookstobasket",{"_index":268,"name":{"307":{}},"parent":{}}],["addqueryparams",{"_index":40,"name":{"46":{}},"parent":{}}],["addressname",{"_index":587,"name":{"898":{}},"parent":{}}],["addtaxesforbasket",{"_index":277,"name":{"316":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":259,"name":{"298":{}},"parent":{}}],["allimages",{"_index":975,"name":{"1786":{},"2069":{}},"parent":{}}],["allvariationproperties",{"_index":1076,"name":{"2071":{}},"parent":{}}],["apiname",{"_index":235,"name":{"269":{}},"parent":{}}],["apiversion",{"_index":237,"name":{"270":{}},"parent":{}}],["aspectattributeinvalid",{"_index":801,"name":{"1262":{}},"parent":{}}],["aspectattributes",{"_index":813,"name":{"1275":{}},"parent":{}}],["aspecttypeid",{"_index":812,"name":{"1274":{}},"parent":{}}],["aspecttypenotfound",{"_index":797,"name":{"1258":{}},"parent":{}}],["asynccreated",{"_index":114,"name":{"123":{},"512":{},"580":{},"798":{},"937":{},"1174":{},"1308":{},"1604":{},"1690":{},"1823":{},"2009":{},"2175":{},"2294":{}},"parent":{}}],["attributedefinition",{"_index":167,"name":{"176":{},"358":{},"635":{},"865":{},"1227":{},"1361":{},"1451":{},"1745":{},"1875":{},"1962":{},"2121":{},"2247":{}},"parent":{}}],["attributegrouping",{"_index":729,"name":{"1111":{}},"parent":{}}],["attributeid",{"_index":701,"name":{"1072":{},"1078":{},"1083":{},"1092":{},"1097":{},"1105":{},"1113":{}},"parent":{}}],["attributesorting",{"_index":722,"name":{"1103":{}},"parent":{}}],["attributesquery",{"_index":672,"name":{"1037":{}},"parent":{}}],["authenticatecustomer",{"_index":64,"name":{"73":{}},"parent":{}}],["authenticationfailure",{"_index":649,"name":{"1008":{}},"parent":{}}],["authenticationproviderid",{"_index":593,"name":{"906":{}},"parent":{}}],["authorizationfailure",{"_index":659,"name":{"1020":{}},"parent":{}}],["authorize",{"_index":226,"name":{"237":{},"248":{}},"parent":{}}],["authorizecustomer",{"_index":67,"name":{"76":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":65,"name":{"74":{}},"parent":{}}],["authrequest",{"_index":523,"name":{"749":{}},"parent":{}}],["badrequest",{"_index":566,"name":{"820":{},"1022":{},"1665":{},"1803":{},"2054":{},"2151":{},"2312":{}},"parent":{}}],["badrequest1",{"_index":934,"name":{"1667":{}},"parent":{}}],["badrequest2",{"_index":937,"name":{"1671":{}},"parent":{}}],["baseerror",{"_index":651,"name":{"1010":{}},"parent":{}}],["baseuri",{"_index":13,"name":{"12":{},"20":{}},"parent":{}}],["baseuriparameters",{"_index":1,"name":{"1":{},"260":{}},"parent":{}}],["basket",{"_index":353,"name":{"450":{},"752":{},"1542":{}},"parent":{}}],["basketid",{"_index":406,"name":{"531":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":329,"name":{"425":{},"1517":{}},"parent":{}}],["basketsresult",{"_index":293,"name":{"390":{},"713":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":334,"name":{"430":{},"734":{},"1522":{}},"parent":{}}],["boolfilter",{"_index":149,"name":{"158":{},"339":{},"617":{},"847":{},"962":{},"1209":{},"1343":{},"1432":{},"1727":{},"1857":{},"1943":{},"2102":{},"2228":{}},"parent":{}}],["boolquery",{"_index":159,"name":{"168":{},"349":{},"627":{},"857":{},"972":{},"1219":{},"1353":{},"1442":{},"1737":{},"1867":{},"1953":{},"2112":{},"2238":{}},"parent":{}}],["brandsuggestions",{"_index":1057,"name":{"2038":{}},"parent":{}}],["browserrequestinit",{"_index":27,"name":{"31":{}},"parent":{}}],["bundledproduct",{"_index":544,"name":{"776":{},"1661":{}},"parent":{}}],["businessobjectidinvalid",{"_index":795,"name":{"1256":{}},"parent":{}}],["callcustomendpoint",{"_index":233,"name":{"265":{},"275":{}},"parent":{}}],["calloutmsg",{"_index":322,"name":{"418":{},"1510":{}},"parent":{}}],["campaignid",{"_index":1015,"name":{"1907":{}},"parent":{}}],["cardtype",{"_index":297,"name":{"394":{},"465":{},"1486":{},"1557":{}},"parent":{}}],["category",{"_index":928,"name":{"1643":{}},"parent":{}}],["categoryid",{"_index":810,"name":{"1272":{}},"parent":{}}],["categoryresult",{"_index":929,"name":{"1644":{}},"parent":{}}],["categorysuggestions",{"_index":1052,"name":{"2029":{}},"parent":{}}],["changecontrolled",{"_index":97,"name":{"106":{},"495":{},"563":{},"781":{},"1157":{},"1291":{},"1587":{},"1673":{},"1806":{},"1992":{},"2158":{},"2277":{}},"parent":{}}],["changecontrolleddatatype",{"_index":130,"name":{"139":{},"526":{},"596":{},"814":{},"1190":{},"1324":{},"1618":{},"1706":{},"1839":{},"2023":{},"2189":{},"2308":{}},"parent":{}}],["channel_id",{"_index":204,"name":{"212":{}},"parent":{}}],["channelid",{"_index":756,"name":{"1136":{}},"parent":{}}],["client_id",{"_index":201,"name":{"210":{}},"parent":{}}],["clientconfig",{"_index":11,"name":{"10":{},"19":{},"70":{},"278":{},"554":{},"674":{},"919":{},"1147":{},"1282":{},"1399":{},"1632":{},"1793":{},"1919":{},"2077":{},"2202":{}},"parent":{"11":{},"19":{},"31":{},"32":{},"33":{}}}],["clientconfig.clientconfig",{"_index":21,"name":{},"parent":{"20":{},"21":{},"22":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{}}}],["clientconfig.clientconfig.defaults",{"_index":26,"name":{},"parent":{"30":{}}}],["clientconfig.clientconfig.headers",{"_index":23,"name":{},"parent":{"23":{}}}],["clientconfig.clientconfiginit",{"_index":14,"name":{},"parent":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{}}}],["clientconfig.fetchfunction",{"_index":29,"name":{},"parent":{"34":{}}}],["clientconfiginit",{"_index":12,"name":{"11":{}},"parent":{}}],["closedobject",{"_index":138,"name":{"147":{},"326":{},"604":{},"834":{},"951":{},"1198":{},"1332":{},"1419":{},"1714":{},"1846":{},"1930":{},"2089":{},"2215":{}},"parent":{}}],["code",{"_index":378,"name":{"482":{},"1574":{}},"parent":{}}],["code_challenge",{"_index":211,"name":{"219":{}},"parent":{}}],["commonerrors",{"_index":628,"name":{"987":{}},"parent":{}}],["component",{"_index":770,"name":{"1155":{}},"parent":{}}],["compositeparameters",{"_index":8,"name":{"7":{},"258":{}},"parent":{}}],["config",{"_index":30,"name":{"35":{}},"parent":{"36":{}}}],["constructor",{"_index":24,"name":{"28":{},"44":{},"72":{},"226":{},"280":{},"556":{},"676":{},"921":{},"1149":{},"1284":{},"1401":{},"1634":{},"1795":{},"1921":{},"2079":{},"2204":{}},"parent":{}}],["contenttypeheaderexists",{"_index":239,"name":{"274":{}},"parent":{}}],["correctableattributes",{"_index":676,"name":{"1041":{},"1048":{},"1067":{}},"parent":{}}],["countrycode",{"_index":1156,"name":{"2321":{}},"parent":{}}],["couponitem",{"_index":319,"name":{"415":{},"720":{},"1507":{}},"parent":{}}],["couponitemid",{"_index":407,"name":{"532":{}},"parent":{}}],["createbasket",{"_index":242,"name":{"281":{}},"parent":{}}],["createcodeverifier",{"_index":224,"name":{"235":{},"256":{}},"parent":{}}],["createcustomeraddress",{"_index":475,"name":{"684":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":482,"name":{"691":{}},"parent":{}}],["createcustomerproductlist",{"_index":486,"name":{"695":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":490,"name":{"699":{}},"parent":{}}],["createdby",{"_index":314,"name":{"410":{},"1502":{}},"parent":{}}],["createdestinationbasket",{"_index":421,"name":{"545":{}},"parent":{}}],["createobjecturl",{"_index":57,"name":{"63":{}},"parent":{}}],["createorder",{"_index":854,"name":{"1402":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":857,"name":{"1405":{}},"parent":{}}],["createshipmentforbasket",{"_index":269,"name":{"308":{}},"parent":{}}],["createshoppercontext",{"_index":431,"name":{"558":{}},"parent":{}}],["creationdate",{"_index":316,"name":{"411":{},"1503":{}},"parent":{}}],["creditcardexpired",{"_index":299,"name":{"395":{},"1487":{}},"parent":{}}],["creditcardtoken",{"_index":300,"name":{"396":{},"466":{},"1488":{},"1558":{}},"parent":{}}],["crosssites",{"_index":594,"name":{"907":{}},"parent":{}}],["currency",{"_index":973,"name":{"1783":{},"1915":{},"2066":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":31,"name":{"36":{}},"parent":{}}],["customer",{"_index":529,"name":{"756":{}},"parent":{}}],["customeraddress",{"_index":497,"name":{"706":{}},"parent":{}}],["customeraddressinfo",{"_index":535,"name":{"763":{}},"parent":{}}],["customerauthenticationfailed",{"_index":562,"name":{"816":{}},"parent":{}}],["customerexternalprofile",{"_index":534,"name":{"762":{}},"parent":{}}],["customerextprofilebadrequest",{"_index":572,"name":{"826":{}},"parent":{}}],["customerextprofilenotfound",{"_index":568,"name":{"822":{}},"parent":{}}],["customerextprofilerequest",{"_index":533,"name":{"760":{}},"parent":{}}],["customerid",{"_index":586,"name":{"897":{}},"parent":{}}],["customerinfo",{"_index":337,"name":{"433":{},"737":{},"1525":{}},"parent":{}}],["customerorderresult",{"_index":532,"name":{"759":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":510,"name":{"727":{}},"parent":{}}],["customerpaymentinstrument",{"_index":516,"name":{"735":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":526,"name":{"753":{}},"parent":{}}],["customerproductlist",{"_index":525,"name":{"751":{}},"parent":{}}],["customerproductlistitem",{"_index":545,"name":{"778":{}},"parent":{}}],["customerproductlistitempurchase",{"_index":499,"name":{"708":{}},"parent":{}}],["customerproductlistregistrant",{"_index":508,"name":{"725":{}},"parent":{}}],["customerproductlistresult",{"_index":498,"name":{"707":{}},"parent":{}}],["customerregistration",{"_index":528,"name":{"755":{}},"parent":{}}],["customparams",{"_index":232,"name":{"264":{},"268":{}},"parent":{}}],["customsuggestions",{"_index":1062,"name":{"2044":{}},"parent":{}}],["dateconditionalrequest",{"_index":108,"name":{"117":{},"506":{},"574":{},"792":{},"931":{},"1168":{},"1302":{},"1598":{},"1684":{},"1817":{},"2003":{},"2169":{},"2288":{}},"parent":{}}],["daterangefilter",{"_index":98,"name":{"107":{},"496":{},"564":{},"782":{},"1158":{},"1292":{},"1588":{},"1674":{},"1807":{},"1993":{},"2159":{},"2278":{}},"parent":{}}],["datetimerangefilter",{"_index":128,"name":{"137":{},"524":{},"594":{},"812":{},"1188":{},"1322":{},"1616":{},"1704":{},"1837":{},"2021":{},"2187":{},"2306":{}},"parent":{}}],["defaultbaseuri",{"_index":63,"name":{"71":{},"279":{},"555":{},"675":{},"920":{},"1148":{},"1283":{},"1400":{},"1633":{},"1794":{},"1920":{},"2078":{},"2203":{}},"parent":{}}],["defaults",{"_index":25,"name":{"29":{}},"parent":{}}],["defaultvalue",{"_index":169,"name":{"178":{},"360":{},"637":{},"867":{},"1229":{},"1363":{},"1453":{},"1747":{},"1877":{},"1964":{},"2123":{},"2249":{}},"parent":{}}],["deletebasket",{"_index":245,"name":{"284":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":483,"name":{"692":{}},"parent":{}}],["deletecustomerproductlist",{"_index":487,"name":{"696":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":491,"name":{"700":{}},"parent":{}}],["deleteshoppercontext",{"_index":432,"name":{"559":{}},"parent":{}}],["description",{"_index":173,"name":{"181":{},"200":{},"363":{},"382":{},"640":{},"659":{},"870":{},"889":{},"1232":{},"1251":{},"1366":{},"1385":{},"1456":{},"1475":{},"1750":{},"1769":{},"1880":{},"1899":{},"1967":{},"1986":{},"2126":{},"2145":{},"2252":{},"2271":{}},"parent":{}}],["detail",{"_index":654,"name":{"1014":{},"1033":{}},"parent":{}}],["direction",{"_index":725,"name":{"1106":{}},"parent":{}}],["discount",{"_index":311,"name":{"407":{},"718":{},"1499":{}},"parent":{}}],["discountrequest",{"_index":350,"name":{"446":{},"1538":{}},"parent":{}}],["displayvalue",{"_index":192,"name":{"201":{},"383":{},"660":{},"890":{},"1252":{},"1386":{},"1476":{},"1770":{},"1900":{},"1987":{},"2146":{},"2272":{}},"parent":{}}],["distanceunit",{"_index":1158,"name":{"2322":{}},"parent":{}}],["dofetch",{"_index":234,"name":{"266":{},"267":{}},"parent":{}}],["email",{"_index":356,"name":{"453":{},"913":{},"1545":{}},"parent":{}}],["enddate",{"_index":1020,"name":{"1914":{}},"parent":{}}],["endpointpath",{"_index":238,"name":{"271":{}},"parent":{}}],["error",{"_index":131,"name":{"140":{},"231":{},"527":{},"597":{},"815":{},"1191":{},"1325":{},"1619":{},"1707":{},"1800":{},"2024":{},"2190":{},"2309":{}},"parent":{}}],["errorresponse",{"_index":96,"name":{"105":{},"317":{},"562":{},"780":{},"924":{},"1156":{},"1290":{},"1410":{},"1662":{},"1805":{},"1991":{},"2157":{},"2276":{}},"parent":{}}],["etagconditionalrequest",{"_index":112,"name":{"121":{},"510":{},"578":{},"796":{},"935":{},"1172":{},"1306":{},"1602":{},"1688":{},"1821":{},"2007":{},"2173":{},"2292":{}},"parent":{}}],["etagresponse",{"_index":100,"name":{"109":{},"498":{},"566":{},"784":{},"925":{},"1160":{},"1294":{},"1590":{},"1676":{},"1809":{},"1995":{},"2161":{},"2280":{}},"parent":{}}],["exchange",{"_index":426,"name":{"550":{}},"parent":{}}],["expand",{"_index":974,"name":{"1784":{},"2068":{}},"parent":{}}],["expansionattribute",{"_index":621,"name":{"980":{}},"parent":{}}],["expirationmonth",{"_index":301,"name":{"397":{},"467":{},"1489":{},"1559":{}},"parent":{}}],["expirationyear",{"_index":302,"name":{"398":{},"468":{},"1490":{},"1560":{}},"parent":{}}],["externalid",{"_index":592,"name":{"905":{}},"parent":{}}],["facetinput",{"_index":710,"name":{"1085":{}},"parent":{}}],["facetoutput",{"_index":721,"name":{"1101":{}},"parent":{}}],["facetrequest",{"_index":694,"name":{"1065":{},"1099":{}},"parent":{}}],["facets",{"_index":685,"name":{"1053":{},"1064":{}},"parent":{}}],["facettype",{"_index":709,"name":{"1084":{},"1093":{},"1098":{}},"parent":{}}],["fetch",{"_index":36,"name":{"41":{},"247":{}},"parent":{}}],["fetchfunction",{"_index":28,"name":{"33":{}},"parent":{}}],["fetchoptions",{"_index":18,"name":{"16":{},"25":{},"32":{}},"parent":{}}],["filter",{"_index":162,"name":{"171":{},"352":{},"630":{},"860":{},"975":{},"1222":{},"1356":{},"1445":{},"1740":{},"1870":{},"1956":{},"2115":{},"2241":{}},"parent":{}}],["filterable",{"_index":626,"name":{"985":{}},"parent":{}}],["filteredquery",{"_index":152,"name":{"161":{},"342":{},"620":{},"850":{},"965":{},"1212":{},"1346":{},"1435":{},"1730":{},"1860":{},"1946":{},"2105":{},"2231":{}},"parent":{}}],["firstname",{"_index":599,"name":{"914":{}},"parent":{}}],["from",{"_index":595,"name":{"908":{}},"parent":{}}],["generatecodechallenge",{"_index":225,"name":{"236":{},"257":{}},"parent":{}}],["getaccesstoken",{"_index":68,"name":{"77":{}},"parent":{}}],["getbasket",{"_index":246,"name":{"285":{}},"parent":{}}],["getcategories",{"_index":924,"name":{"1637":{}},"parent":{}}],["getcategory",{"_index":925,"name":{"1638":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":222,"name":{"233":{},"255":{}},"parent":{}}],["getcustomer",{"_index":473,"name":{"682":{}},"parent":{}}],["getcustomeraddress",{"_index":476,"name":{"685":{}},"parent":{}}],["getcustomerbaskets",{"_index":479,"name":{"688":{}},"parent":{}}],["getcustomerorders",{"_index":480,"name":{"689":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":484,"name":{"693":{}},"parent":{}}],["getcustomerproductlist",{"_index":488,"name":{"697":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":492,"name":{"701":{}},"parent":{}}],["getcustomerproductlists",{"_index":485,"name":{"694":{}},"parent":{}}],["getexternalprofile",{"_index":472,"name":{"681":{}},"parent":{}}],["getgiftcertificate",{"_index":817,"name":{"1285":{}},"parent":{}}],["getjwksuri",{"_index":80,"name":{"89":{}},"parent":{}}],["getorder",{"_index":855,"name":{"1403":{}},"parent":{}}],["getpage",{"_index":766,"name":{"1151":{}},"parent":{}}],["getpages",{"_index":765,"name":{"1150":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":75,"name":{"84":{}},"parent":{}}],["getpasswordresettoken",{"_index":73,"name":{"82":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":263,"name":{"302":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":860,"name":{"1408":{}},"parent":{}}],["getpricebooksforbasket",{"_index":267,"name":{"306":{}},"parent":{}}],["getproduct",{"_index":923,"name":{"1636":{}},"parent":{}}],["getproductlistitem",{"_index":496,"name":{"705":{}},"parent":{}}],["getproducts",{"_index":922,"name":{"1635":{}},"parent":{}}],["getpromotions",{"_index":981,"name":{"1796":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":982,"name":{"1797":{}},"parent":{}}],["getpublicproductlist",{"_index":495,"name":{"704":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":494,"name":{"703":{}},"parent":{}}],["getresetpasswordtoken",{"_index":470,"name":{"679":{}},"parent":{}}],["getsearchsuggestions",{"_index":1025,"name":{"1923":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":69,"name":{"78":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":274,"name":{"313":{}},"parent":{}}],["getshoppercontext",{"_index":430,"name":{"557":{}},"parent":{}}],["getstores",{"_index":1121,"name":{"2206":{}},"parent":{}}],["getsuggestions",{"_index":605,"name":{"923":{}},"parent":{}}],["gettaxesfrombasket",{"_index":276,"name":{"315":{}},"parent":{}}],["gettaxesfromorder",{"_index":861,"name":{"1409":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":72,"name":{"81":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":71,"name":{"80":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":70,"name":{"79":{}},"parent":{}}],["geturlmapping",{"_index":1080,"name":{"2080":{}},"parent":{}}],["getuserinfo",{"_index":78,"name":{"87":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":79,"name":{"88":{}},"parent":{}}],["giftcertificate",{"_index":818,"name":{"1286":{}},"parent":{}}],["giftcertificateitem",{"_index":360,"name":{"456":{},"761":{},"1548":{}},"parent":{}}],["giftcertificateitemid",{"_index":408,"name":{"533":{}},"parent":{}}],["giftcertificaterequest",{"_index":819,"name":{"1287":{}},"parent":{}}],["globalobject",{"_index":34,"name":{"39":{},"245":{}},"parent":{}}],["groupeditems",{"_index":742,"name":{"1124":{}},"parent":{}}],["groupedtaxitem",{"_index":362,"name":{"458":{},"766":{},"1550":{}},"parent":{}}],["groupid",{"_index":740,"name":{"1122":{}},"parent":{}}],["grouping",{"_index":693,"name":{"1063":{},"1110":{}},"parent":{}}],["grouptype",{"_index":732,"name":{"1115":{}},"parent":{}}],["guestorderlookup",{"_index":856,"name":{"1404":{}},"parent":{}}],["hasfetchavailable",{"_index":35,"name":{"40":{},"246":{}},"parent":{}}],["hash",{"_index":42,"name":{"48":{}},"parent":{}}],["headers",{"_index":16,"name":{"14":{},"22":{}},"parent":{}}],["helpers",{"_index":0,"name":{"0":{}},"parent":{"1":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"37":{},"38":{},"39":{},"40":{},"41":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"274":{},"275":{}}}],["helpers.baseuriparameters",{"_index":3,"name":{},"parent":{"2":{},"3":{}}}],["helpers.customparams",{"_index":236,"name":{},"parent":{"269":{},"270":{},"271":{},"272":{},"273":{}}}],["highlight",{"_index":734,"name":{"1117":{}},"parent":{}}],["highlighting",{"_index":677,"name":{"1042":{},"1043":{},"1049":{}},"parent":{}}],["highlights",{"_index":739,"name":{"1121":{}},"parent":{}}],["hint",{"_index":205,"name":{"213":{}},"parent":{}}],["hits",{"_index":683,"name":{"1052":{}},"parent":{}}],["holder",{"_index":303,"name":{"399":{},"469":{},"1491":{},"1561":{}},"parent":{}}],["host",{"_index":43,"name":{"49":{}},"parent":{}}],["hostname",{"_index":44,"name":{"50":{}},"parent":{}}],["href",{"_index":45,"name":{"51":{},"993":{}},"parent":{}}],["id",{"_index":171,"name":{"179":{},"202":{},"361":{},"384":{},"412":{},"477":{},"487":{},"638":{},"661":{},"868":{},"891":{},"1230":{},"1253":{},"1364":{},"1387":{},"1454":{},"1477":{},"1504":{},"1569":{},"1579":{},"1748":{},"1771":{},"1777":{},"1878":{},"1901":{},"1965":{},"1988":{},"2124":{},"2147":{},"2250":{},"2273":{}},"parent":{}}],["idp_origin",{"_index":214,"name":{"222":{}},"parent":{}}],["ids",{"_index":971,"name":{"1781":{},"1911":{},"2331":{}},"parent":{}}],["image",{"_index":541,"name":{"773":{},"1657":{},"2047":{}},"parent":{}}],["imagegroup",{"_index":527,"name":{"754":{},"1654":{},"2041":{}},"parent":{}}],["instance",{"_index":655,"name":{"1015":{},"1034":{}},"parent":{}}],["integerrangefilter",{"_index":102,"name":{"111":{},"500":{},"568":{},"786":{},"1162":{},"1296":{},"1592":{},"1678":{},"1811":{},"1997":{},"2163":{},"2282":{}},"parent":{}}],["internalservererror",{"_index":664,"name":{"1026":{}},"parent":{}}],["introspectresponse",{"_index":83,"name":{"92":{}},"parent":{}}],["introspecttoken",{"_index":77,"name":{"86":{}},"parent":{}}],["invalidrequest",{"_index":657,"name":{"1018":{}},"parent":{}}],["inventory",{"_index":524,"name":{"750":{},"1653":{}},"parent":{}}],["inventoryids",{"_index":972,"name":{"1782":{}},"parent":{}}],["isbrowser",{"_index":32,"name":{"37":{},"243":{}},"parent":{}}],["isnode",{"_index":33,"name":{"38":{},"244":{}},"parent":{}}],["issuenumber",{"_index":304,"name":{"400":{},"470":{},"1492":{},"1562":{}},"parent":{}}],["itemid",{"_index":409,"name":{"534":{},"901":{}},"parent":{}}],["itemreference",{"_index":733,"name":{"1116":{}},"parent":{}}],["key",{"_index":174,"name":{"182":{},"364":{},"641":{},"871":{},"1233":{},"1367":{},"1457":{},"1751":{},"1881":{},"1968":{},"2127":{},"2253":{}},"parent":{}}],["l10nstring",{"_index":166,"name":{"175":{},"357":{},"634":{},"864":{},"1226":{},"1360":{},"1450":{},"1744":{},"1874":{},"1961":{},"2120":{},"2246":{}},"parent":{}}],["lastname",{"_index":600,"name":{"915":{}},"parent":{}}],["latitude",{"_index":1159,"name":{"2323":{}},"parent":{}}],["levels",{"_index":977,"name":{"1789":{}},"parent":{}}],["limit",{"_index":598,"name":{"912":{},"1055":{},"1141":{},"2073":{},"2330":{}},"parent":{}}],["links",{"_index":686,"name":{"1054":{}},"parent":{}}],["listid",{"_index":588,"name":{"900":{}},"parent":{}}],["locale",{"_index":419,"name":{"543":{},"1139":{},"1278":{},"1628":{},"1785":{},"1912":{},"2067":{},"2198":{},"2328":{}},"parent":{}}],["localespecific",{"_index":278,"name":{"318":{},"1264":{},"1411":{},"2081":{},"2207":{}},"parent":{}}],["localizable",{"_index":175,"name":{"183":{},"365":{},"642":{},"872":{},"1234":{},"1368":{},"1458":{},"1752":{},"1882":{},"1969":{},"2128":{},"2254":{}},"parent":{}}],["localizedstring",{"_index":136,"name":{"145":{},"324":{},"602":{},"832":{},"1196":{},"1330":{},"1417":{},"1712":{},"1844":{},"1928":{},"2087":{},"2213":{}},"parent":{}}],["login_id",{"_index":213,"name":{"221":{}},"parent":{}}],["loginguestuser",{"_index":228,"name":{"239":{},"250":{}},"parent":{}}],["loginguestuserprivate",{"_index":227,"name":{"238":{},"249":{}},"parent":{}}],["loginregistereduserb2c",{"_index":229,"name":{"240":{},"251":{}},"parent":{}}],["loginrequest",{"_index":81,"name":{"90":{}},"parent":{}}],["logout",{"_index":231,"name":{"242":{},"253":{}},"parent":{}}],["logoutcustomer",{"_index":66,"name":{"75":{}},"parent":{}}],["longitude",{"_index":1160,"name":{"2324":{}},"parent":{}}],["mandatory",{"_index":176,"name":{"184":{},"366":{},"643":{},"873":{},"1235":{},"1369":{},"1459":{},"1753":{},"1883":{},"1970":{},"2129":{},"2255":{}},"parent":{}}],["mask",{"_index":718,"name":{"1096":{}},"parent":{}}],["maskednumber",{"_index":305,"name":{"401":{},"471":{},"1493":{},"1563":{}},"parent":{}}],["master",{"_index":501,"name":{"710":{},"1642":{}},"parent":{}}],["matchallquery",{"_index":151,"name":{"160":{},"341":{},"619":{},"849":{},"964":{},"1211":{},"1345":{},"1434":{},"1729":{},"1859":{},"1945":{},"2104":{},"2230":{}},"parent":{}}],["matcheditem",{"_index":737,"name":{"1120":{}},"parent":{}}],["max",{"_index":177,"name":{"185":{},"367":{},"644":{},"874":{},"1077":{},"1091":{},"1236":{},"1370":{},"1460":{},"1754":{},"1884":{},"1971":{},"2130":{},"2256":{}},"parent":{}}],["maxdistance",{"_index":1161,"name":{"2325":{}},"parent":{}}],["mergebasket",{"_index":244,"name":{"283":{}},"parent":{}}],["message",{"_index":219,"name":{"229":{},"483":{},"1575":{}},"parent":{}}],["min",{"_index":179,"name":{"187":{},"369":{},"646":{},"876":{},"1076":{},"1090":{},"1238":{},"1372":{},"1462":{},"1756":{},"1886":{},"1973":{},"2132":{},"2258":{}},"parent":{}}],["minlength",{"_index":178,"name":{"186":{},"368":{},"645":{},"875":{},"1237":{},"1371":{},"1461":{},"1755":{},"1885":{},"1972":{},"2131":{},"2257":{}},"parent":{}}],["money",{"_index":132,"name":{"141":{},"320":{},"598":{},"828":{},"947":{},"1192":{},"1326":{},"1413":{},"1708":{},"1840":{},"1924":{},"2083":{},"2209":{}},"parent":{}}],["moneymnemonic",{"_index":165,"name":{"174":{},"356":{},"633":{},"863":{},"979":{},"1225":{},"1359":{},"1449":{},"1743":{},"1873":{},"1960":{},"2119":{},"2245":{}},"parent":{}}],["multivaluetype",{"_index":180,"name":{"188":{},"370":{},"647":{},"877":{},"1239":{},"1373":{},"1463":{},"1757":{},"1887":{},"1974":{},"2133":{},"2259":{}},"parent":{}}],["name",{"_index":172,"name":{"180":{},"228":{},"362":{},"419":{},"639":{},"869":{},"1231":{},"1365":{},"1455":{},"1511":{},"1749":{},"1879":{},"1966":{},"2125":{},"2251":{}},"parent":{}}],["nanoid",{"_index":223,"name":{"234":{}},"parent":{}}],["nestedquery",{"_index":161,"name":{"170":{},"351":{},"629":{},"859":{},"974":{},"1221":{},"1355":{},"1444":{},"1739":{},"1869":{},"1955":{},"2114":{},"2240":{}},"parent":{}}],["next",{"_index":642,"name":{"1001":{}},"parent":{}}],["nonreadablehttpmessage",{"_index":670,"name":{"1035":{}},"parent":{}}],["nopropertiesallowed",{"_index":146,"name":{"155":{},"336":{},"614":{},"844":{},"959":{},"1206":{},"1340":{},"1429":{},"1724":{},"1854":{},"1940":{},"2099":{},"2225":{}},"parent":{}}],["note",{"_index":312,"name":{"408":{},"1500":{}},"parent":{}}],["notesresult",{"_index":309,"name":{"405":{},"1497":{}},"parent":{}}],["notfound",{"_index":564,"name":{"818":{},"1016":{},"1288":{},"1663":{},"2155":{}},"parent":{}}],["numberlastdigits",{"_index":306,"name":{"402":{},"1494":{}},"parent":{}}],["numericrangefilter",{"_index":126,"name":{"135":{},"522":{},"592":{},"810":{},"1186":{},"1320":{},"1614":{},"1702":{},"1835":{},"2019":{},"2185":{},"2304":{}},"parent":{}}],["oauth2errorresponse",{"_index":86,"name":{"95":{}},"parent":{}}],["offset",{"_index":597,"name":{"911":{},"1056":{},"1140":{},"2072":{},"2329":{}},"parent":{}}],["offsetpaginated",{"_index":120,"name":{"129":{},"518":{},"586":{},"804":{},"943":{},"1180":{},"1314":{},"1610":{},"1696":{},"1829":{},"2015":{},"2181":{},"2300":{}},"parent":{}}],["openobject",{"_index":139,"name":{"148":{},"327":{},"605":{},"835":{},"952":{},"1199":{},"1333":{},"1420":{},"1715":{},"1847":{},"1931":{},"2090":{},"2216":{}},"parent":{}}],["option",{"_index":531,"name":{"758":{},"1655":{}},"parent":{}}],["optionitem",{"_index":348,"name":{"444":{},"745":{},"1536":{}},"parent":{}}],["optionvalue",{"_index":500,"name":{"709":{},"1641":{}},"parent":{}}],["order",{"_index":367,"name":{"462":{},"771":{},"1554":{}},"parent":{}}],["orderaddress",{"_index":292,"name":{"389":{},"711":{},"1482":{}},"parent":{}}],["orderlookuprequest",{"_index":354,"name":{"451":{},"1543":{}},"parent":{}}],["orderno",{"_index":915,"name":{"1623":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":368,"name":{"463":{},"1555":{}},"parent":{}}],["orderpaymentinstrument",{"_index":333,"name":{"429":{},"729":{},"1521":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":359,"name":{"455":{},"1547":{}},"parent":{}}],["orderviewcode",{"_index":358,"name":{"454":{},"1546":{}},"parent":{}}],["organizationid",{"_index":197,"name":{"207":{},"272":{},"530":{},"666":{},"896":{},"1135":{},"1268":{},"1392":{},"1622":{},"1776":{},"1906":{},"2058":{},"2193":{},"2318":{}},"parent":{}}],["origin",{"_index":47,"name":{"53":{}},"parent":{}}],["overrideexisting",{"_index":420,"name":{"544":{}},"parent":{}}],["page",{"_index":768,"name":{"1153":{}},"parent":{}}],["pageid",{"_index":807,"name":{"1269":{}},"parent":{}}],["pagenotfound",{"_index":799,"name":{"1260":{}},"parent":{}}],["pageresult",{"_index":767,"name":{"1152":{}},"parent":{}}],["paginatedsearchresult",{"_index":137,"name":{"146":{},"325":{},"603":{},"833":{},"950":{},"1197":{},"1331":{},"1418":{},"1713":{},"1845":{},"1929":{},"2088":{},"2214":{}},"parent":{}}],["paginatedsearchresultbase",{"_index":150,"name":{"159":{},"340":{},"618":{},"848":{},"963":{},"1210":{},"1344":{},"1433":{},"1728":{},"1858":{},"1944":{},"2103":{},"2229":{}},"parent":{}}],["pagination",{"_index":638,"name":{"997":{}},"parent":{}}],["paginationlinks",{"_index":622,"name":{"981":{}},"parent":{}}],["parameters",{"_index":17,"name":{"15":{},"24":{},"1276":{}},"parent":{}}],["password",{"_index":48,"name":{"54":{}},"parent":{}}],["passwordactionrequest",{"_index":89,"name":{"98":{}},"parent":{}}],["passwordactionverifyrequest",{"_index":87,"name":{"96":{}},"parent":{}}],["passwordchangerequest",{"_index":522,"name":{"748":{}},"parent":{}}],["passwordlessloginrequest",{"_index":84,"name":{"93":{}},"parent":{}}],["passwordlesslogintokenrequest",{"_index":85,"name":{"94":{}},"parent":{}}],["pathname",{"_index":49,"name":{"55":{}},"parent":{}}],["pathparameters",{"_index":5,"name":{"4":{},"261":{}},"parent":{}}],["pathrecord",{"_index":931,"name":{"1660":{}},"parent":{}}],["paymentbankaccount",{"_index":513,"name":{"731":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":518,"name":{"740":{}},"parent":{}}],["paymentcard",{"_index":295,"name":{"392":{},"716":{},"1484":{}},"parent":{}}],["paymentcardspec",{"_index":291,"name":{"388":{},"1481":{}},"parent":{}}],["paymentinstrumentid",{"_index":410,"name":{"535":{},"899":{},"1624":{}},"parent":{}}],["paymentmethod",{"_index":371,"name":{"474":{},"1566":{}},"parent":{}}],["paymentmethodresult",{"_index":335,"name":{"431":{},"1523":{}},"parent":{}}],["perpricebook",{"_index":976,"name":{"1787":{},"2070":{}},"parent":{}}],["phrase",{"_index":745,"name":{"1127":{}},"parent":{}}],["phrasequery",{"_index":678,"name":{"1044":{}},"parent":{}}],["popularsearchphrases",{"_index":752,"name":{"1132":{}},"parent":{}}],["port",{"_index":50,"name":{"56":{}},"parent":{}}],["position",{"_index":193,"name":{"203":{},"385":{},"662":{},"892":{},"1254":{},"1388":{},"1478":{},"1772":{},"1902":{},"1989":{},"2148":{},"2274":{}},"parent":{}}],["possiblevalues",{"_index":186,"name":{"195":{},"377":{},"654":{},"884":{},"1246":{},"1380":{},"1470":{},"1764":{},"1894":{},"1981":{},"2140":{},"2266":{}},"parent":{}}],["postalcode",{"_index":1162,"name":{"2326":{}},"parent":{}}],["prettify",{"_index":7,"name":{"6":{}},"parent":{}}],["prev",{"_index":640,"name":{"999":{}},"parent":{}}],["priceadjustment",{"_index":340,"name":{"436":{},"741":{},"1528":{}},"parent":{}}],["priceadjustmentid",{"_index":411,"name":{"536":{}},"parent":{}}],["priceadjustmentrequest",{"_index":294,"name":{"391":{},"1483":{}},"parent":{}}],["pricebookids",{"_index":326,"name":{"422":{},"1514":{}},"parent":{}}],["pricerange",{"_index":927,"name":{"1640":{},"2028":{}},"parent":{}}],["priority",{"_index":383,"name":{"488":{},"1580":{}},"parent":{}}],["product",{"_index":540,"name":{"772":{},"1656":{}},"parent":{}}],["productdescription",{"_index":344,"name":{"440":{},"1532":{}},"parent":{}}],["productdetailslink",{"_index":342,"name":{"438":{},"489":{},"743":{},"1530":{},"1581":{}},"parent":{}}],["productid",{"_index":346,"name":{"441":{},"1273":{},"1533":{}},"parent":{}}],["productitem",{"_index":328,"name":{"424":{},"724":{},"1516":{}},"parent":{}}],["productitemmergemode",{"_index":422,"name":{"546":{}},"parent":{}}],["productlink",{"_index":520,"name":{"744":{},"1652":{}},"parent":{}}],["productlist",{"_index":384,"name":{"490":{},"1582":{}},"parent":{}}],["productlistevent",{"_index":521,"name":{"747":{}},"parent":{}}],["productlistitemreference",{"_index":380,"name":{"485":{},"779":{},"1577":{}},"parent":{}}],["productlistlink",{"_index":361,"name":{"457":{},"765":{},"1549":{}},"parent":{}}],["productlistregistrant",{"_index":539,"name":{"770":{}},"parent":{}}],["productlistshippingaddress",{"_index":507,"name":{"723":{}},"parent":{}}],["productname",{"_index":347,"name":{"442":{},"1534":{}},"parent":{}}],["productpricetable",{"_index":926,"name":{"1639":{},"2025":{}},"parent":{}}],["productpromotion",{"_index":543,"name":{"775":{},"1659":{},"2049":{}},"parent":{}}],["productref",{"_index":1050,"name":{"2026":{}},"parent":{}}],["productresult",{"_index":930,"name":{"1651":{}},"parent":{}}],["productsearch",{"_index":1024,"name":{"1922":{}},"parent":{}}],["productsearchhit",{"_index":1063,"name":{"2045":{}},"parent":{}}],["productsearchrefinement",{"_index":1061,"name":{"2043":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":1058,"name":{"2039":{}},"parent":{}}],["productsearchresult",{"_index":1064,"name":{"2046":{}},"parent":{}}],["productsearchsortingoption",{"_index":1059,"name":{"2040":{}},"parent":{}}],["productsuggestions",{"_index":1055,"name":{"2033":{}},"parent":{}}],["producttype",{"_index":512,"name":{"730":{},"1647":{},"2035":{}},"parent":{}}],["promotion",{"_index":983,"name":{"1798":{}},"parent":{}}],["promotionid",{"_index":324,"name":{"420":{},"1512":{}},"parent":{}}],["promotionlink",{"_index":320,"name":{"416":{},"1508":{}},"parent":{}}],["promotionnotfound",{"_index":985,"name":{"1801":{}},"parent":{}}],["promotionresult",{"_index":984,"name":{"1799":{}},"parent":{}}],["propertydefinition",{"_index":135,"name":{"144":{},"323":{},"601":{},"831":{},"1195":{},"1329":{},"1416":{},"1711":{},"1843":{},"1927":{},"2086":{},"2212":{}},"parent":{}}],["propertyvaluedefinition",{"_index":189,"name":{"198":{},"380":{},"657":{},"887":{},"1249":{},"1383":{},"1473":{},"1767":{},"1897":{},"1984":{},"2143":{},"2269":{}},"parent":{}}],["protocol",{"_index":51,"name":{"57":{}},"parent":{}}],["proxy",{"_index":15,"name":{"13":{},"21":{}},"parent":{}}],["public",{"_index":385,"name":{"491":{},"1583":{}},"parent":{}}],["publicproductlist",{"_index":530,"name":{"757":{}},"parent":{}}],["publicproductlistinfo",{"_index":509,"name":{"726":{}},"parent":{}}],["publicproductlistitem",{"_index":519,"name":{"742":{}},"parent":{}}],["publicproductlistresult",{"_index":502,"name":{"712":{}},"parent":{}}],["purchasedquantity",{"_index":386,"name":{"492":{},"1584":{}},"parent":{}}],["q",{"_index":1074,"name":{"2063":{}},"parent":{}}],["quantity",{"_index":387,"name":{"493":{},"1585":{}},"parent":{}}],["query",{"_index":154,"name":{"163":{},"344":{},"622":{},"852":{},"967":{},"1060":{},"1214":{},"1348":{},"1437":{},"1732":{},"1862":{},"1948":{},"2107":{},"2233":{}},"parent":{}}],["queryfilter",{"_index":153,"name":{"162":{},"343":{},"621":{},"851":{},"966":{},"1213":{},"1347":{},"1436":{},"1731":{},"1861":{},"1947":{},"2106":{},"2232":{}},"parent":{}}],["queryinput",{"_index":688,"name":{"1058":{}},"parent":{}}],["queryoutput",{"_index":681,"name":{"1050":{}},"parent":{}}],["queryparameters",{"_index":6,"name":{"5":{},"262":{}},"parent":{}}],["queryparamslimit",{"_index":140,"name":{"149":{},"328":{},"606":{},"836":{},"953":{},"1200":{},"1334":{},"1421":{},"1716":{},"1848":{},"1932":{},"2091":{},"2217":{}},"parent":{}}],["queryparamsoffset",{"_index":142,"name":{"151":{},"330":{},"608":{},"838":{},"955":{},"1202":{},"1336":{},"1423":{},"1718":{},"1850":{},"1934":{},"2093":{},"2219":{}},"parent":{}}],["querytype",{"_index":675,"name":{"1040":{},"1047":{}},"parent":{}}],["range2filter",{"_index":158,"name":{"167":{},"348":{},"626":{},"856":{},"971":{},"1218":{},"1352":{},"1441":{},"1736":{},"1866":{},"1952":{},"2111":{},"2237":{}},"parent":{}}],["rangefacetinput",{"_index":711,"name":{"1086":{}},"parent":{}}],["rangefacetoutput",{"_index":713,"name":{"1088":{}},"parent":{}}],["rangefilter",{"_index":122,"name":{"131":{},"354":{},"588":{},"806":{},"977":{},"1182":{},"1316":{},"1447":{},"1698":{},"1831":{},"1958":{},"2117":{},"2243":{}},"parent":{}}],["rangerefinement",{"_index":703,"name":{"1074":{}},"parent":{}}],["rate",{"_index":375,"name":{"478":{},"1570":{}},"parent":{}}],["ratelimited",{"_index":116,"name":{"125":{},"514":{},"582":{},"800":{},"939":{},"1176":{},"1310":{},"1606":{},"1692":{},"1825":{},"2011":{},"2177":{},"2296":{}},"parent":{}}],["ratelimited2",{"_index":118,"name":{"127":{},"516":{},"584":{},"802":{},"941":{},"1178":{},"1312":{},"1608":{},"1694":{},"1827":{},"2013":{},"2179":{},"2298":{}},"parent":{}}],["ratelimited3",{"_index":104,"name":{"113":{},"502":{},"570":{},"788":{},"927":{},"1164":{},"1298":{},"1594":{},"1680":{},"1813":{},"1999":{},"2165":{},"2284":{}},"parent":{}}],["ratelimited4",{"_index":124,"name":{"133":{},"520":{},"590":{},"808":{},"945":{},"1184":{},"1318":{},"1612":{},"1700":{},"1833":{},"2017":{},"2183":{},"2302":{}},"parent":{}}],["ratelimited5",{"_index":110,"name":{"119":{},"508":{},"576":{},"794":{},"933":{},"1170":{},"1304":{},"1600":{},"1686":{},"1819":{},"2005":{},"2171":{},"2290":{}},"parent":{}}],["ratelimitexceeded",{"_index":666,"name":{"1028":{}},"parent":{}}],["recentsearchphrases",{"_index":749,"name":{"1130":{}},"parent":{}}],["recommendation",{"_index":514,"name":{"732":{},"1648":{}},"parent":{}}],["recommendationtype",{"_index":511,"name":{"728":{},"1646":{}},"parent":{}}],["redirect_uri",{"_index":206,"name":{"214":{}},"parent":{}}],["refine",{"_index":1075,"name":{"2064":{}},"parent":{}}],["refinement",{"_index":696,"name":{"1068":{}},"parent":{}}],["refinements",{"_index":691,"name":{"1061":{}},"parent":{}}],["refinementtype",{"_index":702,"name":{"1073":{},"1079":{}},"parent":{}}],["refresh_token",{"_index":203,"name":{"211":{}},"parent":{}}],["refreshaccesstoken",{"_index":230,"name":{"241":{},"252":{}},"parent":{}}],["region",{"_index":769,"name":{"1154":{}},"parent":{}}],["registercustomer",{"_index":469,"name":{"677":{}},"parent":{}}],["registerexternalprofile",{"_index":471,"name":{"680":{}},"parent":{}}],["regularexpression",{"_index":181,"name":{"189":{},"371":{},"648":{},"878":{},"1240":{},"1374":{},"1464":{},"1758":{},"1888":{},"1975":{},"2134":{},"2260":{}},"parent":{}}],["relevancesorting",{"_index":727,"name":{"1108":{}},"parent":{}}],["removecouponfrombasket",{"_index":251,"name":{"290":{}},"parent":{}}],["removecustomeraddress",{"_index":477,"name":{"686":{}},"parent":{}}],["removeexternaltax",{"_index":424,"name":{"548":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":254,"name":{"293":{}},"parent":{}}],["removeitemfrombasket",{"_index":257,"name":{"296":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":261,"name":{"300":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":858,"name":{"1406":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":265,"name":{"304":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":270,"name":{"309":{}},"parent":{}}],["rendertemplateuri",{"_index":41,"name":{"47":{}},"parent":{}}],["replaceorigin",{"_index":39,"name":{"45":{}},"parent":{}}],["requestlimit",{"_index":668,"name":{"1030":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":9,"name":{"8":{},"259":{}},"parent":{}}],["resetpassword",{"_index":74,"name":{"83":{},"678":{}},"parent":{}}],["resetpasswordrequest",{"_index":504,"name":{"715":{}},"parent":{}}],["resetpasswordtoken",{"_index":505,"name":{"719":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":536,"name":{"764":{}},"parent":{}}],["resourcebadrequest",{"_index":643,"name":{"1002":{}},"parent":{}}],["resourcecommonerrors",{"_index":630,"name":{"989":{}},"parent":{}}],["resourceinvalidrequest",{"_index":647,"name":{"1006":{}},"parent":{}}],["resourcelink",{"_index":623,"name":{"982":{}},"parent":{}}],["resourcenonreadablehttpmessage",{"_index":645,"name":{"1004":{}},"parent":{}}],["response",{"_index":218,"name":{"227":{}},"parent":{}}],["response_type",{"_index":207,"name":{"215":{}},"parent":{}}],["responseerror",{"_index":216,"name":{"224":{},"225":{}},"parent":{"225":{}}}],["responseerror.responseerror",{"_index":217,"name":{},"parent":{"226":{},"227":{},"228":{},"229":{},"230":{},"231":{}}}],["result",{"_index":735,"name":{"1118":{}},"parent":{}}],["retrieveresults",{"_index":604,"name":{"922":{}},"parent":{}}],["returnedattributes",{"_index":692,"name":{"1062":{},"1114":{}},"parent":{}}],["revokeobjecturl",{"_index":58,"name":{"64":{}},"parent":{}}],["revoketoken",{"_index":76,"name":{"85":{}},"parent":{}}],["scale",{"_index":182,"name":{"190":{},"372":{},"649":{},"879":{},"1241":{},"1375":{},"1465":{},"1759":{},"1889":{},"1976":{},"2135":{},"2261":{}},"parent":{}}],["scope",{"_index":208,"name":{"216":{}},"parent":{}}],["search",{"_index":52,"name":{"58":{}},"parent":{}}],["searchable",{"_index":183,"name":{"191":{},"373":{},"650":{},"880":{},"1242":{},"1376":{},"1466":{},"1760":{},"1890":{},"1977":{},"2136":{},"2262":{}},"parent":{}}],["searchparams",{"_index":53,"name":{"59":{}},"parent":{}}],["searchrequest",{"_index":134,"name":{"143":{},"322":{},"600":{},"830":{},"949":{},"1194":{},"1328":{},"1415":{},"1710":{},"1842":{},"1926":{},"2085":{},"2211":{}},"parent":{}}],["searchrequestbase",{"_index":164,"name":{"173":{},"355":{},"632":{},"862":{},"978":{},"1224":{},"1358":{},"1448":{},"1742":{},"1872":{},"1959":{},"2118":{},"2244":{}},"parent":{}}],["searchstores",{"_index":1120,"name":{"2205":{}},"parent":{}}],["searchtext",{"_index":761,"name":{"1143":{}},"parent":{}}],["select",{"_index":969,"name":{"1780":{},"2061":{}},"parent":{}}],["selectable",{"_index":283,"name":{"334":{},"612":{},"842":{},"1427":{},"1722":{},"1938":{},"2097":{},"2223":{}},"parent":{}}],["self",{"_index":632,"name":{"991":{},"996":{},"1000":{}},"parent":{}}],["selfresourcelink",{"_index":635,"name":{"994":{}},"parent":{}}],["serviceunavailable",{"_index":662,"name":{"1024":{}},"parent":{}}],["sessionbridgetokenrequest",{"_index":93,"name":{"102":{}},"parent":{}}],["shipment",{"_index":336,"name":{"432":{},"736":{},"1524":{}},"parent":{}}],["shipmentid",{"_index":412,"name":{"537":{}},"parent":{}}],["shippingitem",{"_index":310,"name":{"406":{},"717":{},"1498":{}},"parent":{}}],["shippingmethod",{"_index":349,"name":{"445":{},"746":{},"1537":{}},"parent":{}}],["shippingmethodresult",{"_index":341,"name":{"437":{},"1529":{}},"parent":{}}],["shippingpromotion",{"_index":327,"name":{"423":{},"721":{},"1515":{}},"parent":{}}],["shopperbaskets",{"_index":240,"name":{"276":{},"277":{}},"parent":{"277":{},"317":{},"318":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"330":{},"332":{},"334":{},"336":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"380":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"405":{},"406":{},"407":{},"408":{},"415":{},"416":{},"422":{},"423":{},"424":{},"425":{},"426":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"436":{},"437":{},"438":{},"444":{},"445":{},"446":{},"450":{},"451":{},"455":{},"456":{},"457":{},"458":{},"462":{},"463":{},"474":{},"475":{},"480":{},"485":{},"495":{},"496":{},"498":{},"500":{},"502":{},"504":{},"506":{},"508":{},"510":{},"512":{},"514":{},"516":{},"518":{},"520":{},"522":{},"524":{},"526":{},"527":{},"528":{},"538":{},"551":{}}}],["shopperbaskets.asynccreated",{"_index":396,"name":{},"parent":{"513":{}}}],["shopperbaskets.attributedefinition",{"_index":286,"name":{},"parent":{"359":{}}}],["shopperbaskets.attributedefinition.__type",{"_index":287,"name":{},"parent":{"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{}}}],["shopperbaskets.dateconditionalrequest",{"_index":393,"name":{},"parent":{"507":{}}}],["shopperbaskets.daterangefilter",{"_index":388,"name":{},"parent":{"497":{}}}],["shopperbaskets.datetimerangefilter",{"_index":402,"name":{},"parent":{"525":{}}}],["shopperbaskets.discountrequest",{"_index":351,"name":{},"parent":{"447":{}}}],["shopperbaskets.discountrequest.__type",{"_index":352,"name":{},"parent":{"448":{},"449":{}}}],["shopperbaskets.etagconditionalrequest",{"_index":395,"name":{},"parent":{"511":{}}}],["shopperbaskets.etagresponse",{"_index":389,"name":{},"parent":{"499":{}}}],["shopperbaskets.groupedtaxitem",{"_index":363,"name":{},"parent":{"459":{}}}],["shopperbaskets.groupedtaxitem.__type",{"_index":365,"name":{},"parent":{"460":{},"461":{}}}],["shopperbaskets.integerrangefilter",{"_index":390,"name":{},"parent":{"501":{}}}],["shopperbaskets.localespecific",{"_index":279,"name":{},"parent":{"319":{}}}],["shopperbaskets.nopropertiesallowed",{"_index":285,"name":{},"parent":{"337":{}}}],["shopperbaskets.note",{"_index":313,"name":{},"parent":{"409":{}}}],["shopperbaskets.note.__type",{"_index":315,"name":{},"parent":{"410":{},"411":{},"412":{},"413":{},"414":{}}}],["shopperbaskets.numericrangefilter",{"_index":401,"name":{},"parent":{"523":{}}}],["shopperbaskets.offsetpaginated",{"_index":399,"name":{},"parent":{"519":{}}}],["shopperbaskets.orderlookuprequest",{"_index":355,"name":{},"parent":{"452":{}}}],["shopperbaskets.orderlookuprequest.__type",{"_index":357,"name":{},"parent":{"453":{},"454":{}}}],["shopperbaskets.orderpaymentcardrequest",{"_index":369,"name":{},"parent":{"464":{}}}],["shopperbaskets.orderpaymentcardrequest.__type",{"_index":370,"name":{},"parent":{"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{}}}],["shopperbaskets.paymentcard",{"_index":296,"name":{},"parent":{"393":{}}}],["shopperbaskets.paymentcard.__type",{"_index":298,"name":{},"parent":{"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{}}}],["shopperbaskets.productdetailslink",{"_index":343,"name":{},"parent":{"439":{}}}],["shopperbaskets.productdetailslink.__type",{"_index":345,"name":{},"parent":{"440":{},"441":{},"442":{},"443":{}}}],["shopperbaskets.productlistitemreference",{"_index":381,"name":{},"parent":{"486":{}}}],["shopperbaskets.productlistitemreference.__type",{"_index":382,"name":{},"parent":{"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{}}}],["shopperbaskets.promotionlink",{"_index":321,"name":{},"parent":{"417":{}}}],["shopperbaskets.promotionlink.__type",{"_index":323,"name":{},"parent":{"418":{},"419":{},"420":{},"421":{}}}],["shopperbaskets.propertyvaluedefinition",{"_index":288,"name":{},"parent":{"381":{}}}],["shopperbaskets.propertyvaluedefinition.__type",{"_index":289,"name":{},"parent":{"382":{},"383":{},"384":{},"385":{},"386":{}}}],["shopperbaskets.queryparamslimit",{"_index":280,"name":{},"parent":{"329":{}}}],["shopperbaskets.queryparamsoffset",{"_index":281,"name":{},"parent":{"331":{}}}],["shopperbaskets.ratelimited",{"_index":397,"name":{},"parent":{"515":{}}}],["shopperbaskets.ratelimited2",{"_index":398,"name":{},"parent":{"517":{}}}],["shopperbaskets.ratelimited3",{"_index":391,"name":{},"parent":{"503":{}}}],["shopperbaskets.ratelimited4",{"_index":400,"name":{},"parent":{"521":{}}}],["shopperbaskets.ratelimited5",{"_index":394,"name":{},"parent":{"509":{}}}],["shopperbaskets.selectable",{"_index":284,"name":{},"parent":{"335":{}}}],["shopperbaskets.shopperbaskets",{"_index":241,"name":{},"parent":{"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{}}}],["shopperbaskets.shopperbasketspathparameters",{"_index":404,"name":{},"parent":{"529":{}}}],["shopperbaskets.shopperbasketspathparameters.__type",{"_index":405,"name":{},"parent":{"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{}}}],["shopperbaskets.shopperbasketsqueryparameters",{"_index":414,"name":{},"parent":{"539":{}}}],["shopperbaskets.shopperbasketsqueryparameters.__type",{"_index":416,"name":{},"parent":{"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{}}}],["shopperbaskets.simplelink",{"_index":339,"name":{},"parent":{"435":{}}}],["shopperbaskets.sitespecific",{"_index":282,"name":{},"parent":{"333":{}}}],["shopperbaskets.status",{"_index":377,"name":{},"parent":{"481":{}}}],["shopperbaskets.status.__type",{"_index":379,"name":{},"parent":{"482":{},"483":{},"484":{}}}],["shopperbaskets.synccreated",{"_index":392,"name":{},"parent":{"505":{}}}],["shopperbaskets.taxes",{"_index":331,"name":{},"parent":{"427":{}}}],["shopperbaskets.taxes.__type",{"_index":332,"name":{},"parent":{"428":{}}}],["shopperbaskets.taxitem",{"_index":373,"name":{},"parent":{"476":{}}}],["shopperbaskets.taxitem.__type",{"_index":374,"name":{},"parent":{"477":{},"478":{},"479":{}}}],["shopperbasketsparameters",{"_index":427,"name":{"551":{}},"parent":{}}],["shopperbasketspathparameters",{"_index":403,"name":{"528":{}},"parent":{}}],["shopperbasketsqueryparameters",{"_index":413,"name":{"538":{}},"parent":{}}],["shoppercontext",{"_index":434,"name":{"561":{}},"parent":{}}],["shoppercontexts",{"_index":428,"name":{"552":{},"553":{}},"parent":{"553":{},"561":{},"562":{},"563":{},"564":{},"566":{},"568":{},"570":{},"572":{},"574":{},"576":{},"578":{},"580":{},"582":{},"584":{},"586":{},"588":{},"590":{},"592":{},"594":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"608":{},"610":{},"612":{},"614":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"657":{},"664":{},"668":{},"671":{}}}],["shoppercontexts.asynccreated",{"_index":443,"name":{},"parent":{"581":{}}}],["shoppercontexts.attributedefinition",{"_index":456,"name":{},"parent":{"636":{}}}],["shoppercontexts.attributedefinition.__type",{"_index":457,"name":{},"parent":{"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{}}}],["shoppercontexts.dateconditionalrequest",{"_index":440,"name":{},"parent":{"575":{}}}],["shoppercontexts.daterangefilter",{"_index":435,"name":{},"parent":{"565":{}}}],["shoppercontexts.datetimerangefilter",{"_index":450,"name":{},"parent":{"595":{}}}],["shoppercontexts.etagconditionalrequest",{"_index":442,"name":{},"parent":{"579":{}}}],["shoppercontexts.etagresponse",{"_index":436,"name":{},"parent":{"567":{}}}],["shoppercontexts.integerrangefilter",{"_index":437,"name":{},"parent":{"569":{}}}],["shoppercontexts.nopropertiesallowed",{"_index":455,"name":{},"parent":{"615":{}}}],["shoppercontexts.numericrangefilter",{"_index":449,"name":{},"parent":{"593":{}}}],["shoppercontexts.offsetpaginated",{"_index":446,"name":{},"parent":{"587":{}}}],["shoppercontexts.propertyvaluedefinition",{"_index":458,"name":{},"parent":{"658":{}}}],["shoppercontexts.propertyvaluedefinition.__type",{"_index":459,"name":{},"parent":{"659":{},"660":{},"661":{},"662":{},"663":{}}}],["shoppercontexts.queryparamslimit",{"_index":451,"name":{},"parent":{"607":{}}}],["shoppercontexts.queryparamsoffset",{"_index":452,"name":{},"parent":{"609":{}}}],["shoppercontexts.rangefilter",{"_index":447,"name":{},"parent":{"589":{}}}],["shoppercontexts.ratelimited",{"_index":444,"name":{},"parent":{"583":{}}}],["shoppercontexts.ratelimited2",{"_index":445,"name":{},"parent":{"585":{}}}],["shoppercontexts.ratelimited3",{"_index":438,"name":{},"parent":{"571":{}}}],["shoppercontexts.ratelimited4",{"_index":448,"name":{},"parent":{"591":{}}}],["shoppercontexts.ratelimited5",{"_index":441,"name":{},"parent":{"577":{}}}],["shoppercontexts.selectable",{"_index":454,"name":{},"parent":{"613":{}}}],["shoppercontexts.shoppercontexts",{"_index":429,"name":{},"parent":{"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{}}}],["shoppercontexts.shoppercontextspathparameters",{"_index":461,"name":{},"parent":{"665":{}}}],["shoppercontexts.shoppercontextspathparameters.__type",{"_index":462,"name":{},"parent":{"666":{},"667":{}}}],["shoppercontexts.shoppercontextsqueryparameters",{"_index":464,"name":{},"parent":{"669":{}}}],["shoppercontexts.shoppercontextsqueryparameters.__type",{"_index":465,"name":{},"parent":{"670":{}}}],["shoppercontexts.sitespecific",{"_index":453,"name":{},"parent":{"611":{}}}],["shoppercontexts.synccreated",{"_index":439,"name":{},"parent":{"573":{}}}],["shoppercontextsparameters",{"_index":466,"name":{"671":{}},"parent":{}}],["shoppercontextspathparameters",{"_index":460,"name":{"664":{}},"parent":{}}],["shoppercontextsqueryparameters",{"_index":463,"name":{"668":{}},"parent":{}}],["shoppercustomers",{"_index":467,"name":{"672":{},"673":{}},"parent":{"673":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"784":{},"786":{},"788":{},"790":{},"792":{},"794":{},"796":{},"798":{},"800":{},"802":{},"804":{},"806":{},"808":{},"810":{},"812":{},"814":{},"815":{},"816":{},"818":{},"820":{},"822":{},"824":{},"826":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"838":{},"840":{},"842":{},"844":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"887":{},"894":{},"902":{},"916":{}}}],["shoppercustomers.asynccreated",{"_index":554,"name":{},"parent":{"799":{}}}],["shoppercustomers.attributedefinition",{"_index":579,"name":{},"parent":{"866":{}}}],["shoppercustomers.attributedefinition.__type",{"_index":580,"name":{},"parent":{"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{}}}],["shoppercustomers.badrequest",{"_index":567,"name":{},"parent":{"821":{}}}],["shoppercustomers.customerauthenticationfailed",{"_index":563,"name":{},"parent":{"817":{}}}],["shoppercustomers.customerextprofilebadrequest",{"_index":573,"name":{},"parent":{"827":{}}}],["shoppercustomers.customerextprofilenotfound",{"_index":569,"name":{},"parent":{"823":{}}}],["shoppercustomers.dateconditionalrequest",{"_index":551,"name":{},"parent":{"793":{}}}],["shoppercustomers.daterangefilter",{"_index":546,"name":{},"parent":{"783":{}}}],["shoppercustomers.datetimerangefilter",{"_index":561,"name":{},"parent":{"813":{}}}],["shoppercustomers.etagconditionalrequest",{"_index":553,"name":{},"parent":{"797":{}}}],["shoppercustomers.etagresponse",{"_index":547,"name":{},"parent":{"785":{}}}],["shoppercustomers.groupedtaxitem",{"_index":537,"name":{},"parent":{"767":{}}}],["shoppercustomers.groupedtaxitem.__type",{"_index":538,"name":{},"parent":{"768":{},"769":{}}}],["shoppercustomers.integerrangefilter",{"_index":548,"name":{},"parent":{"787":{}}}],["shoppercustomers.nopropertiesallowed",{"_index":578,"name":{},"parent":{"845":{}}}],["shoppercustomers.notfound",{"_index":565,"name":{},"parent":{"819":{}}}],["shoppercustomers.numericrangefilter",{"_index":560,"name":{},"parent":{"811":{}}}],["shoppercustomers.offsetpaginated",{"_index":557,"name":{},"parent":{"805":{}}}],["shoppercustomers.propertyvaluedefinition",{"_index":581,"name":{},"parent":{"888":{}}}],["shoppercustomers.propertyvaluedefinition.__type",{"_index":582,"name":{},"parent":{"889":{},"890":{},"891":{},"892":{},"893":{}}}],["shoppercustomers.queryparamslimit",{"_index":574,"name":{},"parent":{"837":{}}}],["shoppercustomers.queryparamsoffset",{"_index":575,"name":{},"parent":{"839":{}}}],["shoppercustomers.rangefilter",{"_index":558,"name":{},"parent":{"807":{}}}],["shoppercustomers.ratelimited",{"_index":555,"name":{},"parent":{"801":{}}}],["shoppercustomers.ratelimited2",{"_index":556,"name":{},"parent":{"803":{}}}],["shoppercustomers.ratelimited3",{"_index":549,"name":{},"parent":{"789":{}}}],["shoppercustomers.ratelimited4",{"_index":559,"name":{},"parent":{"809":{}}}],["shoppercustomers.ratelimited5",{"_index":552,"name":{},"parent":{"795":{}}}],["shoppercustomers.selectable",{"_index":577,"name":{},"parent":{"843":{}}}],["shoppercustomers.shoppercustomers",{"_index":468,"name":{},"parent":{"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{}}}],["shoppercustomers.shoppercustomerspathparameters",{"_index":584,"name":{},"parent":{"895":{}}}],["shoppercustomers.shoppercustomerspathparameters.__type",{"_index":585,"name":{},"parent":{"896":{},"897":{},"898":{},"899":{},"900":{},"901":{}}}],["shoppercustomers.shoppercustomersqueryparameters",{"_index":590,"name":{},"parent":{"903":{}}}],["shoppercustomers.shoppercustomersqueryparameters.__type",{"_index":591,"name":{},"parent":{"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{}}}],["shoppercustomers.sitespecific",{"_index":576,"name":{},"parent":{"841":{}}}],["shoppercustomers.synccreated",{"_index":550,"name":{},"parent":{"791":{}}}],["shoppercustomers.unauthorized",{"_index":571,"name":{},"parent":{"825":{}}}],["shoppercustomersparameters",{"_index":601,"name":{"916":{}},"parent":{}}],["shoppercustomerspathparameters",{"_index":583,"name":{"894":{}},"parent":{}}],["shoppercustomersqueryparameters",{"_index":589,"name":{"902":{}},"parent":{}}],["shopperdiscoverysearch",{"_index":602,"name":{"917":{},"918":{}},"parent":{"918":{},"924":{},"925":{},"927":{},"929":{},"931":{},"933":{},"935":{},"937":{},"939":{},"941":{},"943":{},"945":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"955":{},"957":{},"959":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"985":{},"987":{},"989":{},"991":{},"994":{},"997":{},"1002":{},"1004":{},"1006":{},"1008":{},"1010":{},"1016":{},"1018":{},"1020":{},"1022":{},"1024":{},"1026":{},"1028":{},"1035":{},"1037":{},"1043":{},"1044":{},"1050":{},"1058":{},"1067":{},"1068":{},"1069":{},"1074":{},"1080":{},"1085":{},"1086":{},"1088":{},"1094":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1108":{},"1110":{},"1111":{},"1116":{},"1117":{},"1118":{},"1125":{},"1128":{},"1133":{},"1137":{},"1144":{}}}],["shopperdiscoverysearch.asynccreated",{"_index":612,"name":{},"parent":{"938":{}}}],["shopperdiscoverysearch.attributegrouping",{"_index":730,"name":{},"parent":{"1112":{}}}],["shopperdiscoverysearch.attributegrouping.__type",{"_index":731,"name":{},"parent":{"1113":{},"1114":{},"1115":{}}}],["shopperdiscoverysearch.attributesorting",{"_index":723,"name":{},"parent":{"1104":{}}}],["shopperdiscoverysearch.attributesorting.__type",{"_index":724,"name":{},"parent":{"1105":{},"1106":{},"1107":{}}}],["shopperdiscoverysearch.attributesquery",{"_index":673,"name":{},"parent":{"1038":{}}}],["shopperdiscoverysearch.attributesquery.__type",{"_index":674,"name":{},"parent":{"1039":{},"1040":{},"1041":{},"1042":{}}}],["shopperdiscoverysearch.authenticationfailure",{"_index":650,"name":{},"parent":{"1009":{}}}],["shopperdiscoverysearch.authorizationfailure",{"_index":660,"name":{},"parent":{"1021":{}}}],["shopperdiscoverysearch.badrequest",{"_index":661,"name":{},"parent":{"1023":{}}}],["shopperdiscoverysearch.baseerror",{"_index":652,"name":{},"parent":{"1011":{}}}],["shopperdiscoverysearch.baseerror.__type",{"_index":653,"name":{},"parent":{"1012":{},"1013":{},"1014":{},"1015":{}}}],["shopperdiscoverysearch.commonerrors",{"_index":629,"name":{},"parent":{"988":{}}}],["shopperdiscoverysearch.dateconditionalrequest",{"_index":609,"name":{},"parent":{"932":{}}}],["shopperdiscoverysearch.etagconditionalrequest",{"_index":611,"name":{},"parent":{"936":{}}}],["shopperdiscoverysearch.etagresponse",{"_index":606,"name":{},"parent":{"926":{}}}],["shopperdiscoverysearch.filterable",{"_index":627,"name":{},"parent":{"986":{}}}],["shopperdiscoverysearch.internalservererror",{"_index":665,"name":{},"parent":{"1027":{}}}],["shopperdiscoverysearch.invalidrequest",{"_index":658,"name":{},"parent":{"1019":{}}}],["shopperdiscoverysearch.nonreadablehttpmessage",{"_index":671,"name":{},"parent":{"1036":{}}}],["shopperdiscoverysearch.nopropertiesallowed",{"_index":620,"name":{},"parent":{"960":{}}}],["shopperdiscoverysearch.notfound",{"_index":656,"name":{},"parent":{"1017":{}}}],["shopperdiscoverysearch.offsetpaginated",{"_index":615,"name":{},"parent":{"944":{}}}],["shopperdiscoverysearch.pagination",{"_index":639,"name":{},"parent":{"998":{}}}],["shopperdiscoverysearch.pagination.__type",{"_index":641,"name":{},"parent":{"999":{},"1000":{},"1001":{}}}],["shopperdiscoverysearch.phrasequery",{"_index":679,"name":{},"parent":{"1045":{}}}],["shopperdiscoverysearch.phrasequery.__type",{"_index":680,"name":{},"parent":{"1046":{},"1047":{},"1048":{},"1049":{}}}],["shopperdiscoverysearch.queryinput",{"_index":689,"name":{},"parent":{"1059":{}}}],["shopperdiscoverysearch.queryinput.__type",{"_index":690,"name":{},"parent":{"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{}}}],["shopperdiscoverysearch.queryoutput",{"_index":682,"name":{},"parent":{"1051":{}}}],["shopperdiscoverysearch.queryoutput.__type",{"_index":684,"name":{},"parent":{"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{}}}],["shopperdiscoverysearch.queryparamslimit",{"_index":617,"name":{},"parent":{"954":{}}}],["shopperdiscoverysearch.queryparamsoffset",{"_index":618,"name":{},"parent":{"956":{}}}],["shopperdiscoverysearch.rangefacetinput",{"_index":712,"name":{},"parent":{"1087":{}}}],["shopperdiscoverysearch.rangefacetoutput",{"_index":714,"name":{},"parent":{"1089":{}}}],["shopperdiscoverysearch.rangefacetoutput.__type",{"_index":715,"name":{},"parent":{"1090":{},"1091":{},"1092":{},"1093":{}}}],["shopperdiscoverysearch.rangerefinement",{"_index":704,"name":{},"parent":{"1075":{}}}],["shopperdiscoverysearch.rangerefinement.__type",{"_index":705,"name":{},"parent":{"1076":{},"1077":{},"1078":{},"1079":{}}}],["shopperdiscoverysearch.ratelimited",{"_index":613,"name":{},"parent":{"940":{}}}],["shopperdiscoverysearch.ratelimited2",{"_index":614,"name":{},"parent":{"942":{}}}],["shopperdiscoverysearch.ratelimited3",{"_index":607,"name":{},"parent":{"928":{}}}],["shopperdiscoverysearch.ratelimited4",{"_index":616,"name":{},"parent":{"946":{}}}],["shopperdiscoverysearch.ratelimited5",{"_index":610,"name":{},"parent":{"934":{}}}],["shopperdiscoverysearch.ratelimitexceeded",{"_index":667,"name":{},"parent":{"1029":{}}}],["shopperdiscoverysearch.ratelimitexceeded.__type",{"_index":669,"name":{},"parent":{"1030":{},"1031":{},"1032":{},"1033":{},"1034":{}}}],["shopperdiscoverysearch.relevancesorting",{"_index":728,"name":{},"parent":{"1109":{}}}],["shopperdiscoverysearch.resourcebadrequest",{"_index":644,"name":{},"parent":{"1003":{}}}],["shopperdiscoverysearch.resourcecommonerrors",{"_index":631,"name":{},"parent":{"990":{}}}],["shopperdiscoverysearch.resourceinvalidrequest",{"_index":648,"name":{},"parent":{"1007":{}}}],["shopperdiscoverysearch.resourcenonreadablehttpmessage",{"_index":646,"name":{},"parent":{"1005":{}}}],["shopperdiscoverysearch.result",{"_index":736,"name":{},"parent":{"1119":{}}}],["shopperdiscoverysearch.result.__type",{"_index":738,"name":{},"parent":{"1120":{},"1121":{},"1122":{},"1123":{},"1124":{}}}],["shopperdiscoverysearch.self",{"_index":633,"name":{},"parent":{"992":{}}}],["shopperdiscoverysearch.self.__type",{"_index":634,"name":{},"parent":{"993":{}}}],["shopperdiscoverysearch.selfresourcelink",{"_index":636,"name":{},"parent":{"995":{}}}],["shopperdiscoverysearch.selfresourcelink.__type",{"_index":637,"name":{},"parent":{"996":{}}}],["shopperdiscoverysearch.serviceunavailable",{"_index":663,"name":{},"parent":{"1025":{}}}],["shopperdiscoverysearch.shopperdiscoverysearch",{"_index":603,"name":{},"parent":{"919":{},"920":{},"921":{},"922":{},"923":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchpathparameters",{"_index":754,"name":{},"parent":{"1134":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchpathparameters.__type",{"_index":755,"name":{},"parent":{"1135":{},"1136":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchqueryparameters",{"_index":758,"name":{},"parent":{"1138":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchqueryparameters.__type",{"_index":759,"name":{},"parent":{"1139":{},"1140":{},"1141":{},"1142":{},"1143":{}}}],["shopperdiscoverysearch.sitespecific",{"_index":619,"name":{},"parent":{"958":{}}}],["shopperdiscoverysearch.suggestion",{"_index":744,"name":{},"parent":{"1126":{}}}],["shopperdiscoverysearch.suggestion.__type",{"_index":746,"name":{},"parent":{"1127":{}}}],["shopperdiscoverysearch.suggestions",{"_index":748,"name":{},"parent":{"1129":{}}}],["shopperdiscoverysearch.suggestions.__type",{"_index":750,"name":{},"parent":{"1130":{},"1131":{},"1132":{}}}],["shopperdiscoverysearch.synccreated",{"_index":608,"name":{},"parent":{"930":{}}}],["shopperdiscoverysearch.traceable",{"_index":625,"name":{},"parent":{"984":{}}}],["shopperdiscoverysearch.valuefacetinput",{"_index":717,"name":{},"parent":{"1095":{}}}],["shopperdiscoverysearch.valuefacetinput.__type",{"_index":719,"name":{},"parent":{"1096":{},"1097":{},"1098":{}}}],["shopperdiscoverysearch.valuefacetoutput",{"_index":707,"name":{},"parent":{"1081":{}}}],["shopperdiscoverysearch.valuefacetoutput.__type",{"_index":708,"name":{},"parent":{"1082":{},"1083":{},"1084":{}}}],["shopperdiscoverysearch.valuerefinement",{"_index":698,"name":{},"parent":{"1070":{}}}],["shopperdiscoverysearch.valuerefinement.__type",{"_index":700,"name":{},"parent":{"1071":{},"1072":{},"1073":{}}}],["shopperdiscoverysearchparameters",{"_index":762,"name":{"1144":{}},"parent":{}}],["shopperdiscoverysearchpathparameters",{"_index":753,"name":{"1133":{}},"parent":{}}],["shopperdiscoverysearchqueryparameters",{"_index":757,"name":{"1137":{}},"parent":{}}],["shopperexperience",{"_index":763,"name":{"1145":{},"1146":{}},"parent":{"1146":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1160":{},"1162":{},"1164":{},"1166":{},"1168":{},"1170":{},"1172":{},"1174":{},"1176":{},"1178":{},"1180":{},"1182":{},"1184":{},"1186":{},"1188":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1202":{},"1204":{},"1206":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1249":{},"1256":{},"1258":{},"1260":{},"1262":{},"1264":{},"1266":{},"1270":{},"1279":{}}}],["shopperexperience.aspectattributeinvalid",{"_index":802,"name":{},"parent":{"1263":{}}}],["shopperexperience.aspecttypenotfound",{"_index":798,"name":{},"parent":{"1259":{}}}],["shopperexperience.asynccreated",{"_index":779,"name":{},"parent":{"1175":{}}}],["shopperexperience.attributedefinition",{"_index":791,"name":{},"parent":{"1228":{}}}],["shopperexperience.attributedefinition.__type",{"_index":792,"name":{},"parent":{"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{}}}],["shopperexperience.businessobjectidinvalid",{"_index":796,"name":{},"parent":{"1257":{}}}],["shopperexperience.dateconditionalrequest",{"_index":776,"name":{},"parent":{"1169":{}}}],["shopperexperience.daterangefilter",{"_index":771,"name":{},"parent":{"1159":{}}}],["shopperexperience.datetimerangefilter",{"_index":786,"name":{},"parent":{"1189":{}}}],["shopperexperience.etagconditionalrequest",{"_index":778,"name":{},"parent":{"1173":{}}}],["shopperexperience.etagresponse",{"_index":772,"name":{},"parent":{"1161":{}}}],["shopperexperience.integerrangefilter",{"_index":773,"name":{},"parent":{"1163":{}}}],["shopperexperience.localespecific",{"_index":803,"name":{},"parent":{"1265":{}}}],["shopperexperience.nopropertiesallowed",{"_index":790,"name":{},"parent":{"1207":{}}}],["shopperexperience.numericrangefilter",{"_index":785,"name":{},"parent":{"1187":{}}}],["shopperexperience.offsetpaginated",{"_index":782,"name":{},"parent":{"1181":{}}}],["shopperexperience.pagenotfound",{"_index":800,"name":{},"parent":{"1261":{}}}],["shopperexperience.propertyvaluedefinition",{"_index":793,"name":{},"parent":{"1250":{}}}],["shopperexperience.propertyvaluedefinition.__type",{"_index":794,"name":{},"parent":{"1251":{},"1252":{},"1253":{},"1254":{},"1255":{}}}],["shopperexperience.queryparamslimit",{"_index":787,"name":{},"parent":{"1201":{}}}],["shopperexperience.queryparamsoffset",{"_index":788,"name":{},"parent":{"1203":{}}}],["shopperexperience.rangefilter",{"_index":783,"name":{},"parent":{"1183":{}}}],["shopperexperience.ratelimited",{"_index":780,"name":{},"parent":{"1177":{}}}],["shopperexperience.ratelimited2",{"_index":781,"name":{},"parent":{"1179":{}}}],["shopperexperience.ratelimited3",{"_index":774,"name":{},"parent":{"1165":{}}}],["shopperexperience.ratelimited4",{"_index":784,"name":{},"parent":{"1185":{}}}],["shopperexperience.ratelimited5",{"_index":777,"name":{},"parent":{"1171":{}}}],["shopperexperience.shopperexperience",{"_index":764,"name":{},"parent":{"1147":{},"1148":{},"1149":{},"1150":{},"1151":{}}}],["shopperexperience.shopperexperiencepathparameters",{"_index":805,"name":{},"parent":{"1267":{}}}],["shopperexperience.shopperexperiencepathparameters.__type",{"_index":806,"name":{},"parent":{"1268":{},"1269":{}}}],["shopperexperience.shopperexperiencequeryparameters",{"_index":809,"name":{},"parent":{"1271":{}}}],["shopperexperience.shopperexperiencequeryparameters.__type",{"_index":811,"name":{},"parent":{"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{}}}],["shopperexperience.sitespecific",{"_index":789,"name":{},"parent":{"1205":{}}}],["shopperexperience.synccreated",{"_index":775,"name":{},"parent":{"1167":{}}}],["shopperexperienceparameters",{"_index":814,"name":{"1279":{}},"parent":{}}],["shopperexperiencepathparameters",{"_index":804,"name":{"1266":{}},"parent":{}}],["shopperexperiencequeryparameters",{"_index":808,"name":{"1270":{}},"parent":{}}],["shoppergiftcertificates",{"_index":815,"name":{"1280":{},"1281":{}},"parent":{"1281":{},"1286":{},"1287":{},"1288":{},"1290":{},"1291":{},"1292":{},"1294":{},"1296":{},"1298":{},"1300":{},"1302":{},"1304":{},"1306":{},"1308":{},"1310":{},"1312":{},"1314":{},"1316":{},"1318":{},"1320":{},"1322":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1336":{},"1338":{},"1340":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1383":{},"1390":{},"1393":{},"1396":{}}}],["shoppergiftcertificates.asynccreated",{"_index":829,"name":{},"parent":{"1309":{}}}],["shoppergiftcertificates.attributedefinition",{"_index":841,"name":{},"parent":{"1362":{}}}],["shoppergiftcertificates.attributedefinition.__type",{"_index":842,"name":{},"parent":{"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{}}}],["shoppergiftcertificates.dateconditionalrequest",{"_index":826,"name":{},"parent":{"1303":{}}}],["shoppergiftcertificates.daterangefilter",{"_index":821,"name":{},"parent":{"1293":{}}}],["shoppergiftcertificates.datetimerangefilter",{"_index":836,"name":{},"parent":{"1323":{}}}],["shoppergiftcertificates.etagconditionalrequest",{"_index":828,"name":{},"parent":{"1307":{}}}],["shoppergiftcertificates.etagresponse",{"_index":822,"name":{},"parent":{"1295":{}}}],["shoppergiftcertificates.integerrangefilter",{"_index":823,"name":{},"parent":{"1297":{}}}],["shoppergiftcertificates.nopropertiesallowed",{"_index":840,"name":{},"parent":{"1341":{}}}],["shoppergiftcertificates.notfound",{"_index":820,"name":{},"parent":{"1289":{}}}],["shoppergiftcertificates.numericrangefilter",{"_index":835,"name":{},"parent":{"1321":{}}}],["shoppergiftcertificates.offsetpaginated",{"_index":832,"name":{},"parent":{"1315":{}}}],["shoppergiftcertificates.propertyvaluedefinition",{"_index":843,"name":{},"parent":{"1384":{}}}],["shoppergiftcertificates.propertyvaluedefinition.__type",{"_index":844,"name":{},"parent":{"1385":{},"1386":{},"1387":{},"1388":{},"1389":{}}}],["shoppergiftcertificates.queryparamslimit",{"_index":837,"name":{},"parent":{"1335":{}}}],["shoppergiftcertificates.queryparamsoffset",{"_index":838,"name":{},"parent":{"1337":{}}}],["shoppergiftcertificates.rangefilter",{"_index":833,"name":{},"parent":{"1317":{}}}],["shoppergiftcertificates.ratelimited",{"_index":830,"name":{},"parent":{"1311":{}}}],["shoppergiftcertificates.ratelimited2",{"_index":831,"name":{},"parent":{"1313":{}}}],["shoppergiftcertificates.ratelimited3",{"_index":824,"name":{},"parent":{"1299":{}}}],["shoppergiftcertificates.ratelimited4",{"_index":834,"name":{},"parent":{"1319":{}}}],["shoppergiftcertificates.ratelimited5",{"_index":827,"name":{},"parent":{"1305":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":816,"name":{},"parent":{"1282":{},"1283":{},"1284":{},"1285":{}}}],["shoppergiftcertificates.shoppergiftcertificatespathparameters",{"_index":846,"name":{},"parent":{"1391":{}}}],["shoppergiftcertificates.shoppergiftcertificatespathparameters.__type",{"_index":847,"name":{},"parent":{"1392":{}}}],["shoppergiftcertificates.shoppergiftcertificatesqueryparameters",{"_index":849,"name":{},"parent":{"1394":{}}}],["shoppergiftcertificates.shoppergiftcertificatesqueryparameters.__type",{"_index":850,"name":{},"parent":{"1395":{}}}],["shoppergiftcertificates.sitespecific",{"_index":839,"name":{},"parent":{"1339":{}}}],["shoppergiftcertificates.synccreated",{"_index":825,"name":{},"parent":{"1301":{}}}],["shoppergiftcertificatesparameters",{"_index":851,"name":{"1396":{}},"parent":{}}],["shoppergiftcertificatespathparameters",{"_index":845,"name":{"1390":{}},"parent":{}}],["shoppergiftcertificatesqueryparameters",{"_index":848,"name":{"1393":{}},"parent":{}}],["shopperlogin",{"_index":61,"name":{"68":{},"69":{}},"parent":{"69":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"105":{},"106":{},"107":{},"109":{},"111":{},"113":{},"115":{},"117":{},"119":{},"121":{},"123":{},"125":{},"127":{},"129":{},"131":{},"133":{},"135":{},"137":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"151":{},"153":{},"155":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"198":{},"205":{},"208":{},"223":{}}}],["shopperlogin.asynccreated",{"_index":115,"name":{},"parent":{"124":{}}}],["shopperlogin.attributedefinition",{"_index":168,"name":{},"parent":{"177":{}}}],["shopperlogin.attributedefinition.__type",{"_index":170,"name":{},"parent":{"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{}}}],["shopperlogin.dateconditionalrequest",{"_index":109,"name":{},"parent":{"118":{}}}],["shopperlogin.daterangefilter",{"_index":99,"name":{},"parent":{"108":{}}}],["shopperlogin.datetimerangefilter",{"_index":129,"name":{},"parent":{"138":{}}}],["shopperlogin.etagconditionalrequest",{"_index":113,"name":{},"parent":{"122":{}}}],["shopperlogin.etagresponse",{"_index":101,"name":{},"parent":{"110":{}}}],["shopperlogin.integerrangefilter",{"_index":103,"name":{},"parent":{"112":{}}}],["shopperlogin.nopropertiesallowed",{"_index":147,"name":{},"parent":{"156":{}}}],["shopperlogin.numericrangefilter",{"_index":127,"name":{},"parent":{"136":{}}}],["shopperlogin.offsetpaginated",{"_index":121,"name":{},"parent":{"130":{}}}],["shopperlogin.propertyvaluedefinition",{"_index":190,"name":{},"parent":{"199":{}}}],["shopperlogin.propertyvaluedefinition.__type",{"_index":191,"name":{},"parent":{"200":{},"201":{},"202":{},"203":{},"204":{}}}],["shopperlogin.queryparamslimit",{"_index":141,"name":{},"parent":{"150":{}}}],["shopperlogin.queryparamsoffset",{"_index":143,"name":{},"parent":{"152":{}}}],["shopperlogin.rangefilter",{"_index":123,"name":{},"parent":{"132":{}}}],["shopperlogin.ratelimited",{"_index":117,"name":{},"parent":{"126":{}}}],["shopperlogin.ratelimited2",{"_index":119,"name":{},"parent":{"128":{}}}],["shopperlogin.ratelimited3",{"_index":105,"name":{},"parent":{"114":{}}}],["shopperlogin.ratelimited4",{"_index":125,"name":{},"parent":{"134":{}}}],["shopperlogin.ratelimited5",{"_index":111,"name":{},"parent":{"120":{}}}],["shopperlogin.shopperlogin",{"_index":62,"name":{},"parent":{"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{}}}],["shopperlogin.shopperloginpathparameters",{"_index":196,"name":{},"parent":{"206":{}}}],["shopperlogin.shopperloginpathparameters.__type",{"_index":198,"name":{},"parent":{"207":{}}}],["shopperlogin.shopperloginqueryparameters",{"_index":200,"name":{},"parent":{"209":{}}}],["shopperlogin.shopperloginqueryparameters.__type",{"_index":202,"name":{},"parent":{"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{}}}],["shopperlogin.sitespecific",{"_index":145,"name":{},"parent":{"154":{}}}],["shopperlogin.slasratelimit",{"_index":95,"name":{},"parent":{"104":{}}}],["shopperlogin.synccreated",{"_index":107,"name":{},"parent":{"116":{}}}],["shopperloginparameters",{"_index":215,"name":{"223":{}},"parent":{}}],["shopperloginpathparameters",{"_index":195,"name":{"205":{}},"parent":{}}],["shopperloginqueryparameters",{"_index":199,"name":{"208":{}},"parent":{}}],["shopperorders",{"_index":852,"name":{"1397":{},"1398":{}},"parent":{"1398":{},"1410":{},"1411":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1423":{},"1425":{},"1427":{},"1429":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1473":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1497":{},"1498":{},"1499":{},"1500":{},"1507":{},"1508":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1528":{},"1529":{},"1530":{},"1536":{},"1537":{},"1538":{},"1542":{},"1543":{},"1547":{},"1548":{},"1549":{},"1550":{},"1554":{},"1555":{},"1566":{},"1567":{},"1572":{},"1577":{},"1587":{},"1588":{},"1590":{},"1592":{},"1594":{},"1596":{},"1598":{},"1600":{},"1602":{},"1604":{},"1606":{},"1608":{},"1610":{},"1612":{},"1614":{},"1616":{},"1618":{},"1619":{},"1620":{},"1625":{},"1629":{}}}],["shopperorders.asynccreated",{"_index":905,"name":{},"parent":{"1605":{}}}],["shopperorders.attributedefinition",{"_index":868,"name":{},"parent":{"1452":{}}}],["shopperorders.attributedefinition.__type",{"_index":869,"name":{},"parent":{"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{}}}],["shopperorders.dateconditionalrequest",{"_index":902,"name":{},"parent":{"1599":{}}}],["shopperorders.daterangefilter",{"_index":897,"name":{},"parent":{"1589":{}}}],["shopperorders.datetimerangefilter",{"_index":911,"name":{},"parent":{"1617":{}}}],["shopperorders.discountrequest",{"_index":883,"name":{},"parent":{"1539":{}}}],["shopperorders.discountrequest.__type",{"_index":884,"name":{},"parent":{"1540":{},"1541":{}}}],["shopperorders.etagconditionalrequest",{"_index":904,"name":{},"parent":{"1603":{}}}],["shopperorders.etagresponse",{"_index":898,"name":{},"parent":{"1591":{}}}],["shopperorders.groupedtaxitem",{"_index":887,"name":{},"parent":{"1551":{}}}],["shopperorders.groupedtaxitem.__type",{"_index":888,"name":{},"parent":{"1552":{},"1553":{}}}],["shopperorders.integerrangefilter",{"_index":899,"name":{},"parent":{"1593":{}}}],["shopperorders.localespecific",{"_index":862,"name":{},"parent":{"1412":{}}}],["shopperorders.nopropertiesallowed",{"_index":867,"name":{},"parent":{"1430":{}}}],["shopperorders.note",{"_index":874,"name":{},"parent":{"1501":{}}}],["shopperorders.note.__type",{"_index":875,"name":{},"parent":{"1502":{},"1503":{},"1504":{},"1505":{},"1506":{}}}],["shopperorders.numericrangefilter",{"_index":910,"name":{},"parent":{"1615":{}}}],["shopperorders.offsetpaginated",{"_index":908,"name":{},"parent":{"1611":{}}}],["shopperorders.orderlookuprequest",{"_index":885,"name":{},"parent":{"1544":{}}}],["shopperorders.orderlookuprequest.__type",{"_index":886,"name":{},"parent":{"1545":{},"1546":{}}}],["shopperorders.orderpaymentcardrequest",{"_index":889,"name":{},"parent":{"1556":{}}}],["shopperorders.orderpaymentcardrequest.__type",{"_index":890,"name":{},"parent":{"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{}}}],["shopperorders.paymentcard",{"_index":872,"name":{},"parent":{"1485":{}}}],["shopperorders.paymentcard.__type",{"_index":873,"name":{},"parent":{"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{}}}],["shopperorders.productdetailslink",{"_index":881,"name":{},"parent":{"1531":{}}}],["shopperorders.productdetailslink.__type",{"_index":882,"name":{},"parent":{"1532":{},"1533":{},"1534":{},"1535":{}}}],["shopperorders.productlistitemreference",{"_index":895,"name":{},"parent":{"1578":{}}}],["shopperorders.productlistitemreference.__type",{"_index":896,"name":{},"parent":{"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{}}}],["shopperorders.promotionlink",{"_index":876,"name":{},"parent":{"1509":{}}}],["shopperorders.promotionlink.__type",{"_index":877,"name":{},"parent":{"1510":{},"1511":{},"1512":{},"1513":{}}}],["shopperorders.propertyvaluedefinition",{"_index":870,"name":{},"parent":{"1474":{}}}],["shopperorders.propertyvaluedefinition.__type",{"_index":871,"name":{},"parent":{"1475":{},"1476":{},"1477":{},"1478":{},"1479":{}}}],["shopperorders.queryparamslimit",{"_index":863,"name":{},"parent":{"1422":{}}}],["shopperorders.queryparamsoffset",{"_index":864,"name":{},"parent":{"1424":{}}}],["shopperorders.ratelimited",{"_index":906,"name":{},"parent":{"1607":{}}}],["shopperorders.ratelimited2",{"_index":907,"name":{},"parent":{"1609":{}}}],["shopperorders.ratelimited3",{"_index":900,"name":{},"parent":{"1595":{}}}],["shopperorders.ratelimited4",{"_index":909,"name":{},"parent":{"1613":{}}}],["shopperorders.ratelimited5",{"_index":903,"name":{},"parent":{"1601":{}}}],["shopperorders.selectable",{"_index":866,"name":{},"parent":{"1428":{}}}],["shopperorders.shopperorders",{"_index":853,"name":{},"parent":{"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{}}}],["shopperorders.shopperorderspathparameters",{"_index":913,"name":{},"parent":{"1621":{}}}],["shopperorders.shopperorderspathparameters.__type",{"_index":914,"name":{},"parent":{"1622":{},"1623":{},"1624":{}}}],["shopperorders.shopperordersqueryparameters",{"_index":917,"name":{},"parent":{"1626":{}}}],["shopperorders.shopperordersqueryparameters.__type",{"_index":918,"name":{},"parent":{"1627":{},"1628":{}}}],["shopperorders.simplelink",{"_index":880,"name":{},"parent":{"1527":{}}}],["shopperorders.sitespecific",{"_index":865,"name":{},"parent":{"1426":{}}}],["shopperorders.status",{"_index":893,"name":{},"parent":{"1573":{}}}],["shopperorders.status.__type",{"_index":894,"name":{},"parent":{"1574":{},"1575":{},"1576":{}}}],["shopperorders.synccreated",{"_index":901,"name":{},"parent":{"1597":{}}}],["shopperorders.taxes",{"_index":878,"name":{},"parent":{"1519":{}}}],["shopperorders.taxes.__type",{"_index":879,"name":{},"parent":{"1520":{}}}],["shopperorders.taxitem",{"_index":891,"name":{},"parent":{"1568":{}}}],["shopperorders.taxitem.__type",{"_index":892,"name":{},"parent":{"1569":{},"1570":{},"1571":{}}}],["shopperordersparameters",{"_index":919,"name":{"1629":{}},"parent":{}}],["shopperorderspathparameters",{"_index":912,"name":{"1620":{}},"parent":{}}],["shopperordersqueryparameters",{"_index":916,"name":{"1625":{}},"parent":{}}],["shopperproducts",{"_index":920,"name":{"1630":{},"1631":{}},"parent":{"1631":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1665":{},"1667":{},"1669":{},"1671":{},"1673":{},"1674":{},"1676":{},"1678":{},"1680":{},"1682":{},"1684":{},"1686":{},"1688":{},"1690":{},"1692":{},"1694":{},"1696":{},"1698":{},"1700":{},"1702":{},"1704":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1718":{},"1720":{},"1722":{},"1724":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1767":{},"1774":{},"1778":{},"1790":{}}}],["shopperproducts.asynccreated",{"_index":947,"name":{},"parent":{"1691":{}}}],["shopperproducts.attributedefinition",{"_index":960,"name":{},"parent":{"1746":{}}}],["shopperproducts.attributedefinition.__type",{"_index":961,"name":{},"parent":{"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{}}}],["shopperproducts.badrequest",{"_index":933,"name":{},"parent":{"1666":{}}}],["shopperproducts.badrequest1",{"_index":935,"name":{},"parent":{"1668":{}}}],["shopperproducts.badrequest2",{"_index":938,"name":{},"parent":{"1672":{}}}],["shopperproducts.dateconditionalrequest",{"_index":944,"name":{},"parent":{"1685":{}}}],["shopperproducts.daterangefilter",{"_index":939,"name":{},"parent":{"1675":{}}}],["shopperproducts.datetimerangefilter",{"_index":954,"name":{},"parent":{"1705":{}}}],["shopperproducts.etagconditionalrequest",{"_index":946,"name":{},"parent":{"1689":{}}}],["shopperproducts.etagresponse",{"_index":940,"name":{},"parent":{"1677":{}}}],["shopperproducts.integerrangefilter",{"_index":941,"name":{},"parent":{"1679":{}}}],["shopperproducts.nopropertiesallowed",{"_index":959,"name":{},"parent":{"1725":{}}}],["shopperproducts.notfound",{"_index":932,"name":{},"parent":{"1664":{}}}],["shopperproducts.numericrangefilter",{"_index":953,"name":{},"parent":{"1703":{}}}],["shopperproducts.offsetpaginated",{"_index":950,"name":{},"parent":{"1697":{}}}],["shopperproducts.propertyvaluedefinition",{"_index":962,"name":{},"parent":{"1768":{}}}],["shopperproducts.propertyvaluedefinition.__type",{"_index":963,"name":{},"parent":{"1769":{},"1770":{},"1771":{},"1772":{},"1773":{}}}],["shopperproducts.queryparamslimit",{"_index":955,"name":{},"parent":{"1717":{}}}],["shopperproducts.queryparamsoffset",{"_index":956,"name":{},"parent":{"1719":{}}}],["shopperproducts.rangefilter",{"_index":951,"name":{},"parent":{"1699":{}}}],["shopperproducts.ratelimited",{"_index":948,"name":{},"parent":{"1693":{}}}],["shopperproducts.ratelimited2",{"_index":949,"name":{},"parent":{"1695":{}}}],["shopperproducts.ratelimited3",{"_index":942,"name":{},"parent":{"1681":{}}}],["shopperproducts.ratelimited4",{"_index":952,"name":{},"parent":{"1701":{}}}],["shopperproducts.ratelimited5",{"_index":945,"name":{},"parent":{"1687":{}}}],["shopperproducts.selectable",{"_index":958,"name":{},"parent":{"1723":{}}}],["shopperproducts.shopperproducts",{"_index":921,"name":{},"parent":{"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{}}}],["shopperproducts.shopperproductspathparameters",{"_index":965,"name":{},"parent":{"1775":{}}}],["shopperproducts.shopperproductspathparameters.__type",{"_index":966,"name":{},"parent":{"1776":{},"1777":{}}}],["shopperproducts.shopperproductsqueryparameters",{"_index":968,"name":{},"parent":{"1779":{}}}],["shopperproducts.shopperproductsqueryparameters.__type",{"_index":970,"name":{},"parent":{"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{}}}],["shopperproducts.sitespecific",{"_index":957,"name":{},"parent":{"1721":{}}}],["shopperproducts.synccreated",{"_index":943,"name":{},"parent":{"1683":{}}}],["shopperproducts.unauthorized",{"_index":936,"name":{},"parent":{"1670":{}}}],["shopperproductsparameters",{"_index":978,"name":{"1790":{}},"parent":{}}],["shopperproductspathparameters",{"_index":964,"name":{"1774":{}},"parent":{}}],["shopperproductsqueryparameters",{"_index":967,"name":{"1778":{}},"parent":{}}],["shopperpromotions",{"_index":979,"name":{"1791":{},"1792":{}},"parent":{"1792":{},"1798":{},"1799":{},"1800":{},"1801":{},"1803":{},"1805":{},"1806":{},"1807":{},"1809":{},"1811":{},"1813":{},"1815":{},"1817":{},"1819":{},"1821":{},"1823":{},"1825":{},"1827":{},"1829":{},"1831":{},"1833":{},"1835":{},"1837":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1850":{},"1852":{},"1854":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1897":{},"1904":{},"1908":{},"1916":{}}}],["shopperpromotions.asynccreated",{"_index":996,"name":{},"parent":{"1824":{}}}],["shopperpromotions.attributedefinition",{"_index":1008,"name":{},"parent":{"1876":{}}}],["shopperpromotions.attributedefinition.__type",{"_index":1009,"name":{},"parent":{"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{}}}],["shopperpromotions.badrequest",{"_index":987,"name":{},"parent":{"1804":{}}}],["shopperpromotions.dateconditionalrequest",{"_index":993,"name":{},"parent":{"1818":{}}}],["shopperpromotions.daterangefilter",{"_index":988,"name":{},"parent":{"1808":{}}}],["shopperpromotions.datetimerangefilter",{"_index":1003,"name":{},"parent":{"1838":{}}}],["shopperpromotions.etagconditionalrequest",{"_index":995,"name":{},"parent":{"1822":{}}}],["shopperpromotions.etagresponse",{"_index":989,"name":{},"parent":{"1810":{}}}],["shopperpromotions.integerrangefilter",{"_index":990,"name":{},"parent":{"1812":{}}}],["shopperpromotions.nopropertiesallowed",{"_index":1007,"name":{},"parent":{"1855":{}}}],["shopperpromotions.numericrangefilter",{"_index":1002,"name":{},"parent":{"1836":{}}}],["shopperpromotions.offsetpaginated",{"_index":999,"name":{},"parent":{"1830":{}}}],["shopperpromotions.promotionnotfound",{"_index":986,"name":{},"parent":{"1802":{}}}],["shopperpromotions.propertyvaluedefinition",{"_index":1010,"name":{},"parent":{"1898":{}}}],["shopperpromotions.propertyvaluedefinition.__type",{"_index":1011,"name":{},"parent":{"1899":{},"1900":{},"1901":{},"1902":{},"1903":{}}}],["shopperpromotions.queryparamslimit",{"_index":1004,"name":{},"parent":{"1849":{}}}],["shopperpromotions.queryparamsoffset",{"_index":1005,"name":{},"parent":{"1851":{}}}],["shopperpromotions.rangefilter",{"_index":1000,"name":{},"parent":{"1832":{}}}],["shopperpromotions.ratelimited",{"_index":997,"name":{},"parent":{"1826":{}}}],["shopperpromotions.ratelimited2",{"_index":998,"name":{},"parent":{"1828":{}}}],["shopperpromotions.ratelimited3",{"_index":991,"name":{},"parent":{"1814":{}}}],["shopperpromotions.ratelimited4",{"_index":1001,"name":{},"parent":{"1834":{}}}],["shopperpromotions.ratelimited5",{"_index":994,"name":{},"parent":{"1820":{}}}],["shopperpromotions.shopperpromotions",{"_index":980,"name":{},"parent":{"1793":{},"1794":{},"1795":{},"1796":{},"1797":{}}}],["shopperpromotions.shopperpromotionspathparameters",{"_index":1013,"name":{},"parent":{"1905":{}}}],["shopperpromotions.shopperpromotionspathparameters.__type",{"_index":1014,"name":{},"parent":{"1906":{},"1907":{}}}],["shopperpromotions.shopperpromotionsqueryparameters",{"_index":1017,"name":{},"parent":{"1909":{}}}],["shopperpromotions.shopperpromotionsqueryparameters.__type",{"_index":1018,"name":{},"parent":{"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{}}}],["shopperpromotions.sitespecific",{"_index":1006,"name":{},"parent":{"1853":{}}}],["shopperpromotions.synccreated",{"_index":992,"name":{},"parent":{"1816":{}}}],["shopperpromotionsparameters",{"_index":1021,"name":{"1916":{}},"parent":{}}],["shopperpromotionspathparameters",{"_index":1012,"name":{"1904":{}},"parent":{}}],["shopperpromotionsqueryparameters",{"_index":1016,"name":{"1908":{}},"parent":{}}],["shoppersearch",{"_index":1022,"name":{"1917":{},"1918":{}},"parent":{"1918":{},"1924":{},"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1934":{},"1936":{},"1938":{},"1940":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1984":{},"1991":{},"1992":{},"1993":{},"1995":{},"1997":{},"1999":{},"2001":{},"2003":{},"2005":{},"2007":{},"2009":{},"2011":{},"2013":{},"2015":{},"2017":{},"2019":{},"2021":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2054":{},"2056":{},"2059":{},"2074":{}}}],["shoppersearch.asynccreated",{"_index":1043,"name":{},"parent":{"2010":{}}}],["shoppersearch.attributedefinition",{"_index":1031,"name":{},"parent":{"1963":{}}}],["shoppersearch.attributedefinition.__type",{"_index":1032,"name":{},"parent":{"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{}}}],["shoppersearch.badrequest",{"_index":1067,"name":{},"parent":{"2055":{}}}],["shoppersearch.dateconditionalrequest",{"_index":1040,"name":{},"parent":{"2004":{}}}],["shoppersearch.daterangefilter",{"_index":1035,"name":{},"parent":{"1994":{}}}],["shoppersearch.datetimerangefilter",{"_index":1049,"name":{},"parent":{"2022":{}}}],["shoppersearch.etagconditionalrequest",{"_index":1042,"name":{},"parent":{"2008":{}}}],["shoppersearch.etagresponse",{"_index":1036,"name":{},"parent":{"1996":{}}}],["shoppersearch.integerrangefilter",{"_index":1037,"name":{},"parent":{"1998":{}}}],["shoppersearch.nopropertiesallowed",{"_index":1030,"name":{},"parent":{"1941":{}}}],["shoppersearch.numericrangefilter",{"_index":1048,"name":{},"parent":{"2020":{}}}],["shoppersearch.offsetpaginated",{"_index":1046,"name":{},"parent":{"2016":{}}}],["shoppersearch.propertyvaluedefinition",{"_index":1033,"name":{},"parent":{"1985":{}}}],["shoppersearch.propertyvaluedefinition.__type",{"_index":1034,"name":{},"parent":{"1986":{},"1987":{},"1988":{},"1989":{},"1990":{}}}],["shoppersearch.queryparamslimit",{"_index":1026,"name":{},"parent":{"1933":{}}}],["shoppersearch.queryparamsoffset",{"_index":1027,"name":{},"parent":{"1935":{}}}],["shoppersearch.ratelimited",{"_index":1044,"name":{},"parent":{"2012":{}}}],["shoppersearch.ratelimited2",{"_index":1045,"name":{},"parent":{"2014":{}}}],["shoppersearch.ratelimited3",{"_index":1038,"name":{},"parent":{"2000":{}}}],["shoppersearch.ratelimited4",{"_index":1047,"name":{},"parent":{"2018":{}}}],["shoppersearch.ratelimited5",{"_index":1041,"name":{},"parent":{"2006":{}}}],["shoppersearch.selectable",{"_index":1029,"name":{},"parent":{"1939":{}}}],["shoppersearch.shoppersearch",{"_index":1023,"name":{},"parent":{"1919":{},"1920":{},"1921":{},"1922":{},"1923":{}}}],["shoppersearch.shoppersearchpathparameters",{"_index":1069,"name":{},"parent":{"2057":{}}}],["shoppersearch.shoppersearchpathparameters.__type",{"_index":1070,"name":{},"parent":{"2058":{}}}],["shoppersearch.shoppersearchqueryparameters",{"_index":1072,"name":{},"parent":{"2060":{}}}],["shoppersearch.shoppersearchqueryparameters.__type",{"_index":1073,"name":{},"parent":{"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2070":{},"2071":{},"2072":{},"2073":{}}}],["shoppersearch.sitespecific",{"_index":1028,"name":{},"parent":{"1937":{}}}],["shoppersearch.synccreated",{"_index":1039,"name":{},"parent":{"2002":{}}}],["shoppersearch.unauthorized",{"_index":1066,"name":{},"parent":{"2053":{}}}],["shoppersearchparameters",{"_index":1077,"name":{"2074":{}},"parent":{}}],["shoppersearchpathparameters",{"_index":1068,"name":{"2056":{}},"parent":{}}],["shoppersearchqueryparameters",{"_index":1071,"name":{"2059":{}},"parent":{}}],["shopperseo",{"_index":1078,"name":{"2075":{},"2076":{}},"parent":{"2076":{},"2081":{},"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{},"2093":{},"2095":{},"2097":{},"2099":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2143":{},"2150":{},"2151":{},"2153":{},"2155":{},"2157":{},"2158":{},"2159":{},"2161":{},"2163":{},"2165":{},"2167":{},"2169":{},"2171":{},"2173":{},"2175":{},"2177":{},"2179":{},"2181":{},"2183":{},"2185":{},"2187":{},"2189":{},"2190":{},"2191":{},"2194":{},"2199":{}}}],["shopperseo.asynccreated",{"_index":1103,"name":{},"parent":{"2176":{}}}],["shopperseo.attributedefinition",{"_index":1087,"name":{},"parent":{"2122":{}}}],["shopperseo.attributedefinition.__type",{"_index":1088,"name":{},"parent":{"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{}}}],["shopperseo.badrequest",{"_index":1092,"name":{},"parent":{"2152":{}}}],["shopperseo.dateconditionalrequest",{"_index":1100,"name":{},"parent":{"2170":{}}}],["shopperseo.daterangefilter",{"_index":1095,"name":{},"parent":{"2160":{}}}],["shopperseo.datetimerangefilter",{"_index":1109,"name":{},"parent":{"2188":{}}}],["shopperseo.etagconditionalrequest",{"_index":1102,"name":{},"parent":{"2174":{}}}],["shopperseo.etagresponse",{"_index":1096,"name":{},"parent":{"2162":{}}}],["shopperseo.integerrangefilter",{"_index":1097,"name":{},"parent":{"2164":{}}}],["shopperseo.localespecific",{"_index":1081,"name":{},"parent":{"2082":{}}}],["shopperseo.nopropertiesallowed",{"_index":1086,"name":{},"parent":{"2100":{}}}],["shopperseo.notfound",{"_index":1094,"name":{},"parent":{"2156":{}}}],["shopperseo.numericrangefilter",{"_index":1108,"name":{},"parent":{"2186":{}}}],["shopperseo.offsetpaginated",{"_index":1106,"name":{},"parent":{"2182":{}}}],["shopperseo.propertyvaluedefinition",{"_index":1089,"name":{},"parent":{"2144":{}}}],["shopperseo.propertyvaluedefinition.__type",{"_index":1090,"name":{},"parent":{"2145":{},"2146":{},"2147":{},"2148":{},"2149":{}}}],["shopperseo.queryparamslimit",{"_index":1082,"name":{},"parent":{"2092":{}}}],["shopperseo.queryparamsoffset",{"_index":1083,"name":{},"parent":{"2094":{}}}],["shopperseo.ratelimited",{"_index":1104,"name":{},"parent":{"2178":{}}}],["shopperseo.ratelimited2",{"_index":1105,"name":{},"parent":{"2180":{}}}],["shopperseo.ratelimited3",{"_index":1098,"name":{},"parent":{"2166":{}}}],["shopperseo.ratelimited4",{"_index":1107,"name":{},"parent":{"2184":{}}}],["shopperseo.ratelimited5",{"_index":1101,"name":{},"parent":{"2172":{}}}],["shopperseo.selectable",{"_index":1085,"name":{},"parent":{"2098":{}}}],["shopperseo.shopperseo",{"_index":1079,"name":{},"parent":{"2077":{},"2078":{},"2079":{},"2080":{}}}],["shopperseo.shopperseopathparameters",{"_index":1111,"name":{},"parent":{"2192":{}}}],["shopperseo.shopperseopathparameters.__type",{"_index":1112,"name":{},"parent":{"2193":{}}}],["shopperseo.shopperseoqueryparameters",{"_index":1114,"name":{},"parent":{"2195":{}}}],["shopperseo.shopperseoqueryparameters.__type",{"_index":1116,"name":{},"parent":{"2196":{},"2197":{},"2198":{}}}],["shopperseo.sitespecific",{"_index":1084,"name":{},"parent":{"2096":{}}}],["shopperseo.synccreated",{"_index":1099,"name":{},"parent":{"2168":{}}}],["shopperseo.unauthorized",{"_index":1093,"name":{},"parent":{"2154":{}}}],["shopperseoparameters",{"_index":1117,"name":{"2199":{}},"parent":{}}],["shopperseopathparameters",{"_index":1110,"name":{"2191":{}},"parent":{}}],["shopperseoqueryparameters",{"_index":1113,"name":{"2194":{}},"parent":{}}],["shopperstores",{"_index":1118,"name":{"2200":{},"2201":{}},"parent":{"2201":{},"2207":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2219":{},"2221":{},"2223":{},"2225":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{},"2269":{},"2276":{},"2277":{},"2278":{},"2280":{},"2282":{},"2284":{},"2286":{},"2288":{},"2290":{},"2292":{},"2294":{},"2296":{},"2298":{},"2300":{},"2302":{},"2304":{},"2306":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2314":{},"2316":{},"2319":{},"2332":{}}}],["shopperstores.asynccreated",{"_index":1140,"name":{},"parent":{"2295":{}}}],["shopperstores.attributedefinition",{"_index":1128,"name":{},"parent":{"2248":{}}}],["shopperstores.attributedefinition.__type",{"_index":1129,"name":{},"parent":{"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"2268":{}}}],["shopperstores.badrequest",{"_index":1149,"name":{},"parent":{"2313":{}}}],["shopperstores.dateconditionalrequest",{"_index":1137,"name":{},"parent":{"2289":{}}}],["shopperstores.daterangefilter",{"_index":1132,"name":{},"parent":{"2279":{}}}],["shopperstores.datetimerangefilter",{"_index":1146,"name":{},"parent":{"2307":{}}}],["shopperstores.etagconditionalrequest",{"_index":1139,"name":{},"parent":{"2293":{}}}],["shopperstores.etagresponse",{"_index":1133,"name":{},"parent":{"2281":{}}}],["shopperstores.integerrangefilter",{"_index":1134,"name":{},"parent":{"2283":{}}}],["shopperstores.localespecific",{"_index":1122,"name":{},"parent":{"2208":{}}}],["shopperstores.nopropertiesallowed",{"_index":1127,"name":{},"parent":{"2226":{}}}],["shopperstores.numericrangefilter",{"_index":1145,"name":{},"parent":{"2305":{}}}],["shopperstores.offsetpaginated",{"_index":1143,"name":{},"parent":{"2301":{}}}],["shopperstores.propertyvaluedefinition",{"_index":1130,"name":{},"parent":{"2270":{}}}],["shopperstores.propertyvaluedefinition.__type",{"_index":1131,"name":{},"parent":{"2271":{},"2272":{},"2273":{},"2274":{},"2275":{}}}],["shopperstores.queryparamslimit",{"_index":1123,"name":{},"parent":{"2218":{}}}],["shopperstores.queryparamsoffset",{"_index":1124,"name":{},"parent":{"2220":{}}}],["shopperstores.ratelimited",{"_index":1141,"name":{},"parent":{"2297":{}}}],["shopperstores.ratelimited2",{"_index":1142,"name":{},"parent":{"2299":{}}}],["shopperstores.ratelimited3",{"_index":1135,"name":{},"parent":{"2285":{}}}],["shopperstores.ratelimited4",{"_index":1144,"name":{},"parent":{"2303":{}}}],["shopperstores.ratelimited5",{"_index":1138,"name":{},"parent":{"2291":{}}}],["shopperstores.selectable",{"_index":1126,"name":{},"parent":{"2224":{}}}],["shopperstores.shopperstores",{"_index":1119,"name":{},"parent":{"2202":{},"2203":{},"2204":{},"2205":{},"2206":{}}}],["shopperstores.shopperstorespathparameters",{"_index":1152,"name":{},"parent":{"2317":{}}}],["shopperstores.shopperstorespathparameters.__type",{"_index":1153,"name":{},"parent":{"2318":{}}}],["shopperstores.shopperstoresqueryparameters",{"_index":1155,"name":{},"parent":{"2320":{}}}],["shopperstores.shopperstoresqueryparameters.__type",{"_index":1157,"name":{},"parent":{"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{}}}],["shopperstores.sitespecific",{"_index":1125,"name":{},"parent":{"2222":{}}}],["shopperstores.synccreated",{"_index":1136,"name":{},"parent":{"2287":{}}}],["shopperstores.unauthorized",{"_index":1150,"name":{},"parent":{"2315":{}}}],["shopperstoresparameters",{"_index":1163,"name":{"2332":{}},"parent":{}}],["shopperstorespathparameters",{"_index":1151,"name":{"2316":{}},"parent":{}}],["shopperstoresqueryparameters",{"_index":1154,"name":{"2319":{}},"parent":{}}],["shortcode",{"_index":2,"name":{"2":{},"273":{}},"parent":{}}],["simplelink",{"_index":338,"name":{"434":{},"739":{},"1526":{}},"parent":{}}],["simplesearchresult",{"_index":133,"name":{"142":{},"321":{},"599":{},"829":{},"948":{},"1193":{},"1327":{},"1414":{},"1709":{},"1841":{},"1925":{},"2084":{},"2210":{}},"parent":{}}],["simplesearchresultbase",{"_index":160,"name":{"169":{},"350":{},"628":{},"858":{},"973":{},"1220":{},"1354":{},"1443":{},"1738":{},"1868":{},"1954":{},"2113":{},"2239":{}},"parent":{}}],["siteid",{"_index":418,"name":{"542":{},"670":{},"904":{},"1277":{},"1395":{},"1627":{},"1788":{},"1910":{},"2062":{},"2197":{},"2327":{}},"parent":{}}],["sitespecific",{"_index":144,"name":{"153":{},"192":{},"332":{},"374":{},"610":{},"651":{},"840":{},"881":{},"957":{},"1204":{},"1243":{},"1338":{},"1377":{},"1425":{},"1467":{},"1720":{},"1761":{},"1852":{},"1891":{},"1936":{},"1978":{},"2095":{},"2137":{},"2221":{},"2263":{}},"parent":{}}],["slasratelimit",{"_index":94,"name":{"103":{}},"parent":{}}],["sort",{"_index":163,"name":{"172":{},"353":{},"631":{},"861":{},"976":{},"1223":{},"1357":{},"1446":{},"1741":{},"1871":{},"1957":{},"2065":{},"2116":{},"2242":{}},"parent":{}}],["sorting",{"_index":695,"name":{"1066":{},"1102":{}},"parent":{}}],["sorttype",{"_index":726,"name":{"1107":{}},"parent":{}}],["specifiedpropertiesallowed",{"_index":148,"name":{"157":{},"338":{},"616":{},"846":{},"961":{},"1208":{},"1342":{},"1431":{},"1726":{},"1856":{},"1942":{},"2101":{},"2227":{}},"parent":{}}],["stack",{"_index":220,"name":{"230":{}},"parent":{}}],["startdate",{"_index":1019,"name":{"1913":{}},"parent":{}}],["state",{"_index":209,"name":{"217":{}},"parent":{}}],["status",{"_index":376,"name":{"480":{},"484":{},"777":{},"910":{},"1572":{},"1576":{}},"parent":{}}],["store",{"_index":1148,"name":{"2311":{}},"parent":{}}],["storeresult",{"_index":1147,"name":{"2310":{}},"parent":{}}],["stringtobase64",{"_index":221,"name":{"232":{},"254":{}},"parent":{}}],["subject",{"_index":317,"name":{"413":{},"1505":{}},"parent":{}}],["suggestedcategory",{"_index":1056,"name":{"2034":{}},"parent":{}}],["suggestedphrase",{"_index":1054,"name":{"2031":{}},"parent":{}}],["suggestedproduct",{"_index":1053,"name":{"2030":{}},"parent":{}}],["suggestedsearchphrases",{"_index":751,"name":{"1131":{}},"parent":{}}],["suggestedterm",{"_index":1060,"name":{"2042":{}},"parent":{}}],["suggestedterms",{"_index":1051,"name":{"2027":{}},"parent":{}}],["suggestion",{"_index":743,"name":{"1125":{},"2050":{}},"parent":{}}],["suggestionresult",{"_index":1065,"name":{"2051":{}},"parent":{}}],["suggestions",{"_index":747,"name":{"1128":{}},"parent":{}}],["suggestiontypes",{"_index":760,"name":{"1142":{}},"parent":{}}],["synccreated",{"_index":106,"name":{"115":{},"504":{},"572":{},"790":{},"929":{},"1166":{},"1300":{},"1596":{},"1682":{},"1815":{},"2001":{},"2167":{},"2286":{}},"parent":{}}],["system",{"_index":184,"name":{"193":{},"375":{},"652":{},"882":{},"1244":{},"1378":{},"1468":{},"1762":{},"1892":{},"1979":{},"2138":{},"2264":{}},"parent":{}}],["taxes",{"_index":330,"name":{"426":{},"428":{},"1518":{},"1520":{}},"parent":{}}],["taxitem",{"_index":372,"name":{"475":{},"1567":{}},"parent":{}}],["taxitems",{"_index":290,"name":{"387":{},"1480":{}},"parent":{}}],["taxmode",{"_index":415,"name":{"540":{}},"parent":{}}],["taxrate",{"_index":364,"name":{"460":{},"768":{},"1552":{}},"parent":{}}],["taxvalue",{"_index":366,"name":{"461":{},"769":{},"1553":{}},"parent":{}}],["templateurl",{"_index":37,"name":{"42":{},"43":{}},"parent":{"43":{}}}],["templateurl.templateurl",{"_index":38,"name":{},"parent":{"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{}}}],["temporary",{"_index":417,"name":{"541":{}},"parent":{}}],["termfilter",{"_index":156,"name":{"165":{},"346":{},"624":{},"854":{},"969":{},"1216":{},"1350":{},"1439":{},"1734":{},"1864":{},"1950":{},"2109":{},"2235":{}},"parent":{}}],["termquery",{"_index":155,"name":{"164":{},"345":{},"623":{},"853":{},"968":{},"1215":{},"1349":{},"1438":{},"1733":{},"1863":{},"1949":{},"2108":{},"2234":{}},"parent":{}}],["text",{"_index":318,"name":{"414":{},"1506":{}},"parent":{}}],["textquery",{"_index":157,"name":{"166":{},"347":{},"625":{},"855":{},"970":{},"1217":{},"1351":{},"1440":{},"1735":{},"1865":{},"1951":{},"2110":{},"2236":{}},"parent":{}}],["throwonbadresponse",{"_index":20,"name":{"18":{},"27":{}},"parent":{}}],["title",{"_index":325,"name":{"421":{},"443":{},"1013":{},"1032":{},"1513":{},"1535":{}},"parent":{}}],["tojson",{"_index":55,"name":{"61":{}},"parent":{}}],["tokenactionrequest",{"_index":92,"name":{"101":{}},"parent":{}}],["tokenrequest",{"_index":91,"name":{"100":{}},"parent":{}}],["tokenresponse",{"_index":90,"name":{"99":{}},"parent":{}}],["tostring",{"_index":46,"name":{"52":{}},"parent":{}}],["total",{"_index":687,"name":{"1057":{}},"parent":{}}],["totalgroupeditems",{"_index":741,"name":{"1123":{}},"parent":{}}],["traceable",{"_index":624,"name":{"983":{}},"parent":{}}],["transferbasket",{"_index":243,"name":{"282":{}},"parent":{}}],["transformrequest",{"_index":19,"name":{"17":{},"26":{},"30":{}},"parent":{}}],["trustedagenttokenrequest",{"_index":82,"name":{"91":{}},"parent":{}}],["trustedsystemauthrequest",{"_index":503,"name":{"714":{}},"parent":{}}],["trustedsystemtokenrequest",{"_index":88,"name":{"97":{}},"parent":{}}],["type",{"_index":187,"name":{"196":{},"378":{},"448":{},"494":{},"655":{},"885":{},"1012":{},"1031":{},"1247":{},"1381":{},"1471":{},"1540":{},"1586":{},"1765":{},"1895":{},"1982":{},"2141":{},"2267":{}},"parent":{}}],["ui_locales",{"_index":212,"name":{"220":{}},"parent":{}}],["unauthorized",{"_index":570,"name":{"824":{},"1669":{},"2052":{},"2153":{},"2314":{}},"parent":{}}],["unit",{"_index":185,"name":{"194":{},"376":{},"653":{},"883":{},"1245":{},"1379":{},"1469":{},"1763":{},"1893":{},"1980":{},"2139":{},"2265":{}},"parent":{}}],["until",{"_index":596,"name":{"909":{}},"parent":{}}],["updateasagentbasket",{"_index":248,"name":{"287":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":275,"name":{"314":{}},"parent":{}}],["updatebasket",{"_index":247,"name":{"286":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":249,"name":{"288":{}},"parent":{}}],["updatecustomer",{"_index":474,"name":{"683":{}},"parent":{}}],["updatecustomeraddress",{"_index":478,"name":{"687":{}},"parent":{}}],["updatecustomerforbasket",{"_index":252,"name":{"291":{}},"parent":{}}],["updatecustomerpassword",{"_index":481,"name":{"690":{}},"parent":{}}],["updatecustomerproductlist",{"_index":489,"name":{"698":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":493,"name":{"702":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":255,"name":{"294":{}},"parent":{}}],["updateiteminbasket",{"_index":258,"name":{"297":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":859,"name":{"1407":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":262,"name":{"301":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":266,"name":{"305":{}},"parent":{}}],["updateshipmentforbasket",{"_index":271,"name":{"310":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":272,"name":{"311":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":273,"name":{"312":{}},"parent":{}}],["updateshoppercontext",{"_index":433,"name":{"560":{}},"parent":{}}],["url",{"_index":56,"name":{"62":{}},"parent":{}}],["urlmapping",{"_index":1091,"name":{"2150":{}},"parent":{}}],["urlparameters",{"_index":10,"name":{"9":{},"263":{}},"parent":{}}],["urlsegment",{"_index":1115,"name":{"2196":{}},"parent":{}}],["useasbilling",{"_index":425,"name":{"549":{}},"parent":{}}],["useasshipping",{"_index":423,"name":{"547":{}},"parent":{}}],["user_agent_header",{"_index":59,"name":{"66":{}},"parent":{}}],["user_agent_value",{"_index":60,"name":{"67":{}},"parent":{}}],["username",{"_index":54,"name":{"60":{}},"parent":{}}],["usid",{"_index":210,"name":{"218":{},"667":{}},"parent":{}}],["validfrommonth",{"_index":307,"name":{"403":{},"472":{},"1495":{},"1564":{}},"parent":{}}],["validfromyear",{"_index":308,"name":{"404":{},"473":{},"1496":{},"1565":{}},"parent":{}}],["value",{"_index":194,"name":{"204":{},"386":{},"449":{},"479":{},"663":{},"893":{},"1039":{},"1046":{},"1255":{},"1389":{},"1479":{},"1541":{},"1571":{},"1773":{},"1903":{},"1990":{},"2149":{},"2275":{}},"parent":{}}],["valuefacetinput",{"_index":716,"name":{"1094":{}},"parent":{}}],["valuefacetoutput",{"_index":706,"name":{"1080":{}},"parent":{}}],["valuefacetoutputentity",{"_index":720,"name":{"1100":{}},"parent":{}}],["valuerefinement",{"_index":697,"name":{"1069":{}},"parent":{}}],["values",{"_index":699,"name":{"1071":{},"1082":{}},"parent":{}}],["variant",{"_index":515,"name":{"733":{},"1649":{},"2036":{}},"parent":{}}],["variationattribute",{"_index":506,"name":{"722":{},"1645":{},"2032":{}},"parent":{}}],["variationattributevalue",{"_index":542,"name":{"774":{},"1658":{},"2048":{}},"parent":{}}],["variationgroup",{"_index":517,"name":{"738":{},"1650":{},"2037":{}},"parent":{}}],["version",{"_index":4,"name":{"3":{},"65":{}},"parent":{"66":{},"67":{}}}],["visible",{"_index":188,"name":{"197":{},"379":{},"656":{},"886":{},"1248":{},"1382":{},"1472":{},"1766":{},"1896":{},"1983":{},"2142":{},"2268":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":1,"kind":256,"name":"BaseUriParameters","url":"interfaces/helpers.baseuriparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":2,"kind":1024,"name":"shortCode","url":"interfaces/helpers.baseuriparameters-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.BaseUriParameters"},{"id":3,"kind":1024,"name":"version","url":"interfaces/helpers.baseuriparameters-1.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.BaseUriParameters"},{"id":4,"kind":256,"name":"PathParameters","url":"interfaces/helpers.pathparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":5,"kind":256,"name":"QueryParameters","url":"interfaces/helpers.queryparameters-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":6,"kind":4194304,"name":"Prettify","url":"modules/helpers.html#prettify","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"helpers"},{"id":7,"kind":4194304,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":8,"kind":4194304,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":9,"kind":4194304,"name":"UrlParameters","url":"modules/helpers.html#urlparameters-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers"},{"id":10,"kind":1,"name":"clientConfig","url":"modules/clientconfig.html","classes":"tsd-kind-module"},{"id":11,"kind":256,"name":"ClientConfigInit","url":"interfaces/clientconfig.clientconfiginit.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":12,"kind":1024,"name":"baseUri","url":"interfaces/clientconfig.clientconfiginit.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":13,"kind":1024,"name":"proxy","url":"interfaces/clientconfig.clientconfiginit.html#proxy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":14,"kind":1024,"name":"headers","url":"interfaces/clientconfig.clientconfiginit.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":15,"kind":1024,"name":"parameters","url":"interfaces/clientconfig.clientconfiginit.html#parameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":16,"kind":1024,"name":"fetchOptions","url":"interfaces/clientconfig.clientconfiginit.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":17,"kind":1024,"name":"transformRequest","url":"interfaces/clientconfig.clientconfiginit.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":18,"kind":1024,"name":"throwOnBadResponse","url":"interfaces/clientconfig.clientconfiginit.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"clientConfig.ClientConfigInit"},{"id":19,"kind":128,"name":"ClientConfig","url":"classes/clientconfig.clientconfig-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"clientConfig"},{"id":20,"kind":1024,"name":"baseUri","url":"classes/clientconfig.clientconfig-1.html#baseuri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":21,"kind":1024,"name":"proxy","url":"classes/clientconfig.clientconfig-1.html#proxy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":22,"kind":1024,"name":"headers","url":"classes/clientconfig.clientconfig-1.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":23,"kind":65536,"name":"__type","url":"classes/clientconfig.clientconfig-1.html#headers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"clientConfig.ClientConfig.headers"},{"id":24,"kind":1024,"name":"parameters","url":"classes/clientconfig.clientconfig-1.html#parameters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":25,"kind":1024,"name":"fetchOptions","url":"classes/clientconfig.clientconfig-1.html#fetchoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":26,"kind":1024,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":27,"kind":1024,"name":"throwOnBadResponse","url":"classes/clientconfig.clientconfig-1.html#throwonbadresponse","classes":"tsd-kind-property tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":28,"kind":512,"name":"constructor","url":"classes/clientconfig.clientconfig-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"clientConfig.ClientConfig"},{"id":29,"kind":2097152,"name":"defaults","url":"classes/clientconfig.clientconfig-1.html#defaults","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-static","parent":"clientConfig.ClientConfig"},{"id":30,"kind":64,"name":"transformRequest","url":"classes/clientconfig.clientconfig-1.html#defaults.transformrequest-1","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"clientConfig.ClientConfig.defaults"},{"id":31,"kind":4194304,"name":"BrowserRequestInit","url":"modules/clientconfig.html#browserrequestinit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"clientConfig"},{"id":32,"kind":4194304,"name":"FetchOptions","url":"modules/clientconfig.html#fetchoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":33,"kind":4194304,"name":"FetchFunction","url":"modules/clientconfig.html#fetchfunction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"clientConfig"},{"id":34,"kind":65536,"name":"__type","url":"modules/clientconfig.html#fetchfunction.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"clientConfig.FetchFunction"},{"id":35,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":36,"kind":32,"name":"CUSTOM_API_DEFAULT_BASE_URI","url":"modules/config.html#custom_api_default_base_uri","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"config"},{"id":37,"kind":32,"name":"isBrowser","url":"modules/helpers.html#isbrowser-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":38,"kind":32,"name":"isNode","url":"modules/helpers.html#isnode-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":39,"kind":32,"name":"globalObject","url":"modules/helpers.html#globalobject-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":40,"kind":32,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":41,"kind":32,"name":"fetch","url":"modules/helpers.html#fetch-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":42,"kind":1,"name":"templateUrl","url":"modules/templateurl.html","classes":"tsd-kind-module"},{"id":43,"kind":128,"name":"TemplateURL","url":"classes/templateurl.templateurl-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"templateUrl"},{"id":44,"kind":512,"name":"constructor","url":"classes/templateurl.templateurl-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"templateUrl.TemplateURL"},{"id":45,"kind":2048,"name":"replaceOrigin","url":"classes/templateurl.templateurl-1.html#replaceorigin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":46,"kind":2048,"name":"addQueryParams","url":"classes/templateurl.templateurl-1.html#addqueryparams","classes":"tsd-kind-method tsd-parent-kind-class","parent":"templateUrl.TemplateURL"},{"id":47,"kind":2048,"name":"renderTemplateUri","url":"classes/templateurl.templateurl-1.html#rendertemplateuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":48,"kind":1024,"name":"hash","url":"classes/templateurl.templateurl-1.html#hash","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":49,"kind":1024,"name":"host","url":"classes/templateurl.templateurl-1.html#host","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":50,"kind":1024,"name":"hostname","url":"classes/templateurl.templateurl-1.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":51,"kind":1024,"name":"href","url":"classes/templateurl.templateurl-1.html#href","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":52,"kind":2048,"name":"toString","url":"classes/templateurl.templateurl-1.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":53,"kind":1024,"name":"origin","url":"classes/templateurl.templateurl-1.html#origin","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":54,"kind":1024,"name":"password","url":"classes/templateurl.templateurl-1.html#password","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":55,"kind":1024,"name":"pathname","url":"classes/templateurl.templateurl-1.html#pathname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":56,"kind":1024,"name":"port","url":"classes/templateurl.templateurl-1.html#port","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":57,"kind":1024,"name":"protocol","url":"classes/templateurl.templateurl-1.html#protocol","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":58,"kind":1024,"name":"search","url":"classes/templateurl.templateurl-1.html#search","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":59,"kind":1024,"name":"searchParams","url":"classes/templateurl.templateurl-1.html#searchparams","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":60,"kind":1024,"name":"username","url":"classes/templateurl.templateurl-1.html#username","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":61,"kind":2048,"name":"toJSON","url":"classes/templateurl.templateurl-1.html#tojson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"templateUrl.TemplateURL"},{"id":62,"kind":1024,"name":"URL","url":"classes/templateurl.templateurl-1.html#url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":63,"kind":2048,"name":"createObjectURL","url":"classes/templateurl.templateurl-1.html#createobjecturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":64,"kind":2048,"name":"revokeObjectURL","url":"classes/templateurl.templateurl-1.html#revokeobjecturl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"templateUrl.TemplateURL"},{"id":65,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":66,"kind":32,"name":"USER_AGENT_HEADER","url":"modules/version.html#user_agent_header","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":67,"kind":32,"name":"USER_AGENT_VALUE","url":"modules/version.html#user_agent_value","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"version"},{"id":68,"kind":1,"name":"shopperLogin","url":"modules/shopperlogin.html","classes":"tsd-kind-module"},{"id":69,"kind":128,"name":"ShopperLogin","url":"classes/shopperlogin.shopperlogin-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperLogin"},{"id":70,"kind":1024,"name":"clientConfig","url":"classes/shopperlogin.shopperlogin-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":71,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperlogin.shopperlogin-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":72,"kind":512,"name":"constructor","url":"classes/shopperlogin.shopperlogin-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperLogin.ShopperLogin"},{"id":73,"kind":1024,"name":"paramKeys","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperLogin.ShopperLogin"},{"id":74,"kind":65536,"name":"__type","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperLogin.ShopperLogin.paramKeys"},{"id":75,"kind":32,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authenticatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":76,"kind":32,"name":"authenticateCustomerRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authenticatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":77,"kind":32,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authorizepasswordlesscustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":78,"kind":32,"name":"authorizePasswordlessCustomerRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authorizepasswordlesscustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":79,"kind":32,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.logoutcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":80,"kind":32,"name":"logoutCustomerRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.logoutcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":81,"kind":32,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authorizecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":82,"kind":32,"name":"authorizeCustomerRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.authorizecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":83,"kind":32,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":84,"kind":32,"name":"getAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":85,"kind":32,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getsessionbridgeaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":86,"kind":32,"name":"getSessionBridgeAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getsessionbridgeaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":87,"kind":32,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedsystemaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":88,"kind":32,"name":"getTrustedSystemAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedsystemaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":89,"kind":32,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedagentauthorizationtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":90,"kind":32,"name":"getTrustedAgentAuthorizationTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedagentauthorizationtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":91,"kind":32,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedagentaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":92,"kind":32,"name":"getTrustedAgentAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.gettrustedagentaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":93,"kind":32,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getpasswordresettoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":94,"kind":32,"name":"getPasswordResetTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getpasswordresettokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":95,"kind":32,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":96,"kind":32,"name":"resetPasswordRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":97,"kind":32,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getpasswordlessaccesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":98,"kind":32,"name":"getPasswordLessAccessTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getpasswordlessaccesstokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":99,"kind":32,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.revoketoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":100,"kind":32,"name":"revokeTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.revoketokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":101,"kind":32,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.introspecttoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":102,"kind":32,"name":"introspectTokenRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.introspecttokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":103,"kind":32,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getuserinfo","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":104,"kind":32,"name":"getUserInfoRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getuserinforequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":105,"kind":32,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getwellknownopenidconfiguration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":106,"kind":32,"name":"getWellknownOpenidConfigurationRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getwellknownopenidconfigurationrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":107,"kind":32,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getjwksuri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":108,"kind":32,"name":"getJwksUriRequired","url":"classes/shopperlogin.shopperlogin-1.html#paramkeys.__type.getjwksurirequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLogin.paramKeys.__type"},{"id":109,"kind":2048,"name":"authenticateCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authenticatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":110,"kind":2048,"name":"authorizePasswordlessCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authorizepasswordlesscustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":111,"kind":2048,"name":"logoutCustomer","url":"classes/shopperlogin.shopperlogin-1.html#logoutcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":112,"kind":2048,"name":"authorizeCustomer","url":"classes/shopperlogin.shopperlogin-1.html#authorizecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":113,"kind":2048,"name":"getAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":114,"kind":2048,"name":"getSessionBridgeAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getsessionbridgeaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":115,"kind":2048,"name":"getTrustedSystemAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedsystemaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":116,"kind":2048,"name":"getTrustedAgentAuthorizationToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedagentauthorizationtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":117,"kind":2048,"name":"getTrustedAgentAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#gettrustedagentaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":118,"kind":2048,"name":"getPasswordResetToken","url":"classes/shopperlogin.shopperlogin-1.html#getpasswordresettoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":119,"kind":2048,"name":"resetPassword","url":"classes/shopperlogin.shopperlogin-1.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":120,"kind":2048,"name":"getPasswordLessAccessToken","url":"classes/shopperlogin.shopperlogin-1.html#getpasswordlessaccesstoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":121,"kind":2048,"name":"revokeToken","url":"classes/shopperlogin.shopperlogin-1.html#revoketoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":122,"kind":2048,"name":"introspectToken","url":"classes/shopperlogin.shopperlogin-1.html#introspecttoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":123,"kind":2048,"name":"getUserInfo","url":"classes/shopperlogin.shopperlogin-1.html#getuserinfo-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":124,"kind":2048,"name":"getWellknownOpenidConfiguration","url":"classes/shopperlogin.shopperlogin-1.html#getwellknownopenidconfiguration-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":125,"kind":2048,"name":"getJwksUri","url":"classes/shopperlogin.shopperlogin-1.html#getjwksuri-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperLogin.ShopperLogin"},{"id":126,"kind":4194304,"name":"LoginRequest","url":"modules/shopperlogin.html#loginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":127,"kind":4194304,"name":"TrustedAgentTokenRequest","url":"modules/shopperlogin.html#trustedagenttokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":128,"kind":4194304,"name":"IntrospectResponse","url":"modules/shopperlogin.html#introspectresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":129,"kind":4194304,"name":"PasswordlessLoginRequest","url":"modules/shopperlogin.html#passwordlessloginrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":130,"kind":4194304,"name":"PasswordLessLoginTokenRequest","url":"modules/shopperlogin.html#passwordlesslogintokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":131,"kind":4194304,"name":"Oauth2ErrorResponse","url":"modules/shopperlogin.html#oauth2errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":132,"kind":4194304,"name":"PasswordActionVerifyRequest","url":"modules/shopperlogin.html#passwordactionverifyrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":133,"kind":4194304,"name":"TrustedSystemTokenRequest","url":"modules/shopperlogin.html#trustedsystemtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":134,"kind":4194304,"name":"PasswordActionRequest","url":"modules/shopperlogin.html#passwordactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":135,"kind":4194304,"name":"TokenResponse","url":"modules/shopperlogin.html#tokenresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":136,"kind":4194304,"name":"TokenRequest","url":"modules/shopperlogin.html#tokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":137,"kind":4194304,"name":"TokenActionRequest","url":"modules/shopperlogin.html#tokenactionrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":138,"kind":4194304,"name":"SessionBridgeTokenRequest","url":"modules/shopperlogin.html#sessionbridgetokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":139,"kind":4194304,"name":"SlasRateLimit","url":"modules/shopperlogin.html#slasratelimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":140,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#slasratelimit.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SlasRateLimit"},{"id":141,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperlogin.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":142,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperlogin.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":143,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperlogin.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":144,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DateRangeFilter"},{"id":145,"kind":4194304,"name":"EtagResponse","url":"modules/shopperlogin.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":146,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.EtagResponse"},{"id":147,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperlogin.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":148,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.IntegerRangeFilter"},{"id":149,"kind":4194304,"name":"RateLimited3","url":"modules/shopperlogin.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":150,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited3"},{"id":151,"kind":4194304,"name":"SyncCreated","url":"modules/shopperlogin.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":152,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SyncCreated"},{"id":153,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperlogin.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":154,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DateConditionalRequest"},{"id":155,"kind":4194304,"name":"RateLimited5","url":"modules/shopperlogin.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":156,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited5"},{"id":157,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperlogin.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":158,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.EtagConditionalRequest"},{"id":159,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperlogin.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":160,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.AsyncCreated"},{"id":161,"kind":4194304,"name":"RateLimited","url":"modules/shopperlogin.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":162,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited"},{"id":163,"kind":4194304,"name":"RateLimited2","url":"modules/shopperlogin.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":164,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited2"},{"id":165,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperlogin.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":166,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.OffsetPaginated"},{"id":167,"kind":4194304,"name":"RangeFilter","url":"modules/shopperlogin.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":168,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#rangefilter.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RangeFilter"},{"id":169,"kind":4194304,"name":"RateLimited4","url":"modules/shopperlogin.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":170,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.RateLimited4"},{"id":171,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperlogin.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":172,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.NumericRangeFilter"},{"id":173,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperlogin.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":174,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.DatetimeRangeFilter"},{"id":175,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperlogin.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":176,"kind":4194304,"name":"Error","url":"modules/shopperlogin.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":177,"kind":4194304,"name":"Money","url":"modules/shopperlogin.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":178,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperlogin.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":179,"kind":4194304,"name":"SearchRequest","url":"modules/shopperlogin.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":180,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperlogin.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":181,"kind":4194304,"name":"LocalizedString","url":"modules/shopperlogin.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":182,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperlogin.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":183,"kind":4194304,"name":"ClosedObject","url":"modules/shopperlogin.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":184,"kind":4194304,"name":"OpenObject","url":"modules/shopperlogin.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":185,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperlogin.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":186,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#queryparamslimit.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.QueryParamsLimit"},{"id":187,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperlogin.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":188,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#queryparamsoffset.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.QueryParamsOffset"},{"id":189,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperlogin.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperLogin"},{"id":190,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#sitespecific-1.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperLogin.SiteSpecific"},{"id":191,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperlogin.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":192,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.NoPropertiesAllowed"},{"id":193,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperlogin.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":194,"kind":4194304,"name":"BoolFilter","url":"modules/shopperlogin.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":195,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperlogin.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":196,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperlogin.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":197,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperlogin.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":198,"kind":4194304,"name":"QueryFilter","url":"modules/shopperlogin.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":199,"kind":4194304,"name":"Query","url":"modules/shopperlogin.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":200,"kind":4194304,"name":"TermQuery","url":"modules/shopperlogin.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":201,"kind":4194304,"name":"TermFilter","url":"modules/shopperlogin.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":202,"kind":4194304,"name":"TextQuery","url":"modules/shopperlogin.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":203,"kind":4194304,"name":"Range2Filter","url":"modules/shopperlogin.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":204,"kind":4194304,"name":"BoolQuery","url":"modules/shopperlogin.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":205,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperlogin.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":206,"kind":4194304,"name":"NestedQuery","url":"modules/shopperlogin.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":207,"kind":4194304,"name":"Filter","url":"modules/shopperlogin.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":208,"kind":4194304,"name":"Sort","url":"modules/shopperlogin.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":209,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperlogin.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":210,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperlogin.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":211,"kind":4194304,"name":"L10nString","url":"modules/shopperlogin.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":212,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperlogin.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":213,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.AttributeDefinition"},{"id":214,"kind":32,"name":"defaultValue","url":"modules/shopperlogin.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":215,"kind":32,"name":"id","url":"modules/shopperlogin.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":216,"kind":32,"name":"name","url":"modules/shopperlogin.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":217,"kind":32,"name":"description","url":"modules/shopperlogin.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":218,"kind":32,"name":"key","url":"modules/shopperlogin.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":219,"kind":32,"name":"localizable","url":"modules/shopperlogin.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":220,"kind":32,"name":"mandatory","url":"modules/shopperlogin.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":221,"kind":32,"name":"max","url":"modules/shopperlogin.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":222,"kind":32,"name":"minLength","url":"modules/shopperlogin.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":223,"kind":32,"name":"min","url":"modules/shopperlogin.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":224,"kind":32,"name":"multiValueType","url":"modules/shopperlogin.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":225,"kind":32,"name":"regularExpression","url":"modules/shopperlogin.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":226,"kind":32,"name":"scale","url":"modules/shopperlogin.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":227,"kind":32,"name":"searchable","url":"modules/shopperlogin.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":228,"kind":32,"name":"siteSpecific","url":"modules/shopperlogin.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":229,"kind":32,"name":"system","url":"modules/shopperlogin.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":230,"kind":32,"name":"unit","url":"modules/shopperlogin.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":231,"kind":32,"name":"possibleValues","url":"modules/shopperlogin.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":232,"kind":32,"name":"type","url":"modules/shopperlogin.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":233,"kind":32,"name":"visible","url":"modules/shopperlogin.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.AttributeDefinition.__type"},{"id":234,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperlogin.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":235,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.PropertyValueDefinition"},{"id":236,"kind":32,"name":"description","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":237,"kind":32,"name":"displayValue","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":238,"kind":32,"name":"id","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":239,"kind":32,"name":"position","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":240,"kind":32,"name":"value","url":"modules/shopperlogin.html#propertyvaluedefinition.__type-11.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.PropertyValueDefinition.__type"},{"id":241,"kind":4194304,"name":"ShopperLoginPathParameters","url":"modules/shopperlogin.html#shopperloginpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":242,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#shopperloginpathparameters.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.ShopperLoginPathParameters"},{"id":243,"kind":32,"name":"organizationId","url":"modules/shopperlogin.html#shopperloginpathparameters.__type-20.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginPathParameters.__type"},{"id":244,"kind":4194304,"name":"ShopperLoginQueryParameters","url":"modules/shopperlogin.html#shopperloginqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":245,"kind":65536,"name":"__type","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperLogin.ShopperLoginQueryParameters"},{"id":246,"kind":32,"name":"client_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":247,"kind":32,"name":"refresh_token","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":248,"kind":32,"name":"channel_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.channel_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":249,"kind":32,"name":"hint","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.hint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":250,"kind":32,"name":"redirect_uri","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":251,"kind":32,"name":"response_type","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.response_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":252,"kind":32,"name":"scope","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":253,"kind":32,"name":"state","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.state","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":254,"kind":32,"name":"usid","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":255,"kind":32,"name":"code_challenge","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.code_challenge","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":256,"kind":32,"name":"ui_locales","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.ui_locales","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":257,"kind":32,"name":"login_id","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.login_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":258,"kind":32,"name":"idp_origin","url":"modules/shopperlogin.html#shopperloginqueryparameters.__type-21.idp_origin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperLogin.ShopperLoginQueryParameters.__type"},{"id":259,"kind":4194304,"name":"ShopperLoginParameters","url":"modules/shopperlogin.html#shopperloginparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperLogin"},{"id":260,"kind":1,"name":"responseError","url":"modules/responseerror.html","classes":"tsd-kind-module"},{"id":261,"kind":128,"name":"ResponseError","url":"classes/responseerror.responseerror-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"responseError"},{"id":262,"kind":512,"name":"constructor","url":"classes/responseerror.responseerror-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":263,"kind":1024,"name":"response","url":"classes/responseerror.responseerror-1.html#response","classes":"tsd-kind-property tsd-parent-kind-class","parent":"responseError.ResponseError"},{"id":264,"kind":1024,"name":"name","url":"classes/responseerror.responseerror-1.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":265,"kind":1024,"name":"message","url":"classes/responseerror.responseerror-1.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":266,"kind":1024,"name":"stack","url":"classes/responseerror.responseerror-1.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"responseError.ResponseError"},{"id":267,"kind":1024,"name":"Error","url":"classes/responseerror.responseerror-1.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"responseError.ResponseError"},{"id":268,"kind":32,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64-1","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"helpers"},{"id":269,"kind":64,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":270,"kind":64,"name":"nanoid","url":"modules/helpers.html#nanoid","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":271,"kind":64,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":272,"kind":64,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":273,"kind":64,"name":"authorize","url":"modules/helpers.html#authorize-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":274,"kind":64,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":275,"kind":64,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":276,"kind":64,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":277,"kind":64,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":278,"kind":64,"name":"logout","url":"modules/helpers.html#logout-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":279,"kind":16777216,"name":"isBrowser","url":"modules/helpers.html#isbrowser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":280,"kind":16777216,"name":"isNode","url":"modules/helpers.html#isnode","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":281,"kind":16777216,"name":"globalObject","url":"modules/helpers.html#globalobject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":282,"kind":16777216,"name":"hasFetchAvailable","url":"modules/helpers.html#hasfetchavailable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":283,"kind":16777216,"name":"fetch","url":"modules/helpers.html#fetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":284,"kind":16777216,"name":"authorize","url":"modules/helpers.html#authorize","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":285,"kind":16777216,"name":"loginGuestUserPrivate","url":"modules/helpers.html#loginguestuserprivate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":286,"kind":16777216,"name":"loginGuestUser","url":"modules/helpers.html#loginguestuser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":287,"kind":16777216,"name":"loginRegisteredUserB2C","url":"modules/helpers.html#loginregistereduserb2c","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":288,"kind":16777216,"name":"refreshAccessToken","url":"modules/helpers.html#refreshaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":289,"kind":16777216,"name":"logout","url":"modules/helpers.html#logout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":290,"kind":16777216,"name":"stringToBase64","url":"modules/helpers.html#stringtobase64","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":291,"kind":16777216,"name":"getCodeAndUsidFromUrl","url":"modules/helpers.html#getcodeandusidfromurl","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":292,"kind":16777216,"name":"createCodeVerifier","url":"modules/helpers.html#createcodeverifier","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":293,"kind":16777216,"name":"generateCodeChallenge","url":"modules/helpers.html#generatecodechallenge","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":294,"kind":16777216,"name":"CompositeParameters","url":"modules/helpers.html#compositeparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":295,"kind":16777216,"name":"RequireParametersUnlessAllAreOptional","url":"modules/helpers.html#requireparametersunlessallareoptional","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":296,"kind":16777216,"name":"BaseUriParameters","url":"modules/helpers.html#baseuriparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":297,"kind":16777216,"name":"PathParameters","url":"modules/helpers.html#pathparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":298,"kind":16777216,"name":"QueryParameters","url":"modules/helpers.html#queryparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":299,"kind":16777216,"name":"UrlParameters","url":"modules/helpers.html#urlparameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":300,"kind":16777216,"name":"CustomParams","url":"modules/helpers.html#customparams","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":301,"kind":16777216,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":302,"kind":16777216,"name":"doFetch","url":"modules/helpers.html#dofetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":303,"kind":64,"name":"doFetch","url":"modules/helpers.html#dofetch-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"helpers"},{"id":304,"kind":256,"name":"CustomParams","url":"interfaces/helpers.customparams-1.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"helpers"},{"id":305,"kind":1024,"name":"apiName","url":"interfaces/helpers.customparams-1.html#apiname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":306,"kind":1024,"name":"apiVersion","url":"interfaces/helpers.customparams-1.html#apiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":307,"kind":1024,"name":"endpointPath","url":"interfaces/helpers.customparams-1.html#endpointpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":308,"kind":1024,"name":"organizationId","url":"interfaces/helpers.customparams-1.html#organizationid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":309,"kind":1024,"name":"shortCode","url":"interfaces/helpers.customparams-1.html#shortcode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"helpers.CustomParams"},{"id":310,"kind":64,"name":"contentTypeHeaderExists","url":"modules/helpers.html#contenttypeheaderexists","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"helpers"},{"id":311,"kind":64,"name":"callCustomEndpoint","url":"modules/helpers.html#callcustomendpoint-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"helpers"},{"id":312,"kind":1,"name":"shopperBaskets","url":"modules/shopperbaskets.html","classes":"tsd-kind-module"},{"id":313,"kind":128,"name":"ShopperBaskets","url":"classes/shopperbaskets.shopperbaskets-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperBaskets"},{"id":314,"kind":1024,"name":"clientConfig","url":"classes/shopperbaskets.shopperbaskets-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":315,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperbaskets.shopperbaskets-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":316,"kind":512,"name":"constructor","url":"classes/shopperbaskets.shopperbaskets-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperBaskets.ShopperBaskets"},{"id":317,"kind":1024,"name":"paramKeys","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperBaskets.ShopperBaskets"},{"id":318,"kind":65536,"name":"__type","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperBaskets.ShopperBaskets.paramKeys"},{"id":319,"kind":32,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.createbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":320,"kind":32,"name":"createBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.createbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":321,"kind":32,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.transferbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":322,"kind":32,"name":"transferBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.transferbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":323,"kind":32,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.mergebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":324,"kind":32,"name":"mergeBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.mergebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":325,"kind":32,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.deletebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":326,"kind":32,"name":"deleteBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.deletebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":327,"kind":32,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":328,"kind":32,"name":"getBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":329,"kind":32,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatebasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":330,"kind":32,"name":"updateBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatebasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":331,"kind":32,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateasagentbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":332,"kind":32,"name":"updateAsAgentBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateasagentbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":333,"kind":32,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatebillingaddressforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":334,"kind":32,"name":"updateBillingAddressForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatebillingaddressforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":335,"kind":32,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addcoupontobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":336,"kind":32,"name":"addCouponToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addcoupontobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":337,"kind":32,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removecouponfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":338,"kind":32,"name":"removeCouponFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removecouponfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":339,"kind":32,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatecustomerforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":340,"kind":32,"name":"updateCustomerForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatecustomerforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":341,"kind":32,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addgiftcertificateitemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":342,"kind":32,"name":"addGiftCertificateItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addgiftcertificateitemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":343,"kind":32,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removegiftcertificateitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":344,"kind":32,"name":"removeGiftCertificateItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removegiftcertificateitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":345,"kind":32,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updategiftcertificateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":346,"kind":32,"name":"updateGiftCertificateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updategiftcertificateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":347,"kind":32,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.additemtobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":348,"kind":32,"name":"addItemToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.additemtobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":349,"kind":32,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateitemsinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":350,"kind":32,"name":"updateItemsInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateitemsinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":351,"kind":32,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removeitemfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":352,"kind":32,"name":"removeItemFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removeitemfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":353,"kind":32,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateiteminbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":354,"kind":32,"name":"updateItemInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateiteminbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":355,"kind":32,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addtaxesforbasketitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":356,"kind":32,"name":"addTaxesForBasketItemRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addtaxesforbasketitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":357,"kind":32,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpaymentinstrumenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":358,"kind":32,"name":"addPaymentInstrumentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpaymentinstrumenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":359,"kind":32,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removepaymentinstrumentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":360,"kind":32,"name":"removePaymentInstrumentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removepaymentinstrumentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":361,"kind":32,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatepaymentinstrumentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":362,"kind":32,"name":"updatePaymentInstrumentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatepaymentinstrumentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":363,"kind":32,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getpaymentmethodsforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":364,"kind":32,"name":"getPaymentMethodsForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getpaymentmethodsforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":365,"kind":32,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpriceadjustmenttobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":366,"kind":32,"name":"addPriceAdjustmentToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpriceadjustmenttobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":367,"kind":32,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removepriceadjustmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":368,"kind":32,"name":"removePriceAdjustmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removepriceadjustmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":369,"kind":32,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatepriceadjustmentinbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":370,"kind":32,"name":"updatePriceAdjustmentInBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updatepriceadjustmentinbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":371,"kind":32,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getpricebooksforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":372,"kind":32,"name":"getPriceBooksForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getpricebooksforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":373,"kind":32,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpricebookstobasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":374,"kind":32,"name":"addPriceBooksToBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addpricebookstobasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":375,"kind":32,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.createshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":376,"kind":32,"name":"createShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.createshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":377,"kind":32,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removeshipmentfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":378,"kind":32,"name":"removeShipmentFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.removeshipmentfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":379,"kind":32,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshipmentforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":380,"kind":32,"name":"updateShipmentForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshipmentforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":381,"kind":32,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshippingaddressforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":382,"kind":32,"name":"updateShippingAddressForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshippingaddressforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":383,"kind":32,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshippingmethodforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":384,"kind":32,"name":"updateShippingMethodForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateshippingmethodforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":385,"kind":32,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getshippingmethodsforshipment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":386,"kind":32,"name":"getShippingMethodsForShipmentRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.getshippingmethodsforshipmentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":387,"kind":32,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateasstorefrontbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":388,"kind":32,"name":"updateAsStorefrontBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.updateasstorefrontbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":389,"kind":32,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.gettaxesfrombasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":390,"kind":32,"name":"getTaxesFromBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.gettaxesfrombasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":391,"kind":32,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addtaxesforbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":392,"kind":32,"name":"addTaxesForBasketRequired","url":"classes/shopperbaskets.shopperbaskets-1.html#paramkeys.__type.addtaxesforbasketrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBaskets.paramKeys.__type"},{"id":393,"kind":2048,"name":"createBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#createbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":394,"kind":2048,"name":"transferBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#transferbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":395,"kind":2048,"name":"mergeBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#mergebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":396,"kind":2048,"name":"deleteBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#deletebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":397,"kind":2048,"name":"getBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":398,"kind":2048,"name":"updateBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatebasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":399,"kind":2048,"name":"updateAsAgentBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateasagentbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":400,"kind":2048,"name":"updateBillingAddressForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatebillingaddressforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":401,"kind":2048,"name":"addCouponToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addcoupontobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":402,"kind":2048,"name":"removeCouponFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removecouponfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":403,"kind":2048,"name":"updateCustomerForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatecustomerforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":404,"kind":2048,"name":"addGiftCertificateItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addgiftcertificateitemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":405,"kind":2048,"name":"removeGiftCertificateItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removegiftcertificateitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":406,"kind":2048,"name":"updateGiftCertificateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updategiftcertificateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":407,"kind":2048,"name":"addItemToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#additemtobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":408,"kind":2048,"name":"updateItemsInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateitemsinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":409,"kind":2048,"name":"removeItemFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removeitemfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":410,"kind":2048,"name":"updateItemInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateiteminbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":411,"kind":2048,"name":"addTaxesForBasketItem","url":"classes/shopperbaskets.shopperbaskets-1.html#addtaxesforbasketitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":412,"kind":2048,"name":"addPaymentInstrumentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpaymentinstrumenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":413,"kind":2048,"name":"removePaymentInstrumentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removepaymentinstrumentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":414,"kind":2048,"name":"updatePaymentInstrumentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatepaymentinstrumentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":415,"kind":2048,"name":"getPaymentMethodsForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getpaymentmethodsforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":416,"kind":2048,"name":"addPriceAdjustmentToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpriceadjustmenttobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":417,"kind":2048,"name":"removePriceAdjustmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removepriceadjustmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":418,"kind":2048,"name":"updatePriceAdjustmentInBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updatepriceadjustmentinbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":419,"kind":2048,"name":"getPriceBooksForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#getpricebooksforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":420,"kind":2048,"name":"addPriceBooksToBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addpricebookstobasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":421,"kind":2048,"name":"createShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#createshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":422,"kind":2048,"name":"removeShipmentFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#removeshipmentfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":423,"kind":2048,"name":"updateShipmentForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshipmentforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":424,"kind":2048,"name":"updateShippingAddressForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshippingaddressforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":425,"kind":2048,"name":"updateShippingMethodForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#updateshippingmethodforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":426,"kind":2048,"name":"getShippingMethodsForShipment","url":"classes/shopperbaskets.shopperbaskets-1.html#getshippingmethodsforshipment-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":427,"kind":2048,"name":"updateAsStorefrontBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#updateasstorefrontbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":428,"kind":2048,"name":"getTaxesFromBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#gettaxesfrombasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":429,"kind":2048,"name":"addTaxesForBasket","url":"classes/shopperbaskets.shopperbaskets-1.html#addtaxesforbasket-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperBaskets.ShopperBaskets"},{"id":430,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperbaskets.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":431,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperbaskets.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":432,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#localespecific.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.LocaleSpecific"},{"id":433,"kind":4194304,"name":"Money","url":"modules/shopperbaskets.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":434,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperbaskets.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":435,"kind":4194304,"name":"SearchRequest","url":"modules/shopperbaskets.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":436,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperbaskets.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":437,"kind":4194304,"name":"LocalizedString","url":"modules/shopperbaskets.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":438,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperbaskets.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":439,"kind":4194304,"name":"ClosedObject","url":"modules/shopperbaskets.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":440,"kind":4194304,"name":"OpenObject","url":"modules/shopperbaskets.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":441,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperbaskets.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":442,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#queryparamslimit.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.QueryParamsLimit"},{"id":443,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperbaskets.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":444,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#queryparamsoffset.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.QueryParamsOffset"},{"id":445,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperbaskets.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":446,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#sitespecific-1.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.SiteSpecific"},{"id":447,"kind":4194304,"name":"Selectable","url":"modules/shopperbaskets.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":448,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#selectable.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.Selectable"},{"id":449,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperbaskets.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":450,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.NoPropertiesAllowed"},{"id":451,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperbaskets.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":452,"kind":4194304,"name":"BoolFilter","url":"modules/shopperbaskets.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":453,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperbaskets.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":454,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperbaskets.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":455,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperbaskets.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":456,"kind":4194304,"name":"QueryFilter","url":"modules/shopperbaskets.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":457,"kind":4194304,"name":"Query","url":"modules/shopperbaskets.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":458,"kind":4194304,"name":"TermQuery","url":"modules/shopperbaskets.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":459,"kind":4194304,"name":"TermFilter","url":"modules/shopperbaskets.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":460,"kind":4194304,"name":"TextQuery","url":"modules/shopperbaskets.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":461,"kind":4194304,"name":"Range2Filter","url":"modules/shopperbaskets.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":462,"kind":4194304,"name":"BoolQuery","url":"modules/shopperbaskets.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":463,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperbaskets.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":464,"kind":4194304,"name":"NestedQuery","url":"modules/shopperbaskets.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":465,"kind":4194304,"name":"Filter","url":"modules/shopperbaskets.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":466,"kind":4194304,"name":"Sort","url":"modules/shopperbaskets.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":467,"kind":4194304,"name":"RangeFilter","url":"modules/shopperbaskets.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":468,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperbaskets.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":469,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperbaskets.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":470,"kind":4194304,"name":"L10nString","url":"modules/shopperbaskets.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":471,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperbaskets.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":472,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.AttributeDefinition"},{"id":473,"kind":32,"name":"defaultValue","url":"modules/shopperbaskets.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":474,"kind":32,"name":"id","url":"modules/shopperbaskets.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":475,"kind":32,"name":"name","url":"modules/shopperbaskets.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":476,"kind":32,"name":"description","url":"modules/shopperbaskets.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":477,"kind":32,"name":"key","url":"modules/shopperbaskets.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":478,"kind":32,"name":"localizable","url":"modules/shopperbaskets.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":479,"kind":32,"name":"mandatory","url":"modules/shopperbaskets.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":480,"kind":32,"name":"max","url":"modules/shopperbaskets.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":481,"kind":32,"name":"minLength","url":"modules/shopperbaskets.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":482,"kind":32,"name":"min","url":"modules/shopperbaskets.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":483,"kind":32,"name":"multiValueType","url":"modules/shopperbaskets.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":484,"kind":32,"name":"regularExpression","url":"modules/shopperbaskets.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":485,"kind":32,"name":"scale","url":"modules/shopperbaskets.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":486,"kind":32,"name":"searchable","url":"modules/shopperbaskets.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":487,"kind":32,"name":"siteSpecific","url":"modules/shopperbaskets.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":488,"kind":32,"name":"system","url":"modules/shopperbaskets.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":489,"kind":32,"name":"unit","url":"modules/shopperbaskets.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":490,"kind":32,"name":"possibleValues","url":"modules/shopperbaskets.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":491,"kind":32,"name":"type","url":"modules/shopperbaskets.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":492,"kind":32,"name":"visible","url":"modules/shopperbaskets.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.AttributeDefinition.__type"},{"id":493,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperbaskets.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":494,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PropertyValueDefinition"},{"id":495,"kind":32,"name":"description","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":496,"kind":32,"name":"displayValue","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":497,"kind":32,"name":"id","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":498,"kind":32,"name":"position","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":499,"kind":32,"name":"value","url":"modules/shopperbaskets.html#propertyvaluedefinition.__type-21.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PropertyValueDefinition.__type"},{"id":500,"kind":4194304,"name":"TaxItems","url":"modules/shopperbaskets.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":501,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperbaskets.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":502,"kind":4194304,"name":"OrderAddress","url":"modules/shopperbaskets.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":503,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperbaskets.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":504,"kind":4194304,"name":"PaymentCard","url":"modules/shopperbaskets.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":505,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#paymentcard.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PaymentCard"},{"id":506,"kind":32,"name":"cardType","url":"modules/shopperbaskets.html#paymentcard.__type-17.cardtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":507,"kind":32,"name":"creditCardExpired","url":"modules/shopperbaskets.html#paymentcard.__type-17.creditcardexpired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":508,"kind":32,"name":"creditCardToken","url":"modules/shopperbaskets.html#paymentcard.__type-17.creditcardtoken-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":509,"kind":32,"name":"expirationMonth","url":"modules/shopperbaskets.html#paymentcard.__type-17.expirationmonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":510,"kind":32,"name":"expirationYear","url":"modules/shopperbaskets.html#paymentcard.__type-17.expirationyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":511,"kind":32,"name":"holder","url":"modules/shopperbaskets.html#paymentcard.__type-17.holder-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":512,"kind":32,"name":"issueNumber","url":"modules/shopperbaskets.html#paymentcard.__type-17.issuenumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":513,"kind":32,"name":"maskedNumber","url":"modules/shopperbaskets.html#paymentcard.__type-17.maskednumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":514,"kind":32,"name":"numberLastDigits","url":"modules/shopperbaskets.html#paymentcard.__type-17.numberlastdigits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":515,"kind":32,"name":"validFromMonth","url":"modules/shopperbaskets.html#paymentcard.__type-17.validfrommonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":516,"kind":32,"name":"validFromYear","url":"modules/shopperbaskets.html#paymentcard.__type-17.validfromyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PaymentCard.__type"},{"id":517,"kind":4194304,"name":"NotesResult","url":"modules/shopperbaskets.html#notesresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":518,"kind":4194304,"name":"ShippingItem","url":"modules/shopperbaskets.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":519,"kind":4194304,"name":"Discount","url":"modules/shopperbaskets.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":520,"kind":4194304,"name":"Note","url":"modules/shopperbaskets.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":521,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#note.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Note"},{"id":522,"kind":32,"name":"createdBy","url":"modules/shopperbaskets.html#note.__type-12.createdby","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":523,"kind":32,"name":"creationDate","url":"modules/shopperbaskets.html#note.__type-12.creationdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":524,"kind":32,"name":"id","url":"modules/shopperbaskets.html#note.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":525,"kind":32,"name":"subject","url":"modules/shopperbaskets.html#note.__type-12.subject","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":526,"kind":32,"name":"text","url":"modules/shopperbaskets.html#note.__type-12.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Note.__type"},{"id":527,"kind":4194304,"name":"CouponItem","url":"modules/shopperbaskets.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":528,"kind":4194304,"name":"PromotionLink","url":"modules/shopperbaskets.html#promotionlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":529,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#promotionlink.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.PromotionLink"},{"id":530,"kind":32,"name":"calloutMsg","url":"modules/shopperbaskets.html#promotionlink.__type-20.calloutmsg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":531,"kind":32,"name":"name","url":"modules/shopperbaskets.html#promotionlink.__type-20.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":532,"kind":32,"name":"promotionId","url":"modules/shopperbaskets.html#promotionlink.__type-20.promotionid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":533,"kind":32,"name":"title","url":"modules/shopperbaskets.html#promotionlink.__type-20.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.PromotionLink.__type"},{"id":534,"kind":4194304,"name":"PriceBookIds","url":"modules/shopperbaskets.html#pricebookids","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":535,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperbaskets.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":536,"kind":4194304,"name":"ProductItem","url":"modules/shopperbaskets.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":537,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperbaskets.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":538,"kind":4194304,"name":"Taxes","url":"modules/shopperbaskets.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":539,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#taxes.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Taxes"},{"id":540,"kind":32,"name":"taxes","url":"modules/shopperbaskets.html#taxes.__type-37.taxes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Taxes.__type"},{"id":541,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperbaskets.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":542,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperbaskets.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":543,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperbaskets.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":544,"kind":4194304,"name":"Shipment","url":"modules/shopperbaskets.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":545,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperbaskets.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":546,"kind":4194304,"name":"SimpleLink","url":"modules/shopperbaskets.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":547,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#simplelink.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.SimpleLink"},{"id":548,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperbaskets.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":549,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperbaskets.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":550,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperbaskets.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":551,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#productdetailslink.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ProductDetailsLink"},{"id":552,"kind":32,"name":"productDescription","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productdescription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":553,"kind":32,"name":"productId","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":554,"kind":32,"name":"productName","url":"modules/shopperbaskets.html#productdetailslink.__type-18.productname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":555,"kind":32,"name":"title","url":"modules/shopperbaskets.html#productdetailslink.__type-18.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductDetailsLink.__type"},{"id":556,"kind":4194304,"name":"OptionItem","url":"modules/shopperbaskets.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":557,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperbaskets.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":558,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperbaskets.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":559,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#discountrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.DiscountRequest"},{"id":560,"kind":32,"name":"type","url":"modules/shopperbaskets.html#discountrequest.__type-5.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.DiscountRequest.__type"},{"id":561,"kind":32,"name":"value","url":"modules/shopperbaskets.html#discountrequest.__type-5.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.DiscountRequest.__type"},{"id":562,"kind":4194304,"name":"Basket","url":"modules/shopperbaskets.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":563,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperbaskets.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":564,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.OrderLookupRequest"},{"id":565,"kind":32,"name":"email","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderLookupRequest.__type"},{"id":566,"kind":32,"name":"orderViewCode","url":"modules/shopperbaskets.html#orderlookuprequest.__type-15.orderviewcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderLookupRequest.__type"},{"id":567,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperbaskets.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":568,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperbaskets.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":569,"kind":4194304,"name":"ProductListLink","url":"modules/shopperbaskets.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":570,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperbaskets.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":571,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.GroupedTaxItem"},{"id":572,"kind":32,"name":"taxRate","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.GroupedTaxItem.__type"},{"id":573,"kind":32,"name":"taxValue","url":"modules/shopperbaskets.html#groupedtaxitem.__type-8.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.GroupedTaxItem.__type"},{"id":574,"kind":4194304,"name":"Order","url":"modules/shopperbaskets.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":575,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperbaskets.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":576,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.OrderPaymentCardRequest"},{"id":577,"kind":32,"name":"cardType","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.cardtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":578,"kind":32,"name":"creditCardToken","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.creditcardtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":579,"kind":32,"name":"expirationMonth","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.expirationmonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":580,"kind":32,"name":"expirationYear","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.expirationyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":581,"kind":32,"name":"holder","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.holder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":582,"kind":32,"name":"issueNumber","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.issuenumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":583,"kind":32,"name":"maskedNumber","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.maskednumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":584,"kind":32,"name":"validFromMonth","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.validfrommonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":585,"kind":32,"name":"validFromYear","url":"modules/shopperbaskets.html#orderpaymentcardrequest.__type-16.validfromyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.OrderPaymentCardRequest.__type"},{"id":586,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperbaskets.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":587,"kind":4194304,"name":"TaxItem","url":"modules/shopperbaskets.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":588,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#taxitem.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.TaxItem"},{"id":589,"kind":32,"name":"id","url":"modules/shopperbaskets.html#taxitem.__type-36.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":590,"kind":32,"name":"rate","url":"modules/shopperbaskets.html#taxitem.__type-36.rate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":591,"kind":32,"name":"value","url":"modules/shopperbaskets.html#taxitem.__type-36.value-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.TaxItem.__type"},{"id":592,"kind":4194304,"name":"Status","url":"modules/shopperbaskets.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":593,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#status.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.Status"},{"id":594,"kind":32,"name":"code","url":"modules/shopperbaskets.html#status.__type-34.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":595,"kind":32,"name":"message","url":"modules/shopperbaskets.html#status.__type-34.message","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":596,"kind":32,"name":"status","url":"modules/shopperbaskets.html#status.__type-34.status-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.Status.__type"},{"id":597,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperbaskets.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":598,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#productlistitemreference.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ProductListItemReference"},{"id":599,"kind":32,"name":"id","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":600,"kind":32,"name":"priority","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.priority","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":601,"kind":32,"name":"productDetailsLink","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.productdetailslink-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":602,"kind":32,"name":"productList","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.productlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":603,"kind":32,"name":"public","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.public","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":604,"kind":32,"name":"purchasedQuantity","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.purchasedquantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":605,"kind":32,"name":"quantity","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.quantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":606,"kind":32,"name":"type","url":"modules/shopperbaskets.html#productlistitemreference.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ProductListItemReference.__type"},{"id":607,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperbaskets.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":608,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperbaskets.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":609,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DateRangeFilter"},{"id":610,"kind":4194304,"name":"EtagResponse","url":"modules/shopperbaskets.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":611,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.EtagResponse"},{"id":612,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperbaskets.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":613,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#integerrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.IntegerRangeFilter"},{"id":614,"kind":4194304,"name":"RateLimited3","url":"modules/shopperbaskets.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":615,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited3.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited3"},{"id":616,"kind":4194304,"name":"SyncCreated","url":"modules/shopperbaskets.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":617,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#synccreated.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.SyncCreated"},{"id":618,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperbaskets.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":619,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DateConditionalRequest"},{"id":620,"kind":4194304,"name":"RateLimited5","url":"modules/shopperbaskets.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":621,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited5.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited5"},{"id":622,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperbaskets.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":623,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.EtagConditionalRequest"},{"id":624,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperbaskets.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":625,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.AsyncCreated"},{"id":626,"kind":4194304,"name":"RateLimited","url":"modules/shopperbaskets.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":627,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited"},{"id":628,"kind":4194304,"name":"RateLimited2","url":"modules/shopperbaskets.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":629,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited2"},{"id":630,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperbaskets.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":631,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.OffsetPaginated"},{"id":632,"kind":4194304,"name":"RateLimited4","url":"modules/shopperbaskets.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":633,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#ratelimited4.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.RateLimited4"},{"id":634,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperbaskets.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":635,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.NumericRangeFilter"},{"id":636,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperbaskets.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperBaskets"},{"id":637,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperBaskets.DatetimeRangeFilter"},{"id":638,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperbaskets.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":639,"kind":4194304,"name":"Error","url":"modules/shopperbaskets.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":640,"kind":4194304,"name":"ShopperBasketsPathParameters","url":"modules/shopperbaskets.html#shopperbasketspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":641,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ShopperBasketsPathParameters"},{"id":642,"kind":32,"name":"organizationId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":643,"kind":32,"name":"basketId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.basketid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":644,"kind":32,"name":"couponItemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.couponitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":645,"kind":32,"name":"giftCertificateItemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.giftcertificateitemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":646,"kind":32,"name":"itemId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":647,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":648,"kind":32,"name":"priceAdjustmentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.priceadjustmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":649,"kind":32,"name":"shipmentId","url":"modules/shopperbaskets.html#shopperbasketspathparameters.__type-30.shipmentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsPathParameters.__type"},{"id":650,"kind":4194304,"name":"ShopperBasketsQueryParameters","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":651,"kind":65536,"name":"__type","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperBaskets.ShopperBasketsQueryParameters"},{"id":652,"kind":32,"name":"taxMode","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.taxmode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":653,"kind":32,"name":"temporary","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.temporary","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":654,"kind":32,"name":"siteId","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":655,"kind":32,"name":"locale","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":656,"kind":32,"name":"overrideExisting","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.overrideexisting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":657,"kind":32,"name":"createDestinationBasket","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.createdestinationbasket","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":658,"kind":32,"name":"productItemMergeMode","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.productitemmergemode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":659,"kind":32,"name":"removeExternalTax","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.removeexternaltax","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":660,"kind":32,"name":"useAsShipping","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.useasshipping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":661,"kind":32,"name":"useAsBilling","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.useasbilling","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":662,"kind":32,"name":"exchange","url":"modules/shopperbaskets.html#shopperbasketsqueryparameters.__type-31.exchange","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperBaskets.ShopperBasketsQueryParameters.__type"},{"id":663,"kind":4194304,"name":"ShopperBasketsParameters","url":"modules/shopperbaskets.html#shopperbasketsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperBaskets"},{"id":664,"kind":1,"name":"shopperContexts","url":"modules/shoppercontexts.html","classes":"tsd-kind-module"},{"id":665,"kind":128,"name":"ShopperContexts","url":"classes/shoppercontexts.shoppercontexts-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperContexts"},{"id":666,"kind":1024,"name":"clientConfig","url":"classes/shoppercontexts.shoppercontexts-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperContexts.ShopperContexts"},{"id":667,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercontexts.shoppercontexts-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContexts.ShopperContexts"},{"id":668,"kind":512,"name":"constructor","url":"classes/shoppercontexts.shoppercontexts-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperContexts.ShopperContexts"},{"id":669,"kind":1024,"name":"paramKeys","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperContexts.ShopperContexts"},{"id":670,"kind":65536,"name":"__type","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperContexts.ShopperContexts.paramKeys"},{"id":671,"kind":32,"name":"getShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.getshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":672,"kind":32,"name":"getShopperContextRequired","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.getshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":673,"kind":32,"name":"createShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.createshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":674,"kind":32,"name":"createShopperContextRequired","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.createshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":675,"kind":32,"name":"deleteShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.deleteshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":676,"kind":32,"name":"deleteShopperContextRequired","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.deleteshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":677,"kind":32,"name":"updateShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.updateshoppercontext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":678,"kind":32,"name":"updateShopperContextRequired","url":"classes/shoppercontexts.shoppercontexts-1.html#paramkeys.__type.updateshoppercontextrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContexts.paramKeys.__type"},{"id":679,"kind":2048,"name":"getShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#getshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":680,"kind":2048,"name":"createShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#createshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":681,"kind":2048,"name":"deleteShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#deleteshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":682,"kind":2048,"name":"updateShopperContext","url":"classes/shoppercontexts.shoppercontexts-1.html#updateshoppercontext-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperContexts.ShopperContexts"},{"id":683,"kind":4194304,"name":"ShopperContext","url":"modules/shoppercontexts.html#shoppercontext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":684,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercontexts.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":685,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppercontexts.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":686,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppercontexts.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":687,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DateRangeFilter"},{"id":688,"kind":4194304,"name":"EtagResponse","url":"modules/shoppercontexts.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":689,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.EtagResponse"},{"id":690,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppercontexts.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":691,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.IntegerRangeFilter"},{"id":692,"kind":4194304,"name":"RateLimited3","url":"modules/shoppercontexts.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":693,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited3"},{"id":694,"kind":4194304,"name":"SyncCreated","url":"modules/shoppercontexts.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":695,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.SyncCreated"},{"id":696,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppercontexts.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":697,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DateConditionalRequest"},{"id":698,"kind":4194304,"name":"RateLimited5","url":"modules/shoppercontexts.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":699,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited5"},{"id":700,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppercontexts.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":701,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.EtagConditionalRequest"},{"id":702,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppercontexts.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":703,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.AsyncCreated"},{"id":704,"kind":4194304,"name":"RateLimited","url":"modules/shoppercontexts.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":705,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited"},{"id":706,"kind":4194304,"name":"RateLimited2","url":"modules/shoppercontexts.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":707,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited2"},{"id":708,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppercontexts.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":709,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.OffsetPaginated"},{"id":710,"kind":4194304,"name":"RangeFilter","url":"modules/shoppercontexts.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":711,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#rangefilter.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RangeFilter"},{"id":712,"kind":4194304,"name":"RateLimited4","url":"modules/shoppercontexts.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":713,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.RateLimited4"},{"id":714,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppercontexts.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":715,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.NumericRangeFilter"},{"id":716,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppercontexts.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":717,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.DatetimeRangeFilter"},{"id":718,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppercontexts.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":719,"kind":4194304,"name":"Error","url":"modules/shoppercontexts.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":720,"kind":4194304,"name":"Money","url":"modules/shoppercontexts.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":721,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppercontexts.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":722,"kind":4194304,"name":"SearchRequest","url":"modules/shoppercontexts.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":723,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppercontexts.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":724,"kind":4194304,"name":"LocalizedString","url":"modules/shoppercontexts.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":725,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppercontexts.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":726,"kind":4194304,"name":"ClosedObject","url":"modules/shoppercontexts.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":727,"kind":4194304,"name":"OpenObject","url":"modules/shoppercontexts.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":728,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppercontexts.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":729,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#queryparamslimit.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.QueryParamsLimit"},{"id":730,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppercontexts.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":731,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#queryparamsoffset.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.QueryParamsOffset"},{"id":732,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppercontexts.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":733,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.SiteSpecific"},{"id":734,"kind":4194304,"name":"Selectable","url":"modules/shoppercontexts.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperContexts"},{"id":735,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#selectable.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperContexts.Selectable"},{"id":736,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppercontexts.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":737,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.NoPropertiesAllowed"},{"id":738,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppercontexts.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":739,"kind":4194304,"name":"BoolFilter","url":"modules/shoppercontexts.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":740,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppercontexts.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":741,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppercontexts.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":742,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppercontexts.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":743,"kind":4194304,"name":"QueryFilter","url":"modules/shoppercontexts.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":744,"kind":4194304,"name":"Query","url":"modules/shoppercontexts.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":745,"kind":4194304,"name":"TermQuery","url":"modules/shoppercontexts.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":746,"kind":4194304,"name":"TermFilter","url":"modules/shoppercontexts.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":747,"kind":4194304,"name":"TextQuery","url":"modules/shoppercontexts.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":748,"kind":4194304,"name":"Range2Filter","url":"modules/shoppercontexts.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":749,"kind":4194304,"name":"BoolQuery","url":"modules/shoppercontexts.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":750,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppercontexts.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":751,"kind":4194304,"name":"NestedQuery","url":"modules/shoppercontexts.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":752,"kind":4194304,"name":"Filter","url":"modules/shoppercontexts.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":753,"kind":4194304,"name":"Sort","url":"modules/shoppercontexts.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":754,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppercontexts.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":755,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppercontexts.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":756,"kind":4194304,"name":"L10nString","url":"modules/shoppercontexts.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":757,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppercontexts.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":758,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.AttributeDefinition"},{"id":759,"kind":32,"name":"defaultValue","url":"modules/shoppercontexts.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":760,"kind":32,"name":"id","url":"modules/shoppercontexts.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":761,"kind":32,"name":"name","url":"modules/shoppercontexts.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":762,"kind":32,"name":"description","url":"modules/shoppercontexts.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":763,"kind":32,"name":"key","url":"modules/shoppercontexts.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":764,"kind":32,"name":"localizable","url":"modules/shoppercontexts.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":765,"kind":32,"name":"mandatory","url":"modules/shoppercontexts.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":766,"kind":32,"name":"max","url":"modules/shoppercontexts.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":767,"kind":32,"name":"minLength","url":"modules/shoppercontexts.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":768,"kind":32,"name":"min","url":"modules/shoppercontexts.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":769,"kind":32,"name":"multiValueType","url":"modules/shoppercontexts.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":770,"kind":32,"name":"regularExpression","url":"modules/shoppercontexts.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":771,"kind":32,"name":"scale","url":"modules/shoppercontexts.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":772,"kind":32,"name":"searchable","url":"modules/shoppercontexts.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":773,"kind":32,"name":"siteSpecific","url":"modules/shoppercontexts.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":774,"kind":32,"name":"system","url":"modules/shoppercontexts.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":775,"kind":32,"name":"unit","url":"modules/shoppercontexts.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":776,"kind":32,"name":"possibleValues","url":"modules/shoppercontexts.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":777,"kind":32,"name":"type","url":"modules/shoppercontexts.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":778,"kind":32,"name":"visible","url":"modules/shoppercontexts.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.AttributeDefinition.__type"},{"id":779,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppercontexts.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":780,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.PropertyValueDefinition"},{"id":781,"kind":32,"name":"description","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":782,"kind":32,"name":"displayValue","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":783,"kind":32,"name":"id","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":784,"kind":32,"name":"position","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":785,"kind":32,"name":"value","url":"modules/shoppercontexts.html#propertyvaluedefinition.__type-11.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.PropertyValueDefinition.__type"},{"id":786,"kind":4194304,"name":"ShopperContextsPathParameters","url":"modules/shoppercontexts.html#shoppercontextspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":787,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.ShopperContextsPathParameters"},{"id":788,"kind":32,"name":"organizationId","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsPathParameters.__type"},{"id":789,"kind":32,"name":"usid","url":"modules/shoppercontexts.html#shoppercontextspathparameters.__type-21.usid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsPathParameters.__type"},{"id":790,"kind":4194304,"name":"ShopperContextsQueryParameters","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":791,"kind":65536,"name":"__type","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperContexts.ShopperContextsQueryParameters"},{"id":792,"kind":32,"name":"siteId","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsQueryParameters.__type"},{"id":793,"kind":32,"name":"evaluateContextWithClientIp","url":"modules/shoppercontexts.html#shoppercontextsqueryparameters.__type-22.evaluatecontextwithclientip","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperContexts.ShopperContextsQueryParameters.__type"},{"id":794,"kind":4194304,"name":"ShopperContextsParameters","url":"modules/shoppercontexts.html#shoppercontextsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperContexts"},{"id":795,"kind":1,"name":"shopperCustomers","url":"modules/shoppercustomers.html","classes":"tsd-kind-module"},{"id":796,"kind":128,"name":"ShopperCustomers","url":"classes/shoppercustomers.shoppercustomers-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperCustomers"},{"id":797,"kind":1024,"name":"clientConfig","url":"classes/shoppercustomers.shoppercustomers-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":798,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppercustomers.shoppercustomers-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":799,"kind":512,"name":"constructor","url":"classes/shoppercustomers.shoppercustomers-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperCustomers.ShopperCustomers"},{"id":800,"kind":1024,"name":"paramKeys","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperCustomers.ShopperCustomers"},{"id":801,"kind":65536,"name":"__type","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperCustomers.ShopperCustomers.paramKeys"},{"id":802,"kind":32,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.registercustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":803,"kind":32,"name":"registerCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.registercustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":804,"kind":32,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.resetpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":805,"kind":32,"name":"resetPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.resetpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":806,"kind":32,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getresetpasswordtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":807,"kind":32,"name":"getResetPasswordTokenRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getresetpasswordtokenrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":808,"kind":32,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.registerexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":809,"kind":32,"name":"registerExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.registerexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":810,"kind":32,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getexternalprofile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":811,"kind":32,"name":"getExternalProfileRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getexternalprofilerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":812,"kind":32,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":813,"kind":32,"name":"getCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":814,"kind":32,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomer","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":815,"kind":32,"name":"updateCustomerRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":816,"kind":32,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":817,"kind":32,"name":"createCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":818,"kind":32,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":819,"kind":32,"name":"getCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":820,"kind":32,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.removecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":821,"kind":32,"name":"removeCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.removecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":822,"kind":32,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomeraddress","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":823,"kind":32,"name":"updateCustomerAddressRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomeraddressrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":824,"kind":32,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerbaskets","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":825,"kind":32,"name":"getCustomerBasketsRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerbasketsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":826,"kind":32,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerorders","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":827,"kind":32,"name":"getCustomerOrdersRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerordersrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":828,"kind":32,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerpassword","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":829,"kind":32,"name":"updateCustomerPasswordRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerpasswordrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":830,"kind":32,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":831,"kind":32,"name":"createCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":832,"kind":32,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":833,"kind":32,"name":"deleteCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":834,"kind":32,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerpaymentinstrument","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":835,"kind":32,"name":"getCustomerPaymentInstrumentRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerpaymentinstrumentrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":836,"kind":32,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlists","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":837,"kind":32,"name":"getCustomerProductListsRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlistsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":838,"kind":32,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":839,"kind":32,"name":"createCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":840,"kind":32,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":841,"kind":32,"name":"deleteCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":842,"kind":32,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":843,"kind":32,"name":"getCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":844,"kind":32,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":845,"kind":32,"name":"updateCustomerProductListRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":846,"kind":32,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":847,"kind":32,"name":"createCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.createcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":848,"kind":32,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":849,"kind":32,"name":"deleteCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.deletecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":850,"kind":32,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":851,"kind":32,"name":"getCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getcustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":852,"kind":32,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":853,"kind":32,"name":"updateCustomerProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.updatecustomerproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":854,"kind":32,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getpublicproductlistsbysearchterm","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":855,"kind":32,"name":"getPublicProductListsBySearchTermRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getpublicproductlistsbysearchtermrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":856,"kind":32,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getpublicproductlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":857,"kind":32,"name":"getPublicProductListRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getpublicproductlistrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":858,"kind":32,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getproductlistitem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":859,"kind":32,"name":"getProductListItemRequired","url":"classes/shoppercustomers.shoppercustomers-1.html#paramkeys.__type.getproductlistitemrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomers.paramKeys.__type"},{"id":860,"kind":2048,"name":"registerCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#registercustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":861,"kind":2048,"name":"resetPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#resetpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":862,"kind":2048,"name":"getResetPasswordToken","url":"classes/shoppercustomers.shoppercustomers-1.html#getresetpasswordtoken-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":863,"kind":2048,"name":"registerExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#registerexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":864,"kind":2048,"name":"getExternalProfile","url":"classes/shoppercustomers.shoppercustomers-1.html#getexternalprofile-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":865,"kind":2048,"name":"getCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":866,"kind":2048,"name":"updateCustomer","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomer-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":867,"kind":2048,"name":"createCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":868,"kind":2048,"name":"getCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":869,"kind":2048,"name":"removeCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#removecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":870,"kind":2048,"name":"updateCustomerAddress","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomeraddress-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":871,"kind":2048,"name":"getCustomerBaskets","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerbaskets-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":872,"kind":2048,"name":"getCustomerOrders","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerorders-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":873,"kind":2048,"name":"updateCustomerPassword","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerpassword-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":874,"kind":2048,"name":"createCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":875,"kind":2048,"name":"deleteCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":876,"kind":2048,"name":"getCustomerPaymentInstrument","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerpaymentinstrument-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":877,"kind":2048,"name":"getCustomerProductLists","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlists-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":878,"kind":2048,"name":"createCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":879,"kind":2048,"name":"deleteCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":880,"kind":2048,"name":"getCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":881,"kind":2048,"name":"updateCustomerProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":882,"kind":2048,"name":"createCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#createcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":883,"kind":2048,"name":"deleteCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#deletecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":884,"kind":2048,"name":"getCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#getcustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":885,"kind":2048,"name":"updateCustomerProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#updatecustomerproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":886,"kind":2048,"name":"getPublicProductListsBySearchTerm","url":"classes/shoppercustomers.shoppercustomers-1.html#getpublicproductlistsbysearchterm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":887,"kind":2048,"name":"getPublicProductList","url":"classes/shoppercustomers.shoppercustomers-1.html#getpublicproductlist-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":888,"kind":2048,"name":"getProductListItem","url":"classes/shoppercustomers.shoppercustomers-1.html#getproductlistitem-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperCustomers.ShopperCustomers"},{"id":889,"kind":4194304,"name":"CustomerAddress","url":"modules/shoppercustomers.html#customeraddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":890,"kind":4194304,"name":"CustomerProductListResult","url":"modules/shoppercustomers.html#customerproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":891,"kind":4194304,"name":"CustomerProductListItemPurchase","url":"modules/shoppercustomers.html#customerproductlistitempurchase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":892,"kind":4194304,"name":"OptionValue","url":"modules/shoppercustomers.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":893,"kind":4194304,"name":"Master","url":"modules/shoppercustomers.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":894,"kind":4194304,"name":"OrderAddress","url":"modules/shoppercustomers.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":895,"kind":4194304,"name":"PublicProductListResult","url":"modules/shoppercustomers.html#publicproductlistresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":896,"kind":4194304,"name":"BasketsResult","url":"modules/shoppercustomers.html#basketsresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":897,"kind":4194304,"name":"TrustedSystemAuthRequest","url":"modules/shoppercustomers.html#trustedsystemauthrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":898,"kind":4194304,"name":"ResetPasswordRequest","url":"modules/shoppercustomers.html#resetpasswordrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":899,"kind":4194304,"name":"PaymentCard","url":"modules/shoppercustomers.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":900,"kind":4194304,"name":"ShippingItem","url":"modules/shoppercustomers.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":901,"kind":4194304,"name":"Discount","url":"modules/shoppercustomers.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":902,"kind":4194304,"name":"ResetPasswordToken","url":"modules/shoppercustomers.html#resetpasswordtoken","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":903,"kind":4194304,"name":"CouponItem","url":"modules/shoppercustomers.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":904,"kind":4194304,"name":"ShippingPromotion","url":"modules/shoppercustomers.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":905,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppercustomers.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":906,"kind":4194304,"name":"ProductListShippingAddress","url":"modules/shoppercustomers.html#productlistshippingaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":907,"kind":4194304,"name":"ProductItem","url":"modules/shoppercustomers.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":908,"kind":4194304,"name":"CustomerProductListRegistrant","url":"modules/shoppercustomers.html#customerproductlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":909,"kind":4194304,"name":"PublicProductListInfo","url":"modules/shoppercustomers.html#publicproductlistinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":910,"kind":4194304,"name":"CustomerPaymentCardRequest","url":"modules/shoppercustomers.html#customerpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":911,"kind":4194304,"name":"RecommendationType","url":"modules/shoppercustomers.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":912,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shoppercustomers.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":913,"kind":4194304,"name":"ProductType","url":"modules/shoppercustomers.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":914,"kind":4194304,"name":"PaymentBankAccount","url":"modules/shoppercustomers.html#paymentbankaccount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":915,"kind":4194304,"name":"Recommendation","url":"modules/shoppercustomers.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":916,"kind":4194304,"name":"Variant","url":"modules/shoppercustomers.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":917,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shoppercustomers.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":918,"kind":4194304,"name":"CustomerPaymentInstrument","url":"modules/shoppercustomers.html#customerpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":919,"kind":4194304,"name":"Shipment","url":"modules/shoppercustomers.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":920,"kind":4194304,"name":"CustomerInfo","url":"modules/shoppercustomers.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":921,"kind":4194304,"name":"VariationGroup","url":"modules/shoppercustomers.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":922,"kind":4194304,"name":"SimpleLink","url":"modules/shoppercustomers.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":923,"kind":4194304,"name":"PaymentBankAccountRequest","url":"modules/shoppercustomers.html#paymentbankaccountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":924,"kind":4194304,"name":"PriceAdjustment","url":"modules/shoppercustomers.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":925,"kind":4194304,"name":"PublicProductListItem","url":"modules/shoppercustomers.html#publicproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":926,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shoppercustomers.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":927,"kind":4194304,"name":"ProductLink","url":"modules/shoppercustomers.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":928,"kind":4194304,"name":"OptionItem","url":"modules/shoppercustomers.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":929,"kind":4194304,"name":"ShippingMethod","url":"modules/shoppercustomers.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":930,"kind":4194304,"name":"ProductListEvent","url":"modules/shoppercustomers.html#productlistevent","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":931,"kind":4194304,"name":"PasswordChangeRequest","url":"modules/shoppercustomers.html#passwordchangerequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":932,"kind":4194304,"name":"AuthRequest","url":"modules/shoppercustomers.html#authrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":933,"kind":4194304,"name":"Inventory","url":"modules/shoppercustomers.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":934,"kind":4194304,"name":"CustomerProductList","url":"modules/shoppercustomers.html#customerproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":935,"kind":4194304,"name":"Basket","url":"modules/shoppercustomers.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":936,"kind":4194304,"name":"CustomerPaymentInstrumentRequest","url":"modules/shoppercustomers.html#customerpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":937,"kind":4194304,"name":"ImageGroup","url":"modules/shoppercustomers.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":938,"kind":4194304,"name":"CustomerRegistration","url":"modules/shoppercustomers.html#customerregistration","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":939,"kind":4194304,"name":"Customer","url":"modules/shoppercustomers.html#customer","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":940,"kind":4194304,"name":"PublicProductList","url":"modules/shoppercustomers.html#publicproductlist","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":941,"kind":4194304,"name":"Option","url":"modules/shoppercustomers.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":942,"kind":4194304,"name":"CustomerOrderResult","url":"modules/shoppercustomers.html#customerorderresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":943,"kind":4194304,"name":"CustomerExtProfileRequest","url":"modules/shoppercustomers.html#customerextprofilerequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":944,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shoppercustomers.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":945,"kind":4194304,"name":"CustomerExternalProfile","url":"modules/shoppercustomers.html#customerexternalprofile","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":946,"kind":4194304,"name":"CustomerAddressInfo","url":"modules/shoppercustomers.html#customeraddressinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":947,"kind":4194304,"name":"ResetPasswordTokenRequest","url":"modules/shoppercustomers.html#resetpasswordtokenrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":948,"kind":4194304,"name":"ProductListLink","url":"modules/shoppercustomers.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":949,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shoppercustomers.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":950,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.GroupedTaxItem"},{"id":951,"kind":32,"name":"taxRate","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.GroupedTaxItem.__type"},{"id":952,"kind":32,"name":"taxValue","url":"modules/shoppercustomers.html#groupedtaxitem.__type-11.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.GroupedTaxItem.__type"},{"id":953,"kind":4194304,"name":"ProductListRegistrant","url":"modules/shoppercustomers.html#productlistregistrant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":954,"kind":4194304,"name":"Order","url":"modules/shoppercustomers.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":955,"kind":4194304,"name":"Product","url":"modules/shoppercustomers.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":956,"kind":4194304,"name":"Image","url":"modules/shoppercustomers.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":957,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppercustomers.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":958,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppercustomers.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":959,"kind":4194304,"name":"BundledProduct","url":"modules/shoppercustomers.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":960,"kind":4194304,"name":"Status","url":"modules/shoppercustomers.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":961,"kind":4194304,"name":"CustomerProductListItem","url":"modules/shoppercustomers.html#customerproductlistitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":962,"kind":4194304,"name":"ProductListItemReference","url":"modules/shoppercustomers.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":963,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppercustomers.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":964,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppercustomers.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":965,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppercustomers.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":966,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#daterangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DateRangeFilter"},{"id":967,"kind":4194304,"name":"EtagResponse","url":"modules/shoppercustomers.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":968,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#etagresponse.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.EtagResponse"},{"id":969,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppercustomers.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":970,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#integerrangefilter.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.IntegerRangeFilter"},{"id":971,"kind":4194304,"name":"RateLimited3","url":"modules/shoppercustomers.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":972,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited3"},{"id":973,"kind":4194304,"name":"SyncCreated","url":"modules/shoppercustomers.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":974,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#synccreated.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.SyncCreated"},{"id":975,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppercustomers.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":976,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#dateconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DateConditionalRequest"},{"id":977,"kind":4194304,"name":"RateLimited5","url":"modules/shoppercustomers.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":978,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited5.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited5"},{"id":979,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppercustomers.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":980,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#etagconditionalrequest.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.EtagConditionalRequest"},{"id":981,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppercustomers.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":982,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.AsyncCreated"},{"id":983,"kind":4194304,"name":"RateLimited","url":"modules/shoppercustomers.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":984,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited"},{"id":985,"kind":4194304,"name":"RateLimited2","url":"modules/shoppercustomers.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":986,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited2.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited2"},{"id":987,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppercustomers.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":988,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#offsetpaginated.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.OffsetPaginated"},{"id":989,"kind":4194304,"name":"RangeFilter","url":"modules/shoppercustomers.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":990,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#rangefilter.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RangeFilter"},{"id":991,"kind":4194304,"name":"RateLimited4","url":"modules/shoppercustomers.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":992,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#ratelimited4.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.RateLimited4"},{"id":993,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppercustomers.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":994,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#numericrangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.NumericRangeFilter"},{"id":995,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppercustomers.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":996,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#datetimerangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.DatetimeRangeFilter"},{"id":997,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppercustomers.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":998,"kind":4194304,"name":"Error","url":"modules/shoppercustomers.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":999,"kind":4194304,"name":"CustomerAuthenticationFailed","url":"modules/shoppercustomers.html#customerauthenticationfailed","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1000,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerauthenticationfailed.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerAuthenticationFailed"},{"id":1001,"kind":4194304,"name":"NotFound","url":"modules/shoppercustomers.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1002,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#notfound.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.NotFound"},{"id":1003,"kind":4194304,"name":"BadRequest","url":"modules/shoppercustomers.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1004,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.BadRequest"},{"id":1005,"kind":4194304,"name":"CustomerExtProfileNotFound","url":"modules/shoppercustomers.html#customerextprofilenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1006,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerextprofilenotfound.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerExtProfileNotFound"},{"id":1007,"kind":4194304,"name":"Unauthorized","url":"modules/shoppercustomers.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1008,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#unauthorized.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.Unauthorized"},{"id":1009,"kind":4194304,"name":"CustomerExtProfileBadRequest","url":"modules/shoppercustomers.html#customerextprofilebadrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1010,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#customerextprofilebadrequest.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.CustomerExtProfileBadRequest"},{"id":1011,"kind":4194304,"name":"Money","url":"modules/shoppercustomers.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1012,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppercustomers.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1013,"kind":4194304,"name":"SearchRequest","url":"modules/shoppercustomers.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1014,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppercustomers.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1015,"kind":4194304,"name":"LocalizedString","url":"modules/shoppercustomers.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1016,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppercustomers.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1017,"kind":4194304,"name":"ClosedObject","url":"modules/shoppercustomers.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1018,"kind":4194304,"name":"OpenObject","url":"modules/shoppercustomers.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1019,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppercustomers.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1020,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#queryparamslimit.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.QueryParamsLimit"},{"id":1021,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppercustomers.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1022,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#queryparamsoffset.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.QueryParamsOffset"},{"id":1023,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppercustomers.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1024,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#sitespecific-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.SiteSpecific"},{"id":1025,"kind":4194304,"name":"Selectable","url":"modules/shoppercustomers.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperCustomers"},{"id":1026,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#selectable.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperCustomers.Selectable"},{"id":1027,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppercustomers.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1028,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#nopropertiesallowed.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.NoPropertiesAllowed"},{"id":1029,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppercustomers.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1030,"kind":4194304,"name":"BoolFilter","url":"modules/shoppercustomers.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1031,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppercustomers.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1032,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppercustomers.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1033,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppercustomers.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1034,"kind":4194304,"name":"QueryFilter","url":"modules/shoppercustomers.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1035,"kind":4194304,"name":"Query","url":"modules/shoppercustomers.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1036,"kind":4194304,"name":"TermQuery","url":"modules/shoppercustomers.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1037,"kind":4194304,"name":"TermFilter","url":"modules/shoppercustomers.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1038,"kind":4194304,"name":"TextQuery","url":"modules/shoppercustomers.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1039,"kind":4194304,"name":"Range2Filter","url":"modules/shoppercustomers.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1040,"kind":4194304,"name":"BoolQuery","url":"modules/shoppercustomers.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1041,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppercustomers.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1042,"kind":4194304,"name":"NestedQuery","url":"modules/shoppercustomers.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1043,"kind":4194304,"name":"Filter","url":"modules/shoppercustomers.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1044,"kind":4194304,"name":"Sort","url":"modules/shoppercustomers.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1045,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppercustomers.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1046,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppercustomers.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1047,"kind":4194304,"name":"L10nString","url":"modules/shoppercustomers.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1048,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppercustomers.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1049,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.AttributeDefinition"},{"id":1050,"kind":32,"name":"defaultValue","url":"modules/shoppercustomers.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1051,"kind":32,"name":"id","url":"modules/shoppercustomers.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1052,"kind":32,"name":"name","url":"modules/shoppercustomers.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1053,"kind":32,"name":"description","url":"modules/shoppercustomers.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1054,"kind":32,"name":"key","url":"modules/shoppercustomers.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1055,"kind":32,"name":"localizable","url":"modules/shoppercustomers.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1056,"kind":32,"name":"mandatory","url":"modules/shoppercustomers.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1057,"kind":32,"name":"max","url":"modules/shoppercustomers.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1058,"kind":32,"name":"minLength","url":"modules/shoppercustomers.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1059,"kind":32,"name":"min","url":"modules/shoppercustomers.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1060,"kind":32,"name":"multiValueType","url":"modules/shoppercustomers.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1061,"kind":32,"name":"regularExpression","url":"modules/shoppercustomers.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1062,"kind":32,"name":"scale","url":"modules/shoppercustomers.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1063,"kind":32,"name":"searchable","url":"modules/shoppercustomers.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1064,"kind":32,"name":"siteSpecific","url":"modules/shoppercustomers.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1065,"kind":32,"name":"system","url":"modules/shoppercustomers.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1066,"kind":32,"name":"unit","url":"modules/shoppercustomers.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1067,"kind":32,"name":"possibleValues","url":"modules/shoppercustomers.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1068,"kind":32,"name":"type","url":"modules/shoppercustomers.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1069,"kind":32,"name":"visible","url":"modules/shoppercustomers.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.AttributeDefinition.__type"},{"id":1070,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppercustomers.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1071,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.PropertyValueDefinition"},{"id":1072,"kind":32,"name":"description","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":1073,"kind":32,"name":"displayValue","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":1074,"kind":32,"name":"id","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":1075,"kind":32,"name":"position","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":1076,"kind":32,"name":"value","url":"modules/shoppercustomers.html#propertyvaluedefinition.__type-17.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.PropertyValueDefinition.__type"},{"id":1077,"kind":4194304,"name":"ShopperCustomersPathParameters","url":"modules/shoppercustomers.html#shoppercustomerspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1078,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.ShopperCustomersPathParameters"},{"id":1079,"kind":32,"name":"organizationId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1080,"kind":32,"name":"customerId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.customerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1081,"kind":32,"name":"addressName","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.addressname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1082,"kind":32,"name":"paymentInstrumentId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1083,"kind":32,"name":"listId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.listid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1084,"kind":32,"name":"itemId","url":"modules/shoppercustomers.html#shoppercustomerspathparameters.__type-27.itemid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersPathParameters.__type"},{"id":1085,"kind":4194304,"name":"ShopperCustomersQueryParameters","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1086,"kind":65536,"name":"__type","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperCustomers.ShopperCustomersQueryParameters"},{"id":1087,"kind":32,"name":"siteId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1088,"kind":32,"name":"externalId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.externalid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1089,"kind":32,"name":"authenticationProviderId","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.authenticationproviderid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1090,"kind":32,"name":"crossSites","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.crosssites","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1091,"kind":32,"name":"from","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.from","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1092,"kind":32,"name":"until","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.until","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1093,"kind":32,"name":"status","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1094,"kind":32,"name":"offset","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1095,"kind":32,"name":"limit","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1096,"kind":32,"name":"email","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1097,"kind":32,"name":"firstName","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.firstname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1098,"kind":32,"name":"lastName","url":"modules/shoppercustomers.html#shoppercustomersqueryparameters.__type-28.lastname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperCustomers.ShopperCustomersQueryParameters.__type"},{"id":1099,"kind":4194304,"name":"ShopperCustomersParameters","url":"modules/shoppercustomers.html#shoppercustomersparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperCustomers"},{"id":1100,"kind":1,"name":"shopperDiscoverySearch","url":"modules/shopperdiscoverysearch.html","classes":"tsd-kind-module"},{"id":1101,"kind":128,"name":"ShopperDiscoverySearch","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperDiscoverySearch"},{"id":1102,"kind":1024,"name":"clientConfig","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1103,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1104,"kind":512,"name":"constructor","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1105,"kind":1024,"name":"paramKeys","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1106,"kind":65536,"name":"__type","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperDiscoverySearch.ShopperDiscoverySearch.paramKeys"},{"id":1107,"kind":32,"name":"retrieveResults","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys.__type.retrieveresults","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearch.paramKeys.__type"},{"id":1108,"kind":32,"name":"retrieveResultsRequired","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys.__type.retrieveresultsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearch.paramKeys.__type"},{"id":1109,"kind":32,"name":"getSuggestions","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys.__type.getsuggestions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearch.paramKeys.__type"},{"id":1110,"kind":32,"name":"getSuggestionsRequired","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#paramkeys.__type.getsuggestionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearch.paramKeys.__type"},{"id":1111,"kind":2048,"name":"retrieveResults","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#retrieveresults-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1112,"kind":2048,"name":"getSuggestions","url":"classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html#getsuggestions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperDiscoverySearch.ShopperDiscoverySearch"},{"id":1113,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperdiscoverysearch.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1114,"kind":4194304,"name":"EtagResponse","url":"modules/shopperdiscoverysearch.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1115,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#etagresponse.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.EtagResponse"},{"id":1116,"kind":4194304,"name":"RateLimited3","url":"modules/shopperdiscoverysearch.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1117,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited3.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited3"},{"id":1118,"kind":4194304,"name":"SyncCreated","url":"modules/shopperdiscoverysearch.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1119,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#synccreated.__type-48","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.SyncCreated"},{"id":1120,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperdiscoverysearch.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1121,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#dateconditionalrequest.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.DateConditionalRequest"},{"id":1122,"kind":4194304,"name":"RateLimited5","url":"modules/shopperdiscoverysearch.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1123,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited5.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited5"},{"id":1124,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperdiscoverysearch.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1125,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#etagconditionalrequest.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.EtagConditionalRequest"},{"id":1126,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperdiscoverysearch.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1127,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.AsyncCreated"},{"id":1128,"kind":4194304,"name":"RateLimited","url":"modules/shopperdiscoverysearch.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1129,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited"},{"id":1130,"kind":4194304,"name":"RateLimited2","url":"modules/shopperdiscoverysearch.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1131,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited2.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited2"},{"id":1132,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperdiscoverysearch.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1133,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#offsetpaginated.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.OffsetPaginated"},{"id":1134,"kind":4194304,"name":"RateLimited4","url":"modules/shopperdiscoverysearch.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1135,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimited4.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.RateLimited4"},{"id":1136,"kind":4194304,"name":"Money","url":"modules/shopperdiscoverysearch.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1137,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperdiscoverysearch.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1138,"kind":4194304,"name":"SearchRequest","url":"modules/shopperdiscoverysearch.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1139,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperdiscoverysearch.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1140,"kind":4194304,"name":"ClosedObject","url":"modules/shopperdiscoverysearch.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1141,"kind":4194304,"name":"OpenObject","url":"modules/shopperdiscoverysearch.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1142,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperdiscoverysearch.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1143,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryparamslimit.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.QueryParamsLimit"},{"id":1144,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperdiscoverysearch.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1145,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryparamsoffset.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.QueryParamsOffset"},{"id":1146,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperdiscoverysearch.html#sitespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1147,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#sitespecific.__type-45","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.SiteSpecific"},{"id":1148,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperdiscoverysearch.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1149,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#nopropertiesallowed.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NoPropertiesAllowed"},{"id":1150,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperdiscoverysearch.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1151,"kind":4194304,"name":"BoolFilter","url":"modules/shopperdiscoverysearch.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1152,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperdiscoverysearch.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1153,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperdiscoverysearch.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1154,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperdiscoverysearch.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1155,"kind":4194304,"name":"QueryFilter","url":"modules/shopperdiscoverysearch.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1156,"kind":4194304,"name":"Query","url":"modules/shopperdiscoverysearch.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1157,"kind":4194304,"name":"TermQuery","url":"modules/shopperdiscoverysearch.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1158,"kind":4194304,"name":"TermFilter","url":"modules/shopperdiscoverysearch.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1159,"kind":4194304,"name":"TextQuery","url":"modules/shopperdiscoverysearch.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1160,"kind":4194304,"name":"Range2Filter","url":"modules/shopperdiscoverysearch.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1161,"kind":4194304,"name":"BoolQuery","url":"modules/shopperdiscoverysearch.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1162,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperdiscoverysearch.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1163,"kind":4194304,"name":"NestedQuery","url":"modules/shopperdiscoverysearch.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1164,"kind":4194304,"name":"Filter","url":"modules/shopperdiscoverysearch.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1165,"kind":4194304,"name":"Sort","url":"modules/shopperdiscoverysearch.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1166,"kind":4194304,"name":"RangeFilter","url":"modules/shopperdiscoverysearch.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1167,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperdiscoverysearch.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1168,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperdiscoverysearch.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1169,"kind":4194304,"name":"ExpansionAttribute","url":"modules/shopperdiscoverysearch.html#expansionattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1170,"kind":4194304,"name":"PaginationLinks","url":"modules/shopperdiscoverysearch.html#paginationlinks","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1171,"kind":4194304,"name":"ResourceLink","url":"modules/shopperdiscoverysearch.html#resourcelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1172,"kind":4194304,"name":"Traceable","url":"modules/shopperdiscoverysearch.html#traceable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1173,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#traceable.__type-49","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.Traceable"},{"id":1174,"kind":4194304,"name":"Filterable","url":"modules/shopperdiscoverysearch.html#filterable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1175,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#filterable.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.Filterable"},{"id":1176,"kind":4194304,"name":"CommonErrors","url":"modules/shopperdiscoverysearch.html#commonerrors","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1177,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#commonerrors.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.CommonErrors"},{"id":1178,"kind":4194304,"name":"ResourceCommonErrors","url":"modules/shopperdiscoverysearch.html#resourcecommonerrors","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperDiscoverySearch"},{"id":1179,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcecommonerrors.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperDiscoverySearch.ResourceCommonErrors"},{"id":1180,"kind":4194304,"name":"Self","url":"modules/shopperdiscoverysearch.html#self-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1181,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#self-1.__type-40","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Self"},{"id":1182,"kind":32,"name":"href","url":"modules/shopperdiscoverysearch.html#self-1.__type-40.href","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Self.__type"},{"id":1183,"kind":4194304,"name":"SelfResourceLink","url":"modules/shopperdiscoverysearch.html#selfresourcelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1184,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#selfresourcelink.__type-41","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.SelfResourceLink"},{"id":1185,"kind":32,"name":"self","url":"modules/shopperdiscoverysearch.html#selfresourcelink.__type-41.self-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.SelfResourceLink.__type"},{"id":1186,"kind":4194304,"name":"Pagination","url":"modules/shopperdiscoverysearch.html#pagination","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1187,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#pagination.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Pagination"},{"id":1188,"kind":32,"name":"prev","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.prev","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1189,"kind":32,"name":"self","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.self","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1190,"kind":32,"name":"next","url":"modules/shopperdiscoverysearch.html#pagination.__type-19.next","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Pagination.__type"},{"id":1191,"kind":4194304,"name":"ResourceBadRequest","url":"modules/shopperdiscoverysearch.html#resourcebadrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1192,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcebadrequest.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceBadRequest"},{"id":1193,"kind":4194304,"name":"ResourceNonReadableHttpMessage","url":"modules/shopperdiscoverysearch.html#resourcenonreadablehttpmessage","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1194,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourcenonreadablehttpmessage.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceNonReadableHttpMessage"},{"id":1195,"kind":4194304,"name":"ResourceInvalidRequest","url":"modules/shopperdiscoverysearch.html#resourceinvalidrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1196,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#resourceinvalidrequest.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ResourceInvalidRequest"},{"id":1197,"kind":4194304,"name":"AuthenticationFailure","url":"modules/shopperdiscoverysearch.html#authenticationfailure","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1198,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#authenticationfailure.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AuthenticationFailure"},{"id":1199,"kind":4194304,"name":"BaseError","url":"modules/shopperdiscoverysearch.html#baseerror","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1200,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.BaseError"},{"id":1201,"kind":32,"name":"type","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1202,"kind":32,"name":"title","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1203,"kind":32,"name":"detail","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.detail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1204,"kind":32,"name":"instance","url":"modules/shopperdiscoverysearch.html#baseerror.__type-7.instance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.BaseError.__type"},{"id":1205,"kind":4194304,"name":"NotFound","url":"modules/shopperdiscoverysearch.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1206,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#notfound.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NotFound"},{"id":1207,"kind":4194304,"name":"InvalidRequest","url":"modules/shopperdiscoverysearch.html#invalidrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1208,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#invalidrequest.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.InvalidRequest"},{"id":1209,"kind":4194304,"name":"AuthorizationFailure","url":"modules/shopperdiscoverysearch.html#authorizationfailure","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1210,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#authorizationfailure.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AuthorizationFailure"},{"id":1211,"kind":4194304,"name":"BadRequest","url":"modules/shopperdiscoverysearch.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1212,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#badrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.BadRequest"},{"id":1213,"kind":4194304,"name":"ServiceUnavailable","url":"modules/shopperdiscoverysearch.html#serviceunavailable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1214,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#serviceunavailable.__type-42","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ServiceUnavailable"},{"id":1215,"kind":4194304,"name":"InternalServerError","url":"modules/shopperdiscoverysearch.html#internalservererror","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1216,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#internalservererror.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.InternalServerError"},{"id":1217,"kind":4194304,"name":"RateLimitExceeded","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1218,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RateLimitExceeded"},{"id":1219,"kind":32,"name":"requestLimit","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.requestlimit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1220,"kind":32,"name":"type","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1221,"kind":32,"name":"title","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1222,"kind":32,"name":"detail","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.detail-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1223,"kind":32,"name":"instance","url":"modules/shopperdiscoverysearch.html#ratelimitexceeded.__type-28.instance-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RateLimitExceeded.__type"},{"id":1224,"kind":4194304,"name":"NonReadableHttpMessage","url":"modules/shopperdiscoverysearch.html#nonreadablehttpmessage","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1225,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#nonreadablehttpmessage.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.NonReadableHttpMessage"},{"id":1226,"kind":4194304,"name":"AttributesQuery","url":"modules/shopperdiscoverysearch.html#attributesquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1227,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributesQuery"},{"id":1228,"kind":32,"name":"value","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1229,"kind":32,"name":"queryType","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.querytype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1230,"kind":32,"name":"correctableAttributes","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.correctableattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1231,"kind":32,"name":"highlighting","url":"modules/shopperdiscoverysearch.html#attributesquery.__type-3.highlighting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributesQuery.__type"},{"id":1232,"kind":4194304,"name":"Highlighting","url":"modules/shopperdiscoverysearch.html#highlighting-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1233,"kind":4194304,"name":"PhraseQuery","url":"modules/shopperdiscoverysearch.html#phrasequery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1234,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.PhraseQuery"},{"id":1235,"kind":32,"name":"value","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1236,"kind":32,"name":"queryType","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.querytype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1237,"kind":32,"name":"correctableAttributes","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.correctableattributes-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1238,"kind":32,"name":"highlighting","url":"modules/shopperdiscoverysearch.html#phrasequery.__type-20.highlighting-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.PhraseQuery.__type"},{"id":1239,"kind":4194304,"name":"QueryOutput","url":"modules/shopperdiscoverysearch.html#queryoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1240,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.QueryOutput"},{"id":1241,"kind":32,"name":"hits","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.hits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1242,"kind":32,"name":"facets","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.facets-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1243,"kind":32,"name":"links","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.links","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1244,"kind":32,"name":"limit","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1245,"kind":32,"name":"offset","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1246,"kind":32,"name":"total","url":"modules/shopperdiscoverysearch.html#queryoutput.__type-22.total","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryOutput.__type"},{"id":1247,"kind":4194304,"name":"QueryInput","url":"modules/shopperdiscoverysearch.html#queryinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1248,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.QueryInput"},{"id":1249,"kind":32,"name":"query","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.query-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1250,"kind":32,"name":"refinements","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.refinements","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1251,"kind":32,"name":"returnedAttributes","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.returnedattributes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1252,"kind":32,"name":"grouping","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.grouping-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1253,"kind":32,"name":"facets","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.facets","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1254,"kind":32,"name":"facetRequest","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.facetrequest-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1255,"kind":32,"name":"sorting","url":"modules/shopperdiscoverysearch.html#queryinput.__type-21.sorting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.QueryInput.__type"},{"id":1256,"kind":4194304,"name":"CorrectableAttributes","url":"modules/shopperdiscoverysearch.html#correctableattributes-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1257,"kind":4194304,"name":"Refinement","url":"modules/shopperdiscoverysearch.html#refinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1258,"kind":4194304,"name":"ValueRefinement","url":"modules/shopperdiscoverysearch.html#valuerefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1259,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueRefinement"},{"id":1260,"kind":32,"name":"values","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.values-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1261,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.attributeid-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1262,"kind":32,"name":"refinementType","url":"modules/shopperdiscoverysearch.html#valuerefinement.__type-52.refinementtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueRefinement.__type"},{"id":1263,"kind":4194304,"name":"RangeRefinement","url":"modules/shopperdiscoverysearch.html#rangerefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1264,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeRefinement"},{"id":1265,"kind":32,"name":"min","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.min-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1266,"kind":32,"name":"max","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.max-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1267,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.attributeid-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1268,"kind":32,"name":"refinementType","url":"modules/shopperdiscoverysearch.html#rangerefinement.__type-27.refinementtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeRefinement.__type"},{"id":1269,"kind":4194304,"name":"ValueFacetOutput","url":"modules/shopperdiscoverysearch.html#valuefacetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1270,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueFacetOutput"},{"id":1271,"kind":32,"name":"values","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.values","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1272,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.attributeid-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1273,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#valuefacetoutput.__type-51.facettype-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetOutput.__type"},{"id":1274,"kind":4194304,"name":"FacetInput","url":"modules/shopperdiscoverysearch.html#facetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1275,"kind":4194304,"name":"RangeFacetInput","url":"modules/shopperdiscoverysearch.html#rangefacetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1276,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangefacetinput.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeFacetInput"},{"id":1277,"kind":4194304,"name":"RangeFacetOutput","url":"modules/shopperdiscoverysearch.html#rangefacetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1278,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RangeFacetOutput"},{"id":1279,"kind":32,"name":"min","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1280,"kind":32,"name":"max","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1281,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.attributeid-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1282,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#rangefacetoutput.__type-26.facettype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.RangeFacetOutput.__type"},{"id":1283,"kind":4194304,"name":"ValueFacetInput","url":"modules/shopperdiscoverysearch.html#valuefacetinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1284,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ValueFacetInput"},{"id":1285,"kind":32,"name":"mask","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.mask","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1286,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.attributeid-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1287,"kind":32,"name":"facetType","url":"modules/shopperdiscoverysearch.html#valuefacetinput.__type-50.facettype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ValueFacetInput.__type"},{"id":1288,"kind":4194304,"name":"FacetRequest","url":"modules/shopperdiscoverysearch.html#facetrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1289,"kind":4194304,"name":"ValueFacetOutputEntity","url":"modules/shopperdiscoverysearch.html#valuefacetoutputentity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1290,"kind":4194304,"name":"FacetOutput","url":"modules/shopperdiscoverysearch.html#facetoutput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1291,"kind":4194304,"name":"Sorting","url":"modules/shopperdiscoverysearch.html#sorting-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1292,"kind":4194304,"name":"AttributeSorting","url":"modules/shopperdiscoverysearch.html#attributesorting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1293,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributeSorting"},{"id":1294,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.attributeid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1295,"kind":32,"name":"direction","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.direction","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1296,"kind":32,"name":"sortType","url":"modules/shopperdiscoverysearch.html#attributesorting.__type-2.sorttype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeSorting.__type"},{"id":1297,"kind":4194304,"name":"RelevanceSorting","url":"modules/shopperdiscoverysearch.html#relevancesorting","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1298,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#relevancesorting.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.RelevanceSorting"},{"id":1299,"kind":4194304,"name":"Grouping","url":"modules/shopperdiscoverysearch.html#grouping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1300,"kind":4194304,"name":"AttributeGrouping","url":"modules/shopperdiscoverysearch.html#attributegrouping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1301,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.AttributeGrouping"},{"id":1302,"kind":32,"name":"attributeId","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.attributeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1303,"kind":32,"name":"returnedAttributes","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.returnedattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1304,"kind":32,"name":"groupType","url":"modules/shopperdiscoverysearch.html#attributegrouping.__type-1.grouptype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.AttributeGrouping.__type"},{"id":1305,"kind":4194304,"name":"ItemReference","url":"modules/shopperdiscoverysearch.html#itemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1306,"kind":4194304,"name":"Highlight","url":"modules/shopperdiscoverysearch.html#highlight","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1307,"kind":4194304,"name":"Result","url":"modules/shopperdiscoverysearch.html#result","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1308,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#result.__type-39","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Result"},{"id":1309,"kind":32,"name":"matchedItem","url":"modules/shopperdiscoverysearch.html#result.__type-39.matcheditem","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1310,"kind":32,"name":"highlights","url":"modules/shopperdiscoverysearch.html#result.__type-39.highlights","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1311,"kind":32,"name":"groupId","url":"modules/shopperdiscoverysearch.html#result.__type-39.groupid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1312,"kind":32,"name":"totalGroupedItems","url":"modules/shopperdiscoverysearch.html#result.__type-39.totalgroupeditems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1313,"kind":32,"name":"groupedItems","url":"modules/shopperdiscoverysearch.html#result.__type-39.groupeditems","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Result.__type"},{"id":1314,"kind":4194304,"name":"Suggestion","url":"modules/shopperdiscoverysearch.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1315,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#suggestion.__type-46","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Suggestion"},{"id":1316,"kind":32,"name":"phrase","url":"modules/shopperdiscoverysearch.html#suggestion.__type-46.phrase","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestion.__type"},{"id":1317,"kind":4194304,"name":"Suggestions","url":"modules/shopperdiscoverysearch.html#suggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1318,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.Suggestions"},{"id":1319,"kind":32,"name":"recentSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.recentsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1320,"kind":32,"name":"suggestedSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.suggestedsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1321,"kind":32,"name":"popularSearchPhrases","url":"modules/shopperdiscoverysearch.html#suggestions.__type-47.popularsearchphrases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.Suggestions.__type"},{"id":1322,"kind":4194304,"name":"ShopperDiscoverySearchPathParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1323,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters"},{"id":1324,"kind":32,"name":"organizationId","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters.__type"},{"id":1325,"kind":32,"name":"channelId","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchpathparameters.__type-43.channelid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchPathParameters.__type"},{"id":1326,"kind":4194304,"name":"ShopperDiscoverySearchQueryParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1327,"kind":65536,"name":"__type","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters"},{"id":1328,"kind":32,"name":"locale","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1329,"kind":32,"name":"offset","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.offset-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1330,"kind":32,"name":"limit","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.limit-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1331,"kind":32,"name":"suggestionTypes","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.suggestiontypes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1332,"kind":32,"name":"searchText","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchqueryparameters.__type-44.searchtext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperDiscoverySearch.ShopperDiscoverySearchQueryParameters.__type"},{"id":1333,"kind":4194304,"name":"ShopperDiscoverySearchParameters","url":"modules/shopperdiscoverysearch.html#shopperdiscoverysearchparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperDiscoverySearch"},{"id":1334,"kind":1,"name":"shopperExperience","url":"modules/shopperexperience.html","classes":"tsd-kind-module"},{"id":1335,"kind":128,"name":"ShopperExperience","url":"classes/shopperexperience.shopperexperience-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperExperience"},{"id":1336,"kind":1024,"name":"clientConfig","url":"classes/shopperexperience.shopperexperience-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":1337,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperexperience.shopperexperience-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":1338,"kind":512,"name":"constructor","url":"classes/shopperexperience.shopperexperience-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperExperience.ShopperExperience"},{"id":1339,"kind":1024,"name":"paramKeys","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperExperience.ShopperExperience"},{"id":1340,"kind":65536,"name":"__type","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperExperience.ShopperExperience.paramKeys"},{"id":1341,"kind":32,"name":"getPages","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys.__type.getpages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":1342,"kind":32,"name":"getPagesRequired","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys.__type.getpagesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":1343,"kind":32,"name":"getPage","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys.__type.getpage","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":1344,"kind":32,"name":"getPageRequired","url":"classes/shopperexperience.shopperexperience-1.html#paramkeys.__type.getpagerequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperience.paramKeys.__type"},{"id":1345,"kind":2048,"name":"getPages","url":"classes/shopperexperience.shopperexperience-1.html#getpages-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":1346,"kind":2048,"name":"getPage","url":"classes/shopperexperience.shopperexperience-1.html#getpage-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperExperience.ShopperExperience"},{"id":1347,"kind":4194304,"name":"PageResult","url":"modules/shopperexperience.html#pageresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1348,"kind":4194304,"name":"Page","url":"modules/shopperexperience.html#page","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1349,"kind":4194304,"name":"Region","url":"modules/shopperexperience.html#region","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1350,"kind":4194304,"name":"Component","url":"modules/shopperexperience.html#component","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1351,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperexperience.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1352,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperexperience.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1353,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperexperience.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1354,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#daterangefilter.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DateRangeFilter"},{"id":1355,"kind":4194304,"name":"EtagResponse","url":"modules/shopperexperience.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1356,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#etagresponse.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.EtagResponse"},{"id":1357,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperexperience.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1358,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#integerrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.IntegerRangeFilter"},{"id":1359,"kind":4194304,"name":"RateLimited3","url":"modules/shopperexperience.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1360,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited3.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited3"},{"id":1361,"kind":4194304,"name":"SyncCreated","url":"modules/shopperexperience.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1362,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#synccreated.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.SyncCreated"},{"id":1363,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperexperience.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1364,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#dateconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DateConditionalRequest"},{"id":1365,"kind":4194304,"name":"RateLimited5","url":"modules/shopperexperience.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1366,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited5.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited5"},{"id":1367,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperexperience.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1368,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#etagconditionalrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.EtagConditionalRequest"},{"id":1369,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperexperience.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1370,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#asynccreated.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AsyncCreated"},{"id":1371,"kind":4194304,"name":"RateLimited","url":"modules/shopperexperience.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1372,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited"},{"id":1373,"kind":4194304,"name":"RateLimited2","url":"modules/shopperexperience.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1374,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited2.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited2"},{"id":1375,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperexperience.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1376,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.OffsetPaginated"},{"id":1377,"kind":4194304,"name":"RangeFilter","url":"modules/shopperexperience.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1378,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#rangefilter.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RangeFilter"},{"id":1379,"kind":4194304,"name":"RateLimited4","url":"modules/shopperexperience.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1380,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#ratelimited4.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.RateLimited4"},{"id":1381,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperexperience.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1382,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.NumericRangeFilter"},{"id":1383,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperexperience.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1384,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#datetimerangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.DatetimeRangeFilter"},{"id":1385,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperexperience.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1386,"kind":4194304,"name":"Error","url":"modules/shopperexperience.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1387,"kind":4194304,"name":"Money","url":"modules/shopperexperience.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1388,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperexperience.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1389,"kind":4194304,"name":"SearchRequest","url":"modules/shopperexperience.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1390,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperexperience.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1391,"kind":4194304,"name":"LocalizedString","url":"modules/shopperexperience.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1392,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperexperience.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1393,"kind":4194304,"name":"ClosedObject","url":"modules/shopperexperience.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1394,"kind":4194304,"name":"OpenObject","url":"modules/shopperexperience.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1395,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperexperience.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1396,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#queryparamslimit.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.QueryParamsLimit"},{"id":1397,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperexperience.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1398,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#queryparamsoffset.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.QueryParamsOffset"},{"id":1399,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperexperience.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1400,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#sitespecific-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.SiteSpecific"},{"id":1401,"kind":4194304,"name":"Selectable","url":"modules/shopperexperience.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1402,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#selectable.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.Selectable"},{"id":1403,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperexperience.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1404,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#nopropertiesallowed.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.NoPropertiesAllowed"},{"id":1405,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperexperience.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1406,"kind":4194304,"name":"BoolFilter","url":"modules/shopperexperience.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1407,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperexperience.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1408,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperexperience.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1409,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperexperience.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1410,"kind":4194304,"name":"QueryFilter","url":"modules/shopperexperience.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1411,"kind":4194304,"name":"Query","url":"modules/shopperexperience.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1412,"kind":4194304,"name":"TermQuery","url":"modules/shopperexperience.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1413,"kind":4194304,"name":"TermFilter","url":"modules/shopperexperience.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1414,"kind":4194304,"name":"TextQuery","url":"modules/shopperexperience.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1415,"kind":4194304,"name":"Range2Filter","url":"modules/shopperexperience.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1416,"kind":4194304,"name":"BoolQuery","url":"modules/shopperexperience.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1417,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperexperience.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1418,"kind":4194304,"name":"NestedQuery","url":"modules/shopperexperience.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1419,"kind":4194304,"name":"Filter","url":"modules/shopperexperience.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1420,"kind":4194304,"name":"Sort","url":"modules/shopperexperience.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1421,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperexperience.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1422,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperexperience.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1423,"kind":4194304,"name":"L10nString","url":"modules/shopperexperience.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1424,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperexperience.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1425,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#attributedefinition.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.AttributeDefinition"},{"id":1426,"kind":32,"name":"defaultValue","url":"modules/shopperexperience.html#attributedefinition.__type-3.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1427,"kind":32,"name":"id","url":"modules/shopperexperience.html#attributedefinition.__type-3.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1428,"kind":32,"name":"name","url":"modules/shopperexperience.html#attributedefinition.__type-3.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1429,"kind":32,"name":"description","url":"modules/shopperexperience.html#attributedefinition.__type-3.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1430,"kind":32,"name":"key","url":"modules/shopperexperience.html#attributedefinition.__type-3.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1431,"kind":32,"name":"localizable","url":"modules/shopperexperience.html#attributedefinition.__type-3.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1432,"kind":32,"name":"mandatory","url":"modules/shopperexperience.html#attributedefinition.__type-3.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1433,"kind":32,"name":"max","url":"modules/shopperexperience.html#attributedefinition.__type-3.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1434,"kind":32,"name":"minLength","url":"modules/shopperexperience.html#attributedefinition.__type-3.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1435,"kind":32,"name":"min","url":"modules/shopperexperience.html#attributedefinition.__type-3.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1436,"kind":32,"name":"multiValueType","url":"modules/shopperexperience.html#attributedefinition.__type-3.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1437,"kind":32,"name":"regularExpression","url":"modules/shopperexperience.html#attributedefinition.__type-3.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1438,"kind":32,"name":"scale","url":"modules/shopperexperience.html#attributedefinition.__type-3.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1439,"kind":32,"name":"searchable","url":"modules/shopperexperience.html#attributedefinition.__type-3.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1440,"kind":32,"name":"siteSpecific","url":"modules/shopperexperience.html#attributedefinition.__type-3.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1441,"kind":32,"name":"system","url":"modules/shopperexperience.html#attributedefinition.__type-3.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1442,"kind":32,"name":"unit","url":"modules/shopperexperience.html#attributedefinition.__type-3.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1443,"kind":32,"name":"possibleValues","url":"modules/shopperexperience.html#attributedefinition.__type-3.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1444,"kind":32,"name":"type","url":"modules/shopperexperience.html#attributedefinition.__type-3.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1445,"kind":32,"name":"visible","url":"modules/shopperexperience.html#attributedefinition.__type-3.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.AttributeDefinition.__type"},{"id":1446,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperexperience.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1447,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.PropertyValueDefinition"},{"id":1448,"kind":32,"name":"description","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1449,"kind":32,"name":"displayValue","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1450,"kind":32,"name":"id","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1451,"kind":32,"name":"position","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1452,"kind":32,"name":"value","url":"modules/shopperexperience.html#propertyvaluedefinition.__type-16.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.PropertyValueDefinition.__type"},{"id":1453,"kind":4194304,"name":"BusinessObjectIdInvalid","url":"modules/shopperexperience.html#businessobjectidinvalid","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1454,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#businessobjectidinvalid.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.BusinessObjectIdInvalid"},{"id":1455,"kind":4194304,"name":"AspectTypeNotFound","url":"modules/shopperexperience.html#aspecttypenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1456,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#aspecttypenotfound.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AspectTypeNotFound"},{"id":1457,"kind":4194304,"name":"PageNotFound","url":"modules/shopperexperience.html#pagenotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1458,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#pagenotfound.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.PageNotFound"},{"id":1459,"kind":4194304,"name":"AspectAttributeInvalid","url":"modules/shopperexperience.html#aspectattributeinvalid","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1460,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#aspectattributeinvalid.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.AspectAttributeInvalid"},{"id":1461,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperexperience.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperExperience"},{"id":1462,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#localespecific.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperExperience.LocaleSpecific"},{"id":1463,"kind":4194304,"name":"ShopperExperiencePathParameters","url":"modules/shopperexperience.html#shopperexperiencepathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1464,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.ShopperExperiencePathParameters"},{"id":1465,"kind":32,"name":"organizationId","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-26.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperiencePathParameters.__type"},{"id":1466,"kind":32,"name":"pageId","url":"modules/shopperexperience.html#shopperexperiencepathparameters.__type-26.pageid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperiencePathParameters.__type"},{"id":1467,"kind":4194304,"name":"ShopperExperienceQueryParameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1468,"kind":65536,"name":"__type","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperExperience.ShopperExperienceQueryParameters"},{"id":1469,"kind":32,"name":"categoryId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.categoryid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1470,"kind":32,"name":"productId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1471,"kind":32,"name":"aspectTypeId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.aspecttypeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1472,"kind":32,"name":"aspectAttributes","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.aspectattributes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1473,"kind":32,"name":"parameters","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.parameters","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1474,"kind":32,"name":"siteId","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1475,"kind":32,"name":"locale","url":"modules/shopperexperience.html#shopperexperiencequeryparameters.__type-27.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperExperience.ShopperExperienceQueryParameters.__type"},{"id":1476,"kind":4194304,"name":"ShopperExperienceParameters","url":"modules/shopperexperience.html#shopperexperienceparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperExperience"},{"id":1477,"kind":1,"name":"shopperGiftCertificates","url":"modules/shoppergiftcertificates.html","classes":"tsd-kind-module"},{"id":1478,"kind":128,"name":"ShopperGiftCertificates","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperGiftCertificates"},{"id":1479,"kind":1024,"name":"clientConfig","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1480,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1481,"kind":512,"name":"constructor","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1482,"kind":1024,"name":"paramKeys","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1483,"kind":65536,"name":"__type","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys"},{"id":1484,"kind":32,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#paramkeys.__type.getgiftcertificate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":1485,"kind":32,"name":"getGiftCertificateRequired","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#paramkeys.__type.getgiftcertificaterequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificates.paramKeys.__type"},{"id":1486,"kind":2048,"name":"getGiftCertificate","url":"classes/shoppergiftcertificates.shoppergiftcertificates-1.html#getgiftcertificate-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperGiftCertificates.ShopperGiftCertificates"},{"id":1487,"kind":4194304,"name":"GiftCertificate","url":"modules/shoppergiftcertificates.html#giftcertificate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1488,"kind":4194304,"name":"GiftCertificateRequest","url":"modules/shoppergiftcertificates.html#giftcertificaterequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1489,"kind":4194304,"name":"NotFound","url":"modules/shoppergiftcertificates.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1490,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#notfound.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.NotFound"},{"id":1491,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppergiftcertificates.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1492,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppergiftcertificates.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1493,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppergiftcertificates.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1494,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DateRangeFilter"},{"id":1495,"kind":4194304,"name":"EtagResponse","url":"modules/shoppergiftcertificates.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1496,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.EtagResponse"},{"id":1497,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppergiftcertificates.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1498,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.IntegerRangeFilter"},{"id":1499,"kind":4194304,"name":"RateLimited3","url":"modules/shoppergiftcertificates.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1500,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited3"},{"id":1501,"kind":4194304,"name":"SyncCreated","url":"modules/shoppergiftcertificates.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1502,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#synccreated.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.SyncCreated"},{"id":1503,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppergiftcertificates.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1504,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DateConditionalRequest"},{"id":1505,"kind":4194304,"name":"RateLimited5","url":"modules/shoppergiftcertificates.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1506,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited5"},{"id":1507,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppergiftcertificates.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1508,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.EtagConditionalRequest"},{"id":1509,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppergiftcertificates.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1510,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.AsyncCreated"},{"id":1511,"kind":4194304,"name":"RateLimited","url":"modules/shoppergiftcertificates.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1512,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited"},{"id":1513,"kind":4194304,"name":"RateLimited2","url":"modules/shoppergiftcertificates.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1514,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited2"},{"id":1515,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppergiftcertificates.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1516,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#offsetpaginated.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.OffsetPaginated"},{"id":1517,"kind":4194304,"name":"RangeFilter","url":"modules/shoppergiftcertificates.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1518,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#rangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RangeFilter"},{"id":1519,"kind":4194304,"name":"RateLimited4","url":"modules/shoppergiftcertificates.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1520,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.RateLimited4"},{"id":1521,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppergiftcertificates.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1522,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#numericrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.NumericRangeFilter"},{"id":1523,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppergiftcertificates.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1524,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.DatetimeRangeFilter"},{"id":1525,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppergiftcertificates.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1526,"kind":4194304,"name":"Error","url":"modules/shoppergiftcertificates.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1527,"kind":4194304,"name":"Money","url":"modules/shoppergiftcertificates.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1528,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppergiftcertificates.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1529,"kind":4194304,"name":"SearchRequest","url":"modules/shoppergiftcertificates.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1530,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppergiftcertificates.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1531,"kind":4194304,"name":"LocalizedString","url":"modules/shoppergiftcertificates.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1532,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppergiftcertificates.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1533,"kind":4194304,"name":"ClosedObject","url":"modules/shoppergiftcertificates.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1534,"kind":4194304,"name":"OpenObject","url":"modules/shoppergiftcertificates.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1535,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppergiftcertificates.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1536,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.QueryParamsLimit"},{"id":1537,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppergiftcertificates.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1538,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.QueryParamsOffset"},{"id":1539,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppergiftcertificates.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1540,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#sitespecific-1.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.SiteSpecific"},{"id":1541,"kind":4194304,"name":"Selectable","url":"modules/shoppergiftcertificates.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperGiftCertificates"},{"id":1542,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#selectable.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperGiftCertificates.Selectable"},{"id":1543,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppergiftcertificates.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1544,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.NoPropertiesAllowed"},{"id":1545,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppergiftcertificates.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1546,"kind":4194304,"name":"BoolFilter","url":"modules/shoppergiftcertificates.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1547,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppergiftcertificates.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1548,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppergiftcertificates.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1549,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppergiftcertificates.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1550,"kind":4194304,"name":"QueryFilter","url":"modules/shoppergiftcertificates.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1551,"kind":4194304,"name":"Query","url":"modules/shoppergiftcertificates.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1552,"kind":4194304,"name":"TermQuery","url":"modules/shoppergiftcertificates.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1553,"kind":4194304,"name":"TermFilter","url":"modules/shoppergiftcertificates.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1554,"kind":4194304,"name":"TextQuery","url":"modules/shoppergiftcertificates.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1555,"kind":4194304,"name":"Range2Filter","url":"modules/shoppergiftcertificates.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1556,"kind":4194304,"name":"BoolQuery","url":"modules/shoppergiftcertificates.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1557,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppergiftcertificates.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1558,"kind":4194304,"name":"NestedQuery","url":"modules/shoppergiftcertificates.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1559,"kind":4194304,"name":"Filter","url":"modules/shoppergiftcertificates.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1560,"kind":4194304,"name":"Sort","url":"modules/shoppergiftcertificates.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1561,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppergiftcertificates.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1562,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppergiftcertificates.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1563,"kind":4194304,"name":"L10nString","url":"modules/shoppergiftcertificates.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1564,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppergiftcertificates.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1565,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.AttributeDefinition"},{"id":1566,"kind":32,"name":"defaultValue","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1567,"kind":32,"name":"id","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1568,"kind":32,"name":"name","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1569,"kind":32,"name":"description","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1570,"kind":32,"name":"key","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1571,"kind":32,"name":"localizable","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1572,"kind":32,"name":"mandatory","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1573,"kind":32,"name":"max","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1574,"kind":32,"name":"minLength","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1575,"kind":32,"name":"min","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1576,"kind":32,"name":"multiValueType","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1577,"kind":32,"name":"regularExpression","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1578,"kind":32,"name":"scale","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1579,"kind":32,"name":"searchable","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1580,"kind":32,"name":"siteSpecific","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1581,"kind":32,"name":"system","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1582,"kind":32,"name":"unit","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1583,"kind":32,"name":"possibleValues","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1584,"kind":32,"name":"type","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1585,"kind":32,"name":"visible","url":"modules/shoppergiftcertificates.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.AttributeDefinition.__type"},{"id":1586,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1587,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.PropertyValueDefinition"},{"id":1588,"kind":32,"name":"description","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1589,"kind":32,"name":"displayValue","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1590,"kind":32,"name":"id","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1591,"kind":32,"name":"position","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1592,"kind":32,"name":"value","url":"modules/shoppergiftcertificates.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.PropertyValueDefinition.__type"},{"id":1593,"kind":4194304,"name":"ShopperGiftCertificatesPathParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1594,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.ShopperGiftCertificatesPathParameters"},{"id":1595,"kind":32,"name":"organizationId","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatespathparameters.__type-22.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificatesPathParameters.__type"},{"id":1596,"kind":4194304,"name":"ShopperGiftCertificatesQueryParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1597,"kind":65536,"name":"__type","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperGiftCertificates.ShopperGiftCertificatesQueryParameters"},{"id":1598,"kind":32,"name":"siteId","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesqueryparameters.__type-23.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperGiftCertificates.ShopperGiftCertificatesQueryParameters.__type"},{"id":1599,"kind":4194304,"name":"ShopperGiftCertificatesParameters","url":"modules/shoppergiftcertificates.html#shoppergiftcertificatesparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperGiftCertificates"},{"id":1600,"kind":1,"name":"shopperOrders","url":"modules/shopperorders.html","classes":"tsd-kind-module"},{"id":1601,"kind":128,"name":"ShopperOrders","url":"classes/shopperorders.shopperorders-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperOrders"},{"id":1602,"kind":1024,"name":"clientConfig","url":"classes/shopperorders.shopperorders-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":1603,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperorders.shopperorders-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":1604,"kind":512,"name":"constructor","url":"classes/shopperorders.shopperorders-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperOrders.ShopperOrders"},{"id":1605,"kind":1024,"name":"paramKeys","url":"classes/shopperorders.shopperorders-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperOrders.ShopperOrders"},{"id":1606,"kind":65536,"name":"__type","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperOrders.ShopperOrders.paramKeys"},{"id":1607,"kind":32,"name":"createOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.createorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1608,"kind":32,"name":"createOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.createorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1609,"kind":32,"name":"getOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.getorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1610,"kind":32,"name":"getOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.getorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1611,"kind":32,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.guestorderlookup","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1612,"kind":32,"name":"guestOrderLookupRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.guestorderlookuprequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1613,"kind":32,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.createpaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1614,"kind":32,"name":"createPaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.createpaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1615,"kind":32,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.removepaymentinstrumentfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1616,"kind":32,"name":"removePaymentInstrumentFromOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.removepaymentinstrumentfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1617,"kind":32,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.updatepaymentinstrumentfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1618,"kind":32,"name":"updatePaymentInstrumentForOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.updatepaymentinstrumentfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1619,"kind":32,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.getpaymentmethodsfororder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1620,"kind":32,"name":"getPaymentMethodsForOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.getpaymentmethodsfororderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1621,"kind":32,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.gettaxesfromorder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1622,"kind":32,"name":"getTaxesFromOrderRequired","url":"classes/shopperorders.shopperorders-1.html#paramkeys.__type.gettaxesfromorderrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrders.paramKeys.__type"},{"id":1623,"kind":2048,"name":"createOrder","url":"classes/shopperorders.shopperorders-1.html#createorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1624,"kind":2048,"name":"getOrder","url":"classes/shopperorders.shopperorders-1.html#getorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1625,"kind":2048,"name":"guestOrderLookup","url":"classes/shopperorders.shopperorders-1.html#guestorderlookup-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1626,"kind":2048,"name":"createPaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#createpaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1627,"kind":2048,"name":"removePaymentInstrumentFromOrder","url":"classes/shopperorders.shopperorders-1.html#removepaymentinstrumentfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1628,"kind":2048,"name":"updatePaymentInstrumentForOrder","url":"classes/shopperorders.shopperorders-1.html#updatepaymentinstrumentfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1629,"kind":2048,"name":"getPaymentMethodsForOrder","url":"classes/shopperorders.shopperorders-1.html#getpaymentmethodsfororder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1630,"kind":2048,"name":"getTaxesFromOrder","url":"classes/shopperorders.shopperorders-1.html#gettaxesfromorder-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperOrders.ShopperOrders"},{"id":1631,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperorders.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1632,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperorders.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1633,"kind":65536,"name":"__type","url":"modules/shopperorders.html#localespecific.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.LocaleSpecific"},{"id":1634,"kind":4194304,"name":"Money","url":"modules/shopperorders.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1635,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperorders.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1636,"kind":4194304,"name":"SearchRequest","url":"modules/shopperorders.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1637,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperorders.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1638,"kind":4194304,"name":"LocalizedString","url":"modules/shopperorders.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1639,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperorders.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1640,"kind":4194304,"name":"ClosedObject","url":"modules/shopperorders.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1641,"kind":4194304,"name":"OpenObject","url":"modules/shopperorders.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1642,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperorders.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1643,"kind":65536,"name":"__type","url":"modules/shopperorders.html#queryparamslimit.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.QueryParamsLimit"},{"id":1644,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperorders.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1645,"kind":65536,"name":"__type","url":"modules/shopperorders.html#queryparamsoffset.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.QueryParamsOffset"},{"id":1646,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperorders.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1647,"kind":65536,"name":"__type","url":"modules/shopperorders.html#sitespecific-1.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.SiteSpecific"},{"id":1648,"kind":4194304,"name":"Selectable","url":"modules/shopperorders.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1649,"kind":65536,"name":"__type","url":"modules/shopperorders.html#selectable.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.Selectable"},{"id":1650,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperorders.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1651,"kind":65536,"name":"__type","url":"modules/shopperorders.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.NoPropertiesAllowed"},{"id":1652,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperorders.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1653,"kind":4194304,"name":"BoolFilter","url":"modules/shopperorders.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1654,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperorders.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1655,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperorders.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1656,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperorders.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1657,"kind":4194304,"name":"QueryFilter","url":"modules/shopperorders.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1658,"kind":4194304,"name":"Query","url":"modules/shopperorders.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1659,"kind":4194304,"name":"TermQuery","url":"modules/shopperorders.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1660,"kind":4194304,"name":"TermFilter","url":"modules/shopperorders.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1661,"kind":4194304,"name":"TextQuery","url":"modules/shopperorders.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1662,"kind":4194304,"name":"Range2Filter","url":"modules/shopperorders.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1663,"kind":4194304,"name":"BoolQuery","url":"modules/shopperorders.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1664,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperorders.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1665,"kind":4194304,"name":"NestedQuery","url":"modules/shopperorders.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1666,"kind":4194304,"name":"Filter","url":"modules/shopperorders.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1667,"kind":4194304,"name":"Sort","url":"modules/shopperorders.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1668,"kind":4194304,"name":"RangeFilter","url":"modules/shopperorders.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1669,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperorders.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1670,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperorders.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1671,"kind":4194304,"name":"L10nString","url":"modules/shopperorders.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1672,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperorders.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1673,"kind":65536,"name":"__type","url":"modules/shopperorders.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.AttributeDefinition"},{"id":1674,"kind":32,"name":"defaultValue","url":"modules/shopperorders.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1675,"kind":32,"name":"id","url":"modules/shopperorders.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1676,"kind":32,"name":"name","url":"modules/shopperorders.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1677,"kind":32,"name":"description","url":"modules/shopperorders.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1678,"kind":32,"name":"key","url":"modules/shopperorders.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1679,"kind":32,"name":"localizable","url":"modules/shopperorders.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1680,"kind":32,"name":"mandatory","url":"modules/shopperorders.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1681,"kind":32,"name":"max","url":"modules/shopperorders.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1682,"kind":32,"name":"minLength","url":"modules/shopperorders.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1683,"kind":32,"name":"min","url":"modules/shopperorders.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1684,"kind":32,"name":"multiValueType","url":"modules/shopperorders.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1685,"kind":32,"name":"regularExpression","url":"modules/shopperorders.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1686,"kind":32,"name":"scale","url":"modules/shopperorders.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1687,"kind":32,"name":"searchable","url":"modules/shopperorders.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1688,"kind":32,"name":"siteSpecific","url":"modules/shopperorders.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1689,"kind":32,"name":"system","url":"modules/shopperorders.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1690,"kind":32,"name":"unit","url":"modules/shopperorders.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1691,"kind":32,"name":"possibleValues","url":"modules/shopperorders.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1692,"kind":32,"name":"type","url":"modules/shopperorders.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1693,"kind":32,"name":"visible","url":"modules/shopperorders.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.AttributeDefinition.__type"},{"id":1694,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperorders.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1695,"kind":65536,"name":"__type","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PropertyValueDefinition"},{"id":1696,"kind":32,"name":"description","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1697,"kind":32,"name":"displayValue","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1698,"kind":32,"name":"id","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1699,"kind":32,"name":"position","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1700,"kind":32,"name":"value","url":"modules/shopperorders.html#propertyvaluedefinition.__type-21.value-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PropertyValueDefinition.__type"},{"id":1701,"kind":4194304,"name":"TaxItems","url":"modules/shopperorders.html#taxitems","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1702,"kind":4194304,"name":"PaymentCardSpec","url":"modules/shopperorders.html#paymentcardspec","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1703,"kind":4194304,"name":"OrderAddress","url":"modules/shopperorders.html#orderaddress","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1704,"kind":4194304,"name":"PriceAdjustmentRequest","url":"modules/shopperorders.html#priceadjustmentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1705,"kind":4194304,"name":"PaymentCard","url":"modules/shopperorders.html#paymentcard","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1706,"kind":65536,"name":"__type","url":"modules/shopperorders.html#paymentcard.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PaymentCard"},{"id":1707,"kind":32,"name":"cardType","url":"modules/shopperorders.html#paymentcard.__type-17.cardtype-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1708,"kind":32,"name":"creditCardExpired","url":"modules/shopperorders.html#paymentcard.__type-17.creditcardexpired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1709,"kind":32,"name":"creditCardToken","url":"modules/shopperorders.html#paymentcard.__type-17.creditcardtoken-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1710,"kind":32,"name":"expirationMonth","url":"modules/shopperorders.html#paymentcard.__type-17.expirationmonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1711,"kind":32,"name":"expirationYear","url":"modules/shopperorders.html#paymentcard.__type-17.expirationyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1712,"kind":32,"name":"holder","url":"modules/shopperorders.html#paymentcard.__type-17.holder-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1713,"kind":32,"name":"issueNumber","url":"modules/shopperorders.html#paymentcard.__type-17.issuenumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1714,"kind":32,"name":"maskedNumber","url":"modules/shopperorders.html#paymentcard.__type-17.maskednumber-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1715,"kind":32,"name":"numberLastDigits","url":"modules/shopperorders.html#paymentcard.__type-17.numberlastdigits","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1716,"kind":32,"name":"validFromMonth","url":"modules/shopperorders.html#paymentcard.__type-17.validfrommonth-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1717,"kind":32,"name":"validFromYear","url":"modules/shopperorders.html#paymentcard.__type-17.validfromyear-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PaymentCard.__type"},{"id":1718,"kind":4194304,"name":"NotesResult","url":"modules/shopperorders.html#notesresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1719,"kind":4194304,"name":"ShippingItem","url":"modules/shopperorders.html#shippingitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1720,"kind":4194304,"name":"Discount","url":"modules/shopperorders.html#discount","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1721,"kind":4194304,"name":"Note","url":"modules/shopperorders.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1722,"kind":65536,"name":"__type","url":"modules/shopperorders.html#note.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Note"},{"id":1723,"kind":32,"name":"createdBy","url":"modules/shopperorders.html#note.__type-12.createdby","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1724,"kind":32,"name":"creationDate","url":"modules/shopperorders.html#note.__type-12.creationdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1725,"kind":32,"name":"id","url":"modules/shopperorders.html#note.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1726,"kind":32,"name":"subject","url":"modules/shopperorders.html#note.__type-12.subject","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1727,"kind":32,"name":"text","url":"modules/shopperorders.html#note.__type-12.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Note.__type"},{"id":1728,"kind":4194304,"name":"CouponItem","url":"modules/shopperorders.html#couponitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1729,"kind":4194304,"name":"PromotionLink","url":"modules/shopperorders.html#promotionlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1730,"kind":65536,"name":"__type","url":"modules/shopperorders.html#promotionlink.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.PromotionLink"},{"id":1731,"kind":32,"name":"calloutMsg","url":"modules/shopperorders.html#promotionlink.__type-20.calloutmsg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1732,"kind":32,"name":"name","url":"modules/shopperorders.html#promotionlink.__type-20.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1733,"kind":32,"name":"promotionId","url":"modules/shopperorders.html#promotionlink.__type-20.promotionid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1734,"kind":32,"name":"title","url":"modules/shopperorders.html#promotionlink.__type-20.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.PromotionLink.__type"},{"id":1735,"kind":4194304,"name":"PriceBookIds","url":"modules/shopperorders.html#pricebookids","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1736,"kind":4194304,"name":"ShippingPromotion","url":"modules/shopperorders.html#shippingpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1737,"kind":4194304,"name":"ProductItem","url":"modules/shopperorders.html#productitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1738,"kind":4194304,"name":"BasketPaymentInstrumentRequest","url":"modules/shopperorders.html#basketpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1739,"kind":4194304,"name":"Taxes","url":"modules/shopperorders.html#taxes","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1740,"kind":65536,"name":"__type","url":"modules/shopperorders.html#taxes.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Taxes"},{"id":1741,"kind":32,"name":"taxes","url":"modules/shopperorders.html#taxes.__type-37.taxes-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Taxes.__type"},{"id":1742,"kind":4194304,"name":"OrderPaymentInstrument","url":"modules/shopperorders.html#orderpaymentinstrument","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1743,"kind":4194304,"name":"BonusDiscountLineItem","url":"modules/shopperorders.html#bonusdiscountlineitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1744,"kind":4194304,"name":"PaymentMethodResult","url":"modules/shopperorders.html#paymentmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1745,"kind":4194304,"name":"Shipment","url":"modules/shopperorders.html#shipment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1746,"kind":4194304,"name":"CustomerInfo","url":"modules/shopperorders.html#customerinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1747,"kind":4194304,"name":"SimpleLink","url":"modules/shopperorders.html#simplelink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1748,"kind":65536,"name":"__type","url":"modules/shopperorders.html#simplelink.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.SimpleLink"},{"id":1749,"kind":4194304,"name":"PriceAdjustment","url":"modules/shopperorders.html#priceadjustment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1750,"kind":4194304,"name":"ShippingMethodResult","url":"modules/shopperorders.html#shippingmethodresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1751,"kind":4194304,"name":"ProductDetailsLink","url":"modules/shopperorders.html#productdetailslink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1752,"kind":65536,"name":"__type","url":"modules/shopperorders.html#productdetailslink.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ProductDetailsLink"},{"id":1753,"kind":32,"name":"productDescription","url":"modules/shopperorders.html#productdetailslink.__type-18.productdescription","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1754,"kind":32,"name":"productId","url":"modules/shopperorders.html#productdetailslink.__type-18.productid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1755,"kind":32,"name":"productName","url":"modules/shopperorders.html#productdetailslink.__type-18.productname","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1756,"kind":32,"name":"title","url":"modules/shopperorders.html#productdetailslink.__type-18.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductDetailsLink.__type"},{"id":1757,"kind":4194304,"name":"OptionItem","url":"modules/shopperorders.html#optionitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1758,"kind":4194304,"name":"ShippingMethod","url":"modules/shopperorders.html#shippingmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1759,"kind":4194304,"name":"DiscountRequest","url":"modules/shopperorders.html#discountrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1760,"kind":65536,"name":"__type","url":"modules/shopperorders.html#discountrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.DiscountRequest"},{"id":1761,"kind":32,"name":"type","url":"modules/shopperorders.html#discountrequest.__type-5.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.DiscountRequest.__type"},{"id":1762,"kind":32,"name":"value","url":"modules/shopperorders.html#discountrequest.__type-5.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.DiscountRequest.__type"},{"id":1763,"kind":4194304,"name":"Basket","url":"modules/shopperorders.html#basket","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1764,"kind":4194304,"name":"OrderLookupRequest","url":"modules/shopperorders.html#orderlookuprequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1765,"kind":65536,"name":"__type","url":"modules/shopperorders.html#orderlookuprequest.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.OrderLookupRequest"},{"id":1766,"kind":32,"name":"email","url":"modules/shopperorders.html#orderlookuprequest.__type-15.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderLookupRequest.__type"},{"id":1767,"kind":32,"name":"orderViewCode","url":"modules/shopperorders.html#orderlookuprequest.__type-15.orderviewcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderLookupRequest.__type"},{"id":1768,"kind":4194304,"name":"OrderPaymentInstrumentRequest","url":"modules/shopperorders.html#orderpaymentinstrumentrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1769,"kind":4194304,"name":"GiftCertificateItem","url":"modules/shopperorders.html#giftcertificateitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1770,"kind":4194304,"name":"ProductListLink","url":"modules/shopperorders.html#productlistlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1771,"kind":4194304,"name":"GroupedTaxItem","url":"modules/shopperorders.html#groupedtaxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1772,"kind":65536,"name":"__type","url":"modules/shopperorders.html#groupedtaxitem.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.GroupedTaxItem"},{"id":1773,"kind":32,"name":"taxRate","url":"modules/shopperorders.html#groupedtaxitem.__type-8.taxrate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.GroupedTaxItem.__type"},{"id":1774,"kind":32,"name":"taxValue","url":"modules/shopperorders.html#groupedtaxitem.__type-8.taxvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.GroupedTaxItem.__type"},{"id":1775,"kind":4194304,"name":"Order","url":"modules/shopperorders.html#order","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1776,"kind":4194304,"name":"OrderPaymentCardRequest","url":"modules/shopperorders.html#orderpaymentcardrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1777,"kind":65536,"name":"__type","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.OrderPaymentCardRequest"},{"id":1778,"kind":32,"name":"cardType","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.cardtype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1779,"kind":32,"name":"creditCardToken","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.creditcardtoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1780,"kind":32,"name":"expirationMonth","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.expirationmonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1781,"kind":32,"name":"expirationYear","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.expirationyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1782,"kind":32,"name":"holder","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.holder","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1783,"kind":32,"name":"issueNumber","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.issuenumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1784,"kind":32,"name":"maskedNumber","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.maskednumber","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1785,"kind":32,"name":"validFromMonth","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.validfrommonth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1786,"kind":32,"name":"validFromYear","url":"modules/shopperorders.html#orderpaymentcardrequest.__type-16.validfromyear","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.OrderPaymentCardRequest.__type"},{"id":1787,"kind":4194304,"name":"PaymentMethod","url":"modules/shopperorders.html#paymentmethod","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1788,"kind":4194304,"name":"TaxItem","url":"modules/shopperorders.html#taxitem","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1789,"kind":65536,"name":"__type","url":"modules/shopperorders.html#taxitem.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.TaxItem"},{"id":1790,"kind":32,"name":"id","url":"modules/shopperorders.html#taxitem.__type-36.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1791,"kind":32,"name":"rate","url":"modules/shopperorders.html#taxitem.__type-36.rate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1792,"kind":32,"name":"value","url":"modules/shopperorders.html#taxitem.__type-36.value-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.TaxItem.__type"},{"id":1793,"kind":4194304,"name":"Status","url":"modules/shopperorders.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1794,"kind":65536,"name":"__type","url":"modules/shopperorders.html#status.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.Status"},{"id":1795,"kind":32,"name":"code","url":"modules/shopperorders.html#status.__type-34.code","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1796,"kind":32,"name":"message","url":"modules/shopperorders.html#status.__type-34.message","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1797,"kind":32,"name":"status","url":"modules/shopperorders.html#status.__type-34.status-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.Status.__type"},{"id":1798,"kind":4194304,"name":"ProductListItemReference","url":"modules/shopperorders.html#productlistitemreference","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1799,"kind":65536,"name":"__type","url":"modules/shopperorders.html#productlistitemreference.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ProductListItemReference"},{"id":1800,"kind":32,"name":"id","url":"modules/shopperorders.html#productlistitemreference.__type-19.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1801,"kind":32,"name":"priority","url":"modules/shopperorders.html#productlistitemreference.__type-19.priority","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1802,"kind":32,"name":"productDetailsLink","url":"modules/shopperorders.html#productlistitemreference.__type-19.productdetailslink-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1803,"kind":32,"name":"productList","url":"modules/shopperorders.html#productlistitemreference.__type-19.productlist","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1804,"kind":32,"name":"public","url":"modules/shopperorders.html#productlistitemreference.__type-19.public","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1805,"kind":32,"name":"purchasedQuantity","url":"modules/shopperorders.html#productlistitemreference.__type-19.purchasedquantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1806,"kind":32,"name":"quantity","url":"modules/shopperorders.html#productlistitemreference.__type-19.quantity","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1807,"kind":32,"name":"type","url":"modules/shopperorders.html#productlistitemreference.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ProductListItemReference.__type"},{"id":1808,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperorders.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1809,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperorders.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1810,"kind":65536,"name":"__type","url":"modules/shopperorders.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DateRangeFilter"},{"id":1811,"kind":4194304,"name":"EtagResponse","url":"modules/shopperorders.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1812,"kind":65536,"name":"__type","url":"modules/shopperorders.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.EtagResponse"},{"id":1813,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperorders.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1814,"kind":65536,"name":"__type","url":"modules/shopperorders.html#integerrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.IntegerRangeFilter"},{"id":1815,"kind":4194304,"name":"RateLimited3","url":"modules/shopperorders.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1816,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited3.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited3"},{"id":1817,"kind":4194304,"name":"SyncCreated","url":"modules/shopperorders.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1818,"kind":65536,"name":"__type","url":"modules/shopperorders.html#synccreated.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.SyncCreated"},{"id":1819,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperorders.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1820,"kind":65536,"name":"__type","url":"modules/shopperorders.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DateConditionalRequest"},{"id":1821,"kind":4194304,"name":"RateLimited5","url":"modules/shopperorders.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1822,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited5.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited5"},{"id":1823,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperorders.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1824,"kind":65536,"name":"__type","url":"modules/shopperorders.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.EtagConditionalRequest"},{"id":1825,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperorders.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1826,"kind":65536,"name":"__type","url":"modules/shopperorders.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.AsyncCreated"},{"id":1827,"kind":4194304,"name":"RateLimited","url":"modules/shopperorders.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1828,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited"},{"id":1829,"kind":4194304,"name":"RateLimited2","url":"modules/shopperorders.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1830,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited2.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited2"},{"id":1831,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperorders.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1832,"kind":65536,"name":"__type","url":"modules/shopperorders.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.OffsetPaginated"},{"id":1833,"kind":4194304,"name":"RateLimited4","url":"modules/shopperorders.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1834,"kind":65536,"name":"__type","url":"modules/shopperorders.html#ratelimited4.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.RateLimited4"},{"id":1835,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperorders.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1836,"kind":65536,"name":"__type","url":"modules/shopperorders.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.NumericRangeFilter"},{"id":1837,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperorders.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperOrders"},{"id":1838,"kind":65536,"name":"__type","url":"modules/shopperorders.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperOrders.DatetimeRangeFilter"},{"id":1839,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperorders.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1840,"kind":4194304,"name":"Error","url":"modules/shopperorders.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1841,"kind":4194304,"name":"ShopperOrdersPathParameters","url":"modules/shopperorders.html#shopperorderspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1842,"kind":65536,"name":"__type","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ShopperOrdersPathParameters"},{"id":1843,"kind":32,"name":"organizationId","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1844,"kind":32,"name":"orderNo","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.orderno","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1845,"kind":32,"name":"paymentInstrumentId","url":"modules/shopperorders.html#shopperorderspathparameters.__type-30.paymentinstrumentid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersPathParameters.__type"},{"id":1846,"kind":4194304,"name":"ShopperOrdersQueryParameters","url":"modules/shopperorders.html#shopperordersqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1847,"kind":65536,"name":"__type","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperOrders.ShopperOrdersQueryParameters"},{"id":1848,"kind":32,"name":"siteId","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersQueryParameters.__type"},{"id":1849,"kind":32,"name":"locale","url":"modules/shopperorders.html#shopperordersqueryparameters.__type-31.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperOrders.ShopperOrdersQueryParameters.__type"},{"id":1850,"kind":4194304,"name":"ShopperOrdersParameters","url":"modules/shopperorders.html#shopperordersparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperOrders"},{"id":1851,"kind":1,"name":"shopperProducts","url":"modules/shopperproducts.html","classes":"tsd-kind-module"},{"id":1852,"kind":128,"name":"ShopperProducts","url":"classes/shopperproducts.shopperproducts-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperProducts"},{"id":1853,"kind":1024,"name":"clientConfig","url":"classes/shopperproducts.shopperproducts-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":1854,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperproducts.shopperproducts-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":1855,"kind":512,"name":"constructor","url":"classes/shopperproducts.shopperproducts-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperProducts.ShopperProducts"},{"id":1856,"kind":1024,"name":"paramKeys","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperProducts.ShopperProducts"},{"id":1857,"kind":65536,"name":"__type","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperProducts.ShopperProducts.paramKeys"},{"id":1858,"kind":32,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getproducts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1859,"kind":32,"name":"getProductsRequired","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getproductsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1860,"kind":32,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getproduct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1861,"kind":32,"name":"getProductRequired","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getproductrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1862,"kind":32,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getcategories","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1863,"kind":32,"name":"getCategoriesRequired","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getcategoriesrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1864,"kind":32,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getcategory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1865,"kind":32,"name":"getCategoryRequired","url":"classes/shopperproducts.shopperproducts-1.html#paramkeys.__type.getcategoryrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProducts.paramKeys.__type"},{"id":1866,"kind":2048,"name":"getProducts","url":"classes/shopperproducts.shopperproducts-1.html#getproducts-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1867,"kind":2048,"name":"getProduct","url":"classes/shopperproducts.shopperproducts-1.html#getproduct-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1868,"kind":2048,"name":"getCategories","url":"classes/shopperproducts.shopperproducts-1.html#getcategories-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1869,"kind":2048,"name":"getCategory","url":"classes/shopperproducts.shopperproducts-1.html#getcategory-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperProducts.ShopperProducts"},{"id":1870,"kind":4194304,"name":"ProductPriceTable","url":"modules/shopperproducts.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1871,"kind":4194304,"name":"PriceRange","url":"modules/shopperproducts.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1872,"kind":4194304,"name":"OptionValue","url":"modules/shopperproducts.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1873,"kind":4194304,"name":"Master","url":"modules/shopperproducts.html#master","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1874,"kind":4194304,"name":"Category","url":"modules/shopperproducts.html#category","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1875,"kind":4194304,"name":"CategoryResult","url":"modules/shopperproducts.html#categoryresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1876,"kind":4194304,"name":"VariationAttribute","url":"modules/shopperproducts.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1877,"kind":4194304,"name":"RecommendationType","url":"modules/shopperproducts.html#recommendationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1878,"kind":4194304,"name":"ProductType","url":"modules/shopperproducts.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1879,"kind":4194304,"name":"Recommendation","url":"modules/shopperproducts.html#recommendation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1880,"kind":4194304,"name":"Variant","url":"modules/shopperproducts.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1881,"kind":4194304,"name":"VariationGroup","url":"modules/shopperproducts.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1882,"kind":4194304,"name":"ProductResult","url":"modules/shopperproducts.html#productresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1883,"kind":4194304,"name":"ProductLink","url":"modules/shopperproducts.html#productlink","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1884,"kind":4194304,"name":"Inventory","url":"modules/shopperproducts.html#inventory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1885,"kind":4194304,"name":"ImageGroup","url":"modules/shopperproducts.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1886,"kind":4194304,"name":"Option","url":"modules/shopperproducts.html#option","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1887,"kind":4194304,"name":"Product","url":"modules/shopperproducts.html#product","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1888,"kind":4194304,"name":"Image","url":"modules/shopperproducts.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1889,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shopperproducts.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1890,"kind":4194304,"name":"ProductPromotion","url":"modules/shopperproducts.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1891,"kind":4194304,"name":"PathRecord","url":"modules/shopperproducts.html#pathrecord","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1892,"kind":4194304,"name":"BundledProduct","url":"modules/shopperproducts.html#bundledproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1893,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperproducts.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1894,"kind":4194304,"name":"NotFound","url":"modules/shopperproducts.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1895,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#notfound.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.NotFound"},{"id":1896,"kind":4194304,"name":"BadRequest","url":"modules/shopperproducts.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1897,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest"},{"id":1898,"kind":4194304,"name":"BadRequest1","url":"modules/shopperproducts.html#badrequest1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1899,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest1"},{"id":1900,"kind":4194304,"name":"Unauthorized","url":"modules/shopperproducts.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1901,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#unauthorized.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.Unauthorized"},{"id":1902,"kind":4194304,"name":"BadRequest2","url":"modules/shopperproducts.html#badrequest2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1903,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#badrequest2.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.BadRequest2"},{"id":1904,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperproducts.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1905,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperproducts.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1906,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#daterangefilter.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DateRangeFilter"},{"id":1907,"kind":4194304,"name":"EtagResponse","url":"modules/shopperproducts.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1908,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#etagresponse.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.EtagResponse"},{"id":1909,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperproducts.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1910,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#integerrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.IntegerRangeFilter"},{"id":1911,"kind":4194304,"name":"RateLimited3","url":"modules/shopperproducts.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1912,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited3.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited3"},{"id":1913,"kind":4194304,"name":"SyncCreated","url":"modules/shopperproducts.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1914,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#synccreated.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.SyncCreated"},{"id":1915,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperproducts.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1916,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#dateconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DateConditionalRequest"},{"id":1917,"kind":4194304,"name":"RateLimited5","url":"modules/shopperproducts.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1918,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited5.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited5"},{"id":1919,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperproducts.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1920,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#etagconditionalrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.EtagConditionalRequest"},{"id":1921,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperproducts.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1922,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.AsyncCreated"},{"id":1923,"kind":4194304,"name":"RateLimited","url":"modules/shopperproducts.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1924,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited"},{"id":1925,"kind":4194304,"name":"RateLimited2","url":"modules/shopperproducts.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1926,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited2.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited2"},{"id":1927,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperproducts.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1928,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#offsetpaginated.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.OffsetPaginated"},{"id":1929,"kind":4194304,"name":"RangeFilter","url":"modules/shopperproducts.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1930,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#rangefilter.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RangeFilter"},{"id":1931,"kind":4194304,"name":"RateLimited4","url":"modules/shopperproducts.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1932,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#ratelimited4.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.RateLimited4"},{"id":1933,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperproducts.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1934,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#numericrangefilter.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.NumericRangeFilter"},{"id":1935,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperproducts.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1936,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#datetimerangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.DatetimeRangeFilter"},{"id":1937,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperproducts.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1938,"kind":4194304,"name":"Error","url":"modules/shopperproducts.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1939,"kind":4194304,"name":"Money","url":"modules/shopperproducts.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1940,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperproducts.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1941,"kind":4194304,"name":"SearchRequest","url":"modules/shopperproducts.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1942,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperproducts.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1943,"kind":4194304,"name":"LocalizedString","url":"modules/shopperproducts.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1944,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperproducts.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1945,"kind":4194304,"name":"ClosedObject","url":"modules/shopperproducts.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1946,"kind":4194304,"name":"OpenObject","url":"modules/shopperproducts.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1947,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperproducts.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1948,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#queryparamslimit.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.QueryParamsLimit"},{"id":1949,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperproducts.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1950,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#queryparamsoffset.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.QueryParamsOffset"},{"id":1951,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperproducts.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1952,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#sitespecific-1.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.SiteSpecific"},{"id":1953,"kind":4194304,"name":"Selectable","url":"modules/shopperproducts.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperProducts"},{"id":1954,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#selectable.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperProducts.Selectable"},{"id":1955,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperproducts.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1956,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#nopropertiesallowed.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.NoPropertiesAllowed"},{"id":1957,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperproducts.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1958,"kind":4194304,"name":"BoolFilter","url":"modules/shopperproducts.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1959,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperproducts.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1960,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperproducts.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1961,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperproducts.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1962,"kind":4194304,"name":"QueryFilter","url":"modules/shopperproducts.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1963,"kind":4194304,"name":"Query","url":"modules/shopperproducts.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1964,"kind":4194304,"name":"TermQuery","url":"modules/shopperproducts.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1965,"kind":4194304,"name":"TermFilter","url":"modules/shopperproducts.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1966,"kind":4194304,"name":"TextQuery","url":"modules/shopperproducts.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1967,"kind":4194304,"name":"Range2Filter","url":"modules/shopperproducts.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1968,"kind":4194304,"name":"BoolQuery","url":"modules/shopperproducts.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1969,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperproducts.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1970,"kind":4194304,"name":"NestedQuery","url":"modules/shopperproducts.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1971,"kind":4194304,"name":"Filter","url":"modules/shopperproducts.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1972,"kind":4194304,"name":"Sort","url":"modules/shopperproducts.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1973,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperproducts.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1974,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperproducts.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1975,"kind":4194304,"name":"L10nString","url":"modules/shopperproducts.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1976,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperproducts.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1977,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.AttributeDefinition"},{"id":1978,"kind":32,"name":"defaultValue","url":"modules/shopperproducts.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1979,"kind":32,"name":"id","url":"modules/shopperproducts.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1980,"kind":32,"name":"name","url":"modules/shopperproducts.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1981,"kind":32,"name":"description","url":"modules/shopperproducts.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1982,"kind":32,"name":"key","url":"modules/shopperproducts.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1983,"kind":32,"name":"localizable","url":"modules/shopperproducts.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1984,"kind":32,"name":"mandatory","url":"modules/shopperproducts.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1985,"kind":32,"name":"max","url":"modules/shopperproducts.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1986,"kind":32,"name":"minLength","url":"modules/shopperproducts.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1987,"kind":32,"name":"min","url":"modules/shopperproducts.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1988,"kind":32,"name":"multiValueType","url":"modules/shopperproducts.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1989,"kind":32,"name":"regularExpression","url":"modules/shopperproducts.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1990,"kind":32,"name":"scale","url":"modules/shopperproducts.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1991,"kind":32,"name":"searchable","url":"modules/shopperproducts.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1992,"kind":32,"name":"siteSpecific","url":"modules/shopperproducts.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1993,"kind":32,"name":"system","url":"modules/shopperproducts.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1994,"kind":32,"name":"unit","url":"modules/shopperproducts.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1995,"kind":32,"name":"possibleValues","url":"modules/shopperproducts.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1996,"kind":32,"name":"type","url":"modules/shopperproducts.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1997,"kind":32,"name":"visible","url":"modules/shopperproducts.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.AttributeDefinition.__type"},{"id":1998,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperproducts.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":1999,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.PropertyValueDefinition"},{"id":2000,"kind":32,"name":"description","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":2001,"kind":32,"name":"displayValue","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":2002,"kind":32,"name":"id","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":2003,"kind":32,"name":"position","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":2004,"kind":32,"name":"value","url":"modules/shopperproducts.html#propertyvaluedefinition.__type-15.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.PropertyValueDefinition.__type"},{"id":2005,"kind":4194304,"name":"ShopperProductsPathParameters","url":"modules/shopperproducts.html#shopperproductspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":2006,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.ShopperProductsPathParameters"},{"id":2007,"kind":32,"name":"organizationId","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsPathParameters.__type"},{"id":2008,"kind":32,"name":"id","url":"modules/shopperproducts.html#shopperproductspathparameters.__type-25.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsPathParameters.__type"},{"id":2009,"kind":4194304,"name":"ShopperProductsQueryParameters","url":"modules/shopperproducts.html#shopperproductsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":2010,"kind":65536,"name":"__type","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperProducts.ShopperProductsQueryParameters"},{"id":2011,"kind":32,"name":"select","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2012,"kind":32,"name":"ids","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2013,"kind":32,"name":"inventoryIds","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.inventoryids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2014,"kind":32,"name":"currency","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2015,"kind":32,"name":"expand","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2016,"kind":32,"name":"locale","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2017,"kind":32,"name":"allImages","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2018,"kind":32,"name":"perPricebook","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2019,"kind":32,"name":"siteId","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2020,"kind":32,"name":"levels","url":"modules/shopperproducts.html#shopperproductsqueryparameters.__type-26.levels","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperProducts.ShopperProductsQueryParameters.__type"},{"id":2021,"kind":4194304,"name":"ShopperProductsParameters","url":"modules/shopperproducts.html#shopperproductsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperProducts"},{"id":2022,"kind":1,"name":"shopperPromotions","url":"modules/shopperpromotions.html","classes":"tsd-kind-module"},{"id":2023,"kind":128,"name":"ShopperPromotions","url":"classes/shopperpromotions.shopperpromotions-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperPromotions"},{"id":2024,"kind":1024,"name":"clientConfig","url":"classes/shopperpromotions.shopperpromotions-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":2025,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperpromotions.shopperpromotions-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":2026,"kind":512,"name":"constructor","url":"classes/shopperpromotions.shopperpromotions-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperPromotions.ShopperPromotions"},{"id":2027,"kind":1024,"name":"paramKeys","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperPromotions.ShopperPromotions"},{"id":2028,"kind":65536,"name":"__type","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperPromotions.ShopperPromotions.paramKeys"},{"id":2029,"kind":32,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys.__type.getpromotions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":2030,"kind":32,"name":"getPromotionsRequired","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys.__type.getpromotionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":2031,"kind":32,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys.__type.getpromotionsforcampaign","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":2032,"kind":32,"name":"getPromotionsForCampaignRequired","url":"classes/shopperpromotions.shopperpromotions-1.html#paramkeys.__type.getpromotionsforcampaignrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotions.paramKeys.__type"},{"id":2033,"kind":2048,"name":"getPromotions","url":"classes/shopperpromotions.shopperpromotions-1.html#getpromotions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":2034,"kind":2048,"name":"getPromotionsForCampaign","url":"classes/shopperpromotions.shopperpromotions-1.html#getpromotionsforcampaign-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperPromotions.ShopperPromotions"},{"id":2035,"kind":4194304,"name":"Promotion","url":"modules/shopperpromotions.html#promotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2036,"kind":4194304,"name":"PromotionResult","url":"modules/shopperpromotions.html#promotionresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2037,"kind":4194304,"name":"Error","url":"modules/shopperpromotions.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2038,"kind":4194304,"name":"PromotionNotFound","url":"modules/shopperpromotions.html#promotionnotfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2039,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#promotionnotfound.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.PromotionNotFound"},{"id":2040,"kind":4194304,"name":"badrequest","url":"modules/shopperpromotions.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2041,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#badrequest.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.badrequest"},{"id":2042,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperpromotions.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2043,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperpromotions.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2044,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperpromotions.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2045,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#daterangefilter.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DateRangeFilter"},{"id":2046,"kind":4194304,"name":"EtagResponse","url":"modules/shopperpromotions.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2047,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#etagresponse.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.EtagResponse"},{"id":2048,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperpromotions.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2049,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#integerrangefilter.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.IntegerRangeFilter"},{"id":2050,"kind":4194304,"name":"RateLimited3","url":"modules/shopperpromotions.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2051,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited3"},{"id":2052,"kind":4194304,"name":"SyncCreated","url":"modules/shopperpromotions.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2053,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#synccreated.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.SyncCreated"},{"id":2054,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperpromotions.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2055,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#dateconditionalrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DateConditionalRequest"},{"id":2056,"kind":4194304,"name":"RateLimited5","url":"modules/shopperpromotions.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2057,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited5"},{"id":2058,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperpromotions.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2059,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#etagconditionalrequest.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.EtagConditionalRequest"},{"id":2060,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperpromotions.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2061,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.AsyncCreated"},{"id":2062,"kind":4194304,"name":"RateLimited","url":"modules/shopperpromotions.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2063,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited"},{"id":2064,"kind":4194304,"name":"RateLimited2","url":"modules/shopperpromotions.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2065,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited2"},{"id":2066,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperpromotions.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2067,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#offsetpaginated.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.OffsetPaginated"},{"id":2068,"kind":4194304,"name":"RangeFilter","url":"modules/shopperpromotions.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2069,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#rangefilter.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RangeFilter"},{"id":2070,"kind":4194304,"name":"RateLimited4","url":"modules/shopperpromotions.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2071,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.RateLimited4"},{"id":2072,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperpromotions.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2073,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#numericrangefilter.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.NumericRangeFilter"},{"id":2074,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperpromotions.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2075,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#datetimerangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.DatetimeRangeFilter"},{"id":2076,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperpromotions.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2077,"kind":4194304,"name":"Money","url":"modules/shopperpromotions.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2078,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperpromotions.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2079,"kind":4194304,"name":"SearchRequest","url":"modules/shopperpromotions.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2080,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperpromotions.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2081,"kind":4194304,"name":"LocalizedString","url":"modules/shopperpromotions.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2082,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperpromotions.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2083,"kind":4194304,"name":"ClosedObject","url":"modules/shopperpromotions.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2084,"kind":4194304,"name":"OpenObject","url":"modules/shopperpromotions.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2085,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperpromotions.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2086,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.QueryParamsLimit"},{"id":2087,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperpromotions.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2088,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.QueryParamsOffset"},{"id":2089,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperpromotions.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2090,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#sitespecific-1.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.SiteSpecific"},{"id":2091,"kind":4194304,"name":"Selectable","url":"modules/shopperpromotions.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperPromotions"},{"id":2092,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#selectable.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperPromotions.Selectable"},{"id":2093,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperpromotions.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2094,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#nopropertiesallowed.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.NoPropertiesAllowed"},{"id":2095,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperpromotions.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2096,"kind":4194304,"name":"BoolFilter","url":"modules/shopperpromotions.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2097,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperpromotions.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2098,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperpromotions.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2099,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperpromotions.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2100,"kind":4194304,"name":"QueryFilter","url":"modules/shopperpromotions.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2101,"kind":4194304,"name":"Query","url":"modules/shopperpromotions.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2102,"kind":4194304,"name":"TermQuery","url":"modules/shopperpromotions.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2103,"kind":4194304,"name":"TermFilter","url":"modules/shopperpromotions.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2104,"kind":4194304,"name":"TextQuery","url":"modules/shopperpromotions.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2105,"kind":4194304,"name":"Range2Filter","url":"modules/shopperpromotions.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2106,"kind":4194304,"name":"BoolQuery","url":"modules/shopperpromotions.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2107,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperpromotions.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2108,"kind":4194304,"name":"NestedQuery","url":"modules/shopperpromotions.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2109,"kind":4194304,"name":"Filter","url":"modules/shopperpromotions.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2110,"kind":4194304,"name":"Sort","url":"modules/shopperpromotions.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2111,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperpromotions.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2112,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperpromotions.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2113,"kind":4194304,"name":"L10nString","url":"modules/shopperpromotions.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2114,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperpromotions.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2115,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.AttributeDefinition"},{"id":2116,"kind":32,"name":"defaultValue","url":"modules/shopperpromotions.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2117,"kind":32,"name":"id","url":"modules/shopperpromotions.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2118,"kind":32,"name":"name","url":"modules/shopperpromotions.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2119,"kind":32,"name":"description","url":"modules/shopperpromotions.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2120,"kind":32,"name":"key","url":"modules/shopperpromotions.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2121,"kind":32,"name":"localizable","url":"modules/shopperpromotions.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2122,"kind":32,"name":"mandatory","url":"modules/shopperpromotions.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2123,"kind":32,"name":"max","url":"modules/shopperpromotions.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2124,"kind":32,"name":"minLength","url":"modules/shopperpromotions.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2125,"kind":32,"name":"min","url":"modules/shopperpromotions.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2126,"kind":32,"name":"multiValueType","url":"modules/shopperpromotions.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2127,"kind":32,"name":"regularExpression","url":"modules/shopperpromotions.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2128,"kind":32,"name":"scale","url":"modules/shopperpromotions.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2129,"kind":32,"name":"searchable","url":"modules/shopperpromotions.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2130,"kind":32,"name":"siteSpecific","url":"modules/shopperpromotions.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2131,"kind":32,"name":"system","url":"modules/shopperpromotions.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2132,"kind":32,"name":"unit","url":"modules/shopperpromotions.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2133,"kind":32,"name":"possibleValues","url":"modules/shopperpromotions.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2134,"kind":32,"name":"type","url":"modules/shopperpromotions.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2135,"kind":32,"name":"visible","url":"modules/shopperpromotions.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.AttributeDefinition.__type"},{"id":2136,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperpromotions.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2137,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.PropertyValueDefinition"},{"id":2138,"kind":32,"name":"description","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":2139,"kind":32,"name":"displayValue","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":2140,"kind":32,"name":"id","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":2141,"kind":32,"name":"position","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":2142,"kind":32,"name":"value","url":"modules/shopperpromotions.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.PropertyValueDefinition.__type"},{"id":2143,"kind":4194304,"name":"ShopperPromotionsPathParameters","url":"modules/shopperpromotions.html#shopperpromotionspathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2144,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.ShopperPromotionsPathParameters"},{"id":2145,"kind":32,"name":"organizationId","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-22.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsPathParameters.__type"},{"id":2146,"kind":32,"name":"campaignId","url":"modules/shopperpromotions.html#shopperpromotionspathparameters.__type-22.campaignid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsPathParameters.__type"},{"id":2147,"kind":4194304,"name":"ShopperPromotionsQueryParameters","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2148,"kind":65536,"name":"__type","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperPromotions.ShopperPromotionsQueryParameters"},{"id":2149,"kind":32,"name":"siteId","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2150,"kind":32,"name":"ids","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2151,"kind":32,"name":"locale","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2152,"kind":32,"name":"startDate","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.startdate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2153,"kind":32,"name":"endDate","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.enddate","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2154,"kind":32,"name":"currency","url":"modules/shopperpromotions.html#shopperpromotionsqueryparameters.__type-23.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperPromotions.ShopperPromotionsQueryParameters.__type"},{"id":2155,"kind":4194304,"name":"ShopperPromotionsParameters","url":"modules/shopperpromotions.html#shopperpromotionsparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperPromotions"},{"id":2156,"kind":1,"name":"shopperSearch","url":"modules/shoppersearch.html","classes":"tsd-kind-module"},{"id":2157,"kind":128,"name":"ShopperSearch","url":"classes/shoppersearch.shoppersearch-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSearch"},{"id":2158,"kind":1024,"name":"clientConfig","url":"classes/shoppersearch.shoppersearch-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":2159,"kind":1024,"name":"defaultBaseUri","url":"classes/shoppersearch.shoppersearch-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":2160,"kind":512,"name":"constructor","url":"classes/shoppersearch.shoppersearch-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSearch.ShopperSearch"},{"id":2161,"kind":1024,"name":"paramKeys","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSearch.ShopperSearch"},{"id":2162,"kind":65536,"name":"__type","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSearch.ShopperSearch.paramKeys"},{"id":2163,"kind":32,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys.__type.productsearch","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":2164,"kind":32,"name":"productSearchRequired","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys.__type.productsearchrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":2165,"kind":32,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys.__type.getsearchsuggestions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":2166,"kind":32,"name":"getSearchSuggestionsRequired","url":"classes/shoppersearch.shoppersearch-1.html#paramkeys.__type.getsearchsuggestionsrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearch.paramKeys.__type"},{"id":2167,"kind":2048,"name":"productSearch","url":"classes/shoppersearch.shoppersearch-1.html#productsearch-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":2168,"kind":2048,"name":"getSearchSuggestions","url":"classes/shoppersearch.shoppersearch-1.html#getsearchsuggestions-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSearch.ShopperSearch"},{"id":2169,"kind":4194304,"name":"Money","url":"modules/shoppersearch.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2170,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shoppersearch.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2171,"kind":4194304,"name":"SearchRequest","url":"modules/shoppersearch.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2172,"kind":4194304,"name":"PropertyDefinition","url":"modules/shoppersearch.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2173,"kind":4194304,"name":"LocalizedString","url":"modules/shoppersearch.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2174,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shoppersearch.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2175,"kind":4194304,"name":"ClosedObject","url":"modules/shoppersearch.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2176,"kind":4194304,"name":"OpenObject","url":"modules/shoppersearch.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2177,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shoppersearch.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2178,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#queryparamslimit.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.QueryParamsLimit"},{"id":2179,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shoppersearch.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2180,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#queryparamsoffset.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.QueryParamsOffset"},{"id":2181,"kind":4194304,"name":"SiteSpecific","url":"modules/shoppersearch.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2182,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#sitespecific-1.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.SiteSpecific"},{"id":2183,"kind":4194304,"name":"Selectable","url":"modules/shoppersearch.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2184,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#selectable.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.Selectable"},{"id":2185,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shoppersearch.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2186,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#nopropertiesallowed.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.NoPropertiesAllowed"},{"id":2187,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shoppersearch.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2188,"kind":4194304,"name":"BoolFilter","url":"modules/shoppersearch.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2189,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shoppersearch.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2190,"kind":4194304,"name":"MatchAllQuery","url":"modules/shoppersearch.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2191,"kind":4194304,"name":"FilteredQuery","url":"modules/shoppersearch.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2192,"kind":4194304,"name":"QueryFilter","url":"modules/shoppersearch.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2193,"kind":4194304,"name":"Query","url":"modules/shoppersearch.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2194,"kind":4194304,"name":"TermQuery","url":"modules/shoppersearch.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2195,"kind":4194304,"name":"TermFilter","url":"modules/shoppersearch.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2196,"kind":4194304,"name":"TextQuery","url":"modules/shoppersearch.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2197,"kind":4194304,"name":"Range2Filter","url":"modules/shoppersearch.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2198,"kind":4194304,"name":"BoolQuery","url":"modules/shoppersearch.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2199,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shoppersearch.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2200,"kind":4194304,"name":"NestedQuery","url":"modules/shoppersearch.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2201,"kind":4194304,"name":"Filter","url":"modules/shoppersearch.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2202,"kind":4194304,"name":"Sort","url":"modules/shoppersearch.html#sort-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2203,"kind":4194304,"name":"RangeFilter","url":"modules/shoppersearch.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2204,"kind":4194304,"name":"SearchRequestBase","url":"modules/shoppersearch.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2205,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shoppersearch.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2206,"kind":4194304,"name":"L10nString","url":"modules/shoppersearch.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2207,"kind":4194304,"name":"AttributeDefinition","url":"modules/shoppersearch.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2208,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.AttributeDefinition"},{"id":2209,"kind":32,"name":"defaultValue","url":"modules/shoppersearch.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2210,"kind":32,"name":"id","url":"modules/shoppersearch.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2211,"kind":32,"name":"name","url":"modules/shoppersearch.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2212,"kind":32,"name":"description","url":"modules/shoppersearch.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2213,"kind":32,"name":"key","url":"modules/shoppersearch.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2214,"kind":32,"name":"localizable","url":"modules/shoppersearch.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2215,"kind":32,"name":"mandatory","url":"modules/shoppersearch.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2216,"kind":32,"name":"max","url":"modules/shoppersearch.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2217,"kind":32,"name":"minLength","url":"modules/shoppersearch.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2218,"kind":32,"name":"min","url":"modules/shoppersearch.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2219,"kind":32,"name":"multiValueType","url":"modules/shoppersearch.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2220,"kind":32,"name":"regularExpression","url":"modules/shoppersearch.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2221,"kind":32,"name":"scale","url":"modules/shoppersearch.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2222,"kind":32,"name":"searchable","url":"modules/shoppersearch.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2223,"kind":32,"name":"siteSpecific","url":"modules/shoppersearch.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2224,"kind":32,"name":"system","url":"modules/shoppersearch.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2225,"kind":32,"name":"unit","url":"modules/shoppersearch.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2226,"kind":32,"name":"possibleValues","url":"modules/shoppersearch.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2227,"kind":32,"name":"type","url":"modules/shoppersearch.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2228,"kind":32,"name":"visible","url":"modules/shoppersearch.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.AttributeDefinition.__type"},{"id":2229,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shoppersearch.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2230,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.PropertyValueDefinition"},{"id":2231,"kind":32,"name":"description","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":2232,"kind":32,"name":"displayValue","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":2233,"kind":32,"name":"id","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":2234,"kind":32,"name":"position","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":2235,"kind":32,"name":"value","url":"modules/shoppersearch.html#propertyvaluedefinition.__type-12.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.PropertyValueDefinition.__type"},{"id":2236,"kind":4194304,"name":"ErrorResponse","url":"modules/shoppersearch.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2237,"kind":4194304,"name":"ChangeControlled","url":"modules/shoppersearch.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2238,"kind":4194304,"name":"DateRangeFilter","url":"modules/shoppersearch.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2239,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DateRangeFilter"},{"id":2240,"kind":4194304,"name":"EtagResponse","url":"modules/shoppersearch.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2241,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.EtagResponse"},{"id":2242,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shoppersearch.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2243,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.IntegerRangeFilter"},{"id":2244,"kind":4194304,"name":"RateLimited3","url":"modules/shoppersearch.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2245,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited3.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited3"},{"id":2246,"kind":4194304,"name":"SyncCreated","url":"modules/shoppersearch.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2247,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#synccreated.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.SyncCreated"},{"id":2248,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shoppersearch.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2249,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DateConditionalRequest"},{"id":2250,"kind":4194304,"name":"RateLimited5","url":"modules/shoppersearch.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2251,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited5.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited5"},{"id":2252,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shoppersearch.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2253,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.EtagConditionalRequest"},{"id":2254,"kind":4194304,"name":"AsyncCreated","url":"modules/shoppersearch.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2255,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.AsyncCreated"},{"id":2256,"kind":4194304,"name":"RateLimited","url":"modules/shoppersearch.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2257,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited"},{"id":2258,"kind":4194304,"name":"RateLimited2","url":"modules/shoppersearch.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2259,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited2.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited2"},{"id":2260,"kind":4194304,"name":"OffsetPaginated","url":"modules/shoppersearch.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2261,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#offsetpaginated.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.OffsetPaginated"},{"id":2262,"kind":4194304,"name":"RateLimited4","url":"modules/shoppersearch.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2263,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#ratelimited4.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.RateLimited4"},{"id":2264,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shoppersearch.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2265,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#numericrangefilter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.NumericRangeFilter"},{"id":2266,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shoppersearch.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2267,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.DatetimeRangeFilter"},{"id":2268,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shoppersearch.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2269,"kind":4194304,"name":"Error","url":"modules/shoppersearch.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2270,"kind":4194304,"name":"ProductPriceTable","url":"modules/shoppersearch.html#productpricetable","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2271,"kind":4194304,"name":"ProductRef","url":"modules/shoppersearch.html#productref","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2272,"kind":4194304,"name":"SuggestedTerms","url":"modules/shoppersearch.html#suggestedterms","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2273,"kind":4194304,"name":"PriceRange","url":"modules/shoppersearch.html#pricerange","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2274,"kind":4194304,"name":"CategorySuggestions","url":"modules/shoppersearch.html#categorysuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2275,"kind":4194304,"name":"SuggestedProduct","url":"modules/shoppersearch.html#suggestedproduct","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2276,"kind":4194304,"name":"SuggestedPhrase","url":"modules/shoppersearch.html#suggestedphrase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2277,"kind":4194304,"name":"VariationAttribute","url":"modules/shoppersearch.html#variationattribute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2278,"kind":4194304,"name":"ProductSuggestions","url":"modules/shoppersearch.html#productsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2279,"kind":4194304,"name":"SuggestedCategory","url":"modules/shoppersearch.html#suggestedcategory","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2280,"kind":4194304,"name":"ProductType","url":"modules/shoppersearch.html#producttype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2281,"kind":4194304,"name":"Variant","url":"modules/shoppersearch.html#variant","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2282,"kind":4194304,"name":"VariationGroup","url":"modules/shoppersearch.html#variationgroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2283,"kind":4194304,"name":"BrandSuggestions","url":"modules/shoppersearch.html#brandsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2284,"kind":4194304,"name":"ProductSearchRefinementValue","url":"modules/shoppersearch.html#productsearchrefinementvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2285,"kind":4194304,"name":"ProductSearchSortingOption","url":"modules/shoppersearch.html#productsearchsortingoption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2286,"kind":4194304,"name":"ImageGroup","url":"modules/shoppersearch.html#imagegroup","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2287,"kind":4194304,"name":"SuggestedTerm","url":"modules/shoppersearch.html#suggestedterm","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2288,"kind":4194304,"name":"ProductSearchRefinement","url":"modules/shoppersearch.html#productsearchrefinement","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2289,"kind":4194304,"name":"CustomSuggestions","url":"modules/shoppersearch.html#customsuggestions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2290,"kind":4194304,"name":"ProductSearchHit","url":"modules/shoppersearch.html#productsearchhit","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2291,"kind":4194304,"name":"ProductSearchResult","url":"modules/shoppersearch.html#productsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2292,"kind":4194304,"name":"Image","url":"modules/shoppersearch.html#image","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2293,"kind":4194304,"name":"VariationAttributeValue","url":"modules/shoppersearch.html#variationattributevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2294,"kind":4194304,"name":"ProductPromotion","url":"modules/shoppersearch.html#productpromotion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2295,"kind":4194304,"name":"Suggestion","url":"modules/shoppersearch.html#suggestion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2296,"kind":4194304,"name":"SuggestionResult","url":"modules/shoppersearch.html#suggestionresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2297,"kind":4194304,"name":"Unauthorized","url":"modules/shoppersearch.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2298,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#unauthorized.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.Unauthorized"},{"id":2299,"kind":4194304,"name":"BadRequest","url":"modules/shoppersearch.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSearch"},{"id":2300,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSearch.BadRequest"},{"id":2301,"kind":4194304,"name":"ShopperSearchPathParameters","url":"modules/shoppersearch.html#shoppersearchpathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2302,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#shoppersearchpathparameters.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.ShopperSearchPathParameters"},{"id":2303,"kind":32,"name":"organizationId","url":"modules/shoppersearch.html#shoppersearchpathparameters.__type-21.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchPathParameters.__type"},{"id":2304,"kind":4194304,"name":"ShopperSearchQueryParameters","url":"modules/shoppersearch.html#shoppersearchqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2305,"kind":65536,"name":"__type","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSearch.ShopperSearchQueryParameters"},{"id":2306,"kind":32,"name":"select","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.select","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2307,"kind":32,"name":"siteId","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2308,"kind":32,"name":"q","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.q","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2309,"kind":32,"name":"refine","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.refine","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2310,"kind":32,"name":"sort","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.sort","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2311,"kind":32,"name":"currency","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.currency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2312,"kind":32,"name":"locale","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2313,"kind":32,"name":"expand","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.expand","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2314,"kind":32,"name":"allImages","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.allimages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2315,"kind":32,"name":"perPricebook","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.perpricebook","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2316,"kind":32,"name":"allVariationProperties","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.allvariationproperties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2317,"kind":32,"name":"offset","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2318,"kind":32,"name":"limit","url":"modules/shoppersearch.html#shoppersearchqueryparameters.__type-22.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSearch.ShopperSearchQueryParameters.__type"},{"id":2319,"kind":4194304,"name":"ShopperSearchParameters","url":"modules/shoppersearch.html#shoppersearchparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSearch"},{"id":2320,"kind":1,"name":"shopperSeo","url":"modules/shopperseo.html","classes":"tsd-kind-module"},{"id":2321,"kind":128,"name":"ShopperSeo","url":"classes/shopperseo.shopperseo-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperSeo"},{"id":2322,"kind":1024,"name":"clientConfig","url":"classes/shopperseo.shopperseo-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperSeo.ShopperSeo"},{"id":2323,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperseo.shopperseo-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSeo"},{"id":2324,"kind":512,"name":"constructor","url":"classes/shopperseo.shopperseo-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperSeo.ShopperSeo"},{"id":2325,"kind":1024,"name":"paramKeys","url":"classes/shopperseo.shopperseo-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperSeo.ShopperSeo"},{"id":2326,"kind":65536,"name":"__type","url":"classes/shopperseo.shopperseo-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperSeo.ShopperSeo.paramKeys"},{"id":2327,"kind":32,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-1.html#paramkeys.__type.geturlmapping","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeo.paramKeys.__type"},{"id":2328,"kind":32,"name":"getUrlMappingRequired","url":"classes/shopperseo.shopperseo-1.html#paramkeys.__type.geturlmappingrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeo.paramKeys.__type"},{"id":2329,"kind":2048,"name":"getUrlMapping","url":"classes/shopperseo.shopperseo-1.html#geturlmapping-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperSeo.ShopperSeo"},{"id":2330,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperseo.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2331,"kind":65536,"name":"__type","url":"modules/shopperseo.html#localespecific.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.LocaleSpecific"},{"id":2332,"kind":4194304,"name":"Money","url":"modules/shopperseo.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2333,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperseo.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2334,"kind":4194304,"name":"SearchRequest","url":"modules/shopperseo.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2335,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperseo.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2336,"kind":4194304,"name":"LocalizedString","url":"modules/shopperseo.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2337,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperseo.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2338,"kind":4194304,"name":"ClosedObject","url":"modules/shopperseo.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2339,"kind":4194304,"name":"OpenObject","url":"modules/shopperseo.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2340,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperseo.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2341,"kind":65536,"name":"__type","url":"modules/shopperseo.html#queryparamslimit.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.QueryParamsLimit"},{"id":2342,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperseo.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2343,"kind":65536,"name":"__type","url":"modules/shopperseo.html#queryparamsoffset.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.QueryParamsOffset"},{"id":2344,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperseo.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2345,"kind":65536,"name":"__type","url":"modules/shopperseo.html#sitespecific-1.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.SiteSpecific"},{"id":2346,"kind":4194304,"name":"Selectable","url":"modules/shopperseo.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2347,"kind":65536,"name":"__type","url":"modules/shopperseo.html#selectable.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.Selectable"},{"id":2348,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperseo.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2349,"kind":65536,"name":"__type","url":"modules/shopperseo.html#nopropertiesallowed.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.NoPropertiesAllowed"},{"id":2350,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperseo.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2351,"kind":4194304,"name":"BoolFilter","url":"modules/shopperseo.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2352,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperseo.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2353,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperseo.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2354,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperseo.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2355,"kind":4194304,"name":"QueryFilter","url":"modules/shopperseo.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2356,"kind":4194304,"name":"Query","url":"modules/shopperseo.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2357,"kind":4194304,"name":"TermQuery","url":"modules/shopperseo.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2358,"kind":4194304,"name":"TermFilter","url":"modules/shopperseo.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2359,"kind":4194304,"name":"TextQuery","url":"modules/shopperseo.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2360,"kind":4194304,"name":"Range2Filter","url":"modules/shopperseo.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2361,"kind":4194304,"name":"BoolQuery","url":"modules/shopperseo.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2362,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperseo.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2363,"kind":4194304,"name":"NestedQuery","url":"modules/shopperseo.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2364,"kind":4194304,"name":"Filter","url":"modules/shopperseo.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2365,"kind":4194304,"name":"Sort","url":"modules/shopperseo.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2366,"kind":4194304,"name":"RangeFilter","url":"modules/shopperseo.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2367,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperseo.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2368,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperseo.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2369,"kind":4194304,"name":"L10nString","url":"modules/shopperseo.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2370,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperseo.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2371,"kind":65536,"name":"__type","url":"modules/shopperseo.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.AttributeDefinition"},{"id":2372,"kind":32,"name":"defaultValue","url":"modules/shopperseo.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2373,"kind":32,"name":"id","url":"modules/shopperseo.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2374,"kind":32,"name":"name","url":"modules/shopperseo.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2375,"kind":32,"name":"description","url":"modules/shopperseo.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2376,"kind":32,"name":"key","url":"modules/shopperseo.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2377,"kind":32,"name":"localizable","url":"modules/shopperseo.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2378,"kind":32,"name":"mandatory","url":"modules/shopperseo.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2379,"kind":32,"name":"max","url":"modules/shopperseo.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2380,"kind":32,"name":"minLength","url":"modules/shopperseo.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2381,"kind":32,"name":"min","url":"modules/shopperseo.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2382,"kind":32,"name":"multiValueType","url":"modules/shopperseo.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2383,"kind":32,"name":"regularExpression","url":"modules/shopperseo.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2384,"kind":32,"name":"scale","url":"modules/shopperseo.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2385,"kind":32,"name":"searchable","url":"modules/shopperseo.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2386,"kind":32,"name":"siteSpecific","url":"modules/shopperseo.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2387,"kind":32,"name":"system","url":"modules/shopperseo.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2388,"kind":32,"name":"unit","url":"modules/shopperseo.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2389,"kind":32,"name":"possibleValues","url":"modules/shopperseo.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2390,"kind":32,"name":"type","url":"modules/shopperseo.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2391,"kind":32,"name":"visible","url":"modules/shopperseo.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.AttributeDefinition.__type"},{"id":2392,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperseo.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2393,"kind":65536,"name":"__type","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.PropertyValueDefinition"},{"id":2394,"kind":32,"name":"description","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2395,"kind":32,"name":"displayValue","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2396,"kind":32,"name":"id","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2397,"kind":32,"name":"position","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2398,"kind":32,"name":"value","url":"modules/shopperseo.html#propertyvaluedefinition.__type-14.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.PropertyValueDefinition.__type"},{"id":2399,"kind":4194304,"name":"UrlMapping","url":"modules/shopperseo.html#urlmapping","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2400,"kind":4194304,"name":"BadRequest","url":"modules/shopperseo.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2401,"kind":65536,"name":"__type","url":"modules/shopperseo.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.BadRequest"},{"id":2402,"kind":4194304,"name":"Unauthorized","url":"modules/shopperseo.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2403,"kind":65536,"name":"__type","url":"modules/shopperseo.html#unauthorized.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.Unauthorized"},{"id":2404,"kind":4194304,"name":"NotFound","url":"modules/shopperseo.html#notfound","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2405,"kind":65536,"name":"__type","url":"modules/shopperseo.html#notfound.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.NotFound"},{"id":2406,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperseo.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2407,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperseo.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2408,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperseo.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2409,"kind":65536,"name":"__type","url":"modules/shopperseo.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DateRangeFilter"},{"id":2410,"kind":4194304,"name":"EtagResponse","url":"modules/shopperseo.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2411,"kind":65536,"name":"__type","url":"modules/shopperseo.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.EtagResponse"},{"id":2412,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperseo.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2413,"kind":65536,"name":"__type","url":"modules/shopperseo.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.IntegerRangeFilter"},{"id":2414,"kind":4194304,"name":"RateLimited3","url":"modules/shopperseo.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2415,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited3.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited3"},{"id":2416,"kind":4194304,"name":"SyncCreated","url":"modules/shopperseo.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2417,"kind":65536,"name":"__type","url":"modules/shopperseo.html#synccreated.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.SyncCreated"},{"id":2418,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperseo.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2419,"kind":65536,"name":"__type","url":"modules/shopperseo.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DateConditionalRequest"},{"id":2420,"kind":4194304,"name":"RateLimited5","url":"modules/shopperseo.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2421,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited5.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited5"},{"id":2422,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperseo.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2423,"kind":65536,"name":"__type","url":"modules/shopperseo.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.EtagConditionalRequest"},{"id":2424,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperseo.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2425,"kind":65536,"name":"__type","url":"modules/shopperseo.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.AsyncCreated"},{"id":2426,"kind":4194304,"name":"RateLimited","url":"modules/shopperseo.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2427,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited"},{"id":2428,"kind":4194304,"name":"RateLimited2","url":"modules/shopperseo.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2429,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited2.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited2"},{"id":2430,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperseo.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2431,"kind":65536,"name":"__type","url":"modules/shopperseo.html#offsetpaginated.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.OffsetPaginated"},{"id":2432,"kind":4194304,"name":"RateLimited4","url":"modules/shopperseo.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2433,"kind":65536,"name":"__type","url":"modules/shopperseo.html#ratelimited4.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.RateLimited4"},{"id":2434,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperseo.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2435,"kind":65536,"name":"__type","url":"modules/shopperseo.html#numericrangefilter.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.NumericRangeFilter"},{"id":2436,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperseo.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperSeo"},{"id":2437,"kind":65536,"name":"__type","url":"modules/shopperseo.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperSeo.DatetimeRangeFilter"},{"id":2438,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperseo.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2439,"kind":4194304,"name":"Error","url":"modules/shopperseo.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2440,"kind":4194304,"name":"ShopperSeoPathParameters","url":"modules/shopperseo.html#shopperseopathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2441,"kind":65536,"name":"__type","url":"modules/shopperseo.html#shopperseopathparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.ShopperSeoPathParameters"},{"id":2442,"kind":32,"name":"organizationId","url":"modules/shopperseo.html#shopperseopathparameters.__type-23.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoPathParameters.__type"},{"id":2443,"kind":4194304,"name":"ShopperSeoQueryParameters","url":"modules/shopperseo.html#shopperseoqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2444,"kind":65536,"name":"__type","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperSeo.ShopperSeoQueryParameters"},{"id":2445,"kind":32,"name":"urlSegment","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.urlsegment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2446,"kind":32,"name":"siteId","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2447,"kind":32,"name":"locale","url":"modules/shopperseo.html#shopperseoqueryparameters.__type-24.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperSeo.ShopperSeoQueryParameters.__type"},{"id":2448,"kind":4194304,"name":"ShopperSeoParameters","url":"modules/shopperseo.html#shopperseoparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperSeo"},{"id":2449,"kind":1,"name":"shopperStores","url":"modules/shopperstores.html","classes":"tsd-kind-module"},{"id":2450,"kind":128,"name":"ShopperStores","url":"classes/shopperstores.shopperstores-1.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"shopperStores"},{"id":2451,"kind":1024,"name":"clientConfig","url":"classes/shopperstores.shopperstores-1.html#clientconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":2452,"kind":1024,"name":"defaultBaseUri","url":"classes/shopperstores.shopperstores-1.html#defaultbaseuri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":2453,"kind":512,"name":"constructor","url":"classes/shopperstores.shopperstores-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"shopperStores.ShopperStores"},{"id":2454,"kind":1024,"name":"paramKeys","url":"classes/shopperstores.shopperstores-1.html#paramkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"shopperStores.ShopperStores"},{"id":2455,"kind":65536,"name":"__type","url":"classes/shopperstores.shopperstores-1.html#paramkeys.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"shopperStores.ShopperStores.paramKeys"},{"id":2456,"kind":32,"name":"searchStores","url":"classes/shopperstores.shopperstores-1.html#paramkeys.__type.searchstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":2457,"kind":32,"name":"searchStoresRequired","url":"classes/shopperstores.shopperstores-1.html#paramkeys.__type.searchstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":2458,"kind":32,"name":"getStores","url":"classes/shopperstores.shopperstores-1.html#paramkeys.__type.getstores","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":2459,"kind":32,"name":"getStoresRequired","url":"classes/shopperstores.shopperstores-1.html#paramkeys.__type.getstoresrequired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStores.paramKeys.__type"},{"id":2460,"kind":2048,"name":"searchStores","url":"classes/shopperstores.shopperstores-1.html#searchstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":2461,"kind":2048,"name":"getStores","url":"classes/shopperstores.shopperstores-1.html#getstores-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"shopperStores.ShopperStores"},{"id":2462,"kind":4194304,"name":"LocaleSpecific","url":"modules/shopperstores.html#localespecific","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2463,"kind":65536,"name":"__type","url":"modules/shopperstores.html#localespecific.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.LocaleSpecific"},{"id":2464,"kind":4194304,"name":"Money","url":"modules/shopperstores.html#money","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2465,"kind":4194304,"name":"SimpleSearchResult","url":"modules/shopperstores.html#simplesearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2466,"kind":4194304,"name":"SearchRequest","url":"modules/shopperstores.html#searchrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2467,"kind":4194304,"name":"PropertyDefinition","url":"modules/shopperstores.html#propertydefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2468,"kind":4194304,"name":"LocalizedString","url":"modules/shopperstores.html#localizedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2469,"kind":4194304,"name":"PaginatedSearchResult","url":"modules/shopperstores.html#paginatedsearchresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2470,"kind":4194304,"name":"ClosedObject","url":"modules/shopperstores.html#closedobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2471,"kind":4194304,"name":"OpenObject","url":"modules/shopperstores.html#openobject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2472,"kind":4194304,"name":"QueryParamsLimit","url":"modules/shopperstores.html#queryparamslimit","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2473,"kind":65536,"name":"__type","url":"modules/shopperstores.html#queryparamslimit.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.QueryParamsLimit"},{"id":2474,"kind":4194304,"name":"QueryParamsOffset","url":"modules/shopperstores.html#queryparamsoffset","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2475,"kind":65536,"name":"__type","url":"modules/shopperstores.html#queryparamsoffset.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.QueryParamsOffset"},{"id":2476,"kind":4194304,"name":"SiteSpecific","url":"modules/shopperstores.html#sitespecific-1","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2477,"kind":65536,"name":"__type","url":"modules/shopperstores.html#sitespecific-1.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.SiteSpecific"},{"id":2478,"kind":4194304,"name":"Selectable","url":"modules/shopperstores.html#selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2479,"kind":65536,"name":"__type","url":"modules/shopperstores.html#selectable.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.Selectable"},{"id":2480,"kind":4194304,"name":"NoPropertiesAllowed","url":"modules/shopperstores.html#nopropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2481,"kind":65536,"name":"__type","url":"modules/shopperstores.html#nopropertiesallowed.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.NoPropertiesAllowed"},{"id":2482,"kind":4194304,"name":"SpecifiedPropertiesAllowed","url":"modules/shopperstores.html#specifiedpropertiesallowed","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2483,"kind":4194304,"name":"BoolFilter","url":"modules/shopperstores.html#boolfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2484,"kind":4194304,"name":"PaginatedSearchResultBase","url":"modules/shopperstores.html#paginatedsearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2485,"kind":4194304,"name":"MatchAllQuery","url":"modules/shopperstores.html#matchallquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2486,"kind":4194304,"name":"FilteredQuery","url":"modules/shopperstores.html#filteredquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2487,"kind":4194304,"name":"QueryFilter","url":"modules/shopperstores.html#queryfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2488,"kind":4194304,"name":"Query","url":"modules/shopperstores.html#query","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2489,"kind":4194304,"name":"TermQuery","url":"modules/shopperstores.html#termquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2490,"kind":4194304,"name":"TermFilter","url":"modules/shopperstores.html#termfilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2491,"kind":4194304,"name":"TextQuery","url":"modules/shopperstores.html#textquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2492,"kind":4194304,"name":"Range2Filter","url":"modules/shopperstores.html#range2filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2493,"kind":4194304,"name":"BoolQuery","url":"modules/shopperstores.html#boolquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2494,"kind":4194304,"name":"SimpleSearchResultBase","url":"modules/shopperstores.html#simplesearchresultbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2495,"kind":4194304,"name":"NestedQuery","url":"modules/shopperstores.html#nestedquery","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2496,"kind":4194304,"name":"Filter","url":"modules/shopperstores.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2497,"kind":4194304,"name":"Sort","url":"modules/shopperstores.html#sort","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2498,"kind":4194304,"name":"RangeFilter","url":"modules/shopperstores.html#rangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2499,"kind":4194304,"name":"SearchRequestBase","url":"modules/shopperstores.html#searchrequestbase","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2500,"kind":4194304,"name":"MoneyMnemonic","url":"modules/shopperstores.html#moneymnemonic","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2501,"kind":4194304,"name":"L10nString","url":"modules/shopperstores.html#l10nstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2502,"kind":4194304,"name":"AttributeDefinition","url":"modules/shopperstores.html#attributedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2503,"kind":65536,"name":"__type","url":"modules/shopperstores.html#attributedefinition.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.AttributeDefinition"},{"id":2504,"kind":32,"name":"defaultValue","url":"modules/shopperstores.html#attributedefinition.__type-1.defaultvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2505,"kind":32,"name":"id","url":"modules/shopperstores.html#attributedefinition.__type-1.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2506,"kind":32,"name":"name","url":"modules/shopperstores.html#attributedefinition.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2507,"kind":32,"name":"description","url":"modules/shopperstores.html#attributedefinition.__type-1.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2508,"kind":32,"name":"key","url":"modules/shopperstores.html#attributedefinition.__type-1.key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2509,"kind":32,"name":"localizable","url":"modules/shopperstores.html#attributedefinition.__type-1.localizable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2510,"kind":32,"name":"mandatory","url":"modules/shopperstores.html#attributedefinition.__type-1.mandatory","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2511,"kind":32,"name":"max","url":"modules/shopperstores.html#attributedefinition.__type-1.max","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2512,"kind":32,"name":"minLength","url":"modules/shopperstores.html#attributedefinition.__type-1.minlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2513,"kind":32,"name":"min","url":"modules/shopperstores.html#attributedefinition.__type-1.min","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2514,"kind":32,"name":"multiValueType","url":"modules/shopperstores.html#attributedefinition.__type-1.multivaluetype","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2515,"kind":32,"name":"regularExpression","url":"modules/shopperstores.html#attributedefinition.__type-1.regularexpression","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2516,"kind":32,"name":"scale","url":"modules/shopperstores.html#attributedefinition.__type-1.scale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2517,"kind":32,"name":"searchable","url":"modules/shopperstores.html#attributedefinition.__type-1.searchable","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2518,"kind":32,"name":"siteSpecific","url":"modules/shopperstores.html#attributedefinition.__type-1.sitespecific","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2519,"kind":32,"name":"system","url":"modules/shopperstores.html#attributedefinition.__type-1.system","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2520,"kind":32,"name":"unit","url":"modules/shopperstores.html#attributedefinition.__type-1.unit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2521,"kind":32,"name":"possibleValues","url":"modules/shopperstores.html#attributedefinition.__type-1.possiblevalues","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2522,"kind":32,"name":"type","url":"modules/shopperstores.html#attributedefinition.__type-1.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2523,"kind":32,"name":"visible","url":"modules/shopperstores.html#attributedefinition.__type-1.visible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.AttributeDefinition.__type"},{"id":2524,"kind":4194304,"name":"PropertyValueDefinition","url":"modules/shopperstores.html#propertyvaluedefinition","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2525,"kind":65536,"name":"__type","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.PropertyValueDefinition"},{"id":2526,"kind":32,"name":"description","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2527,"kind":32,"name":"displayValue","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.displayvalue","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2528,"kind":32,"name":"id","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2529,"kind":32,"name":"position","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.position","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2530,"kind":32,"name":"value","url":"modules/shopperstores.html#propertyvaluedefinition.__type-13.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.PropertyValueDefinition.__type"},{"id":2531,"kind":4194304,"name":"ErrorResponse","url":"modules/shopperstores.html#errorresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2532,"kind":4194304,"name":"ChangeControlled","url":"modules/shopperstores.html#changecontrolled","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2533,"kind":4194304,"name":"DateRangeFilter","url":"modules/shopperstores.html#daterangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2534,"kind":65536,"name":"__type","url":"modules/shopperstores.html#daterangefilter.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DateRangeFilter"},{"id":2535,"kind":4194304,"name":"EtagResponse","url":"modules/shopperstores.html#etagresponse","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2536,"kind":65536,"name":"__type","url":"modules/shopperstores.html#etagresponse.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.EtagResponse"},{"id":2537,"kind":4194304,"name":"IntegerRangeFilter","url":"modules/shopperstores.html#integerrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2538,"kind":65536,"name":"__type","url":"modules/shopperstores.html#integerrangefilter.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.IntegerRangeFilter"},{"id":2539,"kind":4194304,"name":"RateLimited3","url":"modules/shopperstores.html#ratelimited3","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2540,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited3.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited3"},{"id":2541,"kind":4194304,"name":"SyncCreated","url":"modules/shopperstores.html#synccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2542,"kind":65536,"name":"__type","url":"modules/shopperstores.html#synccreated.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.SyncCreated"},{"id":2543,"kind":4194304,"name":"DateConditionalRequest","url":"modules/shopperstores.html#dateconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2544,"kind":65536,"name":"__type","url":"modules/shopperstores.html#dateconditionalrequest.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DateConditionalRequest"},{"id":2545,"kind":4194304,"name":"RateLimited5","url":"modules/shopperstores.html#ratelimited5","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2546,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited5.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited5"},{"id":2547,"kind":4194304,"name":"EtagConditionalRequest","url":"modules/shopperstores.html#etagconditionalrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2548,"kind":65536,"name":"__type","url":"modules/shopperstores.html#etagconditionalrequest.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.EtagConditionalRequest"},{"id":2549,"kind":4194304,"name":"AsyncCreated","url":"modules/shopperstores.html#asynccreated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2550,"kind":65536,"name":"__type","url":"modules/shopperstores.html#asynccreated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.AsyncCreated"},{"id":2551,"kind":4194304,"name":"RateLimited","url":"modules/shopperstores.html#ratelimited","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2552,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited"},{"id":2553,"kind":4194304,"name":"RateLimited2","url":"modules/shopperstores.html#ratelimited2","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2554,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited2.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited2"},{"id":2555,"kind":4194304,"name":"OffsetPaginated","url":"modules/shopperstores.html#offsetpaginated","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2556,"kind":65536,"name":"__type","url":"modules/shopperstores.html#offsetpaginated.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.OffsetPaginated"},{"id":2557,"kind":4194304,"name":"RateLimited4","url":"modules/shopperstores.html#ratelimited4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2558,"kind":65536,"name":"__type","url":"modules/shopperstores.html#ratelimited4.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.RateLimited4"},{"id":2559,"kind":4194304,"name":"NumericRangeFilter","url":"modules/shopperstores.html#numericrangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2560,"kind":65536,"name":"__type","url":"modules/shopperstores.html#numericrangefilter.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.NumericRangeFilter"},{"id":2561,"kind":4194304,"name":"DatetimeRangeFilter","url":"modules/shopperstores.html#datetimerangefilter","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2562,"kind":65536,"name":"__type","url":"modules/shopperstores.html#datetimerangefilter.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.DatetimeRangeFilter"},{"id":2563,"kind":4194304,"name":"ChangeControlledDataType","url":"modules/shopperstores.html#changecontrolleddatatype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2564,"kind":4194304,"name":"Error","url":"modules/shopperstores.html#error","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2565,"kind":4194304,"name":"StoreResult","url":"modules/shopperstores.html#storeresult","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2566,"kind":4194304,"name":"Store","url":"modules/shopperstores.html#store","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2567,"kind":4194304,"name":"BadRequest","url":"modules/shopperstores.html#badrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2568,"kind":65536,"name":"__type","url":"modules/shopperstores.html#badrequest.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.BadRequest"},{"id":2569,"kind":4194304,"name":"Unauthorized","url":"modules/shopperstores.html#unauthorized","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"shopperStores"},{"id":2570,"kind":65536,"name":"__type","url":"modules/shopperstores.html#unauthorized.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"shopperStores.Unauthorized"},{"id":2571,"kind":4194304,"name":"ShopperStoresPathParameters","url":"modules/shopperstores.html#shopperstorespathparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2572,"kind":65536,"name":"__type","url":"modules/shopperstores.html#shopperstorespathparameters.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.ShopperStoresPathParameters"},{"id":2573,"kind":32,"name":"organizationId","url":"modules/shopperstores.html#shopperstorespathparameters.__type-22.organizationid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresPathParameters.__type"},{"id":2574,"kind":4194304,"name":"ShopperStoresQueryParameters","url":"modules/shopperstores.html#shopperstoresqueryparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"},{"id":2575,"kind":65536,"name":"__type","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"shopperStores.ShopperStoresQueryParameters"},{"id":2576,"kind":32,"name":"countryCode","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.countrycode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2577,"kind":32,"name":"distanceUnit","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.distanceunit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2578,"kind":32,"name":"latitude","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.latitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2579,"kind":32,"name":"longitude","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.longitude","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2580,"kind":32,"name":"maxDistance","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.maxdistance","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2581,"kind":32,"name":"postalCode","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.postalcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2582,"kind":32,"name":"siteId","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.siteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2583,"kind":32,"name":"locale","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.locale","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2584,"kind":32,"name":"offset","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.offset","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2585,"kind":32,"name":"limit","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.limit","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2586,"kind":32,"name":"ids","url":"modules/shopperstores.html#shopperstoresqueryparameters.__type-23.ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"shopperStores.ShopperStoresQueryParameters.__type"},{"id":2587,"kind":4194304,"name":"ShopperStoresParameters","url":"modules/shopperstores.html#shopperstoresparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"shopperStores"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,38.982]],["parent/0",[]],["name/1",[1,69.427]],["parent/1",[0,3.886]],["name/2",[2,69.427]],["parent/2",[3,6.922]],["name/3",[4,63.549]],["parent/3",[3,6.922]],["name/4",[5,69.427]],["parent/4",[0,3.886]],["name/5",[6,69.427]],["parent/5",[0,3.886]],["name/6",[7,74.536]],["parent/6",[0,3.886]],["name/7",[8,69.427]],["parent/7",[0,3.886]],["name/8",[9,69.427]],["parent/8",[0,3.886]],["name/9",[10,69.427]],["parent/9",[0,3.886]],["name/10",[11,48.386]],["parent/10",[]],["name/11",[12,74.536]],["parent/11",[11,4.824]],["name/12",[13,69.427]],["parent/12",[14,5.826]],["name/13",[15,69.427]],["parent/13",[14,5.826]],["name/14",[16,69.427]],["parent/14",[14,5.826]],["name/15",[17,66.063]],["parent/15",[14,5.826]],["name/16",[18,66.063]],["parent/16",[14,5.826]],["name/17",[19,66.063]],["parent/17",[14,5.826]],["name/18",[20,69.427]],["parent/18",[14,5.826]],["name/19",[11,48.386]],["parent/19",[11,4.824]],["name/20",[13,69.427]],["parent/20",[21,5.591]],["name/21",[15,69.427]],["parent/21",[21,5.591]],["name/22",[16,69.427]],["parent/22",[21,5.591]],["name/23",[22,18.176]],["parent/23",[23,7.431]],["name/24",[17,66.063]],["parent/24",[21,5.591]],["name/25",[18,66.063]],["parent/25",[21,5.591]],["name/26",[19,66.063]],["parent/26",[21,5.591]],["name/27",[20,69.427]],["parent/27",[21,5.591]],["name/28",[24,50.557]],["parent/28",[21,5.591]],["name/29",[25,74.536]],["parent/29",[21,5.591]],["name/30",[19,66.063]],["parent/30",[26,7.431]],["name/31",[27,74.536]],["parent/31",[11,4.824]],["name/32",[18,66.063]],["parent/32",[11,4.824]],["name/33",[28,74.536]],["parent/33",[11,4.824]],["name/34",[22,18.176]],["parent/34",[29,7.431]],["name/35",[30,69.427]],["parent/35",[]],["name/36",[31,74.536]],["parent/36",[30,6.922]],["name/37",[32,69.427]],["parent/37",[0,3.886]],["name/38",[33,69.427]],["parent/38",[0,3.886]],["name/39",[34,69.427]],["parent/39",[0,3.886]],["name/40",[35,69.427]],["parent/40",[0,3.886]],["name/41",[36,69.427]],["parent/41",[0,3.886]],["name/42",[37,66.063]],["parent/42",[]],["name/43",[37,66.063]],["parent/43",[37,6.586]],["name/44",[24,50.557]],["parent/44",[38,4.777]],["name/45",[39,74.536]],["parent/45",[38,4.777]],["name/46",[40,74.536]],["parent/46",[38,4.777]],["name/47",[41,74.536]],["parent/47",[38,4.777]],["name/48",[42,74.536]],["parent/48",[38,4.777]],["name/49",[43,74.536]],["parent/49",[38,4.777]],["name/50",[44,74.536]],["parent/50",[38,4.777]],["name/51",[45,69.427]],["parent/51",[38,4.777]],["name/52",[46,74.536]],["parent/52",[38,4.777]],["name/53",[47,74.536]],["parent/53",[38,4.777]],["name/54",[48,74.536]],["parent/54",[38,4.777]],["name/55",[49,74.536]],["parent/55",[38,4.777]],["name/56",[50,74.536]],["parent/56",[38,4.777]],["name/57",[51,74.536]],["parent/57",[38,4.777]],["name/58",[52,74.536]],["parent/58",[38,4.777]],["name/59",[53,74.536]],["parent/59",[38,4.777]],["name/60",[54,74.536]],["parent/60",[38,4.777]],["name/61",[55,74.536]],["parent/61",[38,4.777]],["name/62",[56,74.536]],["parent/62",[38,4.777]],["name/63",[57,74.536]],["parent/63",[38,4.777]],["name/64",[58,74.536]],["parent/64",[38,4.777]],["name/65",[4,63.549]],["parent/65",[]],["name/66",[59,74.536]],["parent/66",[4,6.336]],["name/67",[60,74.536]],["parent/67",[4,6.336]],["name/68",[61,35.617]],["parent/68",[]],["name/69",[61,35.617]],["parent/69",[61,3.551]],["name/70",[11,48.386]],["parent/70",[62,4.777]],["name/71",[63,52.563]],["parent/71",[62,4.777]],["name/72",[24,50.557]],["parent/72",[62,4.777]],["name/73",[64,52.563]],["parent/73",[62,4.777]],["name/74",[22,18.176]],["parent/74",[65,7.431]],["name/75",[66,69.427]],["parent/75",[67,4.305]],["name/76",[68,74.536]],["parent/76",[67,4.305]],["name/77",[69,69.427]],["parent/77",[67,4.305]],["name/78",[70,74.536]],["parent/78",[67,4.305]],["name/79",[71,69.427]],["parent/79",[67,4.305]],["name/80",[72,74.536]],["parent/80",[67,4.305]],["name/81",[73,69.427]],["parent/81",[67,4.305]],["name/82",[74,74.536]],["parent/82",[67,4.305]],["name/83",[75,69.427]],["parent/83",[67,4.305]],["name/84",[76,74.536]],["parent/84",[67,4.305]],["name/85",[77,69.427]],["parent/85",[67,4.305]],["name/86",[78,74.536]],["parent/86",[67,4.305]],["name/87",[79,69.427]],["parent/87",[67,4.305]],["name/88",[80,74.536]],["parent/88",[67,4.305]],["name/89",[81,69.427]],["parent/89",[67,4.305]],["name/90",[82,74.536]],["parent/90",[67,4.305]],["name/91",[83,69.427]],["parent/91",[67,4.305]],["name/92",[84,74.536]],["parent/92",[67,4.305]],["name/93",[85,69.427]],["parent/93",[67,4.305]],["name/94",[86,74.536]],["parent/94",[67,4.305]],["name/95",[87,63.549]],["parent/95",[67,4.305]],["name/96",[88,69.427]],["parent/96",[67,4.305]],["name/97",[89,69.427]],["parent/97",[67,4.305]],["name/98",[90,74.536]],["parent/98",[67,4.305]],["name/99",[91,69.427]],["parent/99",[67,4.305]],["name/100",[92,74.536]],["parent/100",[67,4.305]],["name/101",[93,69.427]],["parent/101",[67,4.305]],["name/102",[94,74.536]],["parent/102",[67,4.305]],["name/103",[95,69.427]],["parent/103",[67,4.305]],["name/104",[96,74.536]],["parent/104",[67,4.305]],["name/105",[97,69.427]],["parent/105",[67,4.305]],["name/106",[98,74.536]],["parent/106",[67,4.305]],["name/107",[99,69.427]],["parent/107",[67,4.305]],["name/108",[100,74.536]],["parent/108",[67,4.305]],["name/109",[66,69.427]],["parent/109",[62,4.777]],["name/110",[69,69.427]],["parent/110",[62,4.777]],["name/111",[71,69.427]],["parent/111",[62,4.777]],["name/112",[73,69.427]],["parent/112",[62,4.777]],["name/113",[75,69.427]],["parent/113",[62,4.777]],["name/114",[77,69.427]],["parent/114",[62,4.777]],["name/115",[79,69.427]],["parent/115",[62,4.777]],["name/116",[81,69.427]],["parent/116",[62,4.777]],["name/117",[83,69.427]],["parent/117",[62,4.777]],["name/118",[85,69.427]],["parent/118",[62,4.777]],["name/119",[87,63.549]],["parent/119",[62,4.777]],["name/120",[89,69.427]],["parent/120",[62,4.777]],["name/121",[91,69.427]],["parent/121",[62,4.777]],["name/122",[93,69.427]],["parent/122",[62,4.777]],["name/123",[95,69.427]],["parent/123",[62,4.777]],["name/124",[97,69.427]],["parent/124",[62,4.777]],["name/125",[99,69.427]],["parent/125",[62,4.777]],["name/126",[101,74.536]],["parent/126",[61,3.551]],["name/127",[102,74.536]],["parent/127",[61,3.551]],["name/128",[103,74.536]],["parent/128",[61,3.551]],["name/129",[104,74.536]],["parent/129",[61,3.551]],["name/130",[105,74.536]],["parent/130",[61,3.551]],["name/131",[106,74.536]],["parent/131",[61,3.551]],["name/132",[107,74.536]],["parent/132",[61,3.551]],["name/133",[108,74.536]],["parent/133",[61,3.551]],["name/134",[109,74.536]],["parent/134",[61,3.551]],["name/135",[110,74.536]],["parent/135",[61,3.551]],["name/136",[111,74.536]],["parent/136",[61,3.551]],["name/137",[112,74.536]],["parent/137",[61,3.551]],["name/138",[113,74.536]],["parent/138",[61,3.551]],["name/139",[114,74.536]],["parent/139",[61,3.551]],["name/140",[22,18.176]],["parent/140",[115,7.431]],["name/141",[116,52.563]],["parent/141",[61,3.551]],["name/142",[117,53.333]],["parent/142",[61,3.551]],["name/143",[118,53.333]],["parent/143",[61,3.551]],["name/144",[22,18.176]],["parent/144",[119,7.431]],["name/145",[120,52.563]],["parent/145",[61,3.551]],["name/146",[22,18.176]],["parent/146",[121,7.431]],["name/147",[122,53.333]],["parent/147",[61,3.551]],["name/148",[22,18.176]],["parent/148",[123,7.431]],["name/149",[124,52.563]],["parent/149",[61,3.551]],["name/150",[22,18.176]],["parent/150",[125,7.431]],["name/151",[126,52.563]],["parent/151",[61,3.551]],["name/152",[22,18.176]],["parent/152",[127,7.431]],["name/153",[128,52.563]],["parent/153",[61,3.551]],["name/154",[22,18.176]],["parent/154",[129,7.431]],["name/155",[130,52.563]],["parent/155",[61,3.551]],["name/156",[22,18.176]],["parent/156",[131,7.431]],["name/157",[132,52.563]],["parent/157",[61,3.551]],["name/158",[22,18.176]],["parent/158",[133,7.431]],["name/159",[134,52.563]],["parent/159",[61,3.551]],["name/160",[22,18.176]],["parent/160",[135,7.431]],["name/161",[136,52.563]],["parent/161",[61,3.551]],["name/162",[22,18.176]],["parent/162",[137,7.431]],["name/163",[138,52.563]],["parent/163",[61,3.551]],["name/164",[22,18.176]],["parent/164",[139,7.431]],["name/165",[140,52.563]],["parent/165",[61,3.551]],["name/166",[22,18.176]],["parent/166",[141,7.431]],["name/167",[142,52.563]],["parent/167",[61,3.551]],["name/168",[22,18.176]],["parent/168",[143,7.431]],["name/169",[144,52.563]],["parent/169",[61,3.551]],["name/170",[22,18.176]],["parent/170",[145,7.431]],["name/171",[146,53.333]],["parent/171",[61,3.551]],["name/172",[22,18.176]],["parent/172",[147,7.431]],["name/173",[148,53.333]],["parent/173",[61,3.551]],["name/174",[22,18.176]],["parent/174",[149,7.431]],["name/175",[150,53.333]],["parent/175",[61,3.551]],["name/176",[151,52.563]],["parent/176",[61,3.551]],["name/177",[152,52.563]],["parent/177",[61,3.551]],["name/178",[153,52.563]],["parent/178",[61,3.551]],["name/179",[154,52.563]],["parent/179",[61,3.551]],["name/180",[155,53.333]],["parent/180",[61,3.551]],["name/181",[156,53.333]],["parent/181",[61,3.551]],["name/182",[157,52.563]],["parent/182",[61,3.551]],["name/183",[158,52.563]],["parent/183",[61,3.551]],["name/184",[159,52.563]],["parent/184",[61,3.551]],["name/185",[160,52.563]],["parent/185",[61,3.551]],["name/186",[22,18.176]],["parent/186",[161,7.431]],["name/187",[162,52.563]],["parent/187",[61,3.551]],["name/188",[22,18.176]],["parent/188",[163,7.431]],["name/189",[164,46.203]],["parent/189",[61,3.551]],["name/190",[22,18.176]],["parent/190",[165,7.431]],["name/191",[166,52.563]],["parent/191",[61,3.551]],["name/192",[22,18.176]],["parent/192",[167,7.431]],["name/193",[168,52.563]],["parent/193",[61,3.551]],["name/194",[169,52.563]],["parent/194",[61,3.551]],["name/195",[170,52.563]],["parent/195",[61,3.551]],["name/196",[171,52.563]],["parent/196",[61,3.551]],["name/197",[172,52.563]],["parent/197",[61,3.551]],["name/198",[173,52.563]],["parent/198",[61,3.551]],["name/199",[174,51.849]],["parent/199",[61,3.551]],["name/200",[175,52.563]],["parent/200",[61,3.551]],["name/201",[176,52.563]],["parent/201",[61,3.551]],["name/202",[177,52.563]],["parent/202",[61,3.551]],["name/203",[178,52.563]],["parent/203",[61,3.551]],["name/204",[179,52.563]],["parent/204",[61,3.551]],["name/205",[180,52.563]],["parent/205",[61,3.551]],["name/206",[181,52.563]],["parent/206",[61,3.551]],["name/207",[182,52.563]],["parent/207",[61,3.551]],["name/208",[183,51.849]],["parent/208",[61,3.551]],["name/209",[184,52.563]],["parent/209",[61,3.551]],["name/210",[185,52.563]],["parent/210",[61,3.551]],["name/211",[186,53.333]],["parent/211",[61,3.551]],["name/212",[187,53.333]],["parent/212",[61,3.551]],["name/213",[22,18.176]],["parent/213",[188,7.431]],["name/214",[189,53.333]],["parent/214",[190,4.824]],["name/215",[191,44.09]],["parent/215",[190,4.824]],["name/216",[192,51.182]],["parent/216",[190,4.824]],["name/217",[193,46.604]],["parent/217",[190,4.824]],["name/218",[194,53.333]],["parent/218",[190,4.824]],["name/219",[195,53.333]],["parent/219",[190,4.824]],["name/220",[196,53.333]],["parent/220",[190,4.824]],["name/221",[197,51.849]],["parent/221",[190,4.824]],["name/222",[198,53.333]],["parent/222",[190,4.824]],["name/223",[199,51.849]],["parent/223",[190,4.824]],["name/224",[200,53.333]],["parent/224",[190,4.824]],["name/225",[201,53.333]],["parent/225",[190,4.824]],["name/226",[202,53.333]],["parent/226",[190,4.824]],["name/227",[203,53.333]],["parent/227",[190,4.824]],["name/228",[164,46.203]],["parent/228",[190,4.824]],["name/229",[204,53.333]],["parent/229",[190,4.824]],["name/230",[205,53.333]],["parent/230",[190,4.824]],["name/231",[206,53.333]],["parent/231",[190,4.824]],["name/232",[207,49.413]],["parent/232",[190,4.824]],["name/233",[208,53.333]],["parent/233",[190,4.824]],["name/234",[209,53.333]],["parent/234",[61,3.551]],["name/235",[22,18.176]],["parent/235",[210,7.431]],["name/236",[193,46.604]],["parent/236",[211,6.136]],["name/237",[212,53.333]],["parent/237",[211,6.136]],["name/238",[191,44.09]],["parent/238",[211,6.136]],["name/239",[213,53.333]],["parent/239",[211,6.136]],["name/240",[214,49.413]],["parent/240",[211,6.136]],["name/241",[215,74.536]],["parent/241",[61,3.551]],["name/242",[22,18.176]],["parent/242",[216,7.431]],["name/243",[217,51.849]],["parent/243",[218,7.431]],["name/244",[219,74.536]],["parent/244",[61,3.551]],["name/245",[22,18.176]],["parent/245",[220,7.431]],["name/246",[221,74.536]],["parent/246",[222,5.24]],["name/247",[223,74.536]],["parent/247",[222,5.24]],["name/248",[224,74.536]],["parent/248",[222,5.24]],["name/249",[225,74.536]],["parent/249",[222,5.24]],["name/250",[226,74.536]],["parent/250",[222,5.24]],["name/251",[227,74.536]],["parent/251",[222,5.24]],["name/252",[228,74.536]],["parent/252",[222,5.24]],["name/253",[229,74.536]],["parent/253",[222,5.24]],["name/254",[230,69.427]],["parent/254",[222,5.24]],["name/255",[231,74.536]],["parent/255",[222,5.24]],["name/256",[232,74.536]],["parent/256",[222,5.24]],["name/257",[233,74.536]],["parent/257",[222,5.24]],["name/258",[234,74.536]],["parent/258",[222,5.24]],["name/259",[235,74.536]],["parent/259",[61,3.551]],["name/260",[236,66.063]],["parent/260",[]],["name/261",[236,66.063]],["parent/261",[236,6.586]],["name/262",[24,50.557]],["parent/262",[237,5.969]],["name/263",[238,74.536]],["parent/263",[237,5.969]],["name/264",[192,51.182]],["parent/264",[237,5.969]],["name/265",[239,66.063]],["parent/265",[237,5.969]],["name/266",[240,74.536]],["parent/266",[237,5.969]],["name/267",[151,52.563]],["parent/267",[237,5.969]],["name/268",[241,69.427]],["parent/268",[0,3.886]],["name/269",[242,69.427]],["parent/269",[0,3.886]],["name/270",[243,74.536]],["parent/270",[0,3.886]],["name/271",[244,69.427]],["parent/271",[0,3.886]],["name/272",[245,69.427]],["parent/272",[0,3.886]],["name/273",[246,69.427]],["parent/273",[0,3.886]],["name/274",[247,69.427]],["parent/274",[0,3.886]],["name/275",[248,69.427]],["parent/275",[0,3.886]],["name/276",[249,69.427]],["parent/276",[0,3.886]],["name/277",[250,69.427]],["parent/277",[0,3.886]],["name/278",[251,69.427]],["parent/278",[0,3.886]],["name/279",[32,69.427]],["parent/279",[0,3.886]],["name/280",[33,69.427]],["parent/280",[0,3.886]],["name/281",[34,69.427]],["parent/281",[0,3.886]],["name/282",[35,69.427]],["parent/282",[0,3.886]],["name/283",[36,69.427]],["parent/283",[0,3.886]],["name/284",[246,69.427]],["parent/284",[0,3.886]],["name/285",[247,69.427]],["parent/285",[0,3.886]],["name/286",[248,69.427]],["parent/286",[0,3.886]],["name/287",[249,69.427]],["parent/287",[0,3.886]],["name/288",[250,69.427]],["parent/288",[0,3.886]],["name/289",[251,69.427]],["parent/289",[0,3.886]],["name/290",[241,69.427]],["parent/290",[0,3.886]],["name/291",[242,69.427]],["parent/291",[0,3.886]],["name/292",[244,69.427]],["parent/292",[0,3.886]],["name/293",[245,69.427]],["parent/293",[0,3.886]],["name/294",[8,69.427]],["parent/294",[0,3.886]],["name/295",[9,69.427]],["parent/295",[0,3.886]],["name/296",[1,69.427]],["parent/296",[0,3.886]],["name/297",[5,69.427]],["parent/297",[0,3.886]],["name/298",[6,69.427]],["parent/298",[0,3.886]],["name/299",[10,69.427]],["parent/299",[0,3.886]],["name/300",[252,69.427]],["parent/300",[0,3.886]],["name/301",[253,69.427]],["parent/301",[0,3.886]],["name/302",[254,69.427]],["parent/302",[0,3.886]],["name/303",[254,69.427]],["parent/303",[0,3.886]],["name/304",[252,69.427]],["parent/304",[0,3.886]],["name/305",[255,74.536]],["parent/305",[256,6.136]],["name/306",[257,74.536]],["parent/306",[256,6.136]],["name/307",[258,74.536]],["parent/307",[256,6.136]],["name/308",[217,51.849]],["parent/308",[256,6.136]],["name/309",[2,69.427]],["parent/309",[256,6.136]],["name/310",[259,74.536]],["parent/310",[0,3.886]],["name/311",[253,69.427]],["parent/311",[0,3.886]],["name/312",[260,32.39]],["parent/312",[]],["name/313",[260,32.39]],["parent/313",[260,3.229]],["name/314",[11,48.386]],["parent/314",[261,4.121]],["name/315",[63,52.563]],["parent/315",[261,4.121]],["name/316",[24,50.557]],["parent/316",[261,4.121]],["name/317",[64,52.563]],["parent/317",[261,4.121]],["name/318",[22,18.176]],["parent/318",[262,7.431]],["name/319",[263,69.427]],["parent/319",[264,3.538]],["name/320",[265,74.536]],["parent/320",[264,3.538]],["name/321",[266,69.427]],["parent/321",[264,3.538]],["name/322",[267,74.536]],["parent/322",[264,3.538]],["name/323",[268,69.427]],["parent/323",[264,3.538]],["name/324",[269,74.536]],["parent/324",[264,3.538]],["name/325",[270,69.427]],["parent/325",[264,3.538]],["name/326",[271,74.536]],["parent/326",[264,3.538]],["name/327",[272,69.427]],["parent/327",[264,3.538]],["name/328",[273,74.536]],["parent/328",[264,3.538]],["name/329",[274,69.427]],["parent/329",[264,3.538]],["name/330",[275,74.536]],["parent/330",[264,3.538]],["name/331",[276,69.427]],["parent/331",[264,3.538]],["name/332",[277,74.536]],["parent/332",[264,3.538]],["name/333",[278,69.427]],["parent/333",[264,3.538]],["name/334",[279,74.536]],["parent/334",[264,3.538]],["name/335",[280,69.427]],["parent/335",[264,3.538]],["name/336",[281,74.536]],["parent/336",[264,3.538]],["name/337",[282,69.427]],["parent/337",[264,3.538]],["name/338",[283,74.536]],["parent/338",[264,3.538]],["name/339",[284,69.427]],["parent/339",[264,3.538]],["name/340",[285,74.536]],["parent/340",[264,3.538]],["name/341",[286,69.427]],["parent/341",[264,3.538]],["name/342",[287,74.536]],["parent/342",[264,3.538]],["name/343",[288,69.427]],["parent/343",[264,3.538]],["name/344",[289,74.536]],["parent/344",[264,3.538]],["name/345",[290,69.427]],["parent/345",[264,3.538]],["name/346",[291,74.536]],["parent/346",[264,3.538]],["name/347",[292,69.427]],["parent/347",[264,3.538]],["name/348",[293,74.536]],["parent/348",[264,3.538]],["name/349",[294,69.427]],["parent/349",[264,3.538]],["name/350",[295,74.536]],["parent/350",[264,3.538]],["name/351",[296,69.427]],["parent/351",[264,3.538]],["name/352",[297,74.536]],["parent/352",[264,3.538]],["name/353",[298,69.427]],["parent/353",[264,3.538]],["name/354",[299,74.536]],["parent/354",[264,3.538]],["name/355",[300,69.427]],["parent/355",[264,3.538]],["name/356",[301,74.536]],["parent/356",[264,3.538]],["name/357",[302,69.427]],["parent/357",[264,3.538]],["name/358",[303,74.536]],["parent/358",[264,3.538]],["name/359",[304,69.427]],["parent/359",[264,3.538]],["name/360",[305,74.536]],["parent/360",[264,3.538]],["name/361",[306,69.427]],["parent/361",[264,3.538]],["name/362",[307,74.536]],["parent/362",[264,3.538]],["name/363",[308,69.427]],["parent/363",[264,3.538]],["name/364",[309,74.536]],["parent/364",[264,3.538]],["name/365",[310,69.427]],["parent/365",[264,3.538]],["name/366",[311,74.536]],["parent/366",[264,3.538]],["name/367",[312,69.427]],["parent/367",[264,3.538]],["name/368",[313,74.536]],["parent/368",[264,3.538]],["name/369",[314,69.427]],["parent/369",[264,3.538]],["name/370",[315,74.536]],["parent/370",[264,3.538]],["name/371",[316,69.427]],["parent/371",[264,3.538]],["name/372",[317,74.536]],["parent/372",[264,3.538]],["name/373",[318,69.427]],["parent/373",[264,3.538]],["name/374",[319,74.536]],["parent/374",[264,3.538]],["name/375",[320,69.427]],["parent/375",[264,3.538]],["name/376",[321,74.536]],["parent/376",[264,3.538]],["name/377",[322,69.427]],["parent/377",[264,3.538]],["name/378",[323,74.536]],["parent/378",[264,3.538]],["name/379",[324,69.427]],["parent/379",[264,3.538]],["name/380",[325,74.536]],["parent/380",[264,3.538]],["name/381",[326,69.427]],["parent/381",[264,3.538]],["name/382",[327,74.536]],["parent/382",[264,3.538]],["name/383",[328,69.427]],["parent/383",[264,3.538]],["name/384",[329,74.536]],["parent/384",[264,3.538]],["name/385",[330,69.427]],["parent/385",[264,3.538]],["name/386",[331,74.536]],["parent/386",[264,3.538]],["name/387",[332,69.427]],["parent/387",[264,3.538]],["name/388",[333,74.536]],["parent/388",[264,3.538]],["name/389",[334,69.427]],["parent/389",[264,3.538]],["name/390",[335,74.536]],["parent/390",[264,3.538]],["name/391",[336,69.427]],["parent/391",[264,3.538]],["name/392",[337,74.536]],["parent/392",[264,3.538]],["name/393",[263,69.427]],["parent/393",[261,4.121]],["name/394",[266,69.427]],["parent/394",[261,4.121]],["name/395",[268,69.427]],["parent/395",[261,4.121]],["name/396",[270,69.427]],["parent/396",[261,4.121]],["name/397",[272,69.427]],["parent/397",[261,4.121]],["name/398",[274,69.427]],["parent/398",[261,4.121]],["name/399",[276,69.427]],["parent/399",[261,4.121]],["name/400",[278,69.427]],["parent/400",[261,4.121]],["name/401",[280,69.427]],["parent/401",[261,4.121]],["name/402",[282,69.427]],["parent/402",[261,4.121]],["name/403",[284,69.427]],["parent/403",[261,4.121]],["name/404",[286,69.427]],["parent/404",[261,4.121]],["name/405",[288,69.427]],["parent/405",[261,4.121]],["name/406",[290,69.427]],["parent/406",[261,4.121]],["name/407",[292,69.427]],["parent/407",[261,4.121]],["name/408",[294,69.427]],["parent/408",[261,4.121]],["name/409",[296,69.427]],["parent/409",[261,4.121]],["name/410",[298,69.427]],["parent/410",[261,4.121]],["name/411",[300,69.427]],["parent/411",[261,4.121]],["name/412",[302,69.427]],["parent/412",[261,4.121]],["name/413",[304,69.427]],["parent/413",[261,4.121]],["name/414",[306,69.427]],["parent/414",[261,4.121]],["name/415",[308,69.427]],["parent/415",[261,4.121]],["name/416",[310,69.427]],["parent/416",[261,4.121]],["name/417",[312,69.427]],["parent/417",[261,4.121]],["name/418",[314,69.427]],["parent/418",[261,4.121]],["name/419",[316,69.427]],["parent/419",[261,4.121]],["name/420",[318,69.427]],["parent/420",[261,4.121]],["name/421",[320,69.427]],["parent/421",[261,4.121]],["name/422",[322,69.427]],["parent/422",[261,4.121]],["name/423",[324,69.427]],["parent/423",[261,4.121]],["name/424",[326,69.427]],["parent/424",[261,4.121]],["name/425",[328,69.427]],["parent/425",[261,4.121]],["name/426",[330,69.427]],["parent/426",[261,4.121]],["name/427",[332,69.427]],["parent/427",[261,4.121]],["name/428",[334,69.427]],["parent/428",[261,4.121]],["name/429",[336,69.427]],["parent/429",[261,4.121]],["name/430",[116,52.563]],["parent/430",[260,3.229]],["name/431",[338,61.543]],["parent/431",[260,3.229]],["name/432",[22,18.176]],["parent/432",[339,7.431]],["name/433",[152,52.563]],["parent/433",[260,3.229]],["name/434",[153,52.563]],["parent/434",[260,3.229]],["name/435",[154,52.563]],["parent/435",[260,3.229]],["name/436",[155,53.333]],["parent/436",[260,3.229]],["name/437",[156,53.333]],["parent/437",[260,3.229]],["name/438",[157,52.563]],["parent/438",[260,3.229]],["name/439",[158,52.563]],["parent/439",[260,3.229]],["name/440",[159,52.563]],["parent/440",[260,3.229]],["name/441",[160,52.563]],["parent/441",[260,3.229]],["name/442",[22,18.176]],["parent/442",[340,7.431]],["name/443",[162,52.563]],["parent/443",[260,3.229]],["name/444",[22,18.176]],["parent/444",[341,7.431]],["name/445",[164,46.203]],["parent/445",[260,3.229]],["name/446",[22,18.176]],["parent/446",[342,7.431]],["name/447",[343,54.167]],["parent/447",[260,3.229]],["name/448",[22,18.176]],["parent/448",[344,7.431]],["name/449",[166,52.563]],["parent/449",[260,3.229]],["name/450",[22,18.176]],["parent/450",[345,7.431]],["name/451",[168,52.563]],["parent/451",[260,3.229]],["name/452",[169,52.563]],["parent/452",[260,3.229]],["name/453",[170,52.563]],["parent/453",[260,3.229]],["name/454",[171,52.563]],["parent/454",[260,3.229]],["name/455",[172,52.563]],["parent/455",[260,3.229]],["name/456",[173,52.563]],["parent/456",[260,3.229]],["name/457",[174,51.849]],["parent/457",[260,3.229]],["name/458",[175,52.563]],["parent/458",[260,3.229]],["name/459",[176,52.563]],["parent/459",[260,3.229]],["name/460",[177,52.563]],["parent/460",[260,3.229]],["name/461",[178,52.563]],["parent/461",[260,3.229]],["name/462",[179,52.563]],["parent/462",[260,3.229]],["name/463",[180,52.563]],["parent/463",[260,3.229]],["name/464",[181,52.563]],["parent/464",[260,3.229]],["name/465",[182,52.563]],["parent/465",[260,3.229]],["name/466",[183,51.849]],["parent/466",[260,3.229]],["name/467",[142,52.563]],["parent/467",[260,3.229]],["name/468",[184,52.563]],["parent/468",[260,3.229]],["name/469",[185,52.563]],["parent/469",[260,3.229]],["name/470",[186,53.333]],["parent/470",[260,3.229]],["name/471",[187,53.333]],["parent/471",[260,3.229]],["name/472",[22,18.176]],["parent/472",[346,7.431]],["name/473",[189,53.333]],["parent/473",[347,4.824]],["name/474",[191,44.09]],["parent/474",[347,4.824]],["name/475",[192,51.182]],["parent/475",[347,4.824]],["name/476",[193,46.604]],["parent/476",[347,4.824]],["name/477",[194,53.333]],["parent/477",[347,4.824]],["name/478",[195,53.333]],["parent/478",[347,4.824]],["name/479",[196,53.333]],["parent/479",[347,4.824]],["name/480",[197,51.849]],["parent/480",[347,4.824]],["name/481",[198,53.333]],["parent/481",[347,4.824]],["name/482",[199,51.849]],["parent/482",[347,4.824]],["name/483",[200,53.333]],["parent/483",[347,4.824]],["name/484",[201,53.333]],["parent/484",[347,4.824]],["name/485",[202,53.333]],["parent/485",[347,4.824]],["name/486",[203,53.333]],["parent/486",[347,4.824]],["name/487",[164,46.203]],["parent/487",[347,4.824]],["name/488",[204,53.333]],["parent/488",[347,4.824]],["name/489",[205,53.333]],["parent/489",[347,4.824]],["name/490",[206,53.333]],["parent/490",[347,4.824]],["name/491",[207,49.413]],["parent/491",[347,4.824]],["name/492",[208,53.333]],["parent/492",[347,4.824]],["name/493",[209,53.333]],["parent/493",[260,3.229]],["name/494",[22,18.176]],["parent/494",[348,7.431]],["name/495",[193,46.604]],["parent/495",[349,6.136]],["name/496",[212,53.333]],["parent/496",[349,6.136]],["name/497",[191,44.09]],["parent/497",[349,6.136]],["name/498",[213,53.333]],["parent/498",[349,6.136]],["name/499",[214,49.413]],["parent/499",[349,6.136]],["name/500",[350,69.427]],["parent/500",[260,3.229]],["name/501",[351,69.427]],["parent/501",[260,3.229]],["name/502",[352,66.063]],["parent/502",[260,3.229]],["name/503",[353,69.427]],["parent/503",[260,3.229]],["name/504",[354,66.063]],["parent/504",[260,3.229]],["name/505",[22,18.176]],["parent/505",[355,7.431]],["name/506",[356,63.549]],["parent/506",[357,5.4]],["name/507",[358,69.427]],["parent/507",[357,5.4]],["name/508",[359,63.549]],["parent/508",[357,5.4]],["name/509",[360,63.549]],["parent/509",[357,5.4]],["name/510",[361,63.549]],["parent/510",[357,5.4]],["name/511",[362,63.549]],["parent/511",[357,5.4]],["name/512",[363,63.549]],["parent/512",[357,5.4]],["name/513",[364,63.549]],["parent/513",[357,5.4]],["name/514",[365,69.427]],["parent/514",[357,5.4]],["name/515",[366,63.549]],["parent/515",[357,5.4]],["name/516",[367,63.549]],["parent/516",[357,5.4]],["name/517",[368,69.427]],["parent/517",[260,3.229]],["name/518",[369,66.063]],["parent/518",[260,3.229]],["name/519",[370,66.063]],["parent/519",[260,3.229]],["name/520",[371,69.427]],["parent/520",[260,3.229]],["name/521",[22,18.176]],["parent/521",[372,7.431]],["name/522",[373,69.427]],["parent/522",[374,6.136]],["name/523",[375,69.427]],["parent/523",[374,6.136]],["name/524",[191,44.09]],["parent/524",[374,6.136]],["name/525",[376,69.427]],["parent/525",[374,6.136]],["name/526",[377,69.427]],["parent/526",[374,6.136]],["name/527",[378,66.063]],["parent/527",[260,3.229]],["name/528",[379,69.427]],["parent/528",[260,3.229]],["name/529",[22,18.176]],["parent/529",[380,7.431]],["name/530",[381,69.427]],["parent/530",[382,6.336]],["name/531",[192,51.182]],["parent/531",[382,6.336]],["name/532",[383,69.427]],["parent/532",[382,6.336]],["name/533",[384,59.872]],["parent/533",[382,6.336]],["name/534",[385,69.427]],["parent/534",[260,3.229]],["name/535",[386,66.063]],["parent/535",[260,3.229]],["name/536",[387,66.063]],["parent/536",[260,3.229]],["name/537",[388,69.427]],["parent/537",[260,3.229]],["name/538",[389,63.549]],["parent/538",[260,3.229]],["name/539",[22,18.176]],["parent/539",[390,7.431]],["name/540",[389,63.549]],["parent/540",[391,7.431]],["name/541",[392,66.063]],["parent/541",[260,3.229]],["name/542",[393,66.063]],["parent/542",[260,3.229]],["name/543",[394,69.427]],["parent/543",[260,3.229]],["name/544",[395,66.063]],["parent/544",[260,3.229]],["name/545",[396,66.063]],["parent/545",[260,3.229]],["name/546",[397,66.063]],["parent/546",[260,3.229]],["name/547",[22,18.176]],["parent/547",[398,7.431]],["name/548",[399,66.063]],["parent/548",[260,3.229]],["name/549",[400,69.427]],["parent/549",[260,3.229]],["name/550",[401,61.543]],["parent/550",[260,3.229]],["name/551",[22,18.176]],["parent/551",[402,7.431]],["name/552",[403,69.427]],["parent/552",[404,6.336]],["name/553",[405,66.063]],["parent/553",[404,6.336]],["name/554",[406,69.427]],["parent/554",[404,6.336]],["name/555",[384,59.872]],["parent/555",[404,6.336]],["name/556",[407,66.063]],["parent/556",[260,3.229]],["name/557",[408,66.063]],["parent/557",[260,3.229]],["name/558",[409,69.427]],["parent/558",[260,3.229]],["name/559",[22,18.176]],["parent/559",[410,7.431]],["name/560",[207,49.413]],["parent/560",[411,6.922]],["name/561",[214,49.413]],["parent/561",[411,6.922]],["name/562",[412,66.063]],["parent/562",[260,3.229]],["name/563",[413,69.427]],["parent/563",[260,3.229]],["name/564",[22,18.176]],["parent/564",[414,7.431]],["name/565",[415,66.063]],["parent/565",[416,6.922]],["name/566",[417,69.427]],["parent/566",[416,6.922]],["name/567",[418,69.427]],["parent/567",[260,3.229]],["name/568",[419,66.063]],["parent/568",[260,3.229]],["name/569",[420,66.063]],["parent/569",[260,3.229]],["name/570",[421,66.063]],["parent/570",[260,3.229]],["name/571",[22,18.176]],["parent/571",[422,7.431]],["name/572",[423,66.063]],["parent/572",[424,6.922]],["name/573",[425,66.063]],["parent/573",[424,6.922]],["name/574",[426,66.063]],["parent/574",[260,3.229]],["name/575",[427,69.427]],["parent/575",[260,3.229]],["name/576",[22,18.176]],["parent/576",[428,7.431]],["name/577",[356,63.549]],["parent/577",[429,5.591]],["name/578",[359,63.549]],["parent/578",[429,5.591]],["name/579",[360,63.549]],["parent/579",[429,5.591]],["name/580",[361,63.549]],["parent/580",[429,5.591]],["name/581",[362,63.549]],["parent/581",[429,5.591]],["name/582",[363,63.549]],["parent/582",[429,5.591]],["name/583",[364,63.549]],["parent/583",[429,5.591]],["name/584",[366,63.549]],["parent/584",[429,5.591]],["name/585",[367,63.549]],["parent/585",[429,5.591]],["name/586",[430,69.427]],["parent/586",[260,3.229]],["name/587",[431,69.427]],["parent/587",[260,3.229]],["name/588",[22,18.176]],["parent/588",[432,7.431]],["name/589",[191,44.09]],["parent/589",[433,6.586]],["name/590",[434,69.427]],["parent/590",[433,6.586]],["name/591",[214,49.413]],["parent/591",[433,6.586]],["name/592",[435,59.872]],["parent/592",[260,3.229]],["name/593",[22,18.176]],["parent/593",[436,7.431]],["name/594",[437,69.427]],["parent/594",[438,6.586]],["name/595",[239,66.063]],["parent/595",[438,6.586]],["name/596",[435,59.872]],["parent/596",[438,6.586]],["name/597",[439,66.063]],["parent/597",[260,3.229]],["name/598",[22,18.176]],["parent/598",[440,7.431]],["name/599",[191,44.09]],["parent/599",[441,5.702]],["name/600",[442,69.427]],["parent/600",[441,5.702]],["name/601",[401,61.543]],["parent/601",[441,5.702]],["name/602",[443,69.427]],["parent/602",[441,5.702]],["name/603",[444,69.427]],["parent/603",[441,5.702]],["name/604",[445,69.427]],["parent/604",[441,5.702]],["name/605",[446,69.427]],["parent/605",[441,5.702]],["name/606",[207,49.413]],["parent/606",[441,5.702]],["name/607",[117,53.333]],["parent/607",[260,3.229]],["name/608",[118,53.333]],["parent/608",[260,3.229]],["name/609",[22,18.176]],["parent/609",[447,7.431]],["name/610",[120,52.563]],["parent/610",[260,3.229]],["name/611",[22,18.176]],["parent/611",[448,7.431]],["name/612",[122,53.333]],["parent/612",[260,3.229]],["name/613",[22,18.176]],["parent/613",[449,7.431]],["name/614",[124,52.563]],["parent/614",[260,3.229]],["name/615",[22,18.176]],["parent/615",[450,7.431]],["name/616",[126,52.563]],["parent/616",[260,3.229]],["name/617",[22,18.176]],["parent/617",[451,7.431]],["name/618",[128,52.563]],["parent/618",[260,3.229]],["name/619",[22,18.176]],["parent/619",[452,7.431]],["name/620",[130,52.563]],["parent/620",[260,3.229]],["name/621",[22,18.176]],["parent/621",[453,7.431]],["name/622",[132,52.563]],["parent/622",[260,3.229]],["name/623",[22,18.176]],["parent/623",[454,7.431]],["name/624",[134,52.563]],["parent/624",[260,3.229]],["name/625",[22,18.176]],["parent/625",[455,7.431]],["name/626",[136,52.563]],["parent/626",[260,3.229]],["name/627",[22,18.176]],["parent/627",[456,7.431]],["name/628",[138,52.563]],["parent/628",[260,3.229]],["name/629",[22,18.176]],["parent/629",[457,7.431]],["name/630",[140,52.563]],["parent/630",[260,3.229]],["name/631",[22,18.176]],["parent/631",[458,7.431]],["name/632",[144,52.563]],["parent/632",[260,3.229]],["name/633",[22,18.176]],["parent/633",[459,7.431]],["name/634",[146,53.333]],["parent/634",[260,3.229]],["name/635",[22,18.176]],["parent/635",[460,7.431]],["name/636",[148,53.333]],["parent/636",[260,3.229]],["name/637",[22,18.176]],["parent/637",[461,7.431]],["name/638",[150,53.333]],["parent/638",[260,3.229]],["name/639",[151,52.563]],["parent/639",[260,3.229]],["name/640",[462,74.536]],["parent/640",[260,3.229]],["name/641",[22,18.176]],["parent/641",[463,7.431]],["name/642",[217,51.849]],["parent/642",[464,5.702]],["name/643",[465,74.536]],["parent/643",[464,5.702]],["name/644",[466,74.536]],["parent/644",[464,5.702]],["name/645",[467,74.536]],["parent/645",[464,5.702]],["name/646",[468,69.427]],["parent/646",[464,5.702]],["name/647",[469,66.063]],["parent/647",[464,5.702]],["name/648",[470,74.536]],["parent/648",[464,5.702]],["name/649",[471,74.536]],["parent/649",[464,5.702]],["name/650",[472,74.536]],["parent/650",[260,3.229]],["name/651",[22,18.176]],["parent/651",[473,7.431]],["name/652",[474,74.536]],["parent/652",[475,5.4]],["name/653",[476,74.536]],["parent/653",[475,5.4]],["name/654",[477,54.167]],["parent/654",[475,5.4]],["name/655",[478,56.077]],["parent/655",[475,5.4]],["name/656",[479,74.536]],["parent/656",[475,5.4]],["name/657",[480,74.536]],["parent/657",[475,5.4]],["name/658",[481,74.536]],["parent/658",[475,5.4]],["name/659",[482,74.536]],["parent/659",[475,5.4]],["name/660",[483,74.536]],["parent/660",[475,5.4]],["name/661",[484,74.536]],["parent/661",[475,5.4]],["name/662",[485,74.536]],["parent/662",[475,5.4]],["name/663",[486,74.536]],["parent/663",[260,3.229]],["name/664",[487,37.4]],["parent/664",[]],["name/665",[487,37.4]],["parent/665",[487,3.729]],["name/666",[11,48.386]],["parent/666",[488,5.702]],["name/667",[63,52.563]],["parent/667",[488,5.702]],["name/668",[24,50.557]],["parent/668",[488,5.702]],["name/669",[64,52.563]],["parent/669",[488,5.702]],["name/670",[22,18.176]],["parent/670",[489,7.431]],["name/671",[490,69.427]],["parent/671",[491,5.702]],["name/672",[492,74.536]],["parent/672",[491,5.702]],["name/673",[493,69.427]],["parent/673",[491,5.702]],["name/674",[494,74.536]],["parent/674",[491,5.702]],["name/675",[495,69.427]],["parent/675",[491,5.702]],["name/676",[496,74.536]],["parent/676",[491,5.702]],["name/677",[497,69.427]],["parent/677",[491,5.702]],["name/678",[498,74.536]],["parent/678",[491,5.702]],["name/679",[490,69.427]],["parent/679",[488,5.702]],["name/680",[493,69.427]],["parent/680",[488,5.702]],["name/681",[495,69.427]],["parent/681",[488,5.702]],["name/682",[497,69.427]],["parent/682",[488,5.702]],["name/683",[499,74.536]],["parent/683",[487,3.729]],["name/684",[116,52.563]],["parent/684",[487,3.729]],["name/685",[117,53.333]],["parent/685",[487,3.729]],["name/686",[118,53.333]],["parent/686",[487,3.729]],["name/687",[22,18.176]],["parent/687",[500,7.431]],["name/688",[120,52.563]],["parent/688",[487,3.729]],["name/689",[22,18.176]],["parent/689",[501,7.431]],["name/690",[122,53.333]],["parent/690",[487,3.729]],["name/691",[22,18.176]],["parent/691",[502,7.431]],["name/692",[124,52.563]],["parent/692",[487,3.729]],["name/693",[22,18.176]],["parent/693",[503,7.431]],["name/694",[126,52.563]],["parent/694",[487,3.729]],["name/695",[22,18.176]],["parent/695",[504,7.431]],["name/696",[128,52.563]],["parent/696",[487,3.729]],["name/697",[22,18.176]],["parent/697",[505,7.431]],["name/698",[130,52.563]],["parent/698",[487,3.729]],["name/699",[22,18.176]],["parent/699",[506,7.431]],["name/700",[132,52.563]],["parent/700",[487,3.729]],["name/701",[22,18.176]],["parent/701",[507,7.431]],["name/702",[134,52.563]],["parent/702",[487,3.729]],["name/703",[22,18.176]],["parent/703",[508,7.431]],["name/704",[136,52.563]],["parent/704",[487,3.729]],["name/705",[22,18.176]],["parent/705",[509,7.431]],["name/706",[138,52.563]],["parent/706",[487,3.729]],["name/707",[22,18.176]],["parent/707",[510,7.431]],["name/708",[140,52.563]],["parent/708",[487,3.729]],["name/709",[22,18.176]],["parent/709",[511,7.431]],["name/710",[142,52.563]],["parent/710",[487,3.729]],["name/711",[22,18.176]],["parent/711",[512,7.431]],["name/712",[144,52.563]],["parent/712",[487,3.729]],["name/713",[22,18.176]],["parent/713",[513,7.431]],["name/714",[146,53.333]],["parent/714",[487,3.729]],["name/715",[22,18.176]],["parent/715",[514,7.431]],["name/716",[148,53.333]],["parent/716",[487,3.729]],["name/717",[22,18.176]],["parent/717",[515,7.431]],["name/718",[150,53.333]],["parent/718",[487,3.729]],["name/719",[151,52.563]],["parent/719",[487,3.729]],["name/720",[152,52.563]],["parent/720",[487,3.729]],["name/721",[153,52.563]],["parent/721",[487,3.729]],["name/722",[154,52.563]],["parent/722",[487,3.729]],["name/723",[155,53.333]],["parent/723",[487,3.729]],["name/724",[156,53.333]],["parent/724",[487,3.729]],["name/725",[157,52.563]],["parent/725",[487,3.729]],["name/726",[158,52.563]],["parent/726",[487,3.729]],["name/727",[159,52.563]],["parent/727",[487,3.729]],["name/728",[160,52.563]],["parent/728",[487,3.729]],["name/729",[22,18.176]],["parent/729",[516,7.431]],["name/730",[162,52.563]],["parent/730",[487,3.729]],["name/731",[22,18.176]],["parent/731",[517,7.431]],["name/732",[164,46.203]],["parent/732",[487,3.729]],["name/733",[22,18.176]],["parent/733",[518,7.431]],["name/734",[343,54.167]],["parent/734",[487,3.729]],["name/735",[22,18.176]],["parent/735",[519,7.431]],["name/736",[166,52.563]],["parent/736",[487,3.729]],["name/737",[22,18.176]],["parent/737",[520,7.431]],["name/738",[168,52.563]],["parent/738",[487,3.729]],["name/739",[169,52.563]],["parent/739",[487,3.729]],["name/740",[170,52.563]],["parent/740",[487,3.729]],["name/741",[171,52.563]],["parent/741",[487,3.729]],["name/742",[172,52.563]],["parent/742",[487,3.729]],["name/743",[173,52.563]],["parent/743",[487,3.729]],["name/744",[174,51.849]],["parent/744",[487,3.729]],["name/745",[175,52.563]],["parent/745",[487,3.729]],["name/746",[176,52.563]],["parent/746",[487,3.729]],["name/747",[177,52.563]],["parent/747",[487,3.729]],["name/748",[178,52.563]],["parent/748",[487,3.729]],["name/749",[179,52.563]],["parent/749",[487,3.729]],["name/750",[180,52.563]],["parent/750",[487,3.729]],["name/751",[181,52.563]],["parent/751",[487,3.729]],["name/752",[182,52.563]],["parent/752",[487,3.729]],["name/753",[183,51.849]],["parent/753",[487,3.729]],["name/754",[184,52.563]],["parent/754",[487,3.729]],["name/755",[185,52.563]],["parent/755",[487,3.729]],["name/756",[186,53.333]],["parent/756",[487,3.729]],["name/757",[187,53.333]],["parent/757",[487,3.729]],["name/758",[22,18.176]],["parent/758",[521,7.431]],["name/759",[189,53.333]],["parent/759",[522,4.824]],["name/760",[191,44.09]],["parent/760",[522,4.824]],["name/761",[192,51.182]],["parent/761",[522,4.824]],["name/762",[193,46.604]],["parent/762",[522,4.824]],["name/763",[194,53.333]],["parent/763",[522,4.824]],["name/764",[195,53.333]],["parent/764",[522,4.824]],["name/765",[196,53.333]],["parent/765",[522,4.824]],["name/766",[197,51.849]],["parent/766",[522,4.824]],["name/767",[198,53.333]],["parent/767",[522,4.824]],["name/768",[199,51.849]],["parent/768",[522,4.824]],["name/769",[200,53.333]],["parent/769",[522,4.824]],["name/770",[201,53.333]],["parent/770",[522,4.824]],["name/771",[202,53.333]],["parent/771",[522,4.824]],["name/772",[203,53.333]],["parent/772",[522,4.824]],["name/773",[164,46.203]],["parent/773",[522,4.824]],["name/774",[204,53.333]],["parent/774",[522,4.824]],["name/775",[205,53.333]],["parent/775",[522,4.824]],["name/776",[206,53.333]],["parent/776",[522,4.824]],["name/777",[207,49.413]],["parent/777",[522,4.824]],["name/778",[208,53.333]],["parent/778",[522,4.824]],["name/779",[209,53.333]],["parent/779",[487,3.729]],["name/780",[22,18.176]],["parent/780",[523,7.431]],["name/781",[193,46.604]],["parent/781",[524,6.136]],["name/782",[212,53.333]],["parent/782",[524,6.136]],["name/783",[191,44.09]],["parent/783",[524,6.136]],["name/784",[213,53.333]],["parent/784",[524,6.136]],["name/785",[214,49.413]],["parent/785",[524,6.136]],["name/786",[525,74.536]],["parent/786",[487,3.729]],["name/787",[22,18.176]],["parent/787",[526,7.431]],["name/788",[217,51.849]],["parent/788",[527,6.922]],["name/789",[230,69.427]],["parent/789",[527,6.922]],["name/790",[528,74.536]],["parent/790",[487,3.729]],["name/791",[22,18.176]],["parent/791",[529,7.431]],["name/792",[477,54.167]],["parent/792",[530,6.922]],["name/793",[531,74.536]],["parent/793",[530,6.922]],["name/794",[532,74.536]],["parent/794",[487,3.729]],["name/795",[533,29.354]],["parent/795",[]],["name/796",[533,29.354]],["parent/796",[533,2.927]],["name/797",[11,48.386]],["parent/797",[534,4.334]],["name/798",[63,52.563]],["parent/798",[534,4.334]],["name/799",[24,50.557]],["parent/799",[534,4.334]],["name/800",[64,52.563]],["parent/800",[534,4.334]],["name/801",[22,18.176]],["parent/801",[535,7.431]],["name/802",[536,69.427]],["parent/802",[537,3.779]],["name/803",[538,74.536]],["parent/803",[537,3.779]],["name/804",[87,63.549]],["parent/804",[537,3.779]],["name/805",[88,69.427]],["parent/805",[537,3.779]],["name/806",[539,69.427]],["parent/806",[537,3.779]],["name/807",[540,74.536]],["parent/807",[537,3.779]],["name/808",[541,69.427]],["parent/808",[537,3.779]],["name/809",[542,74.536]],["parent/809",[537,3.779]],["name/810",[543,69.427]],["parent/810",[537,3.779]],["name/811",[544,74.536]],["parent/811",[537,3.779]],["name/812",[545,69.427]],["parent/812",[537,3.779]],["name/813",[546,74.536]],["parent/813",[537,3.779]],["name/814",[547,69.427]],["parent/814",[537,3.779]],["name/815",[548,74.536]],["parent/815",[537,3.779]],["name/816",[549,69.427]],["parent/816",[537,3.779]],["name/817",[550,74.536]],["parent/817",[537,3.779]],["name/818",[551,69.427]],["parent/818",[537,3.779]],["name/819",[552,74.536]],["parent/819",[537,3.779]],["name/820",[553,69.427]],["parent/820",[537,3.779]],["name/821",[554,74.536]],["parent/821",[537,3.779]],["name/822",[555,69.427]],["parent/822",[537,3.779]],["name/823",[556,74.536]],["parent/823",[537,3.779]],["name/824",[557,69.427]],["parent/824",[537,3.779]],["name/825",[558,74.536]],["parent/825",[537,3.779]],["name/826",[559,69.427]],["parent/826",[537,3.779]],["name/827",[560,74.536]],["parent/827",[537,3.779]],["name/828",[561,69.427]],["parent/828",[537,3.779]],["name/829",[562,74.536]],["parent/829",[537,3.779]],["name/830",[563,69.427]],["parent/830",[537,3.779]],["name/831",[564,74.536]],["parent/831",[537,3.779]],["name/832",[565,69.427]],["parent/832",[537,3.779]],["name/833",[566,74.536]],["parent/833",[537,3.779]],["name/834",[567,69.427]],["parent/834",[537,3.779]],["name/835",[568,74.536]],["parent/835",[537,3.779]],["name/836",[569,69.427]],["parent/836",[537,3.779]],["name/837",[570,74.536]],["parent/837",[537,3.779]],["name/838",[571,69.427]],["parent/838",[537,3.779]],["name/839",[572,74.536]],["parent/839",[537,3.779]],["name/840",[573,69.427]],["parent/840",[537,3.779]],["name/841",[574,74.536]],["parent/841",[537,3.779]],["name/842",[575,69.427]],["parent/842",[537,3.779]],["name/843",[576,74.536]],["parent/843",[537,3.779]],["name/844",[577,69.427]],["parent/844",[537,3.779]],["name/845",[578,74.536]],["parent/845",[537,3.779]],["name/846",[579,69.427]],["parent/846",[537,3.779]],["name/847",[580,74.536]],["parent/847",[537,3.779]],["name/848",[581,69.427]],["parent/848",[537,3.779]],["name/849",[582,74.536]],["parent/849",[537,3.779]],["name/850",[583,69.427]],["parent/850",[537,3.779]],["name/851",[584,74.536]],["parent/851",[537,3.779]],["name/852",[585,69.427]],["parent/852",[537,3.779]],["name/853",[586,74.536]],["parent/853",[537,3.779]],["name/854",[587,69.427]],["parent/854",[537,3.779]],["name/855",[588,74.536]],["parent/855",[537,3.779]],["name/856",[589,69.427]],["parent/856",[537,3.779]],["name/857",[590,74.536]],["parent/857",[537,3.779]],["name/858",[591,69.427]],["parent/858",[537,3.779]],["name/859",[592,74.536]],["parent/859",[537,3.779]],["name/860",[536,69.427]],["parent/860",[534,4.334]],["name/861",[87,63.549]],["parent/861",[534,4.334]],["name/862",[539,69.427]],["parent/862",[534,4.334]],["name/863",[541,69.427]],["parent/863",[534,4.334]],["name/864",[543,69.427]],["parent/864",[534,4.334]],["name/865",[545,69.427]],["parent/865",[534,4.334]],["name/866",[547,69.427]],["parent/866",[534,4.334]],["name/867",[549,69.427]],["parent/867",[534,4.334]],["name/868",[551,69.427]],["parent/868",[534,4.334]],["name/869",[553,69.427]],["parent/869",[534,4.334]],["name/870",[555,69.427]],["parent/870",[534,4.334]],["name/871",[557,69.427]],["parent/871",[534,4.334]],["name/872",[559,69.427]],["parent/872",[534,4.334]],["name/873",[561,69.427]],["parent/873",[534,4.334]],["name/874",[563,69.427]],["parent/874",[534,4.334]],["name/875",[565,69.427]],["parent/875",[534,4.334]],["name/876",[567,69.427]],["parent/876",[534,4.334]],["name/877",[569,69.427]],["parent/877",[534,4.334]],["name/878",[571,69.427]],["parent/878",[534,4.334]],["name/879",[573,69.427]],["parent/879",[534,4.334]],["name/880",[575,69.427]],["parent/880",[534,4.334]],["name/881",[577,69.427]],["parent/881",[534,4.334]],["name/882",[579,69.427]],["parent/882",[534,4.334]],["name/883",[581,69.427]],["parent/883",[534,4.334]],["name/884",[583,69.427]],["parent/884",[534,4.334]],["name/885",[585,69.427]],["parent/885",[534,4.334]],["name/886",[587,69.427]],["parent/886",[534,4.334]],["name/887",[589,69.427]],["parent/887",[534,4.334]],["name/888",[591,69.427]],["parent/888",[534,4.334]],["name/889",[593,74.536]],["parent/889",[533,2.927]],["name/890",[594,74.536]],["parent/890",[533,2.927]],["name/891",[595,74.536]],["parent/891",[533,2.927]],["name/892",[596,69.427]],["parent/892",[533,2.927]],["name/893",[597,69.427]],["parent/893",[533,2.927]],["name/894",[352,66.063]],["parent/894",[533,2.927]],["name/895",[598,74.536]],["parent/895",[533,2.927]],["name/896",[599,74.536]],["parent/896",[533,2.927]],["name/897",[600,74.536]],["parent/897",[533,2.927]],["name/898",[601,74.536]],["parent/898",[533,2.927]],["name/899",[354,66.063]],["parent/899",[533,2.927]],["name/900",[369,66.063]],["parent/900",[533,2.927]],["name/901",[370,66.063]],["parent/901",[533,2.927]],["name/902",[602,74.536]],["parent/902",[533,2.927]],["name/903",[378,66.063]],["parent/903",[533,2.927]],["name/904",[386,66.063]],["parent/904",[533,2.927]],["name/905",[603,66.063]],["parent/905",[533,2.927]],["name/906",[604,74.536]],["parent/906",[533,2.927]],["name/907",[387,66.063]],["parent/907",[533,2.927]],["name/908",[605,74.536]],["parent/908",[533,2.927]],["name/909",[606,74.536]],["parent/909",[533,2.927]],["name/910",[607,74.536]],["parent/910",[533,2.927]],["name/911",[608,69.427]],["parent/911",[533,2.927]],["name/912",[392,66.063]],["parent/912",[533,2.927]],["name/913",[609,66.063]],["parent/913",[533,2.927]],["name/914",[610,74.536]],["parent/914",[533,2.927]],["name/915",[611,69.427]],["parent/915",[533,2.927]],["name/916",[612,66.063]],["parent/916",[533,2.927]],["name/917",[393,66.063]],["parent/917",[533,2.927]],["name/918",[613,74.536]],["parent/918",[533,2.927]],["name/919",[395,66.063]],["parent/919",[533,2.927]],["name/920",[396,66.063]],["parent/920",[533,2.927]],["name/921",[614,66.063]],["parent/921",[533,2.927]],["name/922",[397,66.063]],["parent/922",[533,2.927]],["name/923",[615,74.536]],["parent/923",[533,2.927]],["name/924",[399,66.063]],["parent/924",[533,2.927]],["name/925",[616,74.536]],["parent/925",[533,2.927]],["name/926",[401,61.543]],["parent/926",[533,2.927]],["name/927",[617,69.427]],["parent/927",[533,2.927]],["name/928",[407,66.063]],["parent/928",[533,2.927]],["name/929",[408,66.063]],["parent/929",[533,2.927]],["name/930",[618,74.536]],["parent/930",[533,2.927]],["name/931",[619,74.536]],["parent/931",[533,2.927]],["name/932",[620,74.536]],["parent/932",[533,2.927]],["name/933",[621,69.427]],["parent/933",[533,2.927]],["name/934",[622,74.536]],["parent/934",[533,2.927]],["name/935",[412,66.063]],["parent/935",[533,2.927]],["name/936",[623,74.536]],["parent/936",[533,2.927]],["name/937",[624,66.063]],["parent/937",[533,2.927]],["name/938",[625,74.536]],["parent/938",[533,2.927]],["name/939",[626,74.536]],["parent/939",[533,2.927]],["name/940",[627,74.536]],["parent/940",[533,2.927]],["name/941",[628,69.427]],["parent/941",[533,2.927]],["name/942",[629,74.536]],["parent/942",[533,2.927]],["name/943",[630,74.536]],["parent/943",[533,2.927]],["name/944",[419,66.063]],["parent/944",[533,2.927]],["name/945",[631,74.536]],["parent/945",[533,2.927]],["name/946",[632,74.536]],["parent/946",[533,2.927]],["name/947",[633,74.536]],["parent/947",[533,2.927]],["name/948",[420,66.063]],["parent/948",[533,2.927]],["name/949",[421,66.063]],["parent/949",[533,2.927]],["name/950",[22,18.176]],["parent/950",[634,7.431]],["name/951",[423,66.063]],["parent/951",[635,6.922]],["name/952",[425,66.063]],["parent/952",[635,6.922]],["name/953",[636,74.536]],["parent/953",[533,2.927]],["name/954",[426,66.063]],["parent/954",[533,2.927]],["name/955",[637,69.427]],["parent/955",[533,2.927]],["name/956",[638,66.063]],["parent/956",[533,2.927]],["name/957",[639,66.063]],["parent/957",[533,2.927]],["name/958",[640,66.063]],["parent/958",[533,2.927]],["name/959",[641,69.427]],["parent/959",[533,2.927]],["name/960",[435,59.872]],["parent/960",[533,2.927]],["name/961",[642,74.536]],["parent/961",[533,2.927]],["name/962",[439,66.063]],["parent/962",[533,2.927]],["name/963",[116,52.563]],["parent/963",[533,2.927]],["name/964",[117,53.333]],["parent/964",[533,2.927]],["name/965",[118,53.333]],["parent/965",[533,2.927]],["name/966",[22,18.176]],["parent/966",[643,7.431]],["name/967",[120,52.563]],["parent/967",[533,2.927]],["name/968",[22,18.176]],["parent/968",[644,7.431]],["name/969",[122,53.333]],["parent/969",[533,2.927]],["name/970",[22,18.176]],["parent/970",[645,7.431]],["name/971",[124,52.563]],["parent/971",[533,2.927]],["name/972",[22,18.176]],["parent/972",[646,7.431]],["name/973",[126,52.563]],["parent/973",[533,2.927]],["name/974",[22,18.176]],["parent/974",[647,7.431]],["name/975",[128,52.563]],["parent/975",[533,2.927]],["name/976",[22,18.176]],["parent/976",[648,7.431]],["name/977",[130,52.563]],["parent/977",[533,2.927]],["name/978",[22,18.176]],["parent/978",[649,7.431]],["name/979",[132,52.563]],["parent/979",[533,2.927]],["name/980",[22,18.176]],["parent/980",[650,7.431]],["name/981",[134,52.563]],["parent/981",[533,2.927]],["name/982",[22,18.176]],["parent/982",[651,7.431]],["name/983",[136,52.563]],["parent/983",[533,2.927]],["name/984",[22,18.176]],["parent/984",[652,7.431]],["name/985",[138,52.563]],["parent/985",[533,2.927]],["name/986",[22,18.176]],["parent/986",[653,7.431]],["name/987",[140,52.563]],["parent/987",[533,2.927]],["name/988",[22,18.176]],["parent/988",[654,7.431]],["name/989",[142,52.563]],["parent/989",[533,2.927]],["name/990",[22,18.176]],["parent/990",[655,7.431]],["name/991",[144,52.563]],["parent/991",[533,2.927]],["name/992",[22,18.176]],["parent/992",[656,7.431]],["name/993",[146,53.333]],["parent/993",[533,2.927]],["name/994",[22,18.176]],["parent/994",[657,7.431]],["name/995",[148,53.333]],["parent/995",[533,2.927]],["name/996",[22,18.176]],["parent/996",[658,7.431]],["name/997",[150,53.333]],["parent/997",[533,2.927]],["name/998",[151,52.563]],["parent/998",[533,2.927]],["name/999",[659,74.536]],["parent/999",[533,2.927]],["name/1000",[22,18.176]],["parent/1000",[660,7.431]],["name/1001",[661,61.543]],["parent/1001",[533,2.927]],["name/1002",[22,18.176]],["parent/1002",[662,7.431]],["name/1003",[663,58.441]],["parent/1003",[533,2.927]],["name/1004",[22,18.176]],["parent/1004",[664,7.431]],["name/1005",[665,74.536]],["parent/1005",[533,2.927]],["name/1006",[22,18.176]],["parent/1006",[666,7.431]],["name/1007",[667,61.543]],["parent/1007",[533,2.927]],["name/1008",[22,18.176]],["parent/1008",[668,7.431]],["name/1009",[669,74.536]],["parent/1009",[533,2.927]],["name/1010",[22,18.176]],["parent/1010",[670,7.431]],["name/1011",[152,52.563]],["parent/1011",[533,2.927]],["name/1012",[153,52.563]],["parent/1012",[533,2.927]],["name/1013",[154,52.563]],["parent/1013",[533,2.927]],["name/1014",[155,53.333]],["parent/1014",[533,2.927]],["name/1015",[156,53.333]],["parent/1015",[533,2.927]],["name/1016",[157,52.563]],["parent/1016",[533,2.927]],["name/1017",[158,52.563]],["parent/1017",[533,2.927]],["name/1018",[159,52.563]],["parent/1018",[533,2.927]],["name/1019",[160,52.563]],["parent/1019",[533,2.927]],["name/1020",[22,18.176]],["parent/1020",[671,7.431]],["name/1021",[162,52.563]],["parent/1021",[533,2.927]],["name/1022",[22,18.176]],["parent/1022",[672,7.431]],["name/1023",[164,46.203]],["parent/1023",[533,2.927]],["name/1024",[22,18.176]],["parent/1024",[673,7.431]],["name/1025",[343,54.167]],["parent/1025",[533,2.927]],["name/1026",[22,18.176]],["parent/1026",[674,7.431]],["name/1027",[166,52.563]],["parent/1027",[533,2.927]],["name/1028",[22,18.176]],["parent/1028",[675,7.431]],["name/1029",[168,52.563]],["parent/1029",[533,2.927]],["name/1030",[169,52.563]],["parent/1030",[533,2.927]],["name/1031",[170,52.563]],["parent/1031",[533,2.927]],["name/1032",[171,52.563]],["parent/1032",[533,2.927]],["name/1033",[172,52.563]],["parent/1033",[533,2.927]],["name/1034",[173,52.563]],["parent/1034",[533,2.927]],["name/1035",[174,51.849]],["parent/1035",[533,2.927]],["name/1036",[175,52.563]],["parent/1036",[533,2.927]],["name/1037",[176,52.563]],["parent/1037",[533,2.927]],["name/1038",[177,52.563]],["parent/1038",[533,2.927]],["name/1039",[178,52.563]],["parent/1039",[533,2.927]],["name/1040",[179,52.563]],["parent/1040",[533,2.927]],["name/1041",[180,52.563]],["parent/1041",[533,2.927]],["name/1042",[181,52.563]],["parent/1042",[533,2.927]],["name/1043",[182,52.563]],["parent/1043",[533,2.927]],["name/1044",[183,51.849]],["parent/1044",[533,2.927]],["name/1045",[184,52.563]],["parent/1045",[533,2.927]],["name/1046",[185,52.563]],["parent/1046",[533,2.927]],["name/1047",[186,53.333]],["parent/1047",[533,2.927]],["name/1048",[187,53.333]],["parent/1048",[533,2.927]],["name/1049",[22,18.176]],["parent/1049",[676,7.431]],["name/1050",[189,53.333]],["parent/1050",[677,4.824]],["name/1051",[191,44.09]],["parent/1051",[677,4.824]],["name/1052",[192,51.182]],["parent/1052",[677,4.824]],["name/1053",[193,46.604]],["parent/1053",[677,4.824]],["name/1054",[194,53.333]],["parent/1054",[677,4.824]],["name/1055",[195,53.333]],["parent/1055",[677,4.824]],["name/1056",[196,53.333]],["parent/1056",[677,4.824]],["name/1057",[197,51.849]],["parent/1057",[677,4.824]],["name/1058",[198,53.333]],["parent/1058",[677,4.824]],["name/1059",[199,51.849]],["parent/1059",[677,4.824]],["name/1060",[200,53.333]],["parent/1060",[677,4.824]],["name/1061",[201,53.333]],["parent/1061",[677,4.824]],["name/1062",[202,53.333]],["parent/1062",[677,4.824]],["name/1063",[203,53.333]],["parent/1063",[677,4.824]],["name/1064",[164,46.203]],["parent/1064",[677,4.824]],["name/1065",[204,53.333]],["parent/1065",[677,4.824]],["name/1066",[205,53.333]],["parent/1066",[677,4.824]],["name/1067",[206,53.333]],["parent/1067",[677,4.824]],["name/1068",[207,49.413]],["parent/1068",[677,4.824]],["name/1069",[208,53.333]],["parent/1069",[677,4.824]],["name/1070",[209,53.333]],["parent/1070",[533,2.927]],["name/1071",[22,18.176]],["parent/1071",[678,7.431]],["name/1072",[193,46.604]],["parent/1072",[679,6.136]],["name/1073",[212,53.333]],["parent/1073",[679,6.136]],["name/1074",[191,44.09]],["parent/1074",[679,6.136]],["name/1075",[213,53.333]],["parent/1075",[679,6.136]],["name/1076",[214,49.413]],["parent/1076",[679,6.136]],["name/1077",[680,74.536]],["parent/1077",[533,2.927]],["name/1078",[22,18.176]],["parent/1078",[681,7.431]],["name/1079",[217,51.849]],["parent/1079",[682,5.969]],["name/1080",[683,74.536]],["parent/1080",[682,5.969]],["name/1081",[684,74.536]],["parent/1081",[682,5.969]],["name/1082",[469,66.063]],["parent/1082",[682,5.969]],["name/1083",[685,74.536]],["parent/1083",[682,5.969]],["name/1084",[468,69.427]],["parent/1084",[682,5.969]],["name/1085",[686,74.536]],["parent/1085",[533,2.927]],["name/1086",[22,18.176]],["parent/1086",[687,7.431]],["name/1087",[477,54.167]],["parent/1087",[688,5.317]],["name/1088",[689,74.536]],["parent/1088",[688,5.317]],["name/1089",[690,74.536]],["parent/1089",[688,5.317]],["name/1090",[691,74.536]],["parent/1090",[688,5.317]],["name/1091",[692,74.536]],["parent/1091",[688,5.317]],["name/1092",[693,74.536]],["parent/1092",[688,5.317]],["name/1093",[435,59.872]],["parent/1093",[688,5.317]],["name/1094",[694,61.543]],["parent/1094",[688,5.317]],["name/1095",[695,61.543]],["parent/1095",[688,5.317]],["name/1096",[415,66.063]],["parent/1096",[688,5.317]],["name/1097",[696,74.536]],["parent/1097",[688,5.317]],["name/1098",[697,74.536]],["parent/1098",[688,5.317]],["name/1099",[698,74.536]],["parent/1099",[533,2.927]],["name/1100",[699,32.792]],["parent/1100",[]],["name/1101",[699,32.792]],["parent/1101",[699,3.269]],["name/1102",[11,48.386]],["parent/1102",[700,5.969]],["name/1103",[63,52.563]],["parent/1103",[700,5.969]],["name/1104",[24,50.557]],["parent/1104",[700,5.969]],["name/1105",[64,52.563]],["parent/1105",[700,5.969]],["name/1106",[22,18.176]],["parent/1106",[701,7.431]],["name/1107",[702,69.427]],["parent/1107",[703,6.336]],["name/1108",[704,74.536]],["parent/1108",[703,6.336]],["name/1109",[705,69.427]],["parent/1109",[703,6.336]],["name/1110",[706,74.536]],["parent/1110",[703,6.336]],["name/1111",[702,69.427]],["parent/1111",[700,5.969]],["name/1112",[705,69.427]],["parent/1112",[700,5.969]],["name/1113",[116,52.563]],["parent/1113",[699,3.269]],["name/1114",[120,52.563]],["parent/1114",[699,3.269]],["name/1115",[22,18.176]],["parent/1115",[707,7.431]],["name/1116",[124,52.563]],["parent/1116",[699,3.269]],["name/1117",[22,18.176]],["parent/1117",[708,7.431]],["name/1118",[126,52.563]],["parent/1118",[699,3.269]],["name/1119",[22,18.176]],["parent/1119",[709,7.431]],["name/1120",[128,52.563]],["parent/1120",[699,3.269]],["name/1121",[22,18.176]],["parent/1121",[710,7.431]],["name/1122",[130,52.563]],["parent/1122",[699,3.269]],["name/1123",[22,18.176]],["parent/1123",[711,7.431]],["name/1124",[132,52.563]],["parent/1124",[699,3.269]],["name/1125",[22,18.176]],["parent/1125",[712,7.431]],["name/1126",[134,52.563]],["parent/1126",[699,3.269]],["name/1127",[22,18.176]],["parent/1127",[713,7.431]],["name/1128",[136,52.563]],["parent/1128",[699,3.269]],["name/1129",[22,18.176]],["parent/1129",[714,7.431]],["name/1130",[138,52.563]],["parent/1130",[699,3.269]],["name/1131",[22,18.176]],["parent/1131",[715,7.431]],["name/1132",[140,52.563]],["parent/1132",[699,3.269]],["name/1133",[22,18.176]],["parent/1133",[716,7.431]],["name/1134",[144,52.563]],["parent/1134",[699,3.269]],["name/1135",[22,18.176]],["parent/1135",[717,7.431]],["name/1136",[152,52.563]],["parent/1136",[699,3.269]],["name/1137",[153,52.563]],["parent/1137",[699,3.269]],["name/1138",[154,52.563]],["parent/1138",[699,3.269]],["name/1139",[157,52.563]],["parent/1139",[699,3.269]],["name/1140",[158,52.563]],["parent/1140",[699,3.269]],["name/1141",[159,52.563]],["parent/1141",[699,3.269]],["name/1142",[160,52.563]],["parent/1142",[699,3.269]],["name/1143",[22,18.176]],["parent/1143",[718,7.431]],["name/1144",[162,52.563]],["parent/1144",[699,3.269]],["name/1145",[22,18.176]],["parent/1145",[719,7.431]],["name/1146",[164,46.203]],["parent/1146",[699,3.269]],["name/1147",[22,18.176]],["parent/1147",[720,7.431]],["name/1148",[166,52.563]],["parent/1148",[699,3.269]],["name/1149",[22,18.176]],["parent/1149",[721,7.431]],["name/1150",[168,52.563]],["parent/1150",[699,3.269]],["name/1151",[169,52.563]],["parent/1151",[699,3.269]],["name/1152",[170,52.563]],["parent/1152",[699,3.269]],["name/1153",[171,52.563]],["parent/1153",[699,3.269]],["name/1154",[172,52.563]],["parent/1154",[699,3.269]],["name/1155",[173,52.563]],["parent/1155",[699,3.269]],["name/1156",[174,51.849]],["parent/1156",[699,3.269]],["name/1157",[175,52.563]],["parent/1157",[699,3.269]],["name/1158",[176,52.563]],["parent/1158",[699,3.269]],["name/1159",[177,52.563]],["parent/1159",[699,3.269]],["name/1160",[178,52.563]],["parent/1160",[699,3.269]],["name/1161",[179,52.563]],["parent/1161",[699,3.269]],["name/1162",[180,52.563]],["parent/1162",[699,3.269]],["name/1163",[181,52.563]],["parent/1163",[699,3.269]],["name/1164",[182,52.563]],["parent/1164",[699,3.269]],["name/1165",[183,51.849]],["parent/1165",[699,3.269]],["name/1166",[142,52.563]],["parent/1166",[699,3.269]],["name/1167",[184,52.563]],["parent/1167",[699,3.269]],["name/1168",[185,52.563]],["parent/1168",[699,3.269]],["name/1169",[722,74.536]],["parent/1169",[699,3.269]],["name/1170",[723,74.536]],["parent/1170",[699,3.269]],["name/1171",[724,74.536]],["parent/1171",[699,3.269]],["name/1172",[725,74.536]],["parent/1172",[699,3.269]],["name/1173",[22,18.176]],["parent/1173",[726,7.431]],["name/1174",[727,74.536]],["parent/1174",[699,3.269]],["name/1175",[22,18.176]],["parent/1175",[728,7.431]],["name/1176",[729,74.536]],["parent/1176",[699,3.269]],["name/1177",[22,18.176]],["parent/1177",[730,7.431]],["name/1178",[731,74.536]],["parent/1178",[699,3.269]],["name/1179",[22,18.176]],["parent/1179",[732,7.431]],["name/1180",[733,66.063]],["parent/1180",[699,3.269]],["name/1181",[22,18.176]],["parent/1181",[734,7.431]],["name/1182",[45,69.427]],["parent/1182",[735,7.431]],["name/1183",[736,74.536]],["parent/1183",[699,3.269]],["name/1184",[22,18.176]],["parent/1184",[737,7.431]],["name/1185",[733,66.063]],["parent/1185",[738,7.431]],["name/1186",[739,74.536]],["parent/1186",[699,3.269]],["name/1187",[22,18.176]],["parent/1187",[740,7.431]],["name/1188",[741,74.536]],["parent/1188",[742,6.586]],["name/1189",[733,66.063]],["parent/1189",[742,6.586]],["name/1190",[743,74.536]],["parent/1190",[742,6.586]],["name/1191",[744,74.536]],["parent/1191",[699,3.269]],["name/1192",[22,18.176]],["parent/1192",[745,7.431]],["name/1193",[746,74.536]],["parent/1193",[699,3.269]],["name/1194",[22,18.176]],["parent/1194",[747,7.431]],["name/1195",[748,74.536]],["parent/1195",[699,3.269]],["name/1196",[22,18.176]],["parent/1196",[749,7.431]],["name/1197",[750,74.536]],["parent/1197",[699,3.269]],["name/1198",[22,18.176]],["parent/1198",[751,7.431]],["name/1199",[752,74.536]],["parent/1199",[699,3.269]],["name/1200",[22,18.176]],["parent/1200",[753,7.431]],["name/1201",[207,49.413]],["parent/1201",[754,6.336]],["name/1202",[384,59.872]],["parent/1202",[754,6.336]],["name/1203",[755,69.427]],["parent/1203",[754,6.336]],["name/1204",[756,69.427]],["parent/1204",[754,6.336]],["name/1205",[661,61.543]],["parent/1205",[699,3.269]],["name/1206",[22,18.176]],["parent/1206",[757,7.431]],["name/1207",[758,74.536]],["parent/1207",[699,3.269]],["name/1208",[22,18.176]],["parent/1208",[759,7.431]],["name/1209",[760,74.536]],["parent/1209",[699,3.269]],["name/1210",[22,18.176]],["parent/1210",[761,7.431]],["name/1211",[663,58.441]],["parent/1211",[699,3.269]],["name/1212",[22,18.176]],["parent/1212",[762,7.431]],["name/1213",[763,74.536]],["parent/1213",[699,3.269]],["name/1214",[22,18.176]],["parent/1214",[764,7.431]],["name/1215",[765,74.536]],["parent/1215",[699,3.269]],["name/1216",[22,18.176]],["parent/1216",[766,7.431]],["name/1217",[767,74.536]],["parent/1217",[699,3.269]],["name/1218",[22,18.176]],["parent/1218",[768,7.431]],["name/1219",[769,74.536]],["parent/1219",[770,6.136]],["name/1220",[207,49.413]],["parent/1220",[770,6.136]],["name/1221",[384,59.872]],["parent/1221",[770,6.136]],["name/1222",[755,69.427]],["parent/1222",[770,6.136]],["name/1223",[756,69.427]],["parent/1223",[770,6.136]],["name/1224",[771,74.536]],["parent/1224",[699,3.269]],["name/1225",[22,18.176]],["parent/1225",[772,7.431]],["name/1226",[773,74.536]],["parent/1226",[699,3.269]],["name/1227",[22,18.176]],["parent/1227",[774,7.431]],["name/1228",[214,49.413]],["parent/1228",[775,6.336]],["name/1229",[776,69.427]],["parent/1229",[775,6.336]],["name/1230",[777,66.063]],["parent/1230",[775,6.336]],["name/1231",[778,66.063]],["parent/1231",[775,6.336]],["name/1232",[778,66.063]],["parent/1232",[699,3.269]],["name/1233",[779,74.536]],["parent/1233",[699,3.269]],["name/1234",[22,18.176]],["parent/1234",[780,7.431]],["name/1235",[214,49.413]],["parent/1235",[781,6.336]],["name/1236",[776,69.427]],["parent/1236",[781,6.336]],["name/1237",[777,66.063]],["parent/1237",[781,6.336]],["name/1238",[778,66.063]],["parent/1238",[781,6.336]],["name/1239",[782,74.536]],["parent/1239",[699,3.269]],["name/1240",[22,18.176]],["parent/1240",[783,7.431]],["name/1241",[784,74.536]],["parent/1241",[785,5.969]],["name/1242",[786,69.427]],["parent/1242",[785,5.969]],["name/1243",[787,74.536]],["parent/1243",[785,5.969]],["name/1244",[695,61.543]],["parent/1244",[785,5.969]],["name/1245",[694,61.543]],["parent/1245",[785,5.969]],["name/1246",[788,74.536]],["parent/1246",[785,5.969]],["name/1247",[789,74.536]],["parent/1247",[699,3.269]],["name/1248",[22,18.176]],["parent/1248",[790,7.431]],["name/1249",[174,51.849]],["parent/1249",[791,5.826]],["name/1250",[792,74.536]],["parent/1250",[791,5.826]],["name/1251",[793,69.427]],["parent/1251",[791,5.826]],["name/1252",[794,69.427]],["parent/1252",[791,5.826]],["name/1253",[786,69.427]],["parent/1253",[791,5.826]],["name/1254",[795,69.427]],["parent/1254",[791,5.826]],["name/1255",[796,69.427]],["parent/1255",[791,5.826]],["name/1256",[777,66.063]],["parent/1256",[699,3.269]],["name/1257",[797,74.536]],["parent/1257",[699,3.269]],["name/1258",[798,74.536]],["parent/1258",[699,3.269]],["name/1259",[22,18.176]],["parent/1259",[799,7.431]],["name/1260",[800,69.427]],["parent/1260",[801,6.586]],["name/1261",[802,58.441]],["parent/1261",[801,6.586]],["name/1262",[803,69.427]],["parent/1262",[801,6.586]],["name/1263",[804,74.536]],["parent/1263",[699,3.269]],["name/1264",[22,18.176]],["parent/1264",[805,7.431]],["name/1265",[199,51.849]],["parent/1265",[806,6.336]],["name/1266",[197,51.849]],["parent/1266",[806,6.336]],["name/1267",[802,58.441]],["parent/1267",[806,6.336]],["name/1268",[803,69.427]],["parent/1268",[806,6.336]],["name/1269",[807,74.536]],["parent/1269",[699,3.269]],["name/1270",[22,18.176]],["parent/1270",[808,7.431]],["name/1271",[800,69.427]],["parent/1271",[809,6.586]],["name/1272",[802,58.441]],["parent/1272",[809,6.586]],["name/1273",[810,66.063]],["parent/1273",[809,6.586]],["name/1274",[811,74.536]],["parent/1274",[699,3.269]],["name/1275",[812,74.536]],["parent/1275",[699,3.269]],["name/1276",[22,18.176]],["parent/1276",[813,7.431]],["name/1277",[814,74.536]],["parent/1277",[699,3.269]],["name/1278",[22,18.176]],["parent/1278",[815,7.431]],["name/1279",[199,51.849]],["parent/1279",[816,6.336]],["name/1280",[197,51.849]],["parent/1280",[816,6.336]],["name/1281",[802,58.441]],["parent/1281",[816,6.336]],["name/1282",[810,66.063]],["parent/1282",[816,6.336]],["name/1283",[817,74.536]],["parent/1283",[699,3.269]],["name/1284",[22,18.176]],["parent/1284",[818,7.431]],["name/1285",[819,74.536]],["parent/1285",[820,6.586]],["name/1286",[802,58.441]],["parent/1286",[820,6.586]],["name/1287",[810,66.063]],["parent/1287",[820,6.586]],["name/1288",[795,69.427]],["parent/1288",[699,3.269]],["name/1289",[821,74.536]],["parent/1289",[699,3.269]],["name/1290",[822,74.536]],["parent/1290",[699,3.269]],["name/1291",[796,69.427]],["parent/1291",[699,3.269]],["name/1292",[823,74.536]],["parent/1292",[699,3.269]],["name/1293",[22,18.176]],["parent/1293",[824,7.431]],["name/1294",[802,58.441]],["parent/1294",[825,6.586]],["name/1295",[826,74.536]],["parent/1295",[825,6.586]],["name/1296",[827,74.536]],["parent/1296",[825,6.586]],["name/1297",[828,74.536]],["parent/1297",[699,3.269]],["name/1298",[22,18.176]],["parent/1298",[829,7.431]],["name/1299",[794,69.427]],["parent/1299",[699,3.269]],["name/1300",[830,74.536]],["parent/1300",[699,3.269]],["name/1301",[22,18.176]],["parent/1301",[831,7.431]],["name/1302",[802,58.441]],["parent/1302",[832,6.586]],["name/1303",[793,69.427]],["parent/1303",[832,6.586]],["name/1304",[833,74.536]],["parent/1304",[832,6.586]],["name/1305",[834,74.536]],["parent/1305",[699,3.269]],["name/1306",[835,74.536]],["parent/1306",[699,3.269]],["name/1307",[836,74.536]],["parent/1307",[699,3.269]],["name/1308",[22,18.176]],["parent/1308",[837,7.431]],["name/1309",[838,74.536]],["parent/1309",[839,6.136]],["name/1310",[840,74.536]],["parent/1310",[839,6.136]],["name/1311",[841,74.536]],["parent/1311",[839,6.136]],["name/1312",[842,74.536]],["parent/1312",[839,6.136]],["name/1313",[843,74.536]],["parent/1313",[839,6.136]],["name/1314",[844,69.427]],["parent/1314",[699,3.269]],["name/1315",[22,18.176]],["parent/1315",[845,7.431]],["name/1316",[846,74.536]],["parent/1316",[847,7.431]],["name/1317",[848,74.536]],["parent/1317",[699,3.269]],["name/1318",[22,18.176]],["parent/1318",[849,7.431]],["name/1319",[850,74.536]],["parent/1319",[851,6.586]],["name/1320",[852,74.536]],["parent/1320",[851,6.586]],["name/1321",[853,74.536]],["parent/1321",[851,6.586]],["name/1322",[854,74.536]],["parent/1322",[699,3.269]],["name/1323",[22,18.176]],["parent/1323",[855,7.431]],["name/1324",[217,51.849]],["parent/1324",[856,6.922]],["name/1325",[857,74.536]],["parent/1325",[856,6.922]],["name/1326",[858,74.536]],["parent/1326",[699,3.269]],["name/1327",[22,18.176]],["parent/1327",[859,7.431]],["name/1328",[478,56.077]],["parent/1328",[860,6.136]],["name/1329",[694,61.543]],["parent/1329",[860,6.136]],["name/1330",[695,61.543]],["parent/1330",[860,6.136]],["name/1331",[861,74.536]],["parent/1331",[860,6.136]],["name/1332",[862,74.536]],["parent/1332",[860,6.136]],["name/1333",[863,74.536]],["parent/1333",[699,3.269]],["name/1334",[864,36.177]],["parent/1334",[]],["name/1335",[864,36.177]],["parent/1335",[864,3.607]],["name/1336",[11,48.386]],["parent/1336",[865,5.969]],["name/1337",[63,52.563]],["parent/1337",[865,5.969]],["name/1338",[24,50.557]],["parent/1338",[865,5.969]],["name/1339",[64,52.563]],["parent/1339",[865,5.969]],["name/1340",[22,18.176]],["parent/1340",[866,7.431]],["name/1341",[867,69.427]],["parent/1341",[868,6.336]],["name/1342",[869,74.536]],["parent/1342",[868,6.336]],["name/1343",[870,69.427]],["parent/1343",[868,6.336]],["name/1344",[871,74.536]],["parent/1344",[868,6.336]],["name/1345",[867,69.427]],["parent/1345",[865,5.969]],["name/1346",[870,69.427]],["parent/1346",[865,5.969]],["name/1347",[872,74.536]],["parent/1347",[864,3.607]],["name/1348",[873,74.536]],["parent/1348",[864,3.607]],["name/1349",[874,74.536]],["parent/1349",[864,3.607]],["name/1350",[875,74.536]],["parent/1350",[864,3.607]],["name/1351",[116,52.563]],["parent/1351",[864,3.607]],["name/1352",[117,53.333]],["parent/1352",[864,3.607]],["name/1353",[118,53.333]],["parent/1353",[864,3.607]],["name/1354",[22,18.176]],["parent/1354",[876,7.431]],["name/1355",[120,52.563]],["parent/1355",[864,3.607]],["name/1356",[22,18.176]],["parent/1356",[877,7.431]],["name/1357",[122,53.333]],["parent/1357",[864,3.607]],["name/1358",[22,18.176]],["parent/1358",[878,7.431]],["name/1359",[124,52.563]],["parent/1359",[864,3.607]],["name/1360",[22,18.176]],["parent/1360",[879,7.431]],["name/1361",[126,52.563]],["parent/1361",[864,3.607]],["name/1362",[22,18.176]],["parent/1362",[880,7.431]],["name/1363",[128,52.563]],["parent/1363",[864,3.607]],["name/1364",[22,18.176]],["parent/1364",[881,7.431]],["name/1365",[130,52.563]],["parent/1365",[864,3.607]],["name/1366",[22,18.176]],["parent/1366",[882,7.431]],["name/1367",[132,52.563]],["parent/1367",[864,3.607]],["name/1368",[22,18.176]],["parent/1368",[883,7.431]],["name/1369",[134,52.563]],["parent/1369",[864,3.607]],["name/1370",[22,18.176]],["parent/1370",[884,7.431]],["name/1371",[136,52.563]],["parent/1371",[864,3.607]],["name/1372",[22,18.176]],["parent/1372",[885,7.431]],["name/1373",[138,52.563]],["parent/1373",[864,3.607]],["name/1374",[22,18.176]],["parent/1374",[886,7.431]],["name/1375",[140,52.563]],["parent/1375",[864,3.607]],["name/1376",[22,18.176]],["parent/1376",[887,7.431]],["name/1377",[142,52.563]],["parent/1377",[864,3.607]],["name/1378",[22,18.176]],["parent/1378",[888,7.431]],["name/1379",[144,52.563]],["parent/1379",[864,3.607]],["name/1380",[22,18.176]],["parent/1380",[889,7.431]],["name/1381",[146,53.333]],["parent/1381",[864,3.607]],["name/1382",[22,18.176]],["parent/1382",[890,7.431]],["name/1383",[148,53.333]],["parent/1383",[864,3.607]],["name/1384",[22,18.176]],["parent/1384",[891,7.431]],["name/1385",[150,53.333]],["parent/1385",[864,3.607]],["name/1386",[151,52.563]],["parent/1386",[864,3.607]],["name/1387",[152,52.563]],["parent/1387",[864,3.607]],["name/1388",[153,52.563]],["parent/1388",[864,3.607]],["name/1389",[154,52.563]],["parent/1389",[864,3.607]],["name/1390",[155,53.333]],["parent/1390",[864,3.607]],["name/1391",[156,53.333]],["parent/1391",[864,3.607]],["name/1392",[157,52.563]],["parent/1392",[864,3.607]],["name/1393",[158,52.563]],["parent/1393",[864,3.607]],["name/1394",[159,52.563]],["parent/1394",[864,3.607]],["name/1395",[160,52.563]],["parent/1395",[864,3.607]],["name/1396",[22,18.176]],["parent/1396",[892,7.431]],["name/1397",[162,52.563]],["parent/1397",[864,3.607]],["name/1398",[22,18.176]],["parent/1398",[893,7.431]],["name/1399",[164,46.203]],["parent/1399",[864,3.607]],["name/1400",[22,18.176]],["parent/1400",[894,7.431]],["name/1401",[343,54.167]],["parent/1401",[864,3.607]],["name/1402",[22,18.176]],["parent/1402",[895,7.431]],["name/1403",[166,52.563]],["parent/1403",[864,3.607]],["name/1404",[22,18.176]],["parent/1404",[896,7.431]],["name/1405",[168,52.563]],["parent/1405",[864,3.607]],["name/1406",[169,52.563]],["parent/1406",[864,3.607]],["name/1407",[170,52.563]],["parent/1407",[864,3.607]],["name/1408",[171,52.563]],["parent/1408",[864,3.607]],["name/1409",[172,52.563]],["parent/1409",[864,3.607]],["name/1410",[173,52.563]],["parent/1410",[864,3.607]],["name/1411",[174,51.849]],["parent/1411",[864,3.607]],["name/1412",[175,52.563]],["parent/1412",[864,3.607]],["name/1413",[176,52.563]],["parent/1413",[864,3.607]],["name/1414",[177,52.563]],["parent/1414",[864,3.607]],["name/1415",[178,52.563]],["parent/1415",[864,3.607]],["name/1416",[179,52.563]],["parent/1416",[864,3.607]],["name/1417",[180,52.563]],["parent/1417",[864,3.607]],["name/1418",[181,52.563]],["parent/1418",[864,3.607]],["name/1419",[182,52.563]],["parent/1419",[864,3.607]],["name/1420",[183,51.849]],["parent/1420",[864,3.607]],["name/1421",[184,52.563]],["parent/1421",[864,3.607]],["name/1422",[185,52.563]],["parent/1422",[864,3.607]],["name/1423",[186,53.333]],["parent/1423",[864,3.607]],["name/1424",[187,53.333]],["parent/1424",[864,3.607]],["name/1425",[22,18.176]],["parent/1425",[897,7.431]],["name/1426",[189,53.333]],["parent/1426",[898,4.824]],["name/1427",[191,44.09]],["parent/1427",[898,4.824]],["name/1428",[192,51.182]],["parent/1428",[898,4.824]],["name/1429",[193,46.604]],["parent/1429",[898,4.824]],["name/1430",[194,53.333]],["parent/1430",[898,4.824]],["name/1431",[195,53.333]],["parent/1431",[898,4.824]],["name/1432",[196,53.333]],["parent/1432",[898,4.824]],["name/1433",[197,51.849]],["parent/1433",[898,4.824]],["name/1434",[198,53.333]],["parent/1434",[898,4.824]],["name/1435",[199,51.849]],["parent/1435",[898,4.824]],["name/1436",[200,53.333]],["parent/1436",[898,4.824]],["name/1437",[201,53.333]],["parent/1437",[898,4.824]],["name/1438",[202,53.333]],["parent/1438",[898,4.824]],["name/1439",[203,53.333]],["parent/1439",[898,4.824]],["name/1440",[164,46.203]],["parent/1440",[898,4.824]],["name/1441",[204,53.333]],["parent/1441",[898,4.824]],["name/1442",[205,53.333]],["parent/1442",[898,4.824]],["name/1443",[206,53.333]],["parent/1443",[898,4.824]],["name/1444",[207,49.413]],["parent/1444",[898,4.824]],["name/1445",[208,53.333]],["parent/1445",[898,4.824]],["name/1446",[209,53.333]],["parent/1446",[864,3.607]],["name/1447",[22,18.176]],["parent/1447",[899,7.431]],["name/1448",[193,46.604]],["parent/1448",[900,6.136]],["name/1449",[212,53.333]],["parent/1449",[900,6.136]],["name/1450",[191,44.09]],["parent/1450",[900,6.136]],["name/1451",[213,53.333]],["parent/1451",[900,6.136]],["name/1452",[214,49.413]],["parent/1452",[900,6.136]],["name/1453",[901,74.536]],["parent/1453",[864,3.607]],["name/1454",[22,18.176]],["parent/1454",[902,7.431]],["name/1455",[903,74.536]],["parent/1455",[864,3.607]],["name/1456",[22,18.176]],["parent/1456",[904,7.431]],["name/1457",[905,74.536]],["parent/1457",[864,3.607]],["name/1458",[22,18.176]],["parent/1458",[906,7.431]],["name/1459",[907,74.536]],["parent/1459",[864,3.607]],["name/1460",[22,18.176]],["parent/1460",[908,7.431]],["name/1461",[338,61.543]],["parent/1461",[864,3.607]],["name/1462",[22,18.176]],["parent/1462",[909,7.431]],["name/1463",[910,74.536]],["parent/1463",[864,3.607]],["name/1464",[22,18.176]],["parent/1464",[911,7.431]],["name/1465",[217,51.849]],["parent/1465",[912,6.922]],["name/1466",[913,74.536]],["parent/1466",[912,6.922]],["name/1467",[914,74.536]],["parent/1467",[864,3.607]],["name/1468",[22,18.176]],["parent/1468",[915,7.431]],["name/1469",[916,74.536]],["parent/1469",[917,5.826]],["name/1470",[405,66.063]],["parent/1470",[917,5.826]],["name/1471",[918,74.536]],["parent/1471",[917,5.826]],["name/1472",[919,74.536]],["parent/1472",[917,5.826]],["name/1473",[17,66.063]],["parent/1473",[917,5.826]],["name/1474",[477,54.167]],["parent/1474",[917,5.826]],["name/1475",[478,56.077]],["parent/1475",[917,5.826]],["name/1476",[920,74.536]],["parent/1476",[864,3.607]],["name/1477",[921,37.08]],["parent/1477",[]],["name/1478",[921,37.08]],["parent/1478",[921,3.697]],["name/1479",[11,48.386]],["parent/1479",[922,6.136]],["name/1480",[63,52.563]],["parent/1480",[922,6.136]],["name/1481",[24,50.557]],["parent/1481",[922,6.136]],["name/1482",[64,52.563]],["parent/1482",[922,6.136]],["name/1483",[22,18.176]],["parent/1483",[923,7.431]],["name/1484",[924,69.427]],["parent/1484",[925,6.922]],["name/1485",[926,74.536]],["parent/1485",[925,6.922]],["name/1486",[924,69.427]],["parent/1486",[922,6.136]],["name/1487",[927,74.536]],["parent/1487",[921,3.697]],["name/1488",[928,74.536]],["parent/1488",[921,3.697]],["name/1489",[661,61.543]],["parent/1489",[921,3.697]],["name/1490",[22,18.176]],["parent/1490",[929,7.431]],["name/1491",[116,52.563]],["parent/1491",[921,3.697]],["name/1492",[117,53.333]],["parent/1492",[921,3.697]],["name/1493",[118,53.333]],["parent/1493",[921,3.697]],["name/1494",[22,18.176]],["parent/1494",[930,7.431]],["name/1495",[120,52.563]],["parent/1495",[921,3.697]],["name/1496",[22,18.176]],["parent/1496",[931,7.431]],["name/1497",[122,53.333]],["parent/1497",[921,3.697]],["name/1498",[22,18.176]],["parent/1498",[932,7.431]],["name/1499",[124,52.563]],["parent/1499",[921,3.697]],["name/1500",[22,18.176]],["parent/1500",[933,7.431]],["name/1501",[126,52.563]],["parent/1501",[921,3.697]],["name/1502",[22,18.176]],["parent/1502",[934,7.431]],["name/1503",[128,52.563]],["parent/1503",[921,3.697]],["name/1504",[22,18.176]],["parent/1504",[935,7.431]],["name/1505",[130,52.563]],["parent/1505",[921,3.697]],["name/1506",[22,18.176]],["parent/1506",[936,7.431]],["name/1507",[132,52.563]],["parent/1507",[921,3.697]],["name/1508",[22,18.176]],["parent/1508",[937,7.431]],["name/1509",[134,52.563]],["parent/1509",[921,3.697]],["name/1510",[22,18.176]],["parent/1510",[938,7.431]],["name/1511",[136,52.563]],["parent/1511",[921,3.697]],["name/1512",[22,18.176]],["parent/1512",[939,7.431]],["name/1513",[138,52.563]],["parent/1513",[921,3.697]],["name/1514",[22,18.176]],["parent/1514",[940,7.431]],["name/1515",[140,52.563]],["parent/1515",[921,3.697]],["name/1516",[22,18.176]],["parent/1516",[941,7.431]],["name/1517",[142,52.563]],["parent/1517",[921,3.697]],["name/1518",[22,18.176]],["parent/1518",[942,7.431]],["name/1519",[144,52.563]],["parent/1519",[921,3.697]],["name/1520",[22,18.176]],["parent/1520",[943,7.431]],["name/1521",[146,53.333]],["parent/1521",[921,3.697]],["name/1522",[22,18.176]],["parent/1522",[944,7.431]],["name/1523",[148,53.333]],["parent/1523",[921,3.697]],["name/1524",[22,18.176]],["parent/1524",[945,7.431]],["name/1525",[150,53.333]],["parent/1525",[921,3.697]],["name/1526",[151,52.563]],["parent/1526",[921,3.697]],["name/1527",[152,52.563]],["parent/1527",[921,3.697]],["name/1528",[153,52.563]],["parent/1528",[921,3.697]],["name/1529",[154,52.563]],["parent/1529",[921,3.697]],["name/1530",[155,53.333]],["parent/1530",[921,3.697]],["name/1531",[156,53.333]],["parent/1531",[921,3.697]],["name/1532",[157,52.563]],["parent/1532",[921,3.697]],["name/1533",[158,52.563]],["parent/1533",[921,3.697]],["name/1534",[159,52.563]],["parent/1534",[921,3.697]],["name/1535",[160,52.563]],["parent/1535",[921,3.697]],["name/1536",[22,18.176]],["parent/1536",[946,7.431]],["name/1537",[162,52.563]],["parent/1537",[921,3.697]],["name/1538",[22,18.176]],["parent/1538",[947,7.431]],["name/1539",[164,46.203]],["parent/1539",[921,3.697]],["name/1540",[22,18.176]],["parent/1540",[948,7.431]],["name/1541",[343,54.167]],["parent/1541",[921,3.697]],["name/1542",[22,18.176]],["parent/1542",[949,7.431]],["name/1543",[166,52.563]],["parent/1543",[921,3.697]],["name/1544",[22,18.176]],["parent/1544",[950,7.431]],["name/1545",[168,52.563]],["parent/1545",[921,3.697]],["name/1546",[169,52.563]],["parent/1546",[921,3.697]],["name/1547",[170,52.563]],["parent/1547",[921,3.697]],["name/1548",[171,52.563]],["parent/1548",[921,3.697]],["name/1549",[172,52.563]],["parent/1549",[921,3.697]],["name/1550",[173,52.563]],["parent/1550",[921,3.697]],["name/1551",[174,51.849]],["parent/1551",[921,3.697]],["name/1552",[175,52.563]],["parent/1552",[921,3.697]],["name/1553",[176,52.563]],["parent/1553",[921,3.697]],["name/1554",[177,52.563]],["parent/1554",[921,3.697]],["name/1555",[178,52.563]],["parent/1555",[921,3.697]],["name/1556",[179,52.563]],["parent/1556",[921,3.697]],["name/1557",[180,52.563]],["parent/1557",[921,3.697]],["name/1558",[181,52.563]],["parent/1558",[921,3.697]],["name/1559",[182,52.563]],["parent/1559",[921,3.697]],["name/1560",[183,51.849]],["parent/1560",[921,3.697]],["name/1561",[184,52.563]],["parent/1561",[921,3.697]],["name/1562",[185,52.563]],["parent/1562",[921,3.697]],["name/1563",[186,53.333]],["parent/1563",[921,3.697]],["name/1564",[187,53.333]],["parent/1564",[921,3.697]],["name/1565",[22,18.176]],["parent/1565",[951,7.431]],["name/1566",[189,53.333]],["parent/1566",[952,4.824]],["name/1567",[191,44.09]],["parent/1567",[952,4.824]],["name/1568",[192,51.182]],["parent/1568",[952,4.824]],["name/1569",[193,46.604]],["parent/1569",[952,4.824]],["name/1570",[194,53.333]],["parent/1570",[952,4.824]],["name/1571",[195,53.333]],["parent/1571",[952,4.824]],["name/1572",[196,53.333]],["parent/1572",[952,4.824]],["name/1573",[197,51.849]],["parent/1573",[952,4.824]],["name/1574",[198,53.333]],["parent/1574",[952,4.824]],["name/1575",[199,51.849]],["parent/1575",[952,4.824]],["name/1576",[200,53.333]],["parent/1576",[952,4.824]],["name/1577",[201,53.333]],["parent/1577",[952,4.824]],["name/1578",[202,53.333]],["parent/1578",[952,4.824]],["name/1579",[203,53.333]],["parent/1579",[952,4.824]],["name/1580",[164,46.203]],["parent/1580",[952,4.824]],["name/1581",[204,53.333]],["parent/1581",[952,4.824]],["name/1582",[205,53.333]],["parent/1582",[952,4.824]],["name/1583",[206,53.333]],["parent/1583",[952,4.824]],["name/1584",[207,49.413]],["parent/1584",[952,4.824]],["name/1585",[208,53.333]],["parent/1585",[952,4.824]],["name/1586",[209,53.333]],["parent/1586",[921,3.697]],["name/1587",[22,18.176]],["parent/1587",[953,7.431]],["name/1588",[193,46.604]],["parent/1588",[954,6.136]],["name/1589",[212,53.333]],["parent/1589",[954,6.136]],["name/1590",[191,44.09]],["parent/1590",[954,6.136]],["name/1591",[213,53.333]],["parent/1591",[954,6.136]],["name/1592",[214,49.413]],["parent/1592",[954,6.136]],["name/1593",[955,74.536]],["parent/1593",[921,3.697]],["name/1594",[22,18.176]],["parent/1594",[956,7.431]],["name/1595",[217,51.849]],["parent/1595",[957,7.431]],["name/1596",[958,74.536]],["parent/1596",[921,3.697]],["name/1597",[22,18.176]],["parent/1597",[959,7.431]],["name/1598",[477,54.167]],["parent/1598",[960,7.431]],["name/1599",[961,74.536]],["parent/1599",[921,3.697]],["name/1600",[962,32.39]],["parent/1600",[]],["name/1601",[962,32.39]],["parent/1601",[962,3.229]],["name/1602",[11,48.386]],["parent/1602",[963,5.317]],["name/1603",[63,52.563]],["parent/1603",[963,5.317]],["name/1604",[24,50.557]],["parent/1604",[963,5.317]],["name/1605",[64,52.563]],["parent/1605",[963,5.317]],["name/1606",[22,18.176]],["parent/1606",[964,7.431]],["name/1607",[965,69.427]],["parent/1607",[966,5.04]],["name/1608",[967,74.536]],["parent/1608",[966,5.04]],["name/1609",[968,69.427]],["parent/1609",[966,5.04]],["name/1610",[969,74.536]],["parent/1610",[966,5.04]],["name/1611",[970,69.427]],["parent/1611",[966,5.04]],["name/1612",[971,74.536]],["parent/1612",[966,5.04]],["name/1613",[972,69.427]],["parent/1613",[966,5.04]],["name/1614",[973,74.536]],["parent/1614",[966,5.04]],["name/1615",[974,69.427]],["parent/1615",[966,5.04]],["name/1616",[975,74.536]],["parent/1616",[966,5.04]],["name/1617",[976,69.427]],["parent/1617",[966,5.04]],["name/1618",[977,74.536]],["parent/1618",[966,5.04]],["name/1619",[978,69.427]],["parent/1619",[966,5.04]],["name/1620",[979,74.536]],["parent/1620",[966,5.04]],["name/1621",[980,69.427]],["parent/1621",[966,5.04]],["name/1622",[981,74.536]],["parent/1622",[966,5.04]],["name/1623",[965,69.427]],["parent/1623",[963,5.317]],["name/1624",[968,69.427]],["parent/1624",[963,5.317]],["name/1625",[970,69.427]],["parent/1625",[963,5.317]],["name/1626",[972,69.427]],["parent/1626",[963,5.317]],["name/1627",[974,69.427]],["parent/1627",[963,5.317]],["name/1628",[976,69.427]],["parent/1628",[963,5.317]],["name/1629",[978,69.427]],["parent/1629",[963,5.317]],["name/1630",[980,69.427]],["parent/1630",[963,5.317]],["name/1631",[116,52.563]],["parent/1631",[962,3.229]],["name/1632",[338,61.543]],["parent/1632",[962,3.229]],["name/1633",[22,18.176]],["parent/1633",[982,7.431]],["name/1634",[152,52.563]],["parent/1634",[962,3.229]],["name/1635",[153,52.563]],["parent/1635",[962,3.229]],["name/1636",[154,52.563]],["parent/1636",[962,3.229]],["name/1637",[155,53.333]],["parent/1637",[962,3.229]],["name/1638",[156,53.333]],["parent/1638",[962,3.229]],["name/1639",[157,52.563]],["parent/1639",[962,3.229]],["name/1640",[158,52.563]],["parent/1640",[962,3.229]],["name/1641",[159,52.563]],["parent/1641",[962,3.229]],["name/1642",[160,52.563]],["parent/1642",[962,3.229]],["name/1643",[22,18.176]],["parent/1643",[983,7.431]],["name/1644",[162,52.563]],["parent/1644",[962,3.229]],["name/1645",[22,18.176]],["parent/1645",[984,7.431]],["name/1646",[164,46.203]],["parent/1646",[962,3.229]],["name/1647",[22,18.176]],["parent/1647",[985,7.431]],["name/1648",[343,54.167]],["parent/1648",[962,3.229]],["name/1649",[22,18.176]],["parent/1649",[986,7.431]],["name/1650",[166,52.563]],["parent/1650",[962,3.229]],["name/1651",[22,18.176]],["parent/1651",[987,7.431]],["name/1652",[168,52.563]],["parent/1652",[962,3.229]],["name/1653",[169,52.563]],["parent/1653",[962,3.229]],["name/1654",[170,52.563]],["parent/1654",[962,3.229]],["name/1655",[171,52.563]],["parent/1655",[962,3.229]],["name/1656",[172,52.563]],["parent/1656",[962,3.229]],["name/1657",[173,52.563]],["parent/1657",[962,3.229]],["name/1658",[174,51.849]],["parent/1658",[962,3.229]],["name/1659",[175,52.563]],["parent/1659",[962,3.229]],["name/1660",[176,52.563]],["parent/1660",[962,3.229]],["name/1661",[177,52.563]],["parent/1661",[962,3.229]],["name/1662",[178,52.563]],["parent/1662",[962,3.229]],["name/1663",[179,52.563]],["parent/1663",[962,3.229]],["name/1664",[180,52.563]],["parent/1664",[962,3.229]],["name/1665",[181,52.563]],["parent/1665",[962,3.229]],["name/1666",[182,52.563]],["parent/1666",[962,3.229]],["name/1667",[183,51.849]],["parent/1667",[962,3.229]],["name/1668",[142,52.563]],["parent/1668",[962,3.229]],["name/1669",[184,52.563]],["parent/1669",[962,3.229]],["name/1670",[185,52.563]],["parent/1670",[962,3.229]],["name/1671",[186,53.333]],["parent/1671",[962,3.229]],["name/1672",[187,53.333]],["parent/1672",[962,3.229]],["name/1673",[22,18.176]],["parent/1673",[988,7.431]],["name/1674",[189,53.333]],["parent/1674",[989,4.824]],["name/1675",[191,44.09]],["parent/1675",[989,4.824]],["name/1676",[192,51.182]],["parent/1676",[989,4.824]],["name/1677",[193,46.604]],["parent/1677",[989,4.824]],["name/1678",[194,53.333]],["parent/1678",[989,4.824]],["name/1679",[195,53.333]],["parent/1679",[989,4.824]],["name/1680",[196,53.333]],["parent/1680",[989,4.824]],["name/1681",[197,51.849]],["parent/1681",[989,4.824]],["name/1682",[198,53.333]],["parent/1682",[989,4.824]],["name/1683",[199,51.849]],["parent/1683",[989,4.824]],["name/1684",[200,53.333]],["parent/1684",[989,4.824]],["name/1685",[201,53.333]],["parent/1685",[989,4.824]],["name/1686",[202,53.333]],["parent/1686",[989,4.824]],["name/1687",[203,53.333]],["parent/1687",[989,4.824]],["name/1688",[164,46.203]],["parent/1688",[989,4.824]],["name/1689",[204,53.333]],["parent/1689",[989,4.824]],["name/1690",[205,53.333]],["parent/1690",[989,4.824]],["name/1691",[206,53.333]],["parent/1691",[989,4.824]],["name/1692",[207,49.413]],["parent/1692",[989,4.824]],["name/1693",[208,53.333]],["parent/1693",[989,4.824]],["name/1694",[209,53.333]],["parent/1694",[962,3.229]],["name/1695",[22,18.176]],["parent/1695",[990,7.431]],["name/1696",[193,46.604]],["parent/1696",[991,6.136]],["name/1697",[212,53.333]],["parent/1697",[991,6.136]],["name/1698",[191,44.09]],["parent/1698",[991,6.136]],["name/1699",[213,53.333]],["parent/1699",[991,6.136]],["name/1700",[214,49.413]],["parent/1700",[991,6.136]],["name/1701",[350,69.427]],["parent/1701",[962,3.229]],["name/1702",[351,69.427]],["parent/1702",[962,3.229]],["name/1703",[352,66.063]],["parent/1703",[962,3.229]],["name/1704",[353,69.427]],["parent/1704",[962,3.229]],["name/1705",[354,66.063]],["parent/1705",[962,3.229]],["name/1706",[22,18.176]],["parent/1706",[992,7.431]],["name/1707",[356,63.549]],["parent/1707",[993,5.4]],["name/1708",[358,69.427]],["parent/1708",[993,5.4]],["name/1709",[359,63.549]],["parent/1709",[993,5.4]],["name/1710",[360,63.549]],["parent/1710",[993,5.4]],["name/1711",[361,63.549]],["parent/1711",[993,5.4]],["name/1712",[362,63.549]],["parent/1712",[993,5.4]],["name/1713",[363,63.549]],["parent/1713",[993,5.4]],["name/1714",[364,63.549]],["parent/1714",[993,5.4]],["name/1715",[365,69.427]],["parent/1715",[993,5.4]],["name/1716",[366,63.549]],["parent/1716",[993,5.4]],["name/1717",[367,63.549]],["parent/1717",[993,5.4]],["name/1718",[368,69.427]],["parent/1718",[962,3.229]],["name/1719",[369,66.063]],["parent/1719",[962,3.229]],["name/1720",[370,66.063]],["parent/1720",[962,3.229]],["name/1721",[371,69.427]],["parent/1721",[962,3.229]],["name/1722",[22,18.176]],["parent/1722",[994,7.431]],["name/1723",[373,69.427]],["parent/1723",[995,6.136]],["name/1724",[375,69.427]],["parent/1724",[995,6.136]],["name/1725",[191,44.09]],["parent/1725",[995,6.136]],["name/1726",[376,69.427]],["parent/1726",[995,6.136]],["name/1727",[377,69.427]],["parent/1727",[995,6.136]],["name/1728",[378,66.063]],["parent/1728",[962,3.229]],["name/1729",[379,69.427]],["parent/1729",[962,3.229]],["name/1730",[22,18.176]],["parent/1730",[996,7.431]],["name/1731",[381,69.427]],["parent/1731",[997,6.336]],["name/1732",[192,51.182]],["parent/1732",[997,6.336]],["name/1733",[383,69.427]],["parent/1733",[997,6.336]],["name/1734",[384,59.872]],["parent/1734",[997,6.336]],["name/1735",[385,69.427]],["parent/1735",[962,3.229]],["name/1736",[386,66.063]],["parent/1736",[962,3.229]],["name/1737",[387,66.063]],["parent/1737",[962,3.229]],["name/1738",[388,69.427]],["parent/1738",[962,3.229]],["name/1739",[389,63.549]],["parent/1739",[962,3.229]],["name/1740",[22,18.176]],["parent/1740",[998,7.431]],["name/1741",[389,63.549]],["parent/1741",[999,7.431]],["name/1742",[392,66.063]],["parent/1742",[962,3.229]],["name/1743",[393,66.063]],["parent/1743",[962,3.229]],["name/1744",[394,69.427]],["parent/1744",[962,3.229]],["name/1745",[395,66.063]],["parent/1745",[962,3.229]],["name/1746",[396,66.063]],["parent/1746",[962,3.229]],["name/1747",[397,66.063]],["parent/1747",[962,3.229]],["name/1748",[22,18.176]],["parent/1748",[1000,7.431]],["name/1749",[399,66.063]],["parent/1749",[962,3.229]],["name/1750",[400,69.427]],["parent/1750",[962,3.229]],["name/1751",[401,61.543]],["parent/1751",[962,3.229]],["name/1752",[22,18.176]],["parent/1752",[1001,7.431]],["name/1753",[403,69.427]],["parent/1753",[1002,6.336]],["name/1754",[405,66.063]],["parent/1754",[1002,6.336]],["name/1755",[406,69.427]],["parent/1755",[1002,6.336]],["name/1756",[384,59.872]],["parent/1756",[1002,6.336]],["name/1757",[407,66.063]],["parent/1757",[962,3.229]],["name/1758",[408,66.063]],["parent/1758",[962,3.229]],["name/1759",[409,69.427]],["parent/1759",[962,3.229]],["name/1760",[22,18.176]],["parent/1760",[1003,7.431]],["name/1761",[207,49.413]],["parent/1761",[1004,6.922]],["name/1762",[214,49.413]],["parent/1762",[1004,6.922]],["name/1763",[412,66.063]],["parent/1763",[962,3.229]],["name/1764",[413,69.427]],["parent/1764",[962,3.229]],["name/1765",[22,18.176]],["parent/1765",[1005,7.431]],["name/1766",[415,66.063]],["parent/1766",[1006,6.922]],["name/1767",[417,69.427]],["parent/1767",[1006,6.922]],["name/1768",[418,69.427]],["parent/1768",[962,3.229]],["name/1769",[419,66.063]],["parent/1769",[962,3.229]],["name/1770",[420,66.063]],["parent/1770",[962,3.229]],["name/1771",[421,66.063]],["parent/1771",[962,3.229]],["name/1772",[22,18.176]],["parent/1772",[1007,7.431]],["name/1773",[423,66.063]],["parent/1773",[1008,6.922]],["name/1774",[425,66.063]],["parent/1774",[1008,6.922]],["name/1775",[426,66.063]],["parent/1775",[962,3.229]],["name/1776",[427,69.427]],["parent/1776",[962,3.229]],["name/1777",[22,18.176]],["parent/1777",[1009,7.431]],["name/1778",[356,63.549]],["parent/1778",[1010,5.591]],["name/1779",[359,63.549]],["parent/1779",[1010,5.591]],["name/1780",[360,63.549]],["parent/1780",[1010,5.591]],["name/1781",[361,63.549]],["parent/1781",[1010,5.591]],["name/1782",[362,63.549]],["parent/1782",[1010,5.591]],["name/1783",[363,63.549]],["parent/1783",[1010,5.591]],["name/1784",[364,63.549]],["parent/1784",[1010,5.591]],["name/1785",[366,63.549]],["parent/1785",[1010,5.591]],["name/1786",[367,63.549]],["parent/1786",[1010,5.591]],["name/1787",[430,69.427]],["parent/1787",[962,3.229]],["name/1788",[431,69.427]],["parent/1788",[962,3.229]],["name/1789",[22,18.176]],["parent/1789",[1011,7.431]],["name/1790",[191,44.09]],["parent/1790",[1012,6.586]],["name/1791",[434,69.427]],["parent/1791",[1012,6.586]],["name/1792",[214,49.413]],["parent/1792",[1012,6.586]],["name/1793",[435,59.872]],["parent/1793",[962,3.229]],["name/1794",[22,18.176]],["parent/1794",[1013,7.431]],["name/1795",[437,69.427]],["parent/1795",[1014,6.586]],["name/1796",[239,66.063]],["parent/1796",[1014,6.586]],["name/1797",[435,59.872]],["parent/1797",[1014,6.586]],["name/1798",[439,66.063]],["parent/1798",[962,3.229]],["name/1799",[22,18.176]],["parent/1799",[1015,7.431]],["name/1800",[191,44.09]],["parent/1800",[1016,5.702]],["name/1801",[442,69.427]],["parent/1801",[1016,5.702]],["name/1802",[401,61.543]],["parent/1802",[1016,5.702]],["name/1803",[443,69.427]],["parent/1803",[1016,5.702]],["name/1804",[444,69.427]],["parent/1804",[1016,5.702]],["name/1805",[445,69.427]],["parent/1805",[1016,5.702]],["name/1806",[446,69.427]],["parent/1806",[1016,5.702]],["name/1807",[207,49.413]],["parent/1807",[1016,5.702]],["name/1808",[117,53.333]],["parent/1808",[962,3.229]],["name/1809",[118,53.333]],["parent/1809",[962,3.229]],["name/1810",[22,18.176]],["parent/1810",[1017,7.431]],["name/1811",[120,52.563]],["parent/1811",[962,3.229]],["name/1812",[22,18.176]],["parent/1812",[1018,7.431]],["name/1813",[122,53.333]],["parent/1813",[962,3.229]],["name/1814",[22,18.176]],["parent/1814",[1019,7.431]],["name/1815",[124,52.563]],["parent/1815",[962,3.229]],["name/1816",[22,18.176]],["parent/1816",[1020,7.431]],["name/1817",[126,52.563]],["parent/1817",[962,3.229]],["name/1818",[22,18.176]],["parent/1818",[1021,7.431]],["name/1819",[128,52.563]],["parent/1819",[962,3.229]],["name/1820",[22,18.176]],["parent/1820",[1022,7.431]],["name/1821",[130,52.563]],["parent/1821",[962,3.229]],["name/1822",[22,18.176]],["parent/1822",[1023,7.431]],["name/1823",[132,52.563]],["parent/1823",[962,3.229]],["name/1824",[22,18.176]],["parent/1824",[1024,7.431]],["name/1825",[134,52.563]],["parent/1825",[962,3.229]],["name/1826",[22,18.176]],["parent/1826",[1025,7.431]],["name/1827",[136,52.563]],["parent/1827",[962,3.229]],["name/1828",[22,18.176]],["parent/1828",[1026,7.431]],["name/1829",[138,52.563]],["parent/1829",[962,3.229]],["name/1830",[22,18.176]],["parent/1830",[1027,7.431]],["name/1831",[140,52.563]],["parent/1831",[962,3.229]],["name/1832",[22,18.176]],["parent/1832",[1028,7.431]],["name/1833",[144,52.563]],["parent/1833",[962,3.229]],["name/1834",[22,18.176]],["parent/1834",[1029,7.431]],["name/1835",[146,53.333]],["parent/1835",[962,3.229]],["name/1836",[22,18.176]],["parent/1836",[1030,7.431]],["name/1837",[148,53.333]],["parent/1837",[962,3.229]],["name/1838",[22,18.176]],["parent/1838",[1031,7.431]],["name/1839",[150,53.333]],["parent/1839",[962,3.229]],["name/1840",[151,52.563]],["parent/1840",[962,3.229]],["name/1841",[1032,74.536]],["parent/1841",[962,3.229]],["name/1842",[22,18.176]],["parent/1842",[1033,7.431]],["name/1843",[217,51.849]],["parent/1843",[1034,6.586]],["name/1844",[1035,74.536]],["parent/1844",[1034,6.586]],["name/1845",[469,66.063]],["parent/1845",[1034,6.586]],["name/1846",[1036,74.536]],["parent/1846",[962,3.229]],["name/1847",[22,18.176]],["parent/1847",[1037,7.431]],["name/1848",[477,54.167]],["parent/1848",[1038,6.922]],["name/1849",[478,56.077]],["parent/1849",[1038,6.922]],["name/1850",[1039,74.536]],["parent/1850",[962,3.229]],["name/1851",[1040,33.76]],["parent/1851",[]],["name/1852",[1040,33.76]],["parent/1852",[1040,3.366]],["name/1853",[11,48.386]],["parent/1853",[1041,5.702]],["name/1854",[63,52.563]],["parent/1854",[1041,5.702]],["name/1855",[24,50.557]],["parent/1855",[1041,5.702]],["name/1856",[64,52.563]],["parent/1856",[1041,5.702]],["name/1857",[22,18.176]],["parent/1857",[1042,7.431]],["name/1858",[1043,69.427]],["parent/1858",[1044,5.702]],["name/1859",[1045,74.536]],["parent/1859",[1044,5.702]],["name/1860",[1046,69.427]],["parent/1860",[1044,5.702]],["name/1861",[1047,74.536]],["parent/1861",[1044,5.702]],["name/1862",[1048,69.427]],["parent/1862",[1044,5.702]],["name/1863",[1049,74.536]],["parent/1863",[1044,5.702]],["name/1864",[1050,69.427]],["parent/1864",[1044,5.702]],["name/1865",[1051,74.536]],["parent/1865",[1044,5.702]],["name/1866",[1043,69.427]],["parent/1866",[1041,5.702]],["name/1867",[1046,69.427]],["parent/1867",[1041,5.702]],["name/1868",[1048,69.427]],["parent/1868",[1041,5.702]],["name/1869",[1050,69.427]],["parent/1869",[1041,5.702]],["name/1870",[1052,69.427]],["parent/1870",[1040,3.366]],["name/1871",[1053,69.427]],["parent/1871",[1040,3.366]],["name/1872",[596,69.427]],["parent/1872",[1040,3.366]],["name/1873",[597,69.427]],["parent/1873",[1040,3.366]],["name/1874",[1054,74.536]],["parent/1874",[1040,3.366]],["name/1875",[1055,74.536]],["parent/1875",[1040,3.366]],["name/1876",[603,66.063]],["parent/1876",[1040,3.366]],["name/1877",[608,69.427]],["parent/1877",[1040,3.366]],["name/1878",[609,66.063]],["parent/1878",[1040,3.366]],["name/1879",[611,69.427]],["parent/1879",[1040,3.366]],["name/1880",[612,66.063]],["parent/1880",[1040,3.366]],["name/1881",[614,66.063]],["parent/1881",[1040,3.366]],["name/1882",[1056,74.536]],["parent/1882",[1040,3.366]],["name/1883",[617,69.427]],["parent/1883",[1040,3.366]],["name/1884",[621,69.427]],["parent/1884",[1040,3.366]],["name/1885",[624,66.063]],["parent/1885",[1040,3.366]],["name/1886",[628,69.427]],["parent/1886",[1040,3.366]],["name/1887",[637,69.427]],["parent/1887",[1040,3.366]],["name/1888",[638,66.063]],["parent/1888",[1040,3.366]],["name/1889",[639,66.063]],["parent/1889",[1040,3.366]],["name/1890",[640,66.063]],["parent/1890",[1040,3.366]],["name/1891",[1057,74.536]],["parent/1891",[1040,3.366]],["name/1892",[641,69.427]],["parent/1892",[1040,3.366]],["name/1893",[116,52.563]],["parent/1893",[1040,3.366]],["name/1894",[661,61.543]],["parent/1894",[1040,3.366]],["name/1895",[22,18.176]],["parent/1895",[1058,7.431]],["name/1896",[663,58.441]],["parent/1896",[1040,3.366]],["name/1897",[22,18.176]],["parent/1897",[1059,7.431]],["name/1898",[1060,74.536]],["parent/1898",[1040,3.366]],["name/1899",[22,18.176]],["parent/1899",[1061,7.431]],["name/1900",[667,61.543]],["parent/1900",[1040,3.366]],["name/1901",[22,18.176]],["parent/1901",[1062,7.431]],["name/1902",[1063,74.536]],["parent/1902",[1040,3.366]],["name/1903",[22,18.176]],["parent/1903",[1064,7.431]],["name/1904",[117,53.333]],["parent/1904",[1040,3.366]],["name/1905",[118,53.333]],["parent/1905",[1040,3.366]],["name/1906",[22,18.176]],["parent/1906",[1065,7.431]],["name/1907",[120,52.563]],["parent/1907",[1040,3.366]],["name/1908",[22,18.176]],["parent/1908",[1066,7.431]],["name/1909",[122,53.333]],["parent/1909",[1040,3.366]],["name/1910",[22,18.176]],["parent/1910",[1067,7.431]],["name/1911",[124,52.563]],["parent/1911",[1040,3.366]],["name/1912",[22,18.176]],["parent/1912",[1068,7.431]],["name/1913",[126,52.563]],["parent/1913",[1040,3.366]],["name/1914",[22,18.176]],["parent/1914",[1069,7.431]],["name/1915",[128,52.563]],["parent/1915",[1040,3.366]],["name/1916",[22,18.176]],["parent/1916",[1070,7.431]],["name/1917",[130,52.563]],["parent/1917",[1040,3.366]],["name/1918",[22,18.176]],["parent/1918",[1071,7.431]],["name/1919",[132,52.563]],["parent/1919",[1040,3.366]],["name/1920",[22,18.176]],["parent/1920",[1072,7.431]],["name/1921",[134,52.563]],["parent/1921",[1040,3.366]],["name/1922",[22,18.176]],["parent/1922",[1073,7.431]],["name/1923",[136,52.563]],["parent/1923",[1040,3.366]],["name/1924",[22,18.176]],["parent/1924",[1074,7.431]],["name/1925",[138,52.563]],["parent/1925",[1040,3.366]],["name/1926",[22,18.176]],["parent/1926",[1075,7.431]],["name/1927",[140,52.563]],["parent/1927",[1040,3.366]],["name/1928",[22,18.176]],["parent/1928",[1076,7.431]],["name/1929",[142,52.563]],["parent/1929",[1040,3.366]],["name/1930",[22,18.176]],["parent/1930",[1077,7.431]],["name/1931",[144,52.563]],["parent/1931",[1040,3.366]],["name/1932",[22,18.176]],["parent/1932",[1078,7.431]],["name/1933",[146,53.333]],["parent/1933",[1040,3.366]],["name/1934",[22,18.176]],["parent/1934",[1079,7.431]],["name/1935",[148,53.333]],["parent/1935",[1040,3.366]],["name/1936",[22,18.176]],["parent/1936",[1080,7.431]],["name/1937",[150,53.333]],["parent/1937",[1040,3.366]],["name/1938",[151,52.563]],["parent/1938",[1040,3.366]],["name/1939",[152,52.563]],["parent/1939",[1040,3.366]],["name/1940",[153,52.563]],["parent/1940",[1040,3.366]],["name/1941",[154,52.563]],["parent/1941",[1040,3.366]],["name/1942",[155,53.333]],["parent/1942",[1040,3.366]],["name/1943",[156,53.333]],["parent/1943",[1040,3.366]],["name/1944",[157,52.563]],["parent/1944",[1040,3.366]],["name/1945",[158,52.563]],["parent/1945",[1040,3.366]],["name/1946",[159,52.563]],["parent/1946",[1040,3.366]],["name/1947",[160,52.563]],["parent/1947",[1040,3.366]],["name/1948",[22,18.176]],["parent/1948",[1081,7.431]],["name/1949",[162,52.563]],["parent/1949",[1040,3.366]],["name/1950",[22,18.176]],["parent/1950",[1082,7.431]],["name/1951",[164,46.203]],["parent/1951",[1040,3.366]],["name/1952",[22,18.176]],["parent/1952",[1083,7.431]],["name/1953",[343,54.167]],["parent/1953",[1040,3.366]],["name/1954",[22,18.176]],["parent/1954",[1084,7.431]],["name/1955",[166,52.563]],["parent/1955",[1040,3.366]],["name/1956",[22,18.176]],["parent/1956",[1085,7.431]],["name/1957",[168,52.563]],["parent/1957",[1040,3.366]],["name/1958",[169,52.563]],["parent/1958",[1040,3.366]],["name/1959",[170,52.563]],["parent/1959",[1040,3.366]],["name/1960",[171,52.563]],["parent/1960",[1040,3.366]],["name/1961",[172,52.563]],["parent/1961",[1040,3.366]],["name/1962",[173,52.563]],["parent/1962",[1040,3.366]],["name/1963",[174,51.849]],["parent/1963",[1040,3.366]],["name/1964",[175,52.563]],["parent/1964",[1040,3.366]],["name/1965",[176,52.563]],["parent/1965",[1040,3.366]],["name/1966",[177,52.563]],["parent/1966",[1040,3.366]],["name/1967",[178,52.563]],["parent/1967",[1040,3.366]],["name/1968",[179,52.563]],["parent/1968",[1040,3.366]],["name/1969",[180,52.563]],["parent/1969",[1040,3.366]],["name/1970",[181,52.563]],["parent/1970",[1040,3.366]],["name/1971",[182,52.563]],["parent/1971",[1040,3.366]],["name/1972",[183,51.849]],["parent/1972",[1040,3.366]],["name/1973",[184,52.563]],["parent/1973",[1040,3.366]],["name/1974",[185,52.563]],["parent/1974",[1040,3.366]],["name/1975",[186,53.333]],["parent/1975",[1040,3.366]],["name/1976",[187,53.333]],["parent/1976",[1040,3.366]],["name/1977",[22,18.176]],["parent/1977",[1086,7.431]],["name/1978",[189,53.333]],["parent/1978",[1087,4.824]],["name/1979",[191,44.09]],["parent/1979",[1087,4.824]],["name/1980",[192,51.182]],["parent/1980",[1087,4.824]],["name/1981",[193,46.604]],["parent/1981",[1087,4.824]],["name/1982",[194,53.333]],["parent/1982",[1087,4.824]],["name/1983",[195,53.333]],["parent/1983",[1087,4.824]],["name/1984",[196,53.333]],["parent/1984",[1087,4.824]],["name/1985",[197,51.849]],["parent/1985",[1087,4.824]],["name/1986",[198,53.333]],["parent/1986",[1087,4.824]],["name/1987",[199,51.849]],["parent/1987",[1087,4.824]],["name/1988",[200,53.333]],["parent/1988",[1087,4.824]],["name/1989",[201,53.333]],["parent/1989",[1087,4.824]],["name/1990",[202,53.333]],["parent/1990",[1087,4.824]],["name/1991",[203,53.333]],["parent/1991",[1087,4.824]],["name/1992",[164,46.203]],["parent/1992",[1087,4.824]],["name/1993",[204,53.333]],["parent/1993",[1087,4.824]],["name/1994",[205,53.333]],["parent/1994",[1087,4.824]],["name/1995",[206,53.333]],["parent/1995",[1087,4.824]],["name/1996",[207,49.413]],["parent/1996",[1087,4.824]],["name/1997",[208,53.333]],["parent/1997",[1087,4.824]],["name/1998",[209,53.333]],["parent/1998",[1040,3.366]],["name/1999",[22,18.176]],["parent/1999",[1088,7.431]],["name/2000",[193,46.604]],["parent/2000",[1089,6.136]],["name/2001",[212,53.333]],["parent/2001",[1089,6.136]],["name/2002",[191,44.09]],["parent/2002",[1089,6.136]],["name/2003",[213,53.333]],["parent/2003",[1089,6.136]],["name/2004",[214,49.413]],["parent/2004",[1089,6.136]],["name/2005",[1090,74.536]],["parent/2005",[1040,3.366]],["name/2006",[22,18.176]],["parent/2006",[1091,7.431]],["name/2007",[217,51.849]],["parent/2007",[1092,6.922]],["name/2008",[191,44.09]],["parent/2008",[1092,6.922]],["name/2009",[1093,74.536]],["parent/2009",[1040,3.366]],["name/2010",[22,18.176]],["parent/2010",[1094,7.431]],["name/2011",[1095,69.427]],["parent/2011",[1096,5.491]],["name/2012",[1097,66.063]],["parent/2012",[1096,5.491]],["name/2013",[1098,74.536]],["parent/2013",[1096,5.491]],["name/2014",[1099,66.063]],["parent/2014",[1096,5.491]],["name/2015",[1100,69.427]],["parent/2015",[1096,5.491]],["name/2016",[478,56.077]],["parent/2016",[1096,5.491]],["name/2017",[1101,69.427]],["parent/2017",[1096,5.491]],["name/2018",[1102,69.427]],["parent/2018",[1096,5.491]],["name/2019",[477,54.167]],["parent/2019",[1096,5.491]],["name/2020",[1103,74.536]],["parent/2020",[1096,5.491]],["name/2021",[1104,74.536]],["parent/2021",[1040,3.366]],["name/2022",[1105,36.924]],["parent/2022",[]],["name/2023",[1105,36.924]],["parent/2023",[1105,3.681]],["name/2024",[11,48.386]],["parent/2024",[1106,5.969]],["name/2025",[63,52.563]],["parent/2025",[1106,5.969]],["name/2026",[24,50.557]],["parent/2026",[1106,5.969]],["name/2027",[64,52.563]],["parent/2027",[1106,5.969]],["name/2028",[22,18.176]],["parent/2028",[1107,7.431]],["name/2029",[1108,69.427]],["parent/2029",[1109,6.336]],["name/2030",[1110,74.536]],["parent/2030",[1109,6.336]],["name/2031",[1111,69.427]],["parent/2031",[1109,6.336]],["name/2032",[1112,74.536]],["parent/2032",[1109,6.336]],["name/2033",[1108,69.427]],["parent/2033",[1106,5.969]],["name/2034",[1111,69.427]],["parent/2034",[1106,5.969]],["name/2035",[1113,74.536]],["parent/2035",[1105,3.681]],["name/2036",[1114,74.536]],["parent/2036",[1105,3.681]],["name/2037",[151,52.563]],["parent/2037",[1105,3.681]],["name/2038",[1115,74.536]],["parent/2038",[1105,3.681]],["name/2039",[22,18.176]],["parent/2039",[1116,7.431]],["name/2040",[663,58.441]],["parent/2040",[1105,3.681]],["name/2041",[22,18.176]],["parent/2041",[1117,7.431]],["name/2042",[116,52.563]],["parent/2042",[1105,3.681]],["name/2043",[117,53.333]],["parent/2043",[1105,3.681]],["name/2044",[118,53.333]],["parent/2044",[1105,3.681]],["name/2045",[22,18.176]],["parent/2045",[1118,7.431]],["name/2046",[120,52.563]],["parent/2046",[1105,3.681]],["name/2047",[22,18.176]],["parent/2047",[1119,7.431]],["name/2048",[122,53.333]],["parent/2048",[1105,3.681]],["name/2049",[22,18.176]],["parent/2049",[1120,7.431]],["name/2050",[124,52.563]],["parent/2050",[1105,3.681]],["name/2051",[22,18.176]],["parent/2051",[1121,7.431]],["name/2052",[126,52.563]],["parent/2052",[1105,3.681]],["name/2053",[22,18.176]],["parent/2053",[1122,7.431]],["name/2054",[128,52.563]],["parent/2054",[1105,3.681]],["name/2055",[22,18.176]],["parent/2055",[1123,7.431]],["name/2056",[130,52.563]],["parent/2056",[1105,3.681]],["name/2057",[22,18.176]],["parent/2057",[1124,7.431]],["name/2058",[132,52.563]],["parent/2058",[1105,3.681]],["name/2059",[22,18.176]],["parent/2059",[1125,7.431]],["name/2060",[134,52.563]],["parent/2060",[1105,3.681]],["name/2061",[22,18.176]],["parent/2061",[1126,7.431]],["name/2062",[136,52.563]],["parent/2062",[1105,3.681]],["name/2063",[22,18.176]],["parent/2063",[1127,7.431]],["name/2064",[138,52.563]],["parent/2064",[1105,3.681]],["name/2065",[22,18.176]],["parent/2065",[1128,7.431]],["name/2066",[140,52.563]],["parent/2066",[1105,3.681]],["name/2067",[22,18.176]],["parent/2067",[1129,7.431]],["name/2068",[142,52.563]],["parent/2068",[1105,3.681]],["name/2069",[22,18.176]],["parent/2069",[1130,7.431]],["name/2070",[144,52.563]],["parent/2070",[1105,3.681]],["name/2071",[22,18.176]],["parent/2071",[1131,7.431]],["name/2072",[146,53.333]],["parent/2072",[1105,3.681]],["name/2073",[22,18.176]],["parent/2073",[1132,7.431]],["name/2074",[148,53.333]],["parent/2074",[1105,3.681]],["name/2075",[22,18.176]],["parent/2075",[1133,7.431]],["name/2076",[150,53.333]],["parent/2076",[1105,3.681]],["name/2077",[152,52.563]],["parent/2077",[1105,3.681]],["name/2078",[153,52.563]],["parent/2078",[1105,3.681]],["name/2079",[154,52.563]],["parent/2079",[1105,3.681]],["name/2080",[155,53.333]],["parent/2080",[1105,3.681]],["name/2081",[156,53.333]],["parent/2081",[1105,3.681]],["name/2082",[157,52.563]],["parent/2082",[1105,3.681]],["name/2083",[158,52.563]],["parent/2083",[1105,3.681]],["name/2084",[159,52.563]],["parent/2084",[1105,3.681]],["name/2085",[160,52.563]],["parent/2085",[1105,3.681]],["name/2086",[22,18.176]],["parent/2086",[1134,7.431]],["name/2087",[162,52.563]],["parent/2087",[1105,3.681]],["name/2088",[22,18.176]],["parent/2088",[1135,7.431]],["name/2089",[164,46.203]],["parent/2089",[1105,3.681]],["name/2090",[22,18.176]],["parent/2090",[1136,7.431]],["name/2091",[343,54.167]],["parent/2091",[1105,3.681]],["name/2092",[22,18.176]],["parent/2092",[1137,7.431]],["name/2093",[166,52.563]],["parent/2093",[1105,3.681]],["name/2094",[22,18.176]],["parent/2094",[1138,7.431]],["name/2095",[168,52.563]],["parent/2095",[1105,3.681]],["name/2096",[169,52.563]],["parent/2096",[1105,3.681]],["name/2097",[170,52.563]],["parent/2097",[1105,3.681]],["name/2098",[171,52.563]],["parent/2098",[1105,3.681]],["name/2099",[172,52.563]],["parent/2099",[1105,3.681]],["name/2100",[173,52.563]],["parent/2100",[1105,3.681]],["name/2101",[174,51.849]],["parent/2101",[1105,3.681]],["name/2102",[175,52.563]],["parent/2102",[1105,3.681]],["name/2103",[176,52.563]],["parent/2103",[1105,3.681]],["name/2104",[177,52.563]],["parent/2104",[1105,3.681]],["name/2105",[178,52.563]],["parent/2105",[1105,3.681]],["name/2106",[179,52.563]],["parent/2106",[1105,3.681]],["name/2107",[180,52.563]],["parent/2107",[1105,3.681]],["name/2108",[181,52.563]],["parent/2108",[1105,3.681]],["name/2109",[182,52.563]],["parent/2109",[1105,3.681]],["name/2110",[183,51.849]],["parent/2110",[1105,3.681]],["name/2111",[184,52.563]],["parent/2111",[1105,3.681]],["name/2112",[185,52.563]],["parent/2112",[1105,3.681]],["name/2113",[186,53.333]],["parent/2113",[1105,3.681]],["name/2114",[187,53.333]],["parent/2114",[1105,3.681]],["name/2115",[22,18.176]],["parent/2115",[1139,7.431]],["name/2116",[189,53.333]],["parent/2116",[1140,4.824]],["name/2117",[191,44.09]],["parent/2117",[1140,4.824]],["name/2118",[192,51.182]],["parent/2118",[1140,4.824]],["name/2119",[193,46.604]],["parent/2119",[1140,4.824]],["name/2120",[194,53.333]],["parent/2120",[1140,4.824]],["name/2121",[195,53.333]],["parent/2121",[1140,4.824]],["name/2122",[196,53.333]],["parent/2122",[1140,4.824]],["name/2123",[197,51.849]],["parent/2123",[1140,4.824]],["name/2124",[198,53.333]],["parent/2124",[1140,4.824]],["name/2125",[199,51.849]],["parent/2125",[1140,4.824]],["name/2126",[200,53.333]],["parent/2126",[1140,4.824]],["name/2127",[201,53.333]],["parent/2127",[1140,4.824]],["name/2128",[202,53.333]],["parent/2128",[1140,4.824]],["name/2129",[203,53.333]],["parent/2129",[1140,4.824]],["name/2130",[164,46.203]],["parent/2130",[1140,4.824]],["name/2131",[204,53.333]],["parent/2131",[1140,4.824]],["name/2132",[205,53.333]],["parent/2132",[1140,4.824]],["name/2133",[206,53.333]],["parent/2133",[1140,4.824]],["name/2134",[207,49.413]],["parent/2134",[1140,4.824]],["name/2135",[208,53.333]],["parent/2135",[1140,4.824]],["name/2136",[209,53.333]],["parent/2136",[1105,3.681]],["name/2137",[22,18.176]],["parent/2137",[1141,7.431]],["name/2138",[193,46.604]],["parent/2138",[1142,6.136]],["name/2139",[212,53.333]],["parent/2139",[1142,6.136]],["name/2140",[191,44.09]],["parent/2140",[1142,6.136]],["name/2141",[213,53.333]],["parent/2141",[1142,6.136]],["name/2142",[214,49.413]],["parent/2142",[1142,6.136]],["name/2143",[1143,74.536]],["parent/2143",[1105,3.681]],["name/2144",[22,18.176]],["parent/2144",[1144,7.431]],["name/2145",[217,51.849]],["parent/2145",[1145,6.922]],["name/2146",[1146,74.536]],["parent/2146",[1145,6.922]],["name/2147",[1147,74.536]],["parent/2147",[1105,3.681]],["name/2148",[22,18.176]],["parent/2148",[1148,7.431]],["name/2149",[477,54.167]],["parent/2149",[1149,5.969]],["name/2150",[1097,66.063]],["parent/2150",[1149,5.969]],["name/2151",[478,56.077]],["parent/2151",[1149,5.969]],["name/2152",[1150,74.536]],["parent/2152",[1149,5.969]],["name/2153",[1151,74.536]],["parent/2153",[1149,5.969]],["name/2154",[1099,66.063]],["parent/2154",[1149,5.969]],["name/2155",[1152,74.536]],["parent/2155",[1105,3.681]],["name/2156",[1153,33.648]],["parent/2156",[]],["name/2157",[1153,33.648]],["parent/2157",[1153,3.355]],["name/2158",[11,48.386]],["parent/2158",[1154,5.969]],["name/2159",[63,52.563]],["parent/2159",[1154,5.969]],["name/2160",[24,50.557]],["parent/2160",[1154,5.969]],["name/2161",[64,52.563]],["parent/2161",[1154,5.969]],["name/2162",[22,18.176]],["parent/2162",[1155,7.431]],["name/2163",[1156,69.427]],["parent/2163",[1157,6.336]],["name/2164",[1158,74.536]],["parent/2164",[1157,6.336]],["name/2165",[1159,69.427]],["parent/2165",[1157,6.336]],["name/2166",[1160,74.536]],["parent/2166",[1157,6.336]],["name/2167",[1156,69.427]],["parent/2167",[1154,5.969]],["name/2168",[1159,69.427]],["parent/2168",[1154,5.969]],["name/2169",[152,52.563]],["parent/2169",[1153,3.355]],["name/2170",[153,52.563]],["parent/2170",[1153,3.355]],["name/2171",[154,52.563]],["parent/2171",[1153,3.355]],["name/2172",[155,53.333]],["parent/2172",[1153,3.355]],["name/2173",[156,53.333]],["parent/2173",[1153,3.355]],["name/2174",[157,52.563]],["parent/2174",[1153,3.355]],["name/2175",[158,52.563]],["parent/2175",[1153,3.355]],["name/2176",[159,52.563]],["parent/2176",[1153,3.355]],["name/2177",[160,52.563]],["parent/2177",[1153,3.355]],["name/2178",[22,18.176]],["parent/2178",[1161,7.431]],["name/2179",[162,52.563]],["parent/2179",[1153,3.355]],["name/2180",[22,18.176]],["parent/2180",[1162,7.431]],["name/2181",[164,46.203]],["parent/2181",[1153,3.355]],["name/2182",[22,18.176]],["parent/2182",[1163,7.431]],["name/2183",[343,54.167]],["parent/2183",[1153,3.355]],["name/2184",[22,18.176]],["parent/2184",[1164,7.431]],["name/2185",[166,52.563]],["parent/2185",[1153,3.355]],["name/2186",[22,18.176]],["parent/2186",[1165,7.431]],["name/2187",[168,52.563]],["parent/2187",[1153,3.355]],["name/2188",[169,52.563]],["parent/2188",[1153,3.355]],["name/2189",[170,52.563]],["parent/2189",[1153,3.355]],["name/2190",[171,52.563]],["parent/2190",[1153,3.355]],["name/2191",[172,52.563]],["parent/2191",[1153,3.355]],["name/2192",[173,52.563]],["parent/2192",[1153,3.355]],["name/2193",[174,51.849]],["parent/2193",[1153,3.355]],["name/2194",[175,52.563]],["parent/2194",[1153,3.355]],["name/2195",[176,52.563]],["parent/2195",[1153,3.355]],["name/2196",[177,52.563]],["parent/2196",[1153,3.355]],["name/2197",[178,52.563]],["parent/2197",[1153,3.355]],["name/2198",[179,52.563]],["parent/2198",[1153,3.355]],["name/2199",[180,52.563]],["parent/2199",[1153,3.355]],["name/2200",[181,52.563]],["parent/2200",[1153,3.355]],["name/2201",[182,52.563]],["parent/2201",[1153,3.355]],["name/2202",[183,51.849]],["parent/2202",[1153,3.355]],["name/2203",[142,52.563]],["parent/2203",[1153,3.355]],["name/2204",[184,52.563]],["parent/2204",[1153,3.355]],["name/2205",[185,52.563]],["parent/2205",[1153,3.355]],["name/2206",[186,53.333]],["parent/2206",[1153,3.355]],["name/2207",[187,53.333]],["parent/2207",[1153,3.355]],["name/2208",[22,18.176]],["parent/2208",[1166,7.431]],["name/2209",[189,53.333]],["parent/2209",[1167,4.824]],["name/2210",[191,44.09]],["parent/2210",[1167,4.824]],["name/2211",[192,51.182]],["parent/2211",[1167,4.824]],["name/2212",[193,46.604]],["parent/2212",[1167,4.824]],["name/2213",[194,53.333]],["parent/2213",[1167,4.824]],["name/2214",[195,53.333]],["parent/2214",[1167,4.824]],["name/2215",[196,53.333]],["parent/2215",[1167,4.824]],["name/2216",[197,51.849]],["parent/2216",[1167,4.824]],["name/2217",[198,53.333]],["parent/2217",[1167,4.824]],["name/2218",[199,51.849]],["parent/2218",[1167,4.824]],["name/2219",[200,53.333]],["parent/2219",[1167,4.824]],["name/2220",[201,53.333]],["parent/2220",[1167,4.824]],["name/2221",[202,53.333]],["parent/2221",[1167,4.824]],["name/2222",[203,53.333]],["parent/2222",[1167,4.824]],["name/2223",[164,46.203]],["parent/2223",[1167,4.824]],["name/2224",[204,53.333]],["parent/2224",[1167,4.824]],["name/2225",[205,53.333]],["parent/2225",[1167,4.824]],["name/2226",[206,53.333]],["parent/2226",[1167,4.824]],["name/2227",[207,49.413]],["parent/2227",[1167,4.824]],["name/2228",[208,53.333]],["parent/2228",[1167,4.824]],["name/2229",[209,53.333]],["parent/2229",[1153,3.355]],["name/2230",[22,18.176]],["parent/2230",[1168,7.431]],["name/2231",[193,46.604]],["parent/2231",[1169,6.136]],["name/2232",[212,53.333]],["parent/2232",[1169,6.136]],["name/2233",[191,44.09]],["parent/2233",[1169,6.136]],["name/2234",[213,53.333]],["parent/2234",[1169,6.136]],["name/2235",[214,49.413]],["parent/2235",[1169,6.136]],["name/2236",[116,52.563]],["parent/2236",[1153,3.355]],["name/2237",[117,53.333]],["parent/2237",[1153,3.355]],["name/2238",[118,53.333]],["parent/2238",[1153,3.355]],["name/2239",[22,18.176]],["parent/2239",[1170,7.431]],["name/2240",[120,52.563]],["parent/2240",[1153,3.355]],["name/2241",[22,18.176]],["parent/2241",[1171,7.431]],["name/2242",[122,53.333]],["parent/2242",[1153,3.355]],["name/2243",[22,18.176]],["parent/2243",[1172,7.431]],["name/2244",[124,52.563]],["parent/2244",[1153,3.355]],["name/2245",[22,18.176]],["parent/2245",[1173,7.431]],["name/2246",[126,52.563]],["parent/2246",[1153,3.355]],["name/2247",[22,18.176]],["parent/2247",[1174,7.431]],["name/2248",[128,52.563]],["parent/2248",[1153,3.355]],["name/2249",[22,18.176]],["parent/2249",[1175,7.431]],["name/2250",[130,52.563]],["parent/2250",[1153,3.355]],["name/2251",[22,18.176]],["parent/2251",[1176,7.431]],["name/2252",[132,52.563]],["parent/2252",[1153,3.355]],["name/2253",[22,18.176]],["parent/2253",[1177,7.431]],["name/2254",[134,52.563]],["parent/2254",[1153,3.355]],["name/2255",[22,18.176]],["parent/2255",[1178,7.431]],["name/2256",[136,52.563]],["parent/2256",[1153,3.355]],["name/2257",[22,18.176]],["parent/2257",[1179,7.431]],["name/2258",[138,52.563]],["parent/2258",[1153,3.355]],["name/2259",[22,18.176]],["parent/2259",[1180,7.431]],["name/2260",[140,52.563]],["parent/2260",[1153,3.355]],["name/2261",[22,18.176]],["parent/2261",[1181,7.431]],["name/2262",[144,52.563]],["parent/2262",[1153,3.355]],["name/2263",[22,18.176]],["parent/2263",[1182,7.431]],["name/2264",[146,53.333]],["parent/2264",[1153,3.355]],["name/2265",[22,18.176]],["parent/2265",[1183,7.431]],["name/2266",[148,53.333]],["parent/2266",[1153,3.355]],["name/2267",[22,18.176]],["parent/2267",[1184,7.431]],["name/2268",[150,53.333]],["parent/2268",[1153,3.355]],["name/2269",[151,52.563]],["parent/2269",[1153,3.355]],["name/2270",[1052,69.427]],["parent/2270",[1153,3.355]],["name/2271",[1185,74.536]],["parent/2271",[1153,3.355]],["name/2272",[1186,74.536]],["parent/2272",[1153,3.355]],["name/2273",[1053,69.427]],["parent/2273",[1153,3.355]],["name/2274",[1187,74.536]],["parent/2274",[1153,3.355]],["name/2275",[1188,74.536]],["parent/2275",[1153,3.355]],["name/2276",[1189,74.536]],["parent/2276",[1153,3.355]],["name/2277",[603,66.063]],["parent/2277",[1153,3.355]],["name/2278",[1190,74.536]],["parent/2278",[1153,3.355]],["name/2279",[1191,74.536]],["parent/2279",[1153,3.355]],["name/2280",[609,66.063]],["parent/2280",[1153,3.355]],["name/2281",[612,66.063]],["parent/2281",[1153,3.355]],["name/2282",[614,66.063]],["parent/2282",[1153,3.355]],["name/2283",[1192,74.536]],["parent/2283",[1153,3.355]],["name/2284",[1193,74.536]],["parent/2284",[1153,3.355]],["name/2285",[1194,74.536]],["parent/2285",[1153,3.355]],["name/2286",[624,66.063]],["parent/2286",[1153,3.355]],["name/2287",[1195,74.536]],["parent/2287",[1153,3.355]],["name/2288",[1196,74.536]],["parent/2288",[1153,3.355]],["name/2289",[1197,74.536]],["parent/2289",[1153,3.355]],["name/2290",[1198,74.536]],["parent/2290",[1153,3.355]],["name/2291",[1199,74.536]],["parent/2291",[1153,3.355]],["name/2292",[638,66.063]],["parent/2292",[1153,3.355]],["name/2293",[639,66.063]],["parent/2293",[1153,3.355]],["name/2294",[640,66.063]],["parent/2294",[1153,3.355]],["name/2295",[844,69.427]],["parent/2295",[1153,3.355]],["name/2296",[1200,74.536]],["parent/2296",[1153,3.355]],["name/2297",[667,61.543]],["parent/2297",[1153,3.355]],["name/2298",[22,18.176]],["parent/2298",[1201,7.431]],["name/2299",[663,58.441]],["parent/2299",[1153,3.355]],["name/2300",[22,18.176]],["parent/2300",[1202,7.431]],["name/2301",[1203,74.536]],["parent/2301",[1153,3.355]],["name/2302",[22,18.176]],["parent/2302",[1204,7.431]],["name/2303",[217,51.849]],["parent/2303",[1205,7.431]],["name/2304",[1206,74.536]],["parent/2304",[1153,3.355]],["name/2305",[22,18.176]],["parent/2305",[1207,7.431]],["name/2306",[1095,69.427]],["parent/2306",[1208,5.24]],["name/2307",[477,54.167]],["parent/2307",[1208,5.24]],["name/2308",[1209,74.536]],["parent/2308",[1208,5.24]],["name/2309",[1210,74.536]],["parent/2309",[1208,5.24]],["name/2310",[183,51.849]],["parent/2310",[1208,5.24]],["name/2311",[1099,66.063]],["parent/2311",[1208,5.24]],["name/2312",[478,56.077]],["parent/2312",[1208,5.24]],["name/2313",[1100,69.427]],["parent/2313",[1208,5.24]],["name/2314",[1101,69.427]],["parent/2314",[1208,5.24]],["name/2315",[1102,69.427]],["parent/2315",[1208,5.24]],["name/2316",[1211,74.536]],["parent/2316",[1208,5.24]],["name/2317",[694,61.543]],["parent/2317",[1208,5.24]],["name/2318",[695,61.543]],["parent/2318",[1208,5.24]],["name/2319",[1212,74.536]],["parent/2319",[1153,3.355]],["name/2320",[1213,36.77]],["parent/2320",[]],["name/2321",[1213,36.77]],["parent/2321",[1213,3.666]],["name/2322",[11,48.386]],["parent/2322",[1214,6.136]],["name/2323",[63,52.563]],["parent/2323",[1214,6.136]],["name/2324",[24,50.557]],["parent/2324",[1214,6.136]],["name/2325",[64,52.563]],["parent/2325",[1214,6.136]],["name/2326",[22,18.176]],["parent/2326",[1215,7.431]],["name/2327",[1216,69.427]],["parent/2327",[1217,6.922]],["name/2328",[1218,74.536]],["parent/2328",[1217,6.922]],["name/2329",[1216,69.427]],["parent/2329",[1214,6.136]],["name/2330",[338,61.543]],["parent/2330",[1213,3.666]],["name/2331",[22,18.176]],["parent/2331",[1219,7.431]],["name/2332",[152,52.563]],["parent/2332",[1213,3.666]],["name/2333",[153,52.563]],["parent/2333",[1213,3.666]],["name/2334",[154,52.563]],["parent/2334",[1213,3.666]],["name/2335",[155,53.333]],["parent/2335",[1213,3.666]],["name/2336",[156,53.333]],["parent/2336",[1213,3.666]],["name/2337",[157,52.563]],["parent/2337",[1213,3.666]],["name/2338",[158,52.563]],["parent/2338",[1213,3.666]],["name/2339",[159,52.563]],["parent/2339",[1213,3.666]],["name/2340",[160,52.563]],["parent/2340",[1213,3.666]],["name/2341",[22,18.176]],["parent/2341",[1220,7.431]],["name/2342",[162,52.563]],["parent/2342",[1213,3.666]],["name/2343",[22,18.176]],["parent/2343",[1221,7.431]],["name/2344",[164,46.203]],["parent/2344",[1213,3.666]],["name/2345",[22,18.176]],["parent/2345",[1222,7.431]],["name/2346",[343,54.167]],["parent/2346",[1213,3.666]],["name/2347",[22,18.176]],["parent/2347",[1223,7.431]],["name/2348",[166,52.563]],["parent/2348",[1213,3.666]],["name/2349",[22,18.176]],["parent/2349",[1224,7.431]],["name/2350",[168,52.563]],["parent/2350",[1213,3.666]],["name/2351",[169,52.563]],["parent/2351",[1213,3.666]],["name/2352",[170,52.563]],["parent/2352",[1213,3.666]],["name/2353",[171,52.563]],["parent/2353",[1213,3.666]],["name/2354",[172,52.563]],["parent/2354",[1213,3.666]],["name/2355",[173,52.563]],["parent/2355",[1213,3.666]],["name/2356",[174,51.849]],["parent/2356",[1213,3.666]],["name/2357",[175,52.563]],["parent/2357",[1213,3.666]],["name/2358",[176,52.563]],["parent/2358",[1213,3.666]],["name/2359",[177,52.563]],["parent/2359",[1213,3.666]],["name/2360",[178,52.563]],["parent/2360",[1213,3.666]],["name/2361",[179,52.563]],["parent/2361",[1213,3.666]],["name/2362",[180,52.563]],["parent/2362",[1213,3.666]],["name/2363",[181,52.563]],["parent/2363",[1213,3.666]],["name/2364",[182,52.563]],["parent/2364",[1213,3.666]],["name/2365",[183,51.849]],["parent/2365",[1213,3.666]],["name/2366",[142,52.563]],["parent/2366",[1213,3.666]],["name/2367",[184,52.563]],["parent/2367",[1213,3.666]],["name/2368",[185,52.563]],["parent/2368",[1213,3.666]],["name/2369",[186,53.333]],["parent/2369",[1213,3.666]],["name/2370",[187,53.333]],["parent/2370",[1213,3.666]],["name/2371",[22,18.176]],["parent/2371",[1225,7.431]],["name/2372",[189,53.333]],["parent/2372",[1226,4.824]],["name/2373",[191,44.09]],["parent/2373",[1226,4.824]],["name/2374",[192,51.182]],["parent/2374",[1226,4.824]],["name/2375",[193,46.604]],["parent/2375",[1226,4.824]],["name/2376",[194,53.333]],["parent/2376",[1226,4.824]],["name/2377",[195,53.333]],["parent/2377",[1226,4.824]],["name/2378",[196,53.333]],["parent/2378",[1226,4.824]],["name/2379",[197,51.849]],["parent/2379",[1226,4.824]],["name/2380",[198,53.333]],["parent/2380",[1226,4.824]],["name/2381",[199,51.849]],["parent/2381",[1226,4.824]],["name/2382",[200,53.333]],["parent/2382",[1226,4.824]],["name/2383",[201,53.333]],["parent/2383",[1226,4.824]],["name/2384",[202,53.333]],["parent/2384",[1226,4.824]],["name/2385",[203,53.333]],["parent/2385",[1226,4.824]],["name/2386",[164,46.203]],["parent/2386",[1226,4.824]],["name/2387",[204,53.333]],["parent/2387",[1226,4.824]],["name/2388",[205,53.333]],["parent/2388",[1226,4.824]],["name/2389",[206,53.333]],["parent/2389",[1226,4.824]],["name/2390",[207,49.413]],["parent/2390",[1226,4.824]],["name/2391",[208,53.333]],["parent/2391",[1226,4.824]],["name/2392",[209,53.333]],["parent/2392",[1213,3.666]],["name/2393",[22,18.176]],["parent/2393",[1227,7.431]],["name/2394",[193,46.604]],["parent/2394",[1228,6.136]],["name/2395",[212,53.333]],["parent/2395",[1228,6.136]],["name/2396",[191,44.09]],["parent/2396",[1228,6.136]],["name/2397",[213,53.333]],["parent/2397",[1228,6.136]],["name/2398",[214,49.413]],["parent/2398",[1228,6.136]],["name/2399",[1229,74.536]],["parent/2399",[1213,3.666]],["name/2400",[663,58.441]],["parent/2400",[1213,3.666]],["name/2401",[22,18.176]],["parent/2401",[1230,7.431]],["name/2402",[667,61.543]],["parent/2402",[1213,3.666]],["name/2403",[22,18.176]],["parent/2403",[1231,7.431]],["name/2404",[661,61.543]],["parent/2404",[1213,3.666]],["name/2405",[22,18.176]],["parent/2405",[1232,7.431]],["name/2406",[116,52.563]],["parent/2406",[1213,3.666]],["name/2407",[117,53.333]],["parent/2407",[1213,3.666]],["name/2408",[118,53.333]],["parent/2408",[1213,3.666]],["name/2409",[22,18.176]],["parent/2409",[1233,7.431]],["name/2410",[120,52.563]],["parent/2410",[1213,3.666]],["name/2411",[22,18.176]],["parent/2411",[1234,7.431]],["name/2412",[122,53.333]],["parent/2412",[1213,3.666]],["name/2413",[22,18.176]],["parent/2413",[1235,7.431]],["name/2414",[124,52.563]],["parent/2414",[1213,3.666]],["name/2415",[22,18.176]],["parent/2415",[1236,7.431]],["name/2416",[126,52.563]],["parent/2416",[1213,3.666]],["name/2417",[22,18.176]],["parent/2417",[1237,7.431]],["name/2418",[128,52.563]],["parent/2418",[1213,3.666]],["name/2419",[22,18.176]],["parent/2419",[1238,7.431]],["name/2420",[130,52.563]],["parent/2420",[1213,3.666]],["name/2421",[22,18.176]],["parent/2421",[1239,7.431]],["name/2422",[132,52.563]],["parent/2422",[1213,3.666]],["name/2423",[22,18.176]],["parent/2423",[1240,7.431]],["name/2424",[134,52.563]],["parent/2424",[1213,3.666]],["name/2425",[22,18.176]],["parent/2425",[1241,7.431]],["name/2426",[136,52.563]],["parent/2426",[1213,3.666]],["name/2427",[22,18.176]],["parent/2427",[1242,7.431]],["name/2428",[138,52.563]],["parent/2428",[1213,3.666]],["name/2429",[22,18.176]],["parent/2429",[1243,7.431]],["name/2430",[140,52.563]],["parent/2430",[1213,3.666]],["name/2431",[22,18.176]],["parent/2431",[1244,7.431]],["name/2432",[144,52.563]],["parent/2432",[1213,3.666]],["name/2433",[22,18.176]],["parent/2433",[1245,7.431]],["name/2434",[146,53.333]],["parent/2434",[1213,3.666]],["name/2435",[22,18.176]],["parent/2435",[1246,7.431]],["name/2436",[148,53.333]],["parent/2436",[1213,3.666]],["name/2437",[22,18.176]],["parent/2437",[1247,7.431]],["name/2438",[150,53.333]],["parent/2438",[1213,3.666]],["name/2439",[151,52.563]],["parent/2439",[1213,3.666]],["name/2440",[1248,74.536]],["parent/2440",[1213,3.666]],["name/2441",[22,18.176]],["parent/2441",[1249,7.431]],["name/2442",[217,51.849]],["parent/2442",[1250,7.431]],["name/2443",[1251,74.536]],["parent/2443",[1213,3.666]],["name/2444",[22,18.176]],["parent/2444",[1252,7.431]],["name/2445",[1253,74.536]],["parent/2445",[1254,6.586]],["name/2446",[477,54.167]],["parent/2446",[1254,6.586]],["name/2447",[478,56.077]],["parent/2447",[1254,6.586]],["name/2448",[1255,74.536]],["parent/2448",[1213,3.666]],["name/2449",[1256,36.77]],["parent/2449",[]],["name/2450",[1256,36.77]],["parent/2450",[1256,3.666]],["name/2451",[11,48.386]],["parent/2451",[1257,5.969]],["name/2452",[63,52.563]],["parent/2452",[1257,5.969]],["name/2453",[24,50.557]],["parent/2453",[1257,5.969]],["name/2454",[64,52.563]],["parent/2454",[1257,5.969]],["name/2455",[22,18.176]],["parent/2455",[1258,7.431]],["name/2456",[1259,69.427]],["parent/2456",[1260,6.336]],["name/2457",[1261,74.536]],["parent/2457",[1260,6.336]],["name/2458",[1262,69.427]],["parent/2458",[1260,6.336]],["name/2459",[1263,74.536]],["parent/2459",[1260,6.336]],["name/2460",[1259,69.427]],["parent/2460",[1257,5.969]],["name/2461",[1262,69.427]],["parent/2461",[1257,5.969]],["name/2462",[338,61.543]],["parent/2462",[1256,3.666]],["name/2463",[22,18.176]],["parent/2463",[1264,7.431]],["name/2464",[152,52.563]],["parent/2464",[1256,3.666]],["name/2465",[153,52.563]],["parent/2465",[1256,3.666]],["name/2466",[154,52.563]],["parent/2466",[1256,3.666]],["name/2467",[155,53.333]],["parent/2467",[1256,3.666]],["name/2468",[156,53.333]],["parent/2468",[1256,3.666]],["name/2469",[157,52.563]],["parent/2469",[1256,3.666]],["name/2470",[158,52.563]],["parent/2470",[1256,3.666]],["name/2471",[159,52.563]],["parent/2471",[1256,3.666]],["name/2472",[160,52.563]],["parent/2472",[1256,3.666]],["name/2473",[22,18.176]],["parent/2473",[1265,7.431]],["name/2474",[162,52.563]],["parent/2474",[1256,3.666]],["name/2475",[22,18.176]],["parent/2475",[1266,7.431]],["name/2476",[164,46.203]],["parent/2476",[1256,3.666]],["name/2477",[22,18.176]],["parent/2477",[1267,7.431]],["name/2478",[343,54.167]],["parent/2478",[1256,3.666]],["name/2479",[22,18.176]],["parent/2479",[1268,7.431]],["name/2480",[166,52.563]],["parent/2480",[1256,3.666]],["name/2481",[22,18.176]],["parent/2481",[1269,7.431]],["name/2482",[168,52.563]],["parent/2482",[1256,3.666]],["name/2483",[169,52.563]],["parent/2483",[1256,3.666]],["name/2484",[170,52.563]],["parent/2484",[1256,3.666]],["name/2485",[171,52.563]],["parent/2485",[1256,3.666]],["name/2486",[172,52.563]],["parent/2486",[1256,3.666]],["name/2487",[173,52.563]],["parent/2487",[1256,3.666]],["name/2488",[174,51.849]],["parent/2488",[1256,3.666]],["name/2489",[175,52.563]],["parent/2489",[1256,3.666]],["name/2490",[176,52.563]],["parent/2490",[1256,3.666]],["name/2491",[177,52.563]],["parent/2491",[1256,3.666]],["name/2492",[178,52.563]],["parent/2492",[1256,3.666]],["name/2493",[179,52.563]],["parent/2493",[1256,3.666]],["name/2494",[180,52.563]],["parent/2494",[1256,3.666]],["name/2495",[181,52.563]],["parent/2495",[1256,3.666]],["name/2496",[182,52.563]],["parent/2496",[1256,3.666]],["name/2497",[183,51.849]],["parent/2497",[1256,3.666]],["name/2498",[142,52.563]],["parent/2498",[1256,3.666]],["name/2499",[184,52.563]],["parent/2499",[1256,3.666]],["name/2500",[185,52.563]],["parent/2500",[1256,3.666]],["name/2501",[186,53.333]],["parent/2501",[1256,3.666]],["name/2502",[187,53.333]],["parent/2502",[1256,3.666]],["name/2503",[22,18.176]],["parent/2503",[1270,7.431]],["name/2504",[189,53.333]],["parent/2504",[1271,4.824]],["name/2505",[191,44.09]],["parent/2505",[1271,4.824]],["name/2506",[192,51.182]],["parent/2506",[1271,4.824]],["name/2507",[193,46.604]],["parent/2507",[1271,4.824]],["name/2508",[194,53.333]],["parent/2508",[1271,4.824]],["name/2509",[195,53.333]],["parent/2509",[1271,4.824]],["name/2510",[196,53.333]],["parent/2510",[1271,4.824]],["name/2511",[197,51.849]],["parent/2511",[1271,4.824]],["name/2512",[198,53.333]],["parent/2512",[1271,4.824]],["name/2513",[199,51.849]],["parent/2513",[1271,4.824]],["name/2514",[200,53.333]],["parent/2514",[1271,4.824]],["name/2515",[201,53.333]],["parent/2515",[1271,4.824]],["name/2516",[202,53.333]],["parent/2516",[1271,4.824]],["name/2517",[203,53.333]],["parent/2517",[1271,4.824]],["name/2518",[164,46.203]],["parent/2518",[1271,4.824]],["name/2519",[204,53.333]],["parent/2519",[1271,4.824]],["name/2520",[205,53.333]],["parent/2520",[1271,4.824]],["name/2521",[206,53.333]],["parent/2521",[1271,4.824]],["name/2522",[207,49.413]],["parent/2522",[1271,4.824]],["name/2523",[208,53.333]],["parent/2523",[1271,4.824]],["name/2524",[209,53.333]],["parent/2524",[1256,3.666]],["name/2525",[22,18.176]],["parent/2525",[1272,7.431]],["name/2526",[193,46.604]],["parent/2526",[1273,6.136]],["name/2527",[212,53.333]],["parent/2527",[1273,6.136]],["name/2528",[191,44.09]],["parent/2528",[1273,6.136]],["name/2529",[213,53.333]],["parent/2529",[1273,6.136]],["name/2530",[214,49.413]],["parent/2530",[1273,6.136]],["name/2531",[116,52.563]],["parent/2531",[1256,3.666]],["name/2532",[117,53.333]],["parent/2532",[1256,3.666]],["name/2533",[118,53.333]],["parent/2533",[1256,3.666]],["name/2534",[22,18.176]],["parent/2534",[1274,7.431]],["name/2535",[120,52.563]],["parent/2535",[1256,3.666]],["name/2536",[22,18.176]],["parent/2536",[1275,7.431]],["name/2537",[122,53.333]],["parent/2537",[1256,3.666]],["name/2538",[22,18.176]],["parent/2538",[1276,7.431]],["name/2539",[124,52.563]],["parent/2539",[1256,3.666]],["name/2540",[22,18.176]],["parent/2540",[1277,7.431]],["name/2541",[126,52.563]],["parent/2541",[1256,3.666]],["name/2542",[22,18.176]],["parent/2542",[1278,7.431]],["name/2543",[128,52.563]],["parent/2543",[1256,3.666]],["name/2544",[22,18.176]],["parent/2544",[1279,7.431]],["name/2545",[130,52.563]],["parent/2545",[1256,3.666]],["name/2546",[22,18.176]],["parent/2546",[1280,7.431]],["name/2547",[132,52.563]],["parent/2547",[1256,3.666]],["name/2548",[22,18.176]],["parent/2548",[1281,7.431]],["name/2549",[134,52.563]],["parent/2549",[1256,3.666]],["name/2550",[22,18.176]],["parent/2550",[1282,7.431]],["name/2551",[136,52.563]],["parent/2551",[1256,3.666]],["name/2552",[22,18.176]],["parent/2552",[1283,7.431]],["name/2553",[138,52.563]],["parent/2553",[1256,3.666]],["name/2554",[22,18.176]],["parent/2554",[1284,7.431]],["name/2555",[140,52.563]],["parent/2555",[1256,3.666]],["name/2556",[22,18.176]],["parent/2556",[1285,7.431]],["name/2557",[144,52.563]],["parent/2557",[1256,3.666]],["name/2558",[22,18.176]],["parent/2558",[1286,7.431]],["name/2559",[146,53.333]],["parent/2559",[1256,3.666]],["name/2560",[22,18.176]],["parent/2560",[1287,7.431]],["name/2561",[148,53.333]],["parent/2561",[1256,3.666]],["name/2562",[22,18.176]],["parent/2562",[1288,7.431]],["name/2563",[150,53.333]],["parent/2563",[1256,3.666]],["name/2564",[151,52.563]],["parent/2564",[1256,3.666]],["name/2565",[1289,74.536]],["parent/2565",[1256,3.666]],["name/2566",[1290,74.536]],["parent/2566",[1256,3.666]],["name/2567",[663,58.441]],["parent/2567",[1256,3.666]],["name/2568",[22,18.176]],["parent/2568",[1291,7.431]],["name/2569",[667,61.543]],["parent/2569",[1256,3.666]],["name/2570",[22,18.176]],["parent/2570",[1292,7.431]],["name/2571",[1293,74.536]],["parent/2571",[1256,3.666]],["name/2572",[22,18.176]],["parent/2572",[1294,7.431]],["name/2573",[217,51.849]],["parent/2573",[1295,7.431]],["name/2574",[1296,74.536]],["parent/2574",[1256,3.666]],["name/2575",[22,18.176]],["parent/2575",[1297,7.431]],["name/2576",[1298,74.536]],["parent/2576",[1299,5.4]],["name/2577",[1300,74.536]],["parent/2577",[1299,5.4]],["name/2578",[1301,74.536]],["parent/2578",[1299,5.4]],["name/2579",[1302,74.536]],["parent/2579",[1299,5.4]],["name/2580",[1303,74.536]],["parent/2580",[1299,5.4]],["name/2581",[1304,74.536]],["parent/2581",[1299,5.4]],["name/2582",[477,54.167]],["parent/2582",[1299,5.4]],["name/2583",[478,56.077]],["parent/2583",[1299,5.4]],["name/2584",[694,61.543]],["parent/2584",[1299,5.4]],["name/2585",[695,61.543]],["parent/2585",[1299,5.4]],["name/2586",[1097,66.063]],["parent/2586",[1299,5.4]],["name/2587",[1305,74.536]],["parent/2587",[1256,3.666]]],"invertedIndex":[["__type",{"_index":22,"name":{"23":{},"34":{},"74":{},"140":{},"144":{},"146":{},"148":{},"150":{},"152":{},"154":{},"156":{},"158":{},"160":{},"162":{},"164":{},"166":{},"168":{},"170":{},"172":{},"174":{},"186":{},"188":{},"190":{},"192":{},"213":{},"235":{},"242":{},"245":{},"318":{},"432":{},"442":{},"444":{},"446":{},"448":{},"450":{},"472":{},"494":{},"505":{},"521":{},"529":{},"539":{},"547":{},"551":{},"559":{},"564":{},"571":{},"576":{},"588":{},"593":{},"598":{},"609":{},"611":{},"613":{},"615":{},"617":{},"619":{},"621":{},"623":{},"625":{},"627":{},"629":{},"631":{},"633":{},"635":{},"637":{},"641":{},"651":{},"670":{},"687":{},"689":{},"691":{},"693":{},"695":{},"697":{},"699":{},"701":{},"703":{},"705":{},"707":{},"709":{},"711":{},"713":{},"715":{},"717":{},"729":{},"731":{},"733":{},"735":{},"737":{},"758":{},"780":{},"787":{},"791":{},"801":{},"950":{},"966":{},"968":{},"970":{},"972":{},"974":{},"976":{},"978":{},"980":{},"982":{},"984":{},"986":{},"988":{},"990":{},"992":{},"994":{},"996":{},"1000":{},"1002":{},"1004":{},"1006":{},"1008":{},"1010":{},"1020":{},"1022":{},"1024":{},"1026":{},"1028":{},"1049":{},"1071":{},"1078":{},"1086":{},"1106":{},"1115":{},"1117":{},"1119":{},"1121":{},"1123":{},"1125":{},"1127":{},"1129":{},"1131":{},"1133":{},"1135":{},"1143":{},"1145":{},"1147":{},"1149":{},"1173":{},"1175":{},"1177":{},"1179":{},"1181":{},"1184":{},"1187":{},"1192":{},"1194":{},"1196":{},"1198":{},"1200":{},"1206":{},"1208":{},"1210":{},"1212":{},"1214":{},"1216":{},"1218":{},"1225":{},"1227":{},"1234":{},"1240":{},"1248":{},"1259":{},"1264":{},"1270":{},"1276":{},"1278":{},"1284":{},"1293":{},"1298":{},"1301":{},"1308":{},"1315":{},"1318":{},"1323":{},"1327":{},"1340":{},"1354":{},"1356":{},"1358":{},"1360":{},"1362":{},"1364":{},"1366":{},"1368":{},"1370":{},"1372":{},"1374":{},"1376":{},"1378":{},"1380":{},"1382":{},"1384":{},"1396":{},"1398":{},"1400":{},"1402":{},"1404":{},"1425":{},"1447":{},"1454":{},"1456":{},"1458":{},"1460":{},"1462":{},"1464":{},"1468":{},"1483":{},"1490":{},"1494":{},"1496":{},"1498":{},"1500":{},"1502":{},"1504":{},"1506":{},"1508":{},"1510":{},"1512":{},"1514":{},"1516":{},"1518":{},"1520":{},"1522":{},"1524":{},"1536":{},"1538":{},"1540":{},"1542":{},"1544":{},"1565":{},"1587":{},"1594":{},"1597":{},"1606":{},"1633":{},"1643":{},"1645":{},"1647":{},"1649":{},"1651":{},"1673":{},"1695":{},"1706":{},"1722":{},"1730":{},"1740":{},"1748":{},"1752":{},"1760":{},"1765":{},"1772":{},"1777":{},"1789":{},"1794":{},"1799":{},"1810":{},"1812":{},"1814":{},"1816":{},"1818":{},"1820":{},"1822":{},"1824":{},"1826":{},"1828":{},"1830":{},"1832":{},"1834":{},"1836":{},"1838":{},"1842":{},"1847":{},"1857":{},"1895":{},"1897":{},"1899":{},"1901":{},"1903":{},"1906":{},"1908":{},"1910":{},"1912":{},"1914":{},"1916":{},"1918":{},"1920":{},"1922":{},"1924":{},"1926":{},"1928":{},"1930":{},"1932":{},"1934":{},"1936":{},"1948":{},"1950":{},"1952":{},"1954":{},"1956":{},"1977":{},"1999":{},"2006":{},"2010":{},"2028":{},"2039":{},"2041":{},"2045":{},"2047":{},"2049":{},"2051":{},"2053":{},"2055":{},"2057":{},"2059":{},"2061":{},"2063":{},"2065":{},"2067":{},"2069":{},"2071":{},"2073":{},"2075":{},"2086":{},"2088":{},"2090":{},"2092":{},"2094":{},"2115":{},"2137":{},"2144":{},"2148":{},"2162":{},"2178":{},"2180":{},"2182":{},"2184":{},"2186":{},"2208":{},"2230":{},"2239":{},"2241":{},"2243":{},"2245":{},"2247":{},"2249":{},"2251":{},"2253":{},"2255":{},"2257":{},"2259":{},"2261":{},"2263":{},"2265":{},"2267":{},"2298":{},"2300":{},"2302":{},"2305":{},"2326":{},"2331":{},"2341":{},"2343":{},"2345":{},"2347":{},"2349":{},"2371":{},"2393":{},"2401":{},"2403":{},"2405":{},"2409":{},"2411":{},"2413":{},"2415":{},"2417":{},"2419":{},"2421":{},"2423":{},"2425":{},"2427":{},"2429":{},"2431":{},"2433":{},"2435":{},"2437":{},"2441":{},"2444":{},"2455":{},"2463":{},"2473":{},"2475":{},"2477":{},"2479":{},"2481":{},"2503":{},"2525":{},"2534":{},"2536":{},"2538":{},"2540":{},"2542":{},"2544":{},"2546":{},"2548":{},"2550":{},"2552":{},"2554":{},"2556":{},"2558":{},"2560":{},"2562":{},"2568":{},"2570":{},"2572":{},"2575":{}},"parent":{}}],["addcoupontobasket",{"_index":280,"name":{"335":{},"401":{}},"parent":{}}],["addcoupontobasketrequired",{"_index":281,"name":{"336":{}},"parent":{}}],["addgiftcertificateitemtobasket",{"_index":286,"name":{"341":{},"404":{}},"parent":{}}],["addgiftcertificateitemtobasketrequired",{"_index":287,"name":{"342":{}},"parent":{}}],["additemtobasket",{"_index":292,"name":{"347":{},"407":{}},"parent":{}}],["additemtobasketrequired",{"_index":293,"name":{"348":{}},"parent":{}}],["addpaymentinstrumenttobasket",{"_index":302,"name":{"357":{},"412":{}},"parent":{}}],["addpaymentinstrumenttobasketrequired",{"_index":303,"name":{"358":{}},"parent":{}}],["addpriceadjustmenttobasket",{"_index":310,"name":{"365":{},"416":{}},"parent":{}}],["addpriceadjustmenttobasketrequired",{"_index":311,"name":{"366":{}},"parent":{}}],["addpricebookstobasket",{"_index":318,"name":{"373":{},"420":{}},"parent":{}}],["addpricebookstobasketrequired",{"_index":319,"name":{"374":{}},"parent":{}}],["addqueryparams",{"_index":40,"name":{"46":{}},"parent":{}}],["addressname",{"_index":684,"name":{"1081":{}},"parent":{}}],["addtaxesforbasket",{"_index":336,"name":{"391":{},"429":{}},"parent":{}}],["addtaxesforbasketitem",{"_index":300,"name":{"355":{},"411":{}},"parent":{}}],["addtaxesforbasketitemrequired",{"_index":301,"name":{"356":{}},"parent":{}}],["addtaxesforbasketrequired",{"_index":337,"name":{"392":{}},"parent":{}}],["allimages",{"_index":1101,"name":{"2017":{},"2314":{}},"parent":{}}],["allvariationproperties",{"_index":1211,"name":{"2316":{}},"parent":{}}],["apiname",{"_index":255,"name":{"305":{}},"parent":{}}],["apiversion",{"_index":257,"name":{"306":{}},"parent":{}}],["aspectattributeinvalid",{"_index":907,"name":{"1459":{}},"parent":{}}],["aspectattributes",{"_index":919,"name":{"1472":{}},"parent":{}}],["aspecttypeid",{"_index":918,"name":{"1471":{}},"parent":{}}],["aspecttypenotfound",{"_index":903,"name":{"1455":{}},"parent":{}}],["asynccreated",{"_index":134,"name":{"159":{},"624":{},"702":{},"981":{},"1126":{},"1369":{},"1509":{},"1825":{},"1921":{},"2060":{},"2254":{},"2424":{},"2549":{}},"parent":{}}],["attributedefinition",{"_index":187,"name":{"212":{},"471":{},"757":{},"1048":{},"1424":{},"1564":{},"1672":{},"1976":{},"2114":{},"2207":{},"2370":{},"2502":{}},"parent":{}}],["attributegrouping",{"_index":830,"name":{"1300":{}},"parent":{}}],["attributeid",{"_index":802,"name":{"1261":{},"1267":{},"1272":{},"1281":{},"1286":{},"1294":{},"1302":{}},"parent":{}}],["attributesorting",{"_index":823,"name":{"1292":{}},"parent":{}}],["attributesquery",{"_index":773,"name":{"1226":{}},"parent":{}}],["authenticatecustomer",{"_index":66,"name":{"75":{},"109":{}},"parent":{}}],["authenticatecustomerrequired",{"_index":68,"name":{"76":{}},"parent":{}}],["authenticationfailure",{"_index":750,"name":{"1197":{}},"parent":{}}],["authenticationproviderid",{"_index":690,"name":{"1089":{}},"parent":{}}],["authorizationfailure",{"_index":760,"name":{"1209":{}},"parent":{}}],["authorize",{"_index":246,"name":{"273":{},"284":{}},"parent":{}}],["authorizecustomer",{"_index":73,"name":{"81":{},"112":{}},"parent":{}}],["authorizecustomerrequired",{"_index":74,"name":{"82":{}},"parent":{}}],["authorizepasswordlesscustomer",{"_index":69,"name":{"77":{},"110":{}},"parent":{}}],["authorizepasswordlesscustomerrequired",{"_index":70,"name":{"78":{}},"parent":{}}],["authrequest",{"_index":620,"name":{"932":{}},"parent":{}}],["badrequest",{"_index":663,"name":{"1003":{},"1211":{},"1896":{},"2040":{},"2299":{},"2400":{},"2567":{}},"parent":{}}],["badrequest1",{"_index":1060,"name":{"1898":{}},"parent":{}}],["badrequest2",{"_index":1063,"name":{"1902":{}},"parent":{}}],["baseerror",{"_index":752,"name":{"1199":{}},"parent":{}}],["baseuri",{"_index":13,"name":{"12":{},"20":{}},"parent":{}}],["baseuriparameters",{"_index":1,"name":{"1":{},"296":{}},"parent":{}}],["basket",{"_index":412,"name":{"562":{},"935":{},"1763":{}},"parent":{}}],["basketid",{"_index":465,"name":{"643":{}},"parent":{}}],["basketpaymentinstrumentrequest",{"_index":388,"name":{"537":{},"1738":{}},"parent":{}}],["basketsresult",{"_index":599,"name":{"896":{}},"parent":{}}],["bonusdiscountlineitem",{"_index":393,"name":{"542":{},"917":{},"1743":{}},"parent":{}}],["boolfilter",{"_index":169,"name":{"194":{},"452":{},"739":{},"1030":{},"1151":{},"1406":{},"1546":{},"1653":{},"1958":{},"2096":{},"2188":{},"2351":{},"2483":{}},"parent":{}}],["boolquery",{"_index":179,"name":{"204":{},"462":{},"749":{},"1040":{},"1161":{},"1416":{},"1556":{},"1663":{},"1968":{},"2106":{},"2198":{},"2361":{},"2493":{}},"parent":{}}],["brandsuggestions",{"_index":1192,"name":{"2283":{}},"parent":{}}],["browserrequestinit",{"_index":27,"name":{"31":{}},"parent":{}}],["bundledproduct",{"_index":641,"name":{"959":{},"1892":{}},"parent":{}}],["businessobjectidinvalid",{"_index":901,"name":{"1453":{}},"parent":{}}],["callcustomendpoint",{"_index":253,"name":{"301":{},"311":{}},"parent":{}}],["calloutmsg",{"_index":381,"name":{"530":{},"1731":{}},"parent":{}}],["campaignid",{"_index":1146,"name":{"2146":{}},"parent":{}}],["cardtype",{"_index":356,"name":{"506":{},"577":{},"1707":{},"1778":{}},"parent":{}}],["category",{"_index":1054,"name":{"1874":{}},"parent":{}}],["categoryid",{"_index":916,"name":{"1469":{}},"parent":{}}],["categoryresult",{"_index":1055,"name":{"1875":{}},"parent":{}}],["categorysuggestions",{"_index":1187,"name":{"2274":{}},"parent":{}}],["changecontrolled",{"_index":117,"name":{"142":{},"607":{},"685":{},"964":{},"1352":{},"1492":{},"1808":{},"1904":{},"2043":{},"2237":{},"2407":{},"2532":{}},"parent":{}}],["changecontrolleddatatype",{"_index":150,"name":{"175":{},"638":{},"718":{},"997":{},"1385":{},"1525":{},"1839":{},"1937":{},"2076":{},"2268":{},"2438":{},"2563":{}},"parent":{}}],["channel_id",{"_index":224,"name":{"248":{}},"parent":{}}],["channelid",{"_index":857,"name":{"1325":{}},"parent":{}}],["client_id",{"_index":221,"name":{"246":{}},"parent":{}}],["clientconfig",{"_index":11,"name":{"10":{},"19":{},"70":{},"314":{},"666":{},"797":{},"1102":{},"1336":{},"1479":{},"1602":{},"1853":{},"2024":{},"2158":{},"2322":{},"2451":{}},"parent":{"11":{},"19":{},"31":{},"32":{},"33":{}}}],["clientconfig.clientconfig",{"_index":21,"name":{},"parent":{"20":{},"21":{},"22":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{}}}],["clientconfig.clientconfig.defaults",{"_index":26,"name":{},"parent":{"30":{}}}],["clientconfig.clientconfig.headers",{"_index":23,"name":{},"parent":{"23":{}}}],["clientconfig.clientconfiginit",{"_index":14,"name":{},"parent":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{}}}],["clientconfig.fetchfunction",{"_index":29,"name":{},"parent":{"34":{}}}],["clientconfiginit",{"_index":12,"name":{"11":{}},"parent":{}}],["closedobject",{"_index":158,"name":{"183":{},"439":{},"726":{},"1017":{},"1140":{},"1393":{},"1533":{},"1640":{},"1945":{},"2083":{},"2175":{},"2338":{},"2470":{}},"parent":{}}],["code",{"_index":437,"name":{"594":{},"1795":{}},"parent":{}}],["code_challenge",{"_index":231,"name":{"255":{}},"parent":{}}],["commonerrors",{"_index":729,"name":{"1176":{}},"parent":{}}],["component",{"_index":875,"name":{"1350":{}},"parent":{}}],["compositeparameters",{"_index":8,"name":{"7":{},"294":{}},"parent":{}}],["config",{"_index":30,"name":{"35":{}},"parent":{"36":{}}}],["constructor",{"_index":24,"name":{"28":{},"44":{},"72":{},"262":{},"316":{},"668":{},"799":{},"1104":{},"1338":{},"1481":{},"1604":{},"1855":{},"2026":{},"2160":{},"2324":{},"2453":{}},"parent":{}}],["contenttypeheaderexists",{"_index":259,"name":{"310":{}},"parent":{}}],["correctableattributes",{"_index":777,"name":{"1230":{},"1237":{},"1256":{}},"parent":{}}],["countrycode",{"_index":1298,"name":{"2576":{}},"parent":{}}],["couponitem",{"_index":378,"name":{"527":{},"903":{},"1728":{}},"parent":{}}],["couponitemid",{"_index":466,"name":{"644":{}},"parent":{}}],["createbasket",{"_index":263,"name":{"319":{},"393":{}},"parent":{}}],["createbasketrequired",{"_index":265,"name":{"320":{}},"parent":{}}],["createcodeverifier",{"_index":244,"name":{"271":{},"292":{}},"parent":{}}],["createcustomeraddress",{"_index":549,"name":{"816":{},"867":{}},"parent":{}}],["createcustomeraddressrequired",{"_index":550,"name":{"817":{}},"parent":{}}],["createcustomerpaymentinstrument",{"_index":563,"name":{"830":{},"874":{}},"parent":{}}],["createcustomerpaymentinstrumentrequired",{"_index":564,"name":{"831":{}},"parent":{}}],["createcustomerproductlist",{"_index":571,"name":{"838":{},"878":{}},"parent":{}}],["createcustomerproductlistitem",{"_index":579,"name":{"846":{},"882":{}},"parent":{}}],["createcustomerproductlistitemrequired",{"_index":580,"name":{"847":{}},"parent":{}}],["createcustomerproductlistrequired",{"_index":572,"name":{"839":{}},"parent":{}}],["createdby",{"_index":373,"name":{"522":{},"1723":{}},"parent":{}}],["createdestinationbasket",{"_index":480,"name":{"657":{}},"parent":{}}],["createobjecturl",{"_index":57,"name":{"63":{}},"parent":{}}],["createorder",{"_index":965,"name":{"1607":{},"1623":{}},"parent":{}}],["createorderrequired",{"_index":967,"name":{"1608":{}},"parent":{}}],["createpaymentinstrumentfororder",{"_index":972,"name":{"1613":{},"1626":{}},"parent":{}}],["createpaymentinstrumentfororderrequired",{"_index":973,"name":{"1614":{}},"parent":{}}],["createshipmentforbasket",{"_index":320,"name":{"375":{},"421":{}},"parent":{}}],["createshipmentforbasketrequired",{"_index":321,"name":{"376":{}},"parent":{}}],["createshoppercontext",{"_index":493,"name":{"673":{},"680":{}},"parent":{}}],["createshoppercontextrequired",{"_index":494,"name":{"674":{}},"parent":{}}],["creationdate",{"_index":375,"name":{"523":{},"1724":{}},"parent":{}}],["creditcardexpired",{"_index":358,"name":{"507":{},"1708":{}},"parent":{}}],["creditcardtoken",{"_index":359,"name":{"508":{},"578":{},"1709":{},"1779":{}},"parent":{}}],["crosssites",{"_index":691,"name":{"1090":{}},"parent":{}}],["currency",{"_index":1099,"name":{"2014":{},"2154":{},"2311":{}},"parent":{}}],["custom_api_default_base_uri",{"_index":31,"name":{"36":{}},"parent":{}}],["customer",{"_index":626,"name":{"939":{}},"parent":{}}],["customeraddress",{"_index":593,"name":{"889":{}},"parent":{}}],["customeraddressinfo",{"_index":632,"name":{"946":{}},"parent":{}}],["customerauthenticationfailed",{"_index":659,"name":{"999":{}},"parent":{}}],["customerexternalprofile",{"_index":631,"name":{"945":{}},"parent":{}}],["customerextprofilebadrequest",{"_index":669,"name":{"1009":{}},"parent":{}}],["customerextprofilenotfound",{"_index":665,"name":{"1005":{}},"parent":{}}],["customerextprofilerequest",{"_index":630,"name":{"943":{}},"parent":{}}],["customerid",{"_index":683,"name":{"1080":{}},"parent":{}}],["customerinfo",{"_index":396,"name":{"545":{},"920":{},"1746":{}},"parent":{}}],["customerorderresult",{"_index":629,"name":{"942":{}},"parent":{}}],["customerpaymentcardrequest",{"_index":607,"name":{"910":{}},"parent":{}}],["customerpaymentinstrument",{"_index":613,"name":{"918":{}},"parent":{}}],["customerpaymentinstrumentrequest",{"_index":623,"name":{"936":{}},"parent":{}}],["customerproductlist",{"_index":622,"name":{"934":{}},"parent":{}}],["customerproductlistitem",{"_index":642,"name":{"961":{}},"parent":{}}],["customerproductlistitempurchase",{"_index":595,"name":{"891":{}},"parent":{}}],["customerproductlistregistrant",{"_index":605,"name":{"908":{}},"parent":{}}],["customerproductlistresult",{"_index":594,"name":{"890":{}},"parent":{}}],["customerregistration",{"_index":625,"name":{"938":{}},"parent":{}}],["customparams",{"_index":252,"name":{"300":{},"304":{}},"parent":{}}],["customsuggestions",{"_index":1197,"name":{"2289":{}},"parent":{}}],["dateconditionalrequest",{"_index":128,"name":{"153":{},"618":{},"696":{},"975":{},"1120":{},"1363":{},"1503":{},"1819":{},"1915":{},"2054":{},"2248":{},"2418":{},"2543":{}},"parent":{}}],["daterangefilter",{"_index":118,"name":{"143":{},"608":{},"686":{},"965":{},"1353":{},"1493":{},"1809":{},"1905":{},"2044":{},"2238":{},"2408":{},"2533":{}},"parent":{}}],["datetimerangefilter",{"_index":148,"name":{"173":{},"636":{},"716":{},"995":{},"1383":{},"1523":{},"1837":{},"1935":{},"2074":{},"2266":{},"2436":{},"2561":{}},"parent":{}}],["defaultbaseuri",{"_index":63,"name":{"71":{},"315":{},"667":{},"798":{},"1103":{},"1337":{},"1480":{},"1603":{},"1854":{},"2025":{},"2159":{},"2323":{},"2452":{}},"parent":{}}],["defaults",{"_index":25,"name":{"29":{}},"parent":{}}],["defaultvalue",{"_index":189,"name":{"214":{},"473":{},"759":{},"1050":{},"1426":{},"1566":{},"1674":{},"1978":{},"2116":{},"2209":{},"2372":{},"2504":{}},"parent":{}}],["deletebasket",{"_index":270,"name":{"325":{},"396":{}},"parent":{}}],["deletebasketrequired",{"_index":271,"name":{"326":{}},"parent":{}}],["deletecustomerpaymentinstrument",{"_index":565,"name":{"832":{},"875":{}},"parent":{}}],["deletecustomerpaymentinstrumentrequired",{"_index":566,"name":{"833":{}},"parent":{}}],["deletecustomerproductlist",{"_index":573,"name":{"840":{},"879":{}},"parent":{}}],["deletecustomerproductlistitem",{"_index":581,"name":{"848":{},"883":{}},"parent":{}}],["deletecustomerproductlistitemrequired",{"_index":582,"name":{"849":{}},"parent":{}}],["deletecustomerproductlistrequired",{"_index":574,"name":{"841":{}},"parent":{}}],["deleteshoppercontext",{"_index":495,"name":{"675":{},"681":{}},"parent":{}}],["deleteshoppercontextrequired",{"_index":496,"name":{"676":{}},"parent":{}}],["description",{"_index":193,"name":{"217":{},"236":{},"476":{},"495":{},"762":{},"781":{},"1053":{},"1072":{},"1429":{},"1448":{},"1569":{},"1588":{},"1677":{},"1696":{},"1981":{},"2000":{},"2119":{},"2138":{},"2212":{},"2231":{},"2375":{},"2394":{},"2507":{},"2526":{}},"parent":{}}],["detail",{"_index":755,"name":{"1203":{},"1222":{}},"parent":{}}],["direction",{"_index":826,"name":{"1295":{}},"parent":{}}],["discount",{"_index":370,"name":{"519":{},"901":{},"1720":{}},"parent":{}}],["discountrequest",{"_index":409,"name":{"558":{},"1759":{}},"parent":{}}],["displayvalue",{"_index":212,"name":{"237":{},"496":{},"782":{},"1073":{},"1449":{},"1589":{},"1697":{},"2001":{},"2139":{},"2232":{},"2395":{},"2527":{}},"parent":{}}],["distanceunit",{"_index":1300,"name":{"2577":{}},"parent":{}}],["dofetch",{"_index":254,"name":{"302":{},"303":{}},"parent":{}}],["email",{"_index":415,"name":{"565":{},"1096":{},"1766":{}},"parent":{}}],["enddate",{"_index":1151,"name":{"2153":{}},"parent":{}}],["endpointpath",{"_index":258,"name":{"307":{}},"parent":{}}],["error",{"_index":151,"name":{"176":{},"267":{},"639":{},"719":{},"998":{},"1386":{},"1526":{},"1840":{},"1938":{},"2037":{},"2269":{},"2439":{},"2564":{}},"parent":{}}],["errorresponse",{"_index":116,"name":{"141":{},"430":{},"684":{},"963":{},"1113":{},"1351":{},"1491":{},"1631":{},"1893":{},"2042":{},"2236":{},"2406":{},"2531":{}},"parent":{}}],["etagconditionalrequest",{"_index":132,"name":{"157":{},"622":{},"700":{},"979":{},"1124":{},"1367":{},"1507":{},"1823":{},"1919":{},"2058":{},"2252":{},"2422":{},"2547":{}},"parent":{}}],["etagresponse",{"_index":120,"name":{"145":{},"610":{},"688":{},"967":{},"1114":{},"1355":{},"1495":{},"1811":{},"1907":{},"2046":{},"2240":{},"2410":{},"2535":{}},"parent":{}}],["evaluatecontextwithclientip",{"_index":531,"name":{"793":{}},"parent":{}}],["exchange",{"_index":485,"name":{"662":{}},"parent":{}}],["expand",{"_index":1100,"name":{"2015":{},"2313":{}},"parent":{}}],["expansionattribute",{"_index":722,"name":{"1169":{}},"parent":{}}],["expirationmonth",{"_index":360,"name":{"509":{},"579":{},"1710":{},"1780":{}},"parent":{}}],["expirationyear",{"_index":361,"name":{"510":{},"580":{},"1711":{},"1781":{}},"parent":{}}],["externalid",{"_index":689,"name":{"1088":{}},"parent":{}}],["facetinput",{"_index":811,"name":{"1274":{}},"parent":{}}],["facetoutput",{"_index":822,"name":{"1290":{}},"parent":{}}],["facetrequest",{"_index":795,"name":{"1254":{},"1288":{}},"parent":{}}],["facets",{"_index":786,"name":{"1242":{},"1253":{}},"parent":{}}],["facettype",{"_index":810,"name":{"1273":{},"1282":{},"1287":{}},"parent":{}}],["fetch",{"_index":36,"name":{"41":{},"283":{}},"parent":{}}],["fetchfunction",{"_index":28,"name":{"33":{}},"parent":{}}],["fetchoptions",{"_index":18,"name":{"16":{},"25":{},"32":{}},"parent":{}}],["filter",{"_index":182,"name":{"207":{},"465":{},"752":{},"1043":{},"1164":{},"1419":{},"1559":{},"1666":{},"1971":{},"2109":{},"2201":{},"2364":{},"2496":{}},"parent":{}}],["filterable",{"_index":727,"name":{"1174":{}},"parent":{}}],["filteredquery",{"_index":172,"name":{"197":{},"455":{},"742":{},"1033":{},"1154":{},"1409":{},"1549":{},"1656":{},"1961":{},"2099":{},"2191":{},"2354":{},"2486":{}},"parent":{}}],["firstname",{"_index":696,"name":{"1097":{}},"parent":{}}],["from",{"_index":692,"name":{"1091":{}},"parent":{}}],["generatecodechallenge",{"_index":245,"name":{"272":{},"293":{}},"parent":{}}],["getaccesstoken",{"_index":75,"name":{"83":{},"113":{}},"parent":{}}],["getaccesstokenrequired",{"_index":76,"name":{"84":{}},"parent":{}}],["getbasket",{"_index":272,"name":{"327":{},"397":{}},"parent":{}}],["getbasketrequired",{"_index":273,"name":{"328":{}},"parent":{}}],["getcategories",{"_index":1048,"name":{"1862":{},"1868":{}},"parent":{}}],["getcategoriesrequired",{"_index":1049,"name":{"1863":{}},"parent":{}}],["getcategory",{"_index":1050,"name":{"1864":{},"1869":{}},"parent":{}}],["getcategoryrequired",{"_index":1051,"name":{"1865":{}},"parent":{}}],["getcodeandusidfromurl",{"_index":242,"name":{"269":{},"291":{}},"parent":{}}],["getcustomer",{"_index":545,"name":{"812":{},"865":{}},"parent":{}}],["getcustomeraddress",{"_index":551,"name":{"818":{},"868":{}},"parent":{}}],["getcustomeraddressrequired",{"_index":552,"name":{"819":{}},"parent":{}}],["getcustomerbaskets",{"_index":557,"name":{"824":{},"871":{}},"parent":{}}],["getcustomerbasketsrequired",{"_index":558,"name":{"825":{}},"parent":{}}],["getcustomerorders",{"_index":559,"name":{"826":{},"872":{}},"parent":{}}],["getcustomerordersrequired",{"_index":560,"name":{"827":{}},"parent":{}}],["getcustomerpaymentinstrument",{"_index":567,"name":{"834":{},"876":{}},"parent":{}}],["getcustomerpaymentinstrumentrequired",{"_index":568,"name":{"835":{}},"parent":{}}],["getcustomerproductlist",{"_index":575,"name":{"842":{},"880":{}},"parent":{}}],["getcustomerproductlistitem",{"_index":583,"name":{"850":{},"884":{}},"parent":{}}],["getcustomerproductlistitemrequired",{"_index":584,"name":{"851":{}},"parent":{}}],["getcustomerproductlistrequired",{"_index":576,"name":{"843":{}},"parent":{}}],["getcustomerproductlists",{"_index":569,"name":{"836":{},"877":{}},"parent":{}}],["getcustomerproductlistsrequired",{"_index":570,"name":{"837":{}},"parent":{}}],["getcustomerrequired",{"_index":546,"name":{"813":{}},"parent":{}}],["getexternalprofile",{"_index":543,"name":{"810":{},"864":{}},"parent":{}}],["getexternalprofilerequired",{"_index":544,"name":{"811":{}},"parent":{}}],["getgiftcertificate",{"_index":924,"name":{"1484":{},"1486":{}},"parent":{}}],["getgiftcertificaterequired",{"_index":926,"name":{"1485":{}},"parent":{}}],["getjwksuri",{"_index":99,"name":{"107":{},"125":{}},"parent":{}}],["getjwksurirequired",{"_index":100,"name":{"108":{}},"parent":{}}],["getorder",{"_index":968,"name":{"1609":{},"1624":{}},"parent":{}}],["getorderrequired",{"_index":969,"name":{"1610":{}},"parent":{}}],["getpage",{"_index":870,"name":{"1343":{},"1346":{}},"parent":{}}],["getpagerequired",{"_index":871,"name":{"1344":{}},"parent":{}}],["getpages",{"_index":867,"name":{"1341":{},"1345":{}},"parent":{}}],["getpagesrequired",{"_index":869,"name":{"1342":{}},"parent":{}}],["getpasswordlessaccesstoken",{"_index":89,"name":{"97":{},"120":{}},"parent":{}}],["getpasswordlessaccesstokenrequired",{"_index":90,"name":{"98":{}},"parent":{}}],["getpasswordresettoken",{"_index":85,"name":{"93":{},"118":{}},"parent":{}}],["getpasswordresettokenrequired",{"_index":86,"name":{"94":{}},"parent":{}}],["getpaymentmethodsforbasket",{"_index":308,"name":{"363":{},"415":{}},"parent":{}}],["getpaymentmethodsforbasketrequired",{"_index":309,"name":{"364":{}},"parent":{}}],["getpaymentmethodsfororder",{"_index":978,"name":{"1619":{},"1629":{}},"parent":{}}],["getpaymentmethodsfororderrequired",{"_index":979,"name":{"1620":{}},"parent":{}}],["getpricebooksforbasket",{"_index":316,"name":{"371":{},"419":{}},"parent":{}}],["getpricebooksforbasketrequired",{"_index":317,"name":{"372":{}},"parent":{}}],["getproduct",{"_index":1046,"name":{"1860":{},"1867":{}},"parent":{}}],["getproductlistitem",{"_index":591,"name":{"858":{},"888":{}},"parent":{}}],["getproductlistitemrequired",{"_index":592,"name":{"859":{}},"parent":{}}],["getproductrequired",{"_index":1047,"name":{"1861":{}},"parent":{}}],["getproducts",{"_index":1043,"name":{"1858":{},"1866":{}},"parent":{}}],["getproductsrequired",{"_index":1045,"name":{"1859":{}},"parent":{}}],["getpromotions",{"_index":1108,"name":{"2029":{},"2033":{}},"parent":{}}],["getpromotionsforcampaign",{"_index":1111,"name":{"2031":{},"2034":{}},"parent":{}}],["getpromotionsforcampaignrequired",{"_index":1112,"name":{"2032":{}},"parent":{}}],["getpromotionsrequired",{"_index":1110,"name":{"2030":{}},"parent":{}}],["getpublicproductlist",{"_index":589,"name":{"856":{},"887":{}},"parent":{}}],["getpublicproductlistrequired",{"_index":590,"name":{"857":{}},"parent":{}}],["getpublicproductlistsbysearchterm",{"_index":587,"name":{"854":{},"886":{}},"parent":{}}],["getpublicproductlistsbysearchtermrequired",{"_index":588,"name":{"855":{}},"parent":{}}],["getresetpasswordtoken",{"_index":539,"name":{"806":{},"862":{}},"parent":{}}],["getresetpasswordtokenrequired",{"_index":540,"name":{"807":{}},"parent":{}}],["getsearchsuggestions",{"_index":1159,"name":{"2165":{},"2168":{}},"parent":{}}],["getsearchsuggestionsrequired",{"_index":1160,"name":{"2166":{}},"parent":{}}],["getsessionbridgeaccesstoken",{"_index":77,"name":{"85":{},"114":{}},"parent":{}}],["getsessionbridgeaccesstokenrequired",{"_index":78,"name":{"86":{}},"parent":{}}],["getshippingmethodsforshipment",{"_index":330,"name":{"385":{},"426":{}},"parent":{}}],["getshippingmethodsforshipmentrequired",{"_index":331,"name":{"386":{}},"parent":{}}],["getshoppercontext",{"_index":490,"name":{"671":{},"679":{}},"parent":{}}],["getshoppercontextrequired",{"_index":492,"name":{"672":{}},"parent":{}}],["getstores",{"_index":1262,"name":{"2458":{},"2461":{}},"parent":{}}],["getstoresrequired",{"_index":1263,"name":{"2459":{}},"parent":{}}],["getsuggestions",{"_index":705,"name":{"1109":{},"1112":{}},"parent":{}}],["getsuggestionsrequired",{"_index":706,"name":{"1110":{}},"parent":{}}],["gettaxesfrombasket",{"_index":334,"name":{"389":{},"428":{}},"parent":{}}],["gettaxesfrombasketrequired",{"_index":335,"name":{"390":{}},"parent":{}}],["gettaxesfromorder",{"_index":980,"name":{"1621":{},"1630":{}},"parent":{}}],["gettaxesfromorderrequired",{"_index":981,"name":{"1622":{}},"parent":{}}],["gettrustedagentaccesstoken",{"_index":83,"name":{"91":{},"117":{}},"parent":{}}],["gettrustedagentaccesstokenrequired",{"_index":84,"name":{"92":{}},"parent":{}}],["gettrustedagentauthorizationtoken",{"_index":81,"name":{"89":{},"116":{}},"parent":{}}],["gettrustedagentauthorizationtokenrequired",{"_index":82,"name":{"90":{}},"parent":{}}],["gettrustedsystemaccesstoken",{"_index":79,"name":{"87":{},"115":{}},"parent":{}}],["gettrustedsystemaccesstokenrequired",{"_index":80,"name":{"88":{}},"parent":{}}],["geturlmapping",{"_index":1216,"name":{"2327":{},"2329":{}},"parent":{}}],["geturlmappingrequired",{"_index":1218,"name":{"2328":{}},"parent":{}}],["getuserinfo",{"_index":95,"name":{"103":{},"123":{}},"parent":{}}],["getuserinforequired",{"_index":96,"name":{"104":{}},"parent":{}}],["getwellknownopenidconfiguration",{"_index":97,"name":{"105":{},"124":{}},"parent":{}}],["getwellknownopenidconfigurationrequired",{"_index":98,"name":{"106":{}},"parent":{}}],["giftcertificate",{"_index":927,"name":{"1487":{}},"parent":{}}],["giftcertificateitem",{"_index":419,"name":{"568":{},"944":{},"1769":{}},"parent":{}}],["giftcertificateitemid",{"_index":467,"name":{"645":{}},"parent":{}}],["giftcertificaterequest",{"_index":928,"name":{"1488":{}},"parent":{}}],["globalobject",{"_index":34,"name":{"39":{},"281":{}},"parent":{}}],["groupeditems",{"_index":843,"name":{"1313":{}},"parent":{}}],["groupedtaxitem",{"_index":421,"name":{"570":{},"949":{},"1771":{}},"parent":{}}],["groupid",{"_index":841,"name":{"1311":{}},"parent":{}}],["grouping",{"_index":794,"name":{"1252":{},"1299":{}},"parent":{}}],["grouptype",{"_index":833,"name":{"1304":{}},"parent":{}}],["guestorderlookup",{"_index":970,"name":{"1611":{},"1625":{}},"parent":{}}],["guestorderlookuprequired",{"_index":971,"name":{"1612":{}},"parent":{}}],["hasfetchavailable",{"_index":35,"name":{"40":{},"282":{}},"parent":{}}],["hash",{"_index":42,"name":{"48":{}},"parent":{}}],["headers",{"_index":16,"name":{"14":{},"22":{}},"parent":{}}],["helpers",{"_index":0,"name":{"0":{}},"parent":{"1":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"37":{},"38":{},"39":{},"40":{},"41":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"310":{},"311":{}}}],["helpers.baseuriparameters",{"_index":3,"name":{},"parent":{"2":{},"3":{}}}],["helpers.customparams",{"_index":256,"name":{},"parent":{"305":{},"306":{},"307":{},"308":{},"309":{}}}],["highlight",{"_index":835,"name":{"1306":{}},"parent":{}}],["highlighting",{"_index":778,"name":{"1231":{},"1232":{},"1238":{}},"parent":{}}],["highlights",{"_index":840,"name":{"1310":{}},"parent":{}}],["hint",{"_index":225,"name":{"249":{}},"parent":{}}],["hits",{"_index":784,"name":{"1241":{}},"parent":{}}],["holder",{"_index":362,"name":{"511":{},"581":{},"1712":{},"1782":{}},"parent":{}}],["host",{"_index":43,"name":{"49":{}},"parent":{}}],["hostname",{"_index":44,"name":{"50":{}},"parent":{}}],["href",{"_index":45,"name":{"51":{},"1182":{}},"parent":{}}],["id",{"_index":191,"name":{"215":{},"238":{},"474":{},"497":{},"524":{},"589":{},"599":{},"760":{},"783":{},"1051":{},"1074":{},"1427":{},"1450":{},"1567":{},"1590":{},"1675":{},"1698":{},"1725":{},"1790":{},"1800":{},"1979":{},"2002":{},"2008":{},"2117":{},"2140":{},"2210":{},"2233":{},"2373":{},"2396":{},"2505":{},"2528":{}},"parent":{}}],["idp_origin",{"_index":234,"name":{"258":{}},"parent":{}}],["ids",{"_index":1097,"name":{"2012":{},"2150":{},"2586":{}},"parent":{}}],["image",{"_index":638,"name":{"956":{},"1888":{},"2292":{}},"parent":{}}],["imagegroup",{"_index":624,"name":{"937":{},"1885":{},"2286":{}},"parent":{}}],["instance",{"_index":756,"name":{"1204":{},"1223":{}},"parent":{}}],["integerrangefilter",{"_index":122,"name":{"147":{},"612":{},"690":{},"969":{},"1357":{},"1497":{},"1813":{},"1909":{},"2048":{},"2242":{},"2412":{},"2537":{}},"parent":{}}],["internalservererror",{"_index":765,"name":{"1215":{}},"parent":{}}],["introspectresponse",{"_index":103,"name":{"128":{}},"parent":{}}],["introspecttoken",{"_index":93,"name":{"101":{},"122":{}},"parent":{}}],["introspecttokenrequired",{"_index":94,"name":{"102":{}},"parent":{}}],["invalidrequest",{"_index":758,"name":{"1207":{}},"parent":{}}],["inventory",{"_index":621,"name":{"933":{},"1884":{}},"parent":{}}],["inventoryids",{"_index":1098,"name":{"2013":{}},"parent":{}}],["isbrowser",{"_index":32,"name":{"37":{},"279":{}},"parent":{}}],["isnode",{"_index":33,"name":{"38":{},"280":{}},"parent":{}}],["issuenumber",{"_index":363,"name":{"512":{},"582":{},"1713":{},"1783":{}},"parent":{}}],["itemid",{"_index":468,"name":{"646":{},"1084":{}},"parent":{}}],["itemreference",{"_index":834,"name":{"1305":{}},"parent":{}}],["key",{"_index":194,"name":{"218":{},"477":{},"763":{},"1054":{},"1430":{},"1570":{},"1678":{},"1982":{},"2120":{},"2213":{},"2376":{},"2508":{}},"parent":{}}],["l10nstring",{"_index":186,"name":{"211":{},"470":{},"756":{},"1047":{},"1423":{},"1563":{},"1671":{},"1975":{},"2113":{},"2206":{},"2369":{},"2501":{}},"parent":{}}],["lastname",{"_index":697,"name":{"1098":{}},"parent":{}}],["latitude",{"_index":1301,"name":{"2578":{}},"parent":{}}],["levels",{"_index":1103,"name":{"2020":{}},"parent":{}}],["limit",{"_index":695,"name":{"1095":{},"1244":{},"1330":{},"2318":{},"2585":{}},"parent":{}}],["links",{"_index":787,"name":{"1243":{}},"parent":{}}],["listid",{"_index":685,"name":{"1083":{}},"parent":{}}],["locale",{"_index":478,"name":{"655":{},"1328":{},"1475":{},"1849":{},"2016":{},"2151":{},"2312":{},"2447":{},"2583":{}},"parent":{}}],["localespecific",{"_index":338,"name":{"431":{},"1461":{},"1632":{},"2330":{},"2462":{}},"parent":{}}],["localizable",{"_index":195,"name":{"219":{},"478":{},"764":{},"1055":{},"1431":{},"1571":{},"1679":{},"1983":{},"2121":{},"2214":{},"2377":{},"2509":{}},"parent":{}}],["localizedstring",{"_index":156,"name":{"181":{},"437":{},"724":{},"1015":{},"1391":{},"1531":{},"1638":{},"1943":{},"2081":{},"2173":{},"2336":{},"2468":{}},"parent":{}}],["login_id",{"_index":233,"name":{"257":{}},"parent":{}}],["loginguestuser",{"_index":248,"name":{"275":{},"286":{}},"parent":{}}],["loginguestuserprivate",{"_index":247,"name":{"274":{},"285":{}},"parent":{}}],["loginregistereduserb2c",{"_index":249,"name":{"276":{},"287":{}},"parent":{}}],["loginrequest",{"_index":101,"name":{"126":{}},"parent":{}}],["logout",{"_index":251,"name":{"278":{},"289":{}},"parent":{}}],["logoutcustomer",{"_index":71,"name":{"79":{},"111":{}},"parent":{}}],["logoutcustomerrequired",{"_index":72,"name":{"80":{}},"parent":{}}],["longitude",{"_index":1302,"name":{"2579":{}},"parent":{}}],["mandatory",{"_index":196,"name":{"220":{},"479":{},"765":{},"1056":{},"1432":{},"1572":{},"1680":{},"1984":{},"2122":{},"2215":{},"2378":{},"2510":{}},"parent":{}}],["mask",{"_index":819,"name":{"1285":{}},"parent":{}}],["maskednumber",{"_index":364,"name":{"513":{},"583":{},"1714":{},"1784":{}},"parent":{}}],["master",{"_index":597,"name":{"893":{},"1873":{}},"parent":{}}],["matchallquery",{"_index":171,"name":{"196":{},"454":{},"741":{},"1032":{},"1153":{},"1408":{},"1548":{},"1655":{},"1960":{},"2098":{},"2190":{},"2353":{},"2485":{}},"parent":{}}],["matcheditem",{"_index":838,"name":{"1309":{}},"parent":{}}],["max",{"_index":197,"name":{"221":{},"480":{},"766":{},"1057":{},"1266":{},"1280":{},"1433":{},"1573":{},"1681":{},"1985":{},"2123":{},"2216":{},"2379":{},"2511":{}},"parent":{}}],["maxdistance",{"_index":1303,"name":{"2580":{}},"parent":{}}],["mergebasket",{"_index":268,"name":{"323":{},"395":{}},"parent":{}}],["mergebasketrequired",{"_index":269,"name":{"324":{}},"parent":{}}],["message",{"_index":239,"name":{"265":{},"595":{},"1796":{}},"parent":{}}],["min",{"_index":199,"name":{"223":{},"482":{},"768":{},"1059":{},"1265":{},"1279":{},"1435":{},"1575":{},"1683":{},"1987":{},"2125":{},"2218":{},"2381":{},"2513":{}},"parent":{}}],["minlength",{"_index":198,"name":{"222":{},"481":{},"767":{},"1058":{},"1434":{},"1574":{},"1682":{},"1986":{},"2124":{},"2217":{},"2380":{},"2512":{}},"parent":{}}],["money",{"_index":152,"name":{"177":{},"433":{},"720":{},"1011":{},"1136":{},"1387":{},"1527":{},"1634":{},"1939":{},"2077":{},"2169":{},"2332":{},"2464":{}},"parent":{}}],["moneymnemonic",{"_index":185,"name":{"210":{},"469":{},"755":{},"1046":{},"1168":{},"1422":{},"1562":{},"1670":{},"1974":{},"2112":{},"2205":{},"2368":{},"2500":{}},"parent":{}}],["multivaluetype",{"_index":200,"name":{"224":{},"483":{},"769":{},"1060":{},"1436":{},"1576":{},"1684":{},"1988":{},"2126":{},"2219":{},"2382":{},"2514":{}},"parent":{}}],["name",{"_index":192,"name":{"216":{},"264":{},"475":{},"531":{},"761":{},"1052":{},"1428":{},"1568":{},"1676":{},"1732":{},"1980":{},"2118":{},"2211":{},"2374":{},"2506":{}},"parent":{}}],["nanoid",{"_index":243,"name":{"270":{}},"parent":{}}],["nestedquery",{"_index":181,"name":{"206":{},"464":{},"751":{},"1042":{},"1163":{},"1418":{},"1558":{},"1665":{},"1970":{},"2108":{},"2200":{},"2363":{},"2495":{}},"parent":{}}],["next",{"_index":743,"name":{"1190":{}},"parent":{}}],["nonreadablehttpmessage",{"_index":771,"name":{"1224":{}},"parent":{}}],["nopropertiesallowed",{"_index":166,"name":{"191":{},"449":{},"736":{},"1027":{},"1148":{},"1403":{},"1543":{},"1650":{},"1955":{},"2093":{},"2185":{},"2348":{},"2480":{}},"parent":{}}],["note",{"_index":371,"name":{"520":{},"1721":{}},"parent":{}}],["notesresult",{"_index":368,"name":{"517":{},"1718":{}},"parent":{}}],["notfound",{"_index":661,"name":{"1001":{},"1205":{},"1489":{},"1894":{},"2404":{}},"parent":{}}],["numberlastdigits",{"_index":365,"name":{"514":{},"1715":{}},"parent":{}}],["numericrangefilter",{"_index":146,"name":{"171":{},"634":{},"714":{},"993":{},"1381":{},"1521":{},"1835":{},"1933":{},"2072":{},"2264":{},"2434":{},"2559":{}},"parent":{}}],["oauth2errorresponse",{"_index":106,"name":{"131":{}},"parent":{}}],["offset",{"_index":694,"name":{"1094":{},"1245":{},"1329":{},"2317":{},"2584":{}},"parent":{}}],["offsetpaginated",{"_index":140,"name":{"165":{},"630":{},"708":{},"987":{},"1132":{},"1375":{},"1515":{},"1831":{},"1927":{},"2066":{},"2260":{},"2430":{},"2555":{}},"parent":{}}],["openobject",{"_index":159,"name":{"184":{},"440":{},"727":{},"1018":{},"1141":{},"1394":{},"1534":{},"1641":{},"1946":{},"2084":{},"2176":{},"2339":{},"2471":{}},"parent":{}}],["option",{"_index":628,"name":{"941":{},"1886":{}},"parent":{}}],["optionitem",{"_index":407,"name":{"556":{},"928":{},"1757":{}},"parent":{}}],["optionvalue",{"_index":596,"name":{"892":{},"1872":{}},"parent":{}}],["order",{"_index":426,"name":{"574":{},"954":{},"1775":{}},"parent":{}}],["orderaddress",{"_index":352,"name":{"502":{},"894":{},"1703":{}},"parent":{}}],["orderlookuprequest",{"_index":413,"name":{"563":{},"1764":{}},"parent":{}}],["orderno",{"_index":1035,"name":{"1844":{}},"parent":{}}],["orderpaymentcardrequest",{"_index":427,"name":{"575":{},"1776":{}},"parent":{}}],["orderpaymentinstrument",{"_index":392,"name":{"541":{},"912":{},"1742":{}},"parent":{}}],["orderpaymentinstrumentrequest",{"_index":418,"name":{"567":{},"1768":{}},"parent":{}}],["orderviewcode",{"_index":417,"name":{"566":{},"1767":{}},"parent":{}}],["organizationid",{"_index":217,"name":{"243":{},"308":{},"642":{},"788":{},"1079":{},"1324":{},"1465":{},"1595":{},"1843":{},"2007":{},"2145":{},"2303":{},"2442":{},"2573":{}},"parent":{}}],["origin",{"_index":47,"name":{"53":{}},"parent":{}}],["overrideexisting",{"_index":479,"name":{"656":{}},"parent":{}}],["page",{"_index":873,"name":{"1348":{}},"parent":{}}],["pageid",{"_index":913,"name":{"1466":{}},"parent":{}}],["pagenotfound",{"_index":905,"name":{"1457":{}},"parent":{}}],["pageresult",{"_index":872,"name":{"1347":{}},"parent":{}}],["paginatedsearchresult",{"_index":157,"name":{"182":{},"438":{},"725":{},"1016":{},"1139":{},"1392":{},"1532":{},"1639":{},"1944":{},"2082":{},"2174":{},"2337":{},"2469":{}},"parent":{}}],["paginatedsearchresultbase",{"_index":170,"name":{"195":{},"453":{},"740":{},"1031":{},"1152":{},"1407":{},"1547":{},"1654":{},"1959":{},"2097":{},"2189":{},"2352":{},"2484":{}},"parent":{}}],["pagination",{"_index":739,"name":{"1186":{}},"parent":{}}],["paginationlinks",{"_index":723,"name":{"1170":{}},"parent":{}}],["parameters",{"_index":17,"name":{"15":{},"24":{},"1473":{}},"parent":{}}],["paramkeys",{"_index":64,"name":{"73":{},"317":{},"669":{},"800":{},"1105":{},"1339":{},"1482":{},"1605":{},"1856":{},"2027":{},"2161":{},"2325":{},"2454":{}},"parent":{}}],["password",{"_index":48,"name":{"54":{}},"parent":{}}],["passwordactionrequest",{"_index":109,"name":{"134":{}},"parent":{}}],["passwordactionverifyrequest",{"_index":107,"name":{"132":{}},"parent":{}}],["passwordchangerequest",{"_index":619,"name":{"931":{}},"parent":{}}],["passwordlessloginrequest",{"_index":104,"name":{"129":{}},"parent":{}}],["passwordlesslogintokenrequest",{"_index":105,"name":{"130":{}},"parent":{}}],["pathname",{"_index":49,"name":{"55":{}},"parent":{}}],["pathparameters",{"_index":5,"name":{"4":{},"297":{}},"parent":{}}],["pathrecord",{"_index":1057,"name":{"1891":{}},"parent":{}}],["paymentbankaccount",{"_index":610,"name":{"914":{}},"parent":{}}],["paymentbankaccountrequest",{"_index":615,"name":{"923":{}},"parent":{}}],["paymentcard",{"_index":354,"name":{"504":{},"899":{},"1705":{}},"parent":{}}],["paymentcardspec",{"_index":351,"name":{"501":{},"1702":{}},"parent":{}}],["paymentinstrumentid",{"_index":469,"name":{"647":{},"1082":{},"1845":{}},"parent":{}}],["paymentmethod",{"_index":430,"name":{"586":{},"1787":{}},"parent":{}}],["paymentmethodresult",{"_index":394,"name":{"543":{},"1744":{}},"parent":{}}],["perpricebook",{"_index":1102,"name":{"2018":{},"2315":{}},"parent":{}}],["phrase",{"_index":846,"name":{"1316":{}},"parent":{}}],["phrasequery",{"_index":779,"name":{"1233":{}},"parent":{}}],["popularsearchphrases",{"_index":853,"name":{"1321":{}},"parent":{}}],["port",{"_index":50,"name":{"56":{}},"parent":{}}],["position",{"_index":213,"name":{"239":{},"498":{},"784":{},"1075":{},"1451":{},"1591":{},"1699":{},"2003":{},"2141":{},"2234":{},"2397":{},"2529":{}},"parent":{}}],["possiblevalues",{"_index":206,"name":{"231":{},"490":{},"776":{},"1067":{},"1443":{},"1583":{},"1691":{},"1995":{},"2133":{},"2226":{},"2389":{},"2521":{}},"parent":{}}],["postalcode",{"_index":1304,"name":{"2581":{}},"parent":{}}],["prettify",{"_index":7,"name":{"6":{}},"parent":{}}],["prev",{"_index":741,"name":{"1188":{}},"parent":{}}],["priceadjustment",{"_index":399,"name":{"548":{},"924":{},"1749":{}},"parent":{}}],["priceadjustmentid",{"_index":470,"name":{"648":{}},"parent":{}}],["priceadjustmentrequest",{"_index":353,"name":{"503":{},"1704":{}},"parent":{}}],["pricebookids",{"_index":385,"name":{"534":{},"1735":{}},"parent":{}}],["pricerange",{"_index":1053,"name":{"1871":{},"2273":{}},"parent":{}}],["priority",{"_index":442,"name":{"600":{},"1801":{}},"parent":{}}],["product",{"_index":637,"name":{"955":{},"1887":{}},"parent":{}}],["productdescription",{"_index":403,"name":{"552":{},"1753":{}},"parent":{}}],["productdetailslink",{"_index":401,"name":{"550":{},"601":{},"926":{},"1751":{},"1802":{}},"parent":{}}],["productid",{"_index":405,"name":{"553":{},"1470":{},"1754":{}},"parent":{}}],["productitem",{"_index":387,"name":{"536":{},"907":{},"1737":{}},"parent":{}}],["productitemmergemode",{"_index":481,"name":{"658":{}},"parent":{}}],["productlink",{"_index":617,"name":{"927":{},"1883":{}},"parent":{}}],["productlist",{"_index":443,"name":{"602":{},"1803":{}},"parent":{}}],["productlistevent",{"_index":618,"name":{"930":{}},"parent":{}}],["productlistitemreference",{"_index":439,"name":{"597":{},"962":{},"1798":{}},"parent":{}}],["productlistlink",{"_index":420,"name":{"569":{},"948":{},"1770":{}},"parent":{}}],["productlistregistrant",{"_index":636,"name":{"953":{}},"parent":{}}],["productlistshippingaddress",{"_index":604,"name":{"906":{}},"parent":{}}],["productname",{"_index":406,"name":{"554":{},"1755":{}},"parent":{}}],["productpricetable",{"_index":1052,"name":{"1870":{},"2270":{}},"parent":{}}],["productpromotion",{"_index":640,"name":{"958":{},"1890":{},"2294":{}},"parent":{}}],["productref",{"_index":1185,"name":{"2271":{}},"parent":{}}],["productresult",{"_index":1056,"name":{"1882":{}},"parent":{}}],["productsearch",{"_index":1156,"name":{"2163":{},"2167":{}},"parent":{}}],["productsearchhit",{"_index":1198,"name":{"2290":{}},"parent":{}}],["productsearchrefinement",{"_index":1196,"name":{"2288":{}},"parent":{}}],["productsearchrefinementvalue",{"_index":1193,"name":{"2284":{}},"parent":{}}],["productsearchrequired",{"_index":1158,"name":{"2164":{}},"parent":{}}],["productsearchresult",{"_index":1199,"name":{"2291":{}},"parent":{}}],["productsearchsortingoption",{"_index":1194,"name":{"2285":{}},"parent":{}}],["productsuggestions",{"_index":1190,"name":{"2278":{}},"parent":{}}],["producttype",{"_index":609,"name":{"913":{},"1878":{},"2280":{}},"parent":{}}],["promotion",{"_index":1113,"name":{"2035":{}},"parent":{}}],["promotionid",{"_index":383,"name":{"532":{},"1733":{}},"parent":{}}],["promotionlink",{"_index":379,"name":{"528":{},"1729":{}},"parent":{}}],["promotionnotfound",{"_index":1115,"name":{"2038":{}},"parent":{}}],["promotionresult",{"_index":1114,"name":{"2036":{}},"parent":{}}],["propertydefinition",{"_index":155,"name":{"180":{},"436":{},"723":{},"1014":{},"1390":{},"1530":{},"1637":{},"1942":{},"2080":{},"2172":{},"2335":{},"2467":{}},"parent":{}}],["propertyvaluedefinition",{"_index":209,"name":{"234":{},"493":{},"779":{},"1070":{},"1446":{},"1586":{},"1694":{},"1998":{},"2136":{},"2229":{},"2392":{},"2524":{}},"parent":{}}],["protocol",{"_index":51,"name":{"57":{}},"parent":{}}],["proxy",{"_index":15,"name":{"13":{},"21":{}},"parent":{}}],["public",{"_index":444,"name":{"603":{},"1804":{}},"parent":{}}],["publicproductlist",{"_index":627,"name":{"940":{}},"parent":{}}],["publicproductlistinfo",{"_index":606,"name":{"909":{}},"parent":{}}],["publicproductlistitem",{"_index":616,"name":{"925":{}},"parent":{}}],["publicproductlistresult",{"_index":598,"name":{"895":{}},"parent":{}}],["purchasedquantity",{"_index":445,"name":{"604":{},"1805":{}},"parent":{}}],["q",{"_index":1209,"name":{"2308":{}},"parent":{}}],["quantity",{"_index":446,"name":{"605":{},"1806":{}},"parent":{}}],["query",{"_index":174,"name":{"199":{},"457":{},"744":{},"1035":{},"1156":{},"1249":{},"1411":{},"1551":{},"1658":{},"1963":{},"2101":{},"2193":{},"2356":{},"2488":{}},"parent":{}}],["queryfilter",{"_index":173,"name":{"198":{},"456":{},"743":{},"1034":{},"1155":{},"1410":{},"1550":{},"1657":{},"1962":{},"2100":{},"2192":{},"2355":{},"2487":{}},"parent":{}}],["queryinput",{"_index":789,"name":{"1247":{}},"parent":{}}],["queryoutput",{"_index":782,"name":{"1239":{}},"parent":{}}],["queryparameters",{"_index":6,"name":{"5":{},"298":{}},"parent":{}}],["queryparamslimit",{"_index":160,"name":{"185":{},"441":{},"728":{},"1019":{},"1142":{},"1395":{},"1535":{},"1642":{},"1947":{},"2085":{},"2177":{},"2340":{},"2472":{}},"parent":{}}],["queryparamsoffset",{"_index":162,"name":{"187":{},"443":{},"730":{},"1021":{},"1144":{},"1397":{},"1537":{},"1644":{},"1949":{},"2087":{},"2179":{},"2342":{},"2474":{}},"parent":{}}],["querytype",{"_index":776,"name":{"1229":{},"1236":{}},"parent":{}}],["range2filter",{"_index":178,"name":{"203":{},"461":{},"748":{},"1039":{},"1160":{},"1415":{},"1555":{},"1662":{},"1967":{},"2105":{},"2197":{},"2360":{},"2492":{}},"parent":{}}],["rangefacetinput",{"_index":812,"name":{"1275":{}},"parent":{}}],["rangefacetoutput",{"_index":814,"name":{"1277":{}},"parent":{}}],["rangefilter",{"_index":142,"name":{"167":{},"467":{},"710":{},"989":{},"1166":{},"1377":{},"1517":{},"1668":{},"1929":{},"2068":{},"2203":{},"2366":{},"2498":{}},"parent":{}}],["rangerefinement",{"_index":804,"name":{"1263":{}},"parent":{}}],["rate",{"_index":434,"name":{"590":{},"1791":{}},"parent":{}}],["ratelimited",{"_index":136,"name":{"161":{},"626":{},"704":{},"983":{},"1128":{},"1371":{},"1511":{},"1827":{},"1923":{},"2062":{},"2256":{},"2426":{},"2551":{}},"parent":{}}],["ratelimited2",{"_index":138,"name":{"163":{},"628":{},"706":{},"985":{},"1130":{},"1373":{},"1513":{},"1829":{},"1925":{},"2064":{},"2258":{},"2428":{},"2553":{}},"parent":{}}],["ratelimited3",{"_index":124,"name":{"149":{},"614":{},"692":{},"971":{},"1116":{},"1359":{},"1499":{},"1815":{},"1911":{},"2050":{},"2244":{},"2414":{},"2539":{}},"parent":{}}],["ratelimited4",{"_index":144,"name":{"169":{},"632":{},"712":{},"991":{},"1134":{},"1379":{},"1519":{},"1833":{},"1931":{},"2070":{},"2262":{},"2432":{},"2557":{}},"parent":{}}],["ratelimited5",{"_index":130,"name":{"155":{},"620":{},"698":{},"977":{},"1122":{},"1365":{},"1505":{},"1821":{},"1917":{},"2056":{},"2250":{},"2420":{},"2545":{}},"parent":{}}],["ratelimitexceeded",{"_index":767,"name":{"1217":{}},"parent":{}}],["recentsearchphrases",{"_index":850,"name":{"1319":{}},"parent":{}}],["recommendation",{"_index":611,"name":{"915":{},"1879":{}},"parent":{}}],["recommendationtype",{"_index":608,"name":{"911":{},"1877":{}},"parent":{}}],["redirect_uri",{"_index":226,"name":{"250":{}},"parent":{}}],["refine",{"_index":1210,"name":{"2309":{}},"parent":{}}],["refinement",{"_index":797,"name":{"1257":{}},"parent":{}}],["refinements",{"_index":792,"name":{"1250":{}},"parent":{}}],["refinementtype",{"_index":803,"name":{"1262":{},"1268":{}},"parent":{}}],["refresh_token",{"_index":223,"name":{"247":{}},"parent":{}}],["refreshaccesstoken",{"_index":250,"name":{"277":{},"288":{}},"parent":{}}],["region",{"_index":874,"name":{"1349":{}},"parent":{}}],["registercustomer",{"_index":536,"name":{"802":{},"860":{}},"parent":{}}],["registercustomerrequired",{"_index":538,"name":{"803":{}},"parent":{}}],["registerexternalprofile",{"_index":541,"name":{"808":{},"863":{}},"parent":{}}],["registerexternalprofilerequired",{"_index":542,"name":{"809":{}},"parent":{}}],["regularexpression",{"_index":201,"name":{"225":{},"484":{},"770":{},"1061":{},"1437":{},"1577":{},"1685":{},"1989":{},"2127":{},"2220":{},"2383":{},"2515":{}},"parent":{}}],["relevancesorting",{"_index":828,"name":{"1297":{}},"parent":{}}],["removecouponfrombasket",{"_index":282,"name":{"337":{},"402":{}},"parent":{}}],["removecouponfrombasketrequired",{"_index":283,"name":{"338":{}},"parent":{}}],["removecustomeraddress",{"_index":553,"name":{"820":{},"869":{}},"parent":{}}],["removecustomeraddressrequired",{"_index":554,"name":{"821":{}},"parent":{}}],["removeexternaltax",{"_index":482,"name":{"659":{}},"parent":{}}],["removegiftcertificateitemfrombasket",{"_index":288,"name":{"343":{},"405":{}},"parent":{}}],["removegiftcertificateitemfrombasketrequired",{"_index":289,"name":{"344":{}},"parent":{}}],["removeitemfrombasket",{"_index":296,"name":{"351":{},"409":{}},"parent":{}}],["removeitemfrombasketrequired",{"_index":297,"name":{"352":{}},"parent":{}}],["removepaymentinstrumentfrombasket",{"_index":304,"name":{"359":{},"413":{}},"parent":{}}],["removepaymentinstrumentfrombasketrequired",{"_index":305,"name":{"360":{}},"parent":{}}],["removepaymentinstrumentfromorder",{"_index":974,"name":{"1615":{},"1627":{}},"parent":{}}],["removepaymentinstrumentfromorderrequired",{"_index":975,"name":{"1616":{}},"parent":{}}],["removepriceadjustmentfrombasket",{"_index":312,"name":{"367":{},"417":{}},"parent":{}}],["removepriceadjustmentfrombasketrequired",{"_index":313,"name":{"368":{}},"parent":{}}],["removeshipmentfrombasket",{"_index":322,"name":{"377":{},"422":{}},"parent":{}}],["removeshipmentfrombasketrequired",{"_index":323,"name":{"378":{}},"parent":{}}],["rendertemplateuri",{"_index":41,"name":{"47":{}},"parent":{}}],["replaceorigin",{"_index":39,"name":{"45":{}},"parent":{}}],["requestlimit",{"_index":769,"name":{"1219":{}},"parent":{}}],["requireparametersunlessallareoptional",{"_index":9,"name":{"8":{},"295":{}},"parent":{}}],["resetpassword",{"_index":87,"name":{"95":{},"119":{},"804":{},"861":{}},"parent":{}}],["resetpasswordrequest",{"_index":601,"name":{"898":{}},"parent":{}}],["resetpasswordrequired",{"_index":88,"name":{"96":{},"805":{}},"parent":{}}],["resetpasswordtoken",{"_index":602,"name":{"902":{}},"parent":{}}],["resetpasswordtokenrequest",{"_index":633,"name":{"947":{}},"parent":{}}],["resourcebadrequest",{"_index":744,"name":{"1191":{}},"parent":{}}],["resourcecommonerrors",{"_index":731,"name":{"1178":{}},"parent":{}}],["resourceinvalidrequest",{"_index":748,"name":{"1195":{}},"parent":{}}],["resourcelink",{"_index":724,"name":{"1171":{}},"parent":{}}],["resourcenonreadablehttpmessage",{"_index":746,"name":{"1193":{}},"parent":{}}],["response",{"_index":238,"name":{"263":{}},"parent":{}}],["response_type",{"_index":227,"name":{"251":{}},"parent":{}}],["responseerror",{"_index":236,"name":{"260":{},"261":{}},"parent":{"261":{}}}],["responseerror.responseerror",{"_index":237,"name":{},"parent":{"262":{},"263":{},"264":{},"265":{},"266":{},"267":{}}}],["result",{"_index":836,"name":{"1307":{}},"parent":{}}],["retrieveresults",{"_index":702,"name":{"1107":{},"1111":{}},"parent":{}}],["retrieveresultsrequired",{"_index":704,"name":{"1108":{}},"parent":{}}],["returnedattributes",{"_index":793,"name":{"1251":{},"1303":{}},"parent":{}}],["revokeobjecturl",{"_index":58,"name":{"64":{}},"parent":{}}],["revoketoken",{"_index":91,"name":{"99":{},"121":{}},"parent":{}}],["revoketokenrequired",{"_index":92,"name":{"100":{}},"parent":{}}],["scale",{"_index":202,"name":{"226":{},"485":{},"771":{},"1062":{},"1438":{},"1578":{},"1686":{},"1990":{},"2128":{},"2221":{},"2384":{},"2516":{}},"parent":{}}],["scope",{"_index":228,"name":{"252":{}},"parent":{}}],["search",{"_index":52,"name":{"58":{}},"parent":{}}],["searchable",{"_index":203,"name":{"227":{},"486":{},"772":{},"1063":{},"1439":{},"1579":{},"1687":{},"1991":{},"2129":{},"2222":{},"2385":{},"2517":{}},"parent":{}}],["searchparams",{"_index":53,"name":{"59":{}},"parent":{}}],["searchrequest",{"_index":154,"name":{"179":{},"435":{},"722":{},"1013":{},"1138":{},"1389":{},"1529":{},"1636":{},"1941":{},"2079":{},"2171":{},"2334":{},"2466":{}},"parent":{}}],["searchrequestbase",{"_index":184,"name":{"209":{},"468":{},"754":{},"1045":{},"1167":{},"1421":{},"1561":{},"1669":{},"1973":{},"2111":{},"2204":{},"2367":{},"2499":{}},"parent":{}}],["searchstores",{"_index":1259,"name":{"2456":{},"2460":{}},"parent":{}}],["searchstoresrequired",{"_index":1261,"name":{"2457":{}},"parent":{}}],["searchtext",{"_index":862,"name":{"1332":{}},"parent":{}}],["select",{"_index":1095,"name":{"2011":{},"2306":{}},"parent":{}}],["selectable",{"_index":343,"name":{"447":{},"734":{},"1025":{},"1401":{},"1541":{},"1648":{},"1953":{},"2091":{},"2183":{},"2346":{},"2478":{}},"parent":{}}],["self",{"_index":733,"name":{"1180":{},"1185":{},"1189":{}},"parent":{}}],["selfresourcelink",{"_index":736,"name":{"1183":{}},"parent":{}}],["serviceunavailable",{"_index":763,"name":{"1213":{}},"parent":{}}],["sessionbridgetokenrequest",{"_index":113,"name":{"138":{}},"parent":{}}],["shipment",{"_index":395,"name":{"544":{},"919":{},"1745":{}},"parent":{}}],["shipmentid",{"_index":471,"name":{"649":{}},"parent":{}}],["shippingitem",{"_index":369,"name":{"518":{},"900":{},"1719":{}},"parent":{}}],["shippingmethod",{"_index":408,"name":{"557":{},"929":{},"1758":{}},"parent":{}}],["shippingmethodresult",{"_index":400,"name":{"549":{},"1750":{}},"parent":{}}],["shippingpromotion",{"_index":386,"name":{"535":{},"904":{},"1736":{}},"parent":{}}],["shopperbaskets",{"_index":260,"name":{"312":{},"313":{}},"parent":{"313":{},"430":{},"431":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"443":{},"445":{},"447":{},"449":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"493":{},"500":{},"501":{},"502":{},"503":{},"504":{},"517":{},"518":{},"519":{},"520":{},"527":{},"528":{},"534":{},"535":{},"536":{},"537":{},"538":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"548":{},"549":{},"550":{},"556":{},"557":{},"558":{},"562":{},"563":{},"567":{},"568":{},"569":{},"570":{},"574":{},"575":{},"586":{},"587":{},"592":{},"597":{},"607":{},"608":{},"610":{},"612":{},"614":{},"616":{},"618":{},"620":{},"622":{},"624":{},"626":{},"628":{},"630":{},"632":{},"634":{},"636":{},"638":{},"639":{},"640":{},"650":{},"663":{}}}],["shopperbaskets.asynccreated",{"_index":455,"name":{},"parent":{"625":{}}}],["shopperbaskets.attributedefinition",{"_index":346,"name":{},"parent":{"472":{}}}],["shopperbaskets.attributedefinition.__type",{"_index":347,"name":{},"parent":{"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{}}}],["shopperbaskets.dateconditionalrequest",{"_index":452,"name":{},"parent":{"619":{}}}],["shopperbaskets.daterangefilter",{"_index":447,"name":{},"parent":{"609":{}}}],["shopperbaskets.datetimerangefilter",{"_index":461,"name":{},"parent":{"637":{}}}],["shopperbaskets.discountrequest",{"_index":410,"name":{},"parent":{"559":{}}}],["shopperbaskets.discountrequest.__type",{"_index":411,"name":{},"parent":{"560":{},"561":{}}}],["shopperbaskets.etagconditionalrequest",{"_index":454,"name":{},"parent":{"623":{}}}],["shopperbaskets.etagresponse",{"_index":448,"name":{},"parent":{"611":{}}}],["shopperbaskets.groupedtaxitem",{"_index":422,"name":{},"parent":{"571":{}}}],["shopperbaskets.groupedtaxitem.__type",{"_index":424,"name":{},"parent":{"572":{},"573":{}}}],["shopperbaskets.integerrangefilter",{"_index":449,"name":{},"parent":{"613":{}}}],["shopperbaskets.localespecific",{"_index":339,"name":{},"parent":{"432":{}}}],["shopperbaskets.nopropertiesallowed",{"_index":345,"name":{},"parent":{"450":{}}}],["shopperbaskets.note",{"_index":372,"name":{},"parent":{"521":{}}}],["shopperbaskets.note.__type",{"_index":374,"name":{},"parent":{"522":{},"523":{},"524":{},"525":{},"526":{}}}],["shopperbaskets.numericrangefilter",{"_index":460,"name":{},"parent":{"635":{}}}],["shopperbaskets.offsetpaginated",{"_index":458,"name":{},"parent":{"631":{}}}],["shopperbaskets.orderlookuprequest",{"_index":414,"name":{},"parent":{"564":{}}}],["shopperbaskets.orderlookuprequest.__type",{"_index":416,"name":{},"parent":{"565":{},"566":{}}}],["shopperbaskets.orderpaymentcardrequest",{"_index":428,"name":{},"parent":{"576":{}}}],["shopperbaskets.orderpaymentcardrequest.__type",{"_index":429,"name":{},"parent":{"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{}}}],["shopperbaskets.paymentcard",{"_index":355,"name":{},"parent":{"505":{}}}],["shopperbaskets.paymentcard.__type",{"_index":357,"name":{},"parent":{"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{}}}],["shopperbaskets.productdetailslink",{"_index":402,"name":{},"parent":{"551":{}}}],["shopperbaskets.productdetailslink.__type",{"_index":404,"name":{},"parent":{"552":{},"553":{},"554":{},"555":{}}}],["shopperbaskets.productlistitemreference",{"_index":440,"name":{},"parent":{"598":{}}}],["shopperbaskets.productlistitemreference.__type",{"_index":441,"name":{},"parent":{"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{}}}],["shopperbaskets.promotionlink",{"_index":380,"name":{},"parent":{"529":{}}}],["shopperbaskets.promotionlink.__type",{"_index":382,"name":{},"parent":{"530":{},"531":{},"532":{},"533":{}}}],["shopperbaskets.propertyvaluedefinition",{"_index":348,"name":{},"parent":{"494":{}}}],["shopperbaskets.propertyvaluedefinition.__type",{"_index":349,"name":{},"parent":{"495":{},"496":{},"497":{},"498":{},"499":{}}}],["shopperbaskets.queryparamslimit",{"_index":340,"name":{},"parent":{"442":{}}}],["shopperbaskets.queryparamsoffset",{"_index":341,"name":{},"parent":{"444":{}}}],["shopperbaskets.ratelimited",{"_index":456,"name":{},"parent":{"627":{}}}],["shopperbaskets.ratelimited2",{"_index":457,"name":{},"parent":{"629":{}}}],["shopperbaskets.ratelimited3",{"_index":450,"name":{},"parent":{"615":{}}}],["shopperbaskets.ratelimited4",{"_index":459,"name":{},"parent":{"633":{}}}],["shopperbaskets.ratelimited5",{"_index":453,"name":{},"parent":{"621":{}}}],["shopperbaskets.selectable",{"_index":344,"name":{},"parent":{"448":{}}}],["shopperbaskets.shopperbaskets",{"_index":261,"name":{},"parent":{"314":{},"315":{},"316":{},"317":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{}}}],["shopperbaskets.shopperbaskets.paramkeys",{"_index":262,"name":{},"parent":{"318":{}}}],["shopperbaskets.shopperbaskets.paramkeys.__type",{"_index":264,"name":{},"parent":{"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{}}}],["shopperbaskets.shopperbasketspathparameters",{"_index":463,"name":{},"parent":{"641":{}}}],["shopperbaskets.shopperbasketspathparameters.__type",{"_index":464,"name":{},"parent":{"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{}}}],["shopperbaskets.shopperbasketsqueryparameters",{"_index":473,"name":{},"parent":{"651":{}}}],["shopperbaskets.shopperbasketsqueryparameters.__type",{"_index":475,"name":{},"parent":{"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{}}}],["shopperbaskets.simplelink",{"_index":398,"name":{},"parent":{"547":{}}}],["shopperbaskets.sitespecific",{"_index":342,"name":{},"parent":{"446":{}}}],["shopperbaskets.status",{"_index":436,"name":{},"parent":{"593":{}}}],["shopperbaskets.status.__type",{"_index":438,"name":{},"parent":{"594":{},"595":{},"596":{}}}],["shopperbaskets.synccreated",{"_index":451,"name":{},"parent":{"617":{}}}],["shopperbaskets.taxes",{"_index":390,"name":{},"parent":{"539":{}}}],["shopperbaskets.taxes.__type",{"_index":391,"name":{},"parent":{"540":{}}}],["shopperbaskets.taxitem",{"_index":432,"name":{},"parent":{"588":{}}}],["shopperbaskets.taxitem.__type",{"_index":433,"name":{},"parent":{"589":{},"590":{},"591":{}}}],["shopperbasketsparameters",{"_index":486,"name":{"663":{}},"parent":{}}],["shopperbasketspathparameters",{"_index":462,"name":{"640":{}},"parent":{}}],["shopperbasketsqueryparameters",{"_index":472,"name":{"650":{}},"parent":{}}],["shoppercontext",{"_index":499,"name":{"683":{}},"parent":{}}],["shoppercontexts",{"_index":487,"name":{"664":{},"665":{}},"parent":{"665":{},"683":{},"684":{},"685":{},"686":{},"688":{},"690":{},"692":{},"694":{},"696":{},"698":{},"700":{},"702":{},"704":{},"706":{},"708":{},"710":{},"712":{},"714":{},"716":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"730":{},"732":{},"734":{},"736":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"779":{},"786":{},"790":{},"794":{}}}],["shoppercontexts.asynccreated",{"_index":508,"name":{},"parent":{"703":{}}}],["shoppercontexts.attributedefinition",{"_index":521,"name":{},"parent":{"758":{}}}],["shoppercontexts.attributedefinition.__type",{"_index":522,"name":{},"parent":{"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{}}}],["shoppercontexts.dateconditionalrequest",{"_index":505,"name":{},"parent":{"697":{}}}],["shoppercontexts.daterangefilter",{"_index":500,"name":{},"parent":{"687":{}}}],["shoppercontexts.datetimerangefilter",{"_index":515,"name":{},"parent":{"717":{}}}],["shoppercontexts.etagconditionalrequest",{"_index":507,"name":{},"parent":{"701":{}}}],["shoppercontexts.etagresponse",{"_index":501,"name":{},"parent":{"689":{}}}],["shoppercontexts.integerrangefilter",{"_index":502,"name":{},"parent":{"691":{}}}],["shoppercontexts.nopropertiesallowed",{"_index":520,"name":{},"parent":{"737":{}}}],["shoppercontexts.numericrangefilter",{"_index":514,"name":{},"parent":{"715":{}}}],["shoppercontexts.offsetpaginated",{"_index":511,"name":{},"parent":{"709":{}}}],["shoppercontexts.propertyvaluedefinition",{"_index":523,"name":{},"parent":{"780":{}}}],["shoppercontexts.propertyvaluedefinition.__type",{"_index":524,"name":{},"parent":{"781":{},"782":{},"783":{},"784":{},"785":{}}}],["shoppercontexts.queryparamslimit",{"_index":516,"name":{},"parent":{"729":{}}}],["shoppercontexts.queryparamsoffset",{"_index":517,"name":{},"parent":{"731":{}}}],["shoppercontexts.rangefilter",{"_index":512,"name":{},"parent":{"711":{}}}],["shoppercontexts.ratelimited",{"_index":509,"name":{},"parent":{"705":{}}}],["shoppercontexts.ratelimited2",{"_index":510,"name":{},"parent":{"707":{}}}],["shoppercontexts.ratelimited3",{"_index":503,"name":{},"parent":{"693":{}}}],["shoppercontexts.ratelimited4",{"_index":513,"name":{},"parent":{"713":{}}}],["shoppercontexts.ratelimited5",{"_index":506,"name":{},"parent":{"699":{}}}],["shoppercontexts.selectable",{"_index":519,"name":{},"parent":{"735":{}}}],["shoppercontexts.shoppercontexts",{"_index":488,"name":{},"parent":{"666":{},"667":{},"668":{},"669":{},"679":{},"680":{},"681":{},"682":{}}}],["shoppercontexts.shoppercontexts.paramkeys",{"_index":489,"name":{},"parent":{"670":{}}}],["shoppercontexts.shoppercontexts.paramkeys.__type",{"_index":491,"name":{},"parent":{"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{}}}],["shoppercontexts.shoppercontextspathparameters",{"_index":526,"name":{},"parent":{"787":{}}}],["shoppercontexts.shoppercontextspathparameters.__type",{"_index":527,"name":{},"parent":{"788":{},"789":{}}}],["shoppercontexts.shoppercontextsqueryparameters",{"_index":529,"name":{},"parent":{"791":{}}}],["shoppercontexts.shoppercontextsqueryparameters.__type",{"_index":530,"name":{},"parent":{"792":{},"793":{}}}],["shoppercontexts.sitespecific",{"_index":518,"name":{},"parent":{"733":{}}}],["shoppercontexts.synccreated",{"_index":504,"name":{},"parent":{"695":{}}}],["shoppercontextsparameters",{"_index":532,"name":{"794":{}},"parent":{}}],["shoppercontextspathparameters",{"_index":525,"name":{"786":{}},"parent":{}}],["shoppercontextsqueryparameters",{"_index":528,"name":{"790":{}},"parent":{}}],["shoppercustomers",{"_index":533,"name":{"795":{},"796":{}},"parent":{"796":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"967":{},"969":{},"971":{},"973":{},"975":{},"977":{},"979":{},"981":{},"983":{},"985":{},"987":{},"989":{},"991":{},"993":{},"995":{},"997":{},"998":{},"999":{},"1001":{},"1003":{},"1005":{},"1007":{},"1009":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1021":{},"1023":{},"1025":{},"1027":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1070":{},"1077":{},"1085":{},"1099":{}}}],["shoppercustomers.asynccreated",{"_index":651,"name":{},"parent":{"982":{}}}],["shoppercustomers.attributedefinition",{"_index":676,"name":{},"parent":{"1049":{}}}],["shoppercustomers.attributedefinition.__type",{"_index":677,"name":{},"parent":{"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{}}}],["shoppercustomers.badrequest",{"_index":664,"name":{},"parent":{"1004":{}}}],["shoppercustomers.customerauthenticationfailed",{"_index":660,"name":{},"parent":{"1000":{}}}],["shoppercustomers.customerextprofilebadrequest",{"_index":670,"name":{},"parent":{"1010":{}}}],["shoppercustomers.customerextprofilenotfound",{"_index":666,"name":{},"parent":{"1006":{}}}],["shoppercustomers.dateconditionalrequest",{"_index":648,"name":{},"parent":{"976":{}}}],["shoppercustomers.daterangefilter",{"_index":643,"name":{},"parent":{"966":{}}}],["shoppercustomers.datetimerangefilter",{"_index":658,"name":{},"parent":{"996":{}}}],["shoppercustomers.etagconditionalrequest",{"_index":650,"name":{},"parent":{"980":{}}}],["shoppercustomers.etagresponse",{"_index":644,"name":{},"parent":{"968":{}}}],["shoppercustomers.groupedtaxitem",{"_index":634,"name":{},"parent":{"950":{}}}],["shoppercustomers.groupedtaxitem.__type",{"_index":635,"name":{},"parent":{"951":{},"952":{}}}],["shoppercustomers.integerrangefilter",{"_index":645,"name":{},"parent":{"970":{}}}],["shoppercustomers.nopropertiesallowed",{"_index":675,"name":{},"parent":{"1028":{}}}],["shoppercustomers.notfound",{"_index":662,"name":{},"parent":{"1002":{}}}],["shoppercustomers.numericrangefilter",{"_index":657,"name":{},"parent":{"994":{}}}],["shoppercustomers.offsetpaginated",{"_index":654,"name":{},"parent":{"988":{}}}],["shoppercustomers.propertyvaluedefinition",{"_index":678,"name":{},"parent":{"1071":{}}}],["shoppercustomers.propertyvaluedefinition.__type",{"_index":679,"name":{},"parent":{"1072":{},"1073":{},"1074":{},"1075":{},"1076":{}}}],["shoppercustomers.queryparamslimit",{"_index":671,"name":{},"parent":{"1020":{}}}],["shoppercustomers.queryparamsoffset",{"_index":672,"name":{},"parent":{"1022":{}}}],["shoppercustomers.rangefilter",{"_index":655,"name":{},"parent":{"990":{}}}],["shoppercustomers.ratelimited",{"_index":652,"name":{},"parent":{"984":{}}}],["shoppercustomers.ratelimited2",{"_index":653,"name":{},"parent":{"986":{}}}],["shoppercustomers.ratelimited3",{"_index":646,"name":{},"parent":{"972":{}}}],["shoppercustomers.ratelimited4",{"_index":656,"name":{},"parent":{"992":{}}}],["shoppercustomers.ratelimited5",{"_index":649,"name":{},"parent":{"978":{}}}],["shoppercustomers.selectable",{"_index":674,"name":{},"parent":{"1026":{}}}],["shoppercustomers.shoppercustomers",{"_index":534,"name":{},"parent":{"797":{},"798":{},"799":{},"800":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{}}}],["shoppercustomers.shoppercustomers.paramkeys",{"_index":535,"name":{},"parent":{"801":{}}}],["shoppercustomers.shoppercustomers.paramkeys.__type",{"_index":537,"name":{},"parent":{"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{}}}],["shoppercustomers.shoppercustomerspathparameters",{"_index":681,"name":{},"parent":{"1078":{}}}],["shoppercustomers.shoppercustomerspathparameters.__type",{"_index":682,"name":{},"parent":{"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{}}}],["shoppercustomers.shoppercustomersqueryparameters",{"_index":687,"name":{},"parent":{"1086":{}}}],["shoppercustomers.shoppercustomersqueryparameters.__type",{"_index":688,"name":{},"parent":{"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{}}}],["shoppercustomers.sitespecific",{"_index":673,"name":{},"parent":{"1024":{}}}],["shoppercustomers.synccreated",{"_index":647,"name":{},"parent":{"974":{}}}],["shoppercustomers.unauthorized",{"_index":668,"name":{},"parent":{"1008":{}}}],["shoppercustomersparameters",{"_index":698,"name":{"1099":{}},"parent":{}}],["shoppercustomerspathparameters",{"_index":680,"name":{"1077":{}},"parent":{}}],["shoppercustomersqueryparameters",{"_index":686,"name":{"1085":{}},"parent":{}}],["shopperdiscoverysearch",{"_index":699,"name":{"1100":{},"1101":{}},"parent":{"1101":{},"1113":{},"1114":{},"1116":{},"1118":{},"1120":{},"1122":{},"1124":{},"1126":{},"1128":{},"1130":{},"1132":{},"1134":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1144":{},"1146":{},"1148":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1174":{},"1176":{},"1178":{},"1180":{},"1183":{},"1186":{},"1191":{},"1193":{},"1195":{},"1197":{},"1199":{},"1205":{},"1207":{},"1209":{},"1211":{},"1213":{},"1215":{},"1217":{},"1224":{},"1226":{},"1232":{},"1233":{},"1239":{},"1247":{},"1256":{},"1257":{},"1258":{},"1263":{},"1269":{},"1274":{},"1275":{},"1277":{},"1283":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1297":{},"1299":{},"1300":{},"1305":{},"1306":{},"1307":{},"1314":{},"1317":{},"1322":{},"1326":{},"1333":{}}}],["shopperdiscoverysearch.asynccreated",{"_index":713,"name":{},"parent":{"1127":{}}}],["shopperdiscoverysearch.attributegrouping",{"_index":831,"name":{},"parent":{"1301":{}}}],["shopperdiscoverysearch.attributegrouping.__type",{"_index":832,"name":{},"parent":{"1302":{},"1303":{},"1304":{}}}],["shopperdiscoverysearch.attributesorting",{"_index":824,"name":{},"parent":{"1293":{}}}],["shopperdiscoverysearch.attributesorting.__type",{"_index":825,"name":{},"parent":{"1294":{},"1295":{},"1296":{}}}],["shopperdiscoverysearch.attributesquery",{"_index":774,"name":{},"parent":{"1227":{}}}],["shopperdiscoverysearch.attributesquery.__type",{"_index":775,"name":{},"parent":{"1228":{},"1229":{},"1230":{},"1231":{}}}],["shopperdiscoverysearch.authenticationfailure",{"_index":751,"name":{},"parent":{"1198":{}}}],["shopperdiscoverysearch.authorizationfailure",{"_index":761,"name":{},"parent":{"1210":{}}}],["shopperdiscoverysearch.badrequest",{"_index":762,"name":{},"parent":{"1212":{}}}],["shopperdiscoverysearch.baseerror",{"_index":753,"name":{},"parent":{"1200":{}}}],["shopperdiscoverysearch.baseerror.__type",{"_index":754,"name":{},"parent":{"1201":{},"1202":{},"1203":{},"1204":{}}}],["shopperdiscoverysearch.commonerrors",{"_index":730,"name":{},"parent":{"1177":{}}}],["shopperdiscoverysearch.dateconditionalrequest",{"_index":710,"name":{},"parent":{"1121":{}}}],["shopperdiscoverysearch.etagconditionalrequest",{"_index":712,"name":{},"parent":{"1125":{}}}],["shopperdiscoverysearch.etagresponse",{"_index":707,"name":{},"parent":{"1115":{}}}],["shopperdiscoverysearch.filterable",{"_index":728,"name":{},"parent":{"1175":{}}}],["shopperdiscoverysearch.internalservererror",{"_index":766,"name":{},"parent":{"1216":{}}}],["shopperdiscoverysearch.invalidrequest",{"_index":759,"name":{},"parent":{"1208":{}}}],["shopperdiscoverysearch.nonreadablehttpmessage",{"_index":772,"name":{},"parent":{"1225":{}}}],["shopperdiscoverysearch.nopropertiesallowed",{"_index":721,"name":{},"parent":{"1149":{}}}],["shopperdiscoverysearch.notfound",{"_index":757,"name":{},"parent":{"1206":{}}}],["shopperdiscoverysearch.offsetpaginated",{"_index":716,"name":{},"parent":{"1133":{}}}],["shopperdiscoverysearch.pagination",{"_index":740,"name":{},"parent":{"1187":{}}}],["shopperdiscoverysearch.pagination.__type",{"_index":742,"name":{},"parent":{"1188":{},"1189":{},"1190":{}}}],["shopperdiscoverysearch.phrasequery",{"_index":780,"name":{},"parent":{"1234":{}}}],["shopperdiscoverysearch.phrasequery.__type",{"_index":781,"name":{},"parent":{"1235":{},"1236":{},"1237":{},"1238":{}}}],["shopperdiscoverysearch.queryinput",{"_index":790,"name":{},"parent":{"1248":{}}}],["shopperdiscoverysearch.queryinput.__type",{"_index":791,"name":{},"parent":{"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{}}}],["shopperdiscoverysearch.queryoutput",{"_index":783,"name":{},"parent":{"1240":{}}}],["shopperdiscoverysearch.queryoutput.__type",{"_index":785,"name":{},"parent":{"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{}}}],["shopperdiscoverysearch.queryparamslimit",{"_index":718,"name":{},"parent":{"1143":{}}}],["shopperdiscoverysearch.queryparamsoffset",{"_index":719,"name":{},"parent":{"1145":{}}}],["shopperdiscoverysearch.rangefacetinput",{"_index":813,"name":{},"parent":{"1276":{}}}],["shopperdiscoverysearch.rangefacetoutput",{"_index":815,"name":{},"parent":{"1278":{}}}],["shopperdiscoverysearch.rangefacetoutput.__type",{"_index":816,"name":{},"parent":{"1279":{},"1280":{},"1281":{},"1282":{}}}],["shopperdiscoverysearch.rangerefinement",{"_index":805,"name":{},"parent":{"1264":{}}}],["shopperdiscoverysearch.rangerefinement.__type",{"_index":806,"name":{},"parent":{"1265":{},"1266":{},"1267":{},"1268":{}}}],["shopperdiscoverysearch.ratelimited",{"_index":714,"name":{},"parent":{"1129":{}}}],["shopperdiscoverysearch.ratelimited2",{"_index":715,"name":{},"parent":{"1131":{}}}],["shopperdiscoverysearch.ratelimited3",{"_index":708,"name":{},"parent":{"1117":{}}}],["shopperdiscoverysearch.ratelimited4",{"_index":717,"name":{},"parent":{"1135":{}}}],["shopperdiscoverysearch.ratelimited5",{"_index":711,"name":{},"parent":{"1123":{}}}],["shopperdiscoverysearch.ratelimitexceeded",{"_index":768,"name":{},"parent":{"1218":{}}}],["shopperdiscoverysearch.ratelimitexceeded.__type",{"_index":770,"name":{},"parent":{"1219":{},"1220":{},"1221":{},"1222":{},"1223":{}}}],["shopperdiscoverysearch.relevancesorting",{"_index":829,"name":{},"parent":{"1298":{}}}],["shopperdiscoverysearch.resourcebadrequest",{"_index":745,"name":{},"parent":{"1192":{}}}],["shopperdiscoverysearch.resourcecommonerrors",{"_index":732,"name":{},"parent":{"1179":{}}}],["shopperdiscoverysearch.resourceinvalidrequest",{"_index":749,"name":{},"parent":{"1196":{}}}],["shopperdiscoverysearch.resourcenonreadablehttpmessage",{"_index":747,"name":{},"parent":{"1194":{}}}],["shopperdiscoverysearch.result",{"_index":837,"name":{},"parent":{"1308":{}}}],["shopperdiscoverysearch.result.__type",{"_index":839,"name":{},"parent":{"1309":{},"1310":{},"1311":{},"1312":{},"1313":{}}}],["shopperdiscoverysearch.self",{"_index":734,"name":{},"parent":{"1181":{}}}],["shopperdiscoverysearch.self.__type",{"_index":735,"name":{},"parent":{"1182":{}}}],["shopperdiscoverysearch.selfresourcelink",{"_index":737,"name":{},"parent":{"1184":{}}}],["shopperdiscoverysearch.selfresourcelink.__type",{"_index":738,"name":{},"parent":{"1185":{}}}],["shopperdiscoverysearch.serviceunavailable",{"_index":764,"name":{},"parent":{"1214":{}}}],["shopperdiscoverysearch.shopperdiscoverysearch",{"_index":700,"name":{},"parent":{"1102":{},"1103":{},"1104":{},"1105":{},"1111":{},"1112":{}}}],["shopperdiscoverysearch.shopperdiscoverysearch.paramkeys",{"_index":701,"name":{},"parent":{"1106":{}}}],["shopperdiscoverysearch.shopperdiscoverysearch.paramkeys.__type",{"_index":703,"name":{},"parent":{"1107":{},"1108":{},"1109":{},"1110":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchpathparameters",{"_index":855,"name":{},"parent":{"1323":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchpathparameters.__type",{"_index":856,"name":{},"parent":{"1324":{},"1325":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchqueryparameters",{"_index":859,"name":{},"parent":{"1327":{}}}],["shopperdiscoverysearch.shopperdiscoverysearchqueryparameters.__type",{"_index":860,"name":{},"parent":{"1328":{},"1329":{},"1330":{},"1331":{},"1332":{}}}],["shopperdiscoverysearch.sitespecific",{"_index":720,"name":{},"parent":{"1147":{}}}],["shopperdiscoverysearch.suggestion",{"_index":845,"name":{},"parent":{"1315":{}}}],["shopperdiscoverysearch.suggestion.__type",{"_index":847,"name":{},"parent":{"1316":{}}}],["shopperdiscoverysearch.suggestions",{"_index":849,"name":{},"parent":{"1318":{}}}],["shopperdiscoverysearch.suggestions.__type",{"_index":851,"name":{},"parent":{"1319":{},"1320":{},"1321":{}}}],["shopperdiscoverysearch.synccreated",{"_index":709,"name":{},"parent":{"1119":{}}}],["shopperdiscoverysearch.traceable",{"_index":726,"name":{},"parent":{"1173":{}}}],["shopperdiscoverysearch.valuefacetinput",{"_index":818,"name":{},"parent":{"1284":{}}}],["shopperdiscoverysearch.valuefacetinput.__type",{"_index":820,"name":{},"parent":{"1285":{},"1286":{},"1287":{}}}],["shopperdiscoverysearch.valuefacetoutput",{"_index":808,"name":{},"parent":{"1270":{}}}],["shopperdiscoverysearch.valuefacetoutput.__type",{"_index":809,"name":{},"parent":{"1271":{},"1272":{},"1273":{}}}],["shopperdiscoverysearch.valuerefinement",{"_index":799,"name":{},"parent":{"1259":{}}}],["shopperdiscoverysearch.valuerefinement.__type",{"_index":801,"name":{},"parent":{"1260":{},"1261":{},"1262":{}}}],["shopperdiscoverysearchparameters",{"_index":863,"name":{"1333":{}},"parent":{}}],["shopperdiscoverysearchpathparameters",{"_index":854,"name":{"1322":{}},"parent":{}}],["shopperdiscoverysearchqueryparameters",{"_index":858,"name":{"1326":{}},"parent":{}}],["shopperexperience",{"_index":864,"name":{"1334":{},"1335":{}},"parent":{"1335":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1355":{},"1357":{},"1359":{},"1361":{},"1363":{},"1365":{},"1367":{},"1369":{},"1371":{},"1373":{},"1375":{},"1377":{},"1379":{},"1381":{},"1383":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1397":{},"1399":{},"1401":{},"1403":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1446":{},"1453":{},"1455":{},"1457":{},"1459":{},"1461":{},"1463":{},"1467":{},"1476":{}}}],["shopperexperience.aspectattributeinvalid",{"_index":908,"name":{},"parent":{"1460":{}}}],["shopperexperience.aspecttypenotfound",{"_index":904,"name":{},"parent":{"1456":{}}}],["shopperexperience.asynccreated",{"_index":884,"name":{},"parent":{"1370":{}}}],["shopperexperience.attributedefinition",{"_index":897,"name":{},"parent":{"1425":{}}}],["shopperexperience.attributedefinition.__type",{"_index":898,"name":{},"parent":{"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{}}}],["shopperexperience.businessobjectidinvalid",{"_index":902,"name":{},"parent":{"1454":{}}}],["shopperexperience.dateconditionalrequest",{"_index":881,"name":{},"parent":{"1364":{}}}],["shopperexperience.daterangefilter",{"_index":876,"name":{},"parent":{"1354":{}}}],["shopperexperience.datetimerangefilter",{"_index":891,"name":{},"parent":{"1384":{}}}],["shopperexperience.etagconditionalrequest",{"_index":883,"name":{},"parent":{"1368":{}}}],["shopperexperience.etagresponse",{"_index":877,"name":{},"parent":{"1356":{}}}],["shopperexperience.integerrangefilter",{"_index":878,"name":{},"parent":{"1358":{}}}],["shopperexperience.localespecific",{"_index":909,"name":{},"parent":{"1462":{}}}],["shopperexperience.nopropertiesallowed",{"_index":896,"name":{},"parent":{"1404":{}}}],["shopperexperience.numericrangefilter",{"_index":890,"name":{},"parent":{"1382":{}}}],["shopperexperience.offsetpaginated",{"_index":887,"name":{},"parent":{"1376":{}}}],["shopperexperience.pagenotfound",{"_index":906,"name":{},"parent":{"1458":{}}}],["shopperexperience.propertyvaluedefinition",{"_index":899,"name":{},"parent":{"1447":{}}}],["shopperexperience.propertyvaluedefinition.__type",{"_index":900,"name":{},"parent":{"1448":{},"1449":{},"1450":{},"1451":{},"1452":{}}}],["shopperexperience.queryparamslimit",{"_index":892,"name":{},"parent":{"1396":{}}}],["shopperexperience.queryparamsoffset",{"_index":893,"name":{},"parent":{"1398":{}}}],["shopperexperience.rangefilter",{"_index":888,"name":{},"parent":{"1378":{}}}],["shopperexperience.ratelimited",{"_index":885,"name":{},"parent":{"1372":{}}}],["shopperexperience.ratelimited2",{"_index":886,"name":{},"parent":{"1374":{}}}],["shopperexperience.ratelimited3",{"_index":879,"name":{},"parent":{"1360":{}}}],["shopperexperience.ratelimited4",{"_index":889,"name":{},"parent":{"1380":{}}}],["shopperexperience.ratelimited5",{"_index":882,"name":{},"parent":{"1366":{}}}],["shopperexperience.selectable",{"_index":895,"name":{},"parent":{"1402":{}}}],["shopperexperience.shopperexperience",{"_index":865,"name":{},"parent":{"1336":{},"1337":{},"1338":{},"1339":{},"1345":{},"1346":{}}}],["shopperexperience.shopperexperience.paramkeys",{"_index":866,"name":{},"parent":{"1340":{}}}],["shopperexperience.shopperexperience.paramkeys.__type",{"_index":868,"name":{},"parent":{"1341":{},"1342":{},"1343":{},"1344":{}}}],["shopperexperience.shopperexperiencepathparameters",{"_index":911,"name":{},"parent":{"1464":{}}}],["shopperexperience.shopperexperiencepathparameters.__type",{"_index":912,"name":{},"parent":{"1465":{},"1466":{}}}],["shopperexperience.shopperexperiencequeryparameters",{"_index":915,"name":{},"parent":{"1468":{}}}],["shopperexperience.shopperexperiencequeryparameters.__type",{"_index":917,"name":{},"parent":{"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{}}}],["shopperexperience.sitespecific",{"_index":894,"name":{},"parent":{"1400":{}}}],["shopperexperience.synccreated",{"_index":880,"name":{},"parent":{"1362":{}}}],["shopperexperienceparameters",{"_index":920,"name":{"1476":{}},"parent":{}}],["shopperexperiencepathparameters",{"_index":910,"name":{"1463":{}},"parent":{}}],["shopperexperiencequeryparameters",{"_index":914,"name":{"1467":{}},"parent":{}}],["shoppergiftcertificates",{"_index":921,"name":{"1477":{},"1478":{}},"parent":{"1478":{},"1487":{},"1488":{},"1489":{},"1491":{},"1492":{},"1493":{},"1495":{},"1497":{},"1499":{},"1501":{},"1503":{},"1505":{},"1507":{},"1509":{},"1511":{},"1513":{},"1515":{},"1517":{},"1519":{},"1521":{},"1523":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1537":{},"1539":{},"1541":{},"1543":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1586":{},"1593":{},"1596":{},"1599":{}}}],["shoppergiftcertificates.asynccreated",{"_index":938,"name":{},"parent":{"1510":{}}}],["shoppergiftcertificates.attributedefinition",{"_index":951,"name":{},"parent":{"1565":{}}}],["shoppergiftcertificates.attributedefinition.__type",{"_index":952,"name":{},"parent":{"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{}}}],["shoppergiftcertificates.dateconditionalrequest",{"_index":935,"name":{},"parent":{"1504":{}}}],["shoppergiftcertificates.daterangefilter",{"_index":930,"name":{},"parent":{"1494":{}}}],["shoppergiftcertificates.datetimerangefilter",{"_index":945,"name":{},"parent":{"1524":{}}}],["shoppergiftcertificates.etagconditionalrequest",{"_index":937,"name":{},"parent":{"1508":{}}}],["shoppergiftcertificates.etagresponse",{"_index":931,"name":{},"parent":{"1496":{}}}],["shoppergiftcertificates.integerrangefilter",{"_index":932,"name":{},"parent":{"1498":{}}}],["shoppergiftcertificates.nopropertiesallowed",{"_index":950,"name":{},"parent":{"1544":{}}}],["shoppergiftcertificates.notfound",{"_index":929,"name":{},"parent":{"1490":{}}}],["shoppergiftcertificates.numericrangefilter",{"_index":944,"name":{},"parent":{"1522":{}}}],["shoppergiftcertificates.offsetpaginated",{"_index":941,"name":{},"parent":{"1516":{}}}],["shoppergiftcertificates.propertyvaluedefinition",{"_index":953,"name":{},"parent":{"1587":{}}}],["shoppergiftcertificates.propertyvaluedefinition.__type",{"_index":954,"name":{},"parent":{"1588":{},"1589":{},"1590":{},"1591":{},"1592":{}}}],["shoppergiftcertificates.queryparamslimit",{"_index":946,"name":{},"parent":{"1536":{}}}],["shoppergiftcertificates.queryparamsoffset",{"_index":947,"name":{},"parent":{"1538":{}}}],["shoppergiftcertificates.rangefilter",{"_index":942,"name":{},"parent":{"1518":{}}}],["shoppergiftcertificates.ratelimited",{"_index":939,"name":{},"parent":{"1512":{}}}],["shoppergiftcertificates.ratelimited2",{"_index":940,"name":{},"parent":{"1514":{}}}],["shoppergiftcertificates.ratelimited3",{"_index":933,"name":{},"parent":{"1500":{}}}],["shoppergiftcertificates.ratelimited4",{"_index":943,"name":{},"parent":{"1520":{}}}],["shoppergiftcertificates.ratelimited5",{"_index":936,"name":{},"parent":{"1506":{}}}],["shoppergiftcertificates.selectable",{"_index":949,"name":{},"parent":{"1542":{}}}],["shoppergiftcertificates.shoppergiftcertificates",{"_index":922,"name":{},"parent":{"1479":{},"1480":{},"1481":{},"1482":{},"1486":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys",{"_index":923,"name":{},"parent":{"1483":{}}}],["shoppergiftcertificates.shoppergiftcertificates.paramkeys.__type",{"_index":925,"name":{},"parent":{"1484":{},"1485":{}}}],["shoppergiftcertificates.shoppergiftcertificatespathparameters",{"_index":956,"name":{},"parent":{"1594":{}}}],["shoppergiftcertificates.shoppergiftcertificatespathparameters.__type",{"_index":957,"name":{},"parent":{"1595":{}}}],["shoppergiftcertificates.shoppergiftcertificatesqueryparameters",{"_index":959,"name":{},"parent":{"1597":{}}}],["shoppergiftcertificates.shoppergiftcertificatesqueryparameters.__type",{"_index":960,"name":{},"parent":{"1598":{}}}],["shoppergiftcertificates.sitespecific",{"_index":948,"name":{},"parent":{"1540":{}}}],["shoppergiftcertificates.synccreated",{"_index":934,"name":{},"parent":{"1502":{}}}],["shoppergiftcertificatesparameters",{"_index":961,"name":{"1599":{}},"parent":{}}],["shoppergiftcertificatespathparameters",{"_index":955,"name":{"1593":{}},"parent":{}}],["shoppergiftcertificatesqueryparameters",{"_index":958,"name":{"1596":{}},"parent":{}}],["shopperlogin",{"_index":61,"name":{"68":{},"69":{}},"parent":{"69":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"141":{},"142":{},"143":{},"145":{},"147":{},"149":{},"151":{},"153":{},"155":{},"157":{},"159":{},"161":{},"163":{},"165":{},"167":{},"169":{},"171":{},"173":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"187":{},"189":{},"191":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"234":{},"241":{},"244":{},"259":{}}}],["shopperlogin.asynccreated",{"_index":135,"name":{},"parent":{"160":{}}}],["shopperlogin.attributedefinition",{"_index":188,"name":{},"parent":{"213":{}}}],["shopperlogin.attributedefinition.__type",{"_index":190,"name":{},"parent":{"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{}}}],["shopperlogin.dateconditionalrequest",{"_index":129,"name":{},"parent":{"154":{}}}],["shopperlogin.daterangefilter",{"_index":119,"name":{},"parent":{"144":{}}}],["shopperlogin.datetimerangefilter",{"_index":149,"name":{},"parent":{"174":{}}}],["shopperlogin.etagconditionalrequest",{"_index":133,"name":{},"parent":{"158":{}}}],["shopperlogin.etagresponse",{"_index":121,"name":{},"parent":{"146":{}}}],["shopperlogin.integerrangefilter",{"_index":123,"name":{},"parent":{"148":{}}}],["shopperlogin.nopropertiesallowed",{"_index":167,"name":{},"parent":{"192":{}}}],["shopperlogin.numericrangefilter",{"_index":147,"name":{},"parent":{"172":{}}}],["shopperlogin.offsetpaginated",{"_index":141,"name":{},"parent":{"166":{}}}],["shopperlogin.propertyvaluedefinition",{"_index":210,"name":{},"parent":{"235":{}}}],["shopperlogin.propertyvaluedefinition.__type",{"_index":211,"name":{},"parent":{"236":{},"237":{},"238":{},"239":{},"240":{}}}],["shopperlogin.queryparamslimit",{"_index":161,"name":{},"parent":{"186":{}}}],["shopperlogin.queryparamsoffset",{"_index":163,"name":{},"parent":{"188":{}}}],["shopperlogin.rangefilter",{"_index":143,"name":{},"parent":{"168":{}}}],["shopperlogin.ratelimited",{"_index":137,"name":{},"parent":{"162":{}}}],["shopperlogin.ratelimited2",{"_index":139,"name":{},"parent":{"164":{}}}],["shopperlogin.ratelimited3",{"_index":125,"name":{},"parent":{"150":{}}}],["shopperlogin.ratelimited4",{"_index":145,"name":{},"parent":{"170":{}}}],["shopperlogin.ratelimited5",{"_index":131,"name":{},"parent":{"156":{}}}],["shopperlogin.shopperlogin",{"_index":62,"name":{},"parent":{"70":{},"71":{},"72":{},"73":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{}}}],["shopperlogin.shopperlogin.paramkeys",{"_index":65,"name":{},"parent":{"74":{}}}],["shopperlogin.shopperlogin.paramkeys.__type",{"_index":67,"name":{},"parent":{"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["shopperlogin.shopperloginpathparameters",{"_index":216,"name":{},"parent":{"242":{}}}],["shopperlogin.shopperloginpathparameters.__type",{"_index":218,"name":{},"parent":{"243":{}}}],["shopperlogin.shopperloginqueryparameters",{"_index":220,"name":{},"parent":{"245":{}}}],["shopperlogin.shopperloginqueryparameters.__type",{"_index":222,"name":{},"parent":{"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{}}}],["shopperlogin.sitespecific",{"_index":165,"name":{},"parent":{"190":{}}}],["shopperlogin.slasratelimit",{"_index":115,"name":{},"parent":{"140":{}}}],["shopperlogin.synccreated",{"_index":127,"name":{},"parent":{"152":{}}}],["shopperloginparameters",{"_index":235,"name":{"259":{}},"parent":{}}],["shopperloginpathparameters",{"_index":215,"name":{"241":{}},"parent":{}}],["shopperloginqueryparameters",{"_index":219,"name":{"244":{}},"parent":{}}],["shopperorders",{"_index":962,"name":{"1600":{},"1601":{}},"parent":{"1601":{},"1631":{},"1632":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1644":{},"1646":{},"1648":{},"1650":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1694":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1718":{},"1719":{},"1720":{},"1721":{},"1728":{},"1729":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1749":{},"1750":{},"1751":{},"1757":{},"1758":{},"1759":{},"1763":{},"1764":{},"1768":{},"1769":{},"1770":{},"1771":{},"1775":{},"1776":{},"1787":{},"1788":{},"1793":{},"1798":{},"1808":{},"1809":{},"1811":{},"1813":{},"1815":{},"1817":{},"1819":{},"1821":{},"1823":{},"1825":{},"1827":{},"1829":{},"1831":{},"1833":{},"1835":{},"1837":{},"1839":{},"1840":{},"1841":{},"1846":{},"1850":{}}}],["shopperorders.asynccreated",{"_index":1025,"name":{},"parent":{"1826":{}}}],["shopperorders.attributedefinition",{"_index":988,"name":{},"parent":{"1673":{}}}],["shopperorders.attributedefinition.__type",{"_index":989,"name":{},"parent":{"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{}}}],["shopperorders.dateconditionalrequest",{"_index":1022,"name":{},"parent":{"1820":{}}}],["shopperorders.daterangefilter",{"_index":1017,"name":{},"parent":{"1810":{}}}],["shopperorders.datetimerangefilter",{"_index":1031,"name":{},"parent":{"1838":{}}}],["shopperorders.discountrequest",{"_index":1003,"name":{},"parent":{"1760":{}}}],["shopperorders.discountrequest.__type",{"_index":1004,"name":{},"parent":{"1761":{},"1762":{}}}],["shopperorders.etagconditionalrequest",{"_index":1024,"name":{},"parent":{"1824":{}}}],["shopperorders.etagresponse",{"_index":1018,"name":{},"parent":{"1812":{}}}],["shopperorders.groupedtaxitem",{"_index":1007,"name":{},"parent":{"1772":{}}}],["shopperorders.groupedtaxitem.__type",{"_index":1008,"name":{},"parent":{"1773":{},"1774":{}}}],["shopperorders.integerrangefilter",{"_index":1019,"name":{},"parent":{"1814":{}}}],["shopperorders.localespecific",{"_index":982,"name":{},"parent":{"1633":{}}}],["shopperorders.nopropertiesallowed",{"_index":987,"name":{},"parent":{"1651":{}}}],["shopperorders.note",{"_index":994,"name":{},"parent":{"1722":{}}}],["shopperorders.note.__type",{"_index":995,"name":{},"parent":{"1723":{},"1724":{},"1725":{},"1726":{},"1727":{}}}],["shopperorders.numericrangefilter",{"_index":1030,"name":{},"parent":{"1836":{}}}],["shopperorders.offsetpaginated",{"_index":1028,"name":{},"parent":{"1832":{}}}],["shopperorders.orderlookuprequest",{"_index":1005,"name":{},"parent":{"1765":{}}}],["shopperorders.orderlookuprequest.__type",{"_index":1006,"name":{},"parent":{"1766":{},"1767":{}}}],["shopperorders.orderpaymentcardrequest",{"_index":1009,"name":{},"parent":{"1777":{}}}],["shopperorders.orderpaymentcardrequest.__type",{"_index":1010,"name":{},"parent":{"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{}}}],["shopperorders.paymentcard",{"_index":992,"name":{},"parent":{"1706":{}}}],["shopperorders.paymentcard.__type",{"_index":993,"name":{},"parent":{"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{}}}],["shopperorders.productdetailslink",{"_index":1001,"name":{},"parent":{"1752":{}}}],["shopperorders.productdetailslink.__type",{"_index":1002,"name":{},"parent":{"1753":{},"1754":{},"1755":{},"1756":{}}}],["shopperorders.productlistitemreference",{"_index":1015,"name":{},"parent":{"1799":{}}}],["shopperorders.productlistitemreference.__type",{"_index":1016,"name":{},"parent":{"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{}}}],["shopperorders.promotionlink",{"_index":996,"name":{},"parent":{"1730":{}}}],["shopperorders.promotionlink.__type",{"_index":997,"name":{},"parent":{"1731":{},"1732":{},"1733":{},"1734":{}}}],["shopperorders.propertyvaluedefinition",{"_index":990,"name":{},"parent":{"1695":{}}}],["shopperorders.propertyvaluedefinition.__type",{"_index":991,"name":{},"parent":{"1696":{},"1697":{},"1698":{},"1699":{},"1700":{}}}],["shopperorders.queryparamslimit",{"_index":983,"name":{},"parent":{"1643":{}}}],["shopperorders.queryparamsoffset",{"_index":984,"name":{},"parent":{"1645":{}}}],["shopperorders.ratelimited",{"_index":1026,"name":{},"parent":{"1828":{}}}],["shopperorders.ratelimited2",{"_index":1027,"name":{},"parent":{"1830":{}}}],["shopperorders.ratelimited3",{"_index":1020,"name":{},"parent":{"1816":{}}}],["shopperorders.ratelimited4",{"_index":1029,"name":{},"parent":{"1834":{}}}],["shopperorders.ratelimited5",{"_index":1023,"name":{},"parent":{"1822":{}}}],["shopperorders.selectable",{"_index":986,"name":{},"parent":{"1649":{}}}],["shopperorders.shopperorders",{"_index":963,"name":{},"parent":{"1602":{},"1603":{},"1604":{},"1605":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{}}}],["shopperorders.shopperorders.paramkeys",{"_index":964,"name":{},"parent":{"1606":{}}}],["shopperorders.shopperorders.paramkeys.__type",{"_index":966,"name":{},"parent":{"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{}}}],["shopperorders.shopperorderspathparameters",{"_index":1033,"name":{},"parent":{"1842":{}}}],["shopperorders.shopperorderspathparameters.__type",{"_index":1034,"name":{},"parent":{"1843":{},"1844":{},"1845":{}}}],["shopperorders.shopperordersqueryparameters",{"_index":1037,"name":{},"parent":{"1847":{}}}],["shopperorders.shopperordersqueryparameters.__type",{"_index":1038,"name":{},"parent":{"1848":{},"1849":{}}}],["shopperorders.simplelink",{"_index":1000,"name":{},"parent":{"1748":{}}}],["shopperorders.sitespecific",{"_index":985,"name":{},"parent":{"1647":{}}}],["shopperorders.status",{"_index":1013,"name":{},"parent":{"1794":{}}}],["shopperorders.status.__type",{"_index":1014,"name":{},"parent":{"1795":{},"1796":{},"1797":{}}}],["shopperorders.synccreated",{"_index":1021,"name":{},"parent":{"1818":{}}}],["shopperorders.taxes",{"_index":998,"name":{},"parent":{"1740":{}}}],["shopperorders.taxes.__type",{"_index":999,"name":{},"parent":{"1741":{}}}],["shopperorders.taxitem",{"_index":1011,"name":{},"parent":{"1789":{}}}],["shopperorders.taxitem.__type",{"_index":1012,"name":{},"parent":{"1790":{},"1791":{},"1792":{}}}],["shopperordersparameters",{"_index":1039,"name":{"1850":{}},"parent":{}}],["shopperorderspathparameters",{"_index":1032,"name":{"1841":{}},"parent":{}}],["shopperordersqueryparameters",{"_index":1036,"name":{"1846":{}},"parent":{}}],["shopperproducts",{"_index":1040,"name":{"1851":{},"1852":{}},"parent":{"1852":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1896":{},"1898":{},"1900":{},"1902":{},"1904":{},"1905":{},"1907":{},"1909":{},"1911":{},"1913":{},"1915":{},"1917":{},"1919":{},"1921":{},"1923":{},"1925":{},"1927":{},"1929":{},"1931":{},"1933":{},"1935":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1949":{},"1951":{},"1953":{},"1955":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1998":{},"2005":{},"2009":{},"2021":{}}}],["shopperproducts.asynccreated",{"_index":1073,"name":{},"parent":{"1922":{}}}],["shopperproducts.attributedefinition",{"_index":1086,"name":{},"parent":{"1977":{}}}],["shopperproducts.attributedefinition.__type",{"_index":1087,"name":{},"parent":{"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{}}}],["shopperproducts.badrequest",{"_index":1059,"name":{},"parent":{"1897":{}}}],["shopperproducts.badrequest1",{"_index":1061,"name":{},"parent":{"1899":{}}}],["shopperproducts.badrequest2",{"_index":1064,"name":{},"parent":{"1903":{}}}],["shopperproducts.dateconditionalrequest",{"_index":1070,"name":{},"parent":{"1916":{}}}],["shopperproducts.daterangefilter",{"_index":1065,"name":{},"parent":{"1906":{}}}],["shopperproducts.datetimerangefilter",{"_index":1080,"name":{},"parent":{"1936":{}}}],["shopperproducts.etagconditionalrequest",{"_index":1072,"name":{},"parent":{"1920":{}}}],["shopperproducts.etagresponse",{"_index":1066,"name":{},"parent":{"1908":{}}}],["shopperproducts.integerrangefilter",{"_index":1067,"name":{},"parent":{"1910":{}}}],["shopperproducts.nopropertiesallowed",{"_index":1085,"name":{},"parent":{"1956":{}}}],["shopperproducts.notfound",{"_index":1058,"name":{},"parent":{"1895":{}}}],["shopperproducts.numericrangefilter",{"_index":1079,"name":{},"parent":{"1934":{}}}],["shopperproducts.offsetpaginated",{"_index":1076,"name":{},"parent":{"1928":{}}}],["shopperproducts.propertyvaluedefinition",{"_index":1088,"name":{},"parent":{"1999":{}}}],["shopperproducts.propertyvaluedefinition.__type",{"_index":1089,"name":{},"parent":{"2000":{},"2001":{},"2002":{},"2003":{},"2004":{}}}],["shopperproducts.queryparamslimit",{"_index":1081,"name":{},"parent":{"1948":{}}}],["shopperproducts.queryparamsoffset",{"_index":1082,"name":{},"parent":{"1950":{}}}],["shopperproducts.rangefilter",{"_index":1077,"name":{},"parent":{"1930":{}}}],["shopperproducts.ratelimited",{"_index":1074,"name":{},"parent":{"1924":{}}}],["shopperproducts.ratelimited2",{"_index":1075,"name":{},"parent":{"1926":{}}}],["shopperproducts.ratelimited3",{"_index":1068,"name":{},"parent":{"1912":{}}}],["shopperproducts.ratelimited4",{"_index":1078,"name":{},"parent":{"1932":{}}}],["shopperproducts.ratelimited5",{"_index":1071,"name":{},"parent":{"1918":{}}}],["shopperproducts.selectable",{"_index":1084,"name":{},"parent":{"1954":{}}}],["shopperproducts.shopperproducts",{"_index":1041,"name":{},"parent":{"1853":{},"1854":{},"1855":{},"1856":{},"1866":{},"1867":{},"1868":{},"1869":{}}}],["shopperproducts.shopperproducts.paramkeys",{"_index":1042,"name":{},"parent":{"1857":{}}}],["shopperproducts.shopperproducts.paramkeys.__type",{"_index":1044,"name":{},"parent":{"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{}}}],["shopperproducts.shopperproductspathparameters",{"_index":1091,"name":{},"parent":{"2006":{}}}],["shopperproducts.shopperproductspathparameters.__type",{"_index":1092,"name":{},"parent":{"2007":{},"2008":{}}}],["shopperproducts.shopperproductsqueryparameters",{"_index":1094,"name":{},"parent":{"2010":{}}}],["shopperproducts.shopperproductsqueryparameters.__type",{"_index":1096,"name":{},"parent":{"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{}}}],["shopperproducts.sitespecific",{"_index":1083,"name":{},"parent":{"1952":{}}}],["shopperproducts.synccreated",{"_index":1069,"name":{},"parent":{"1914":{}}}],["shopperproducts.unauthorized",{"_index":1062,"name":{},"parent":{"1901":{}}}],["shopperproductsparameters",{"_index":1104,"name":{"2021":{}},"parent":{}}],["shopperproductspathparameters",{"_index":1090,"name":{"2005":{}},"parent":{}}],["shopperproductsqueryparameters",{"_index":1093,"name":{"2009":{}},"parent":{}}],["shopperpromotions",{"_index":1105,"name":{"2022":{},"2023":{}},"parent":{"2023":{},"2035":{},"2036":{},"2037":{},"2038":{},"2040":{},"2042":{},"2043":{},"2044":{},"2046":{},"2048":{},"2050":{},"2052":{},"2054":{},"2056":{},"2058":{},"2060":{},"2062":{},"2064":{},"2066":{},"2068":{},"2070":{},"2072":{},"2074":{},"2076":{},"2077":{},"2078":{},"2079":{},"2080":{},"2081":{},"2082":{},"2083":{},"2084":{},"2085":{},"2087":{},"2089":{},"2091":{},"2093":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2136":{},"2143":{},"2147":{},"2155":{}}}],["shopperpromotions.asynccreated",{"_index":1126,"name":{},"parent":{"2061":{}}}],["shopperpromotions.attributedefinition",{"_index":1139,"name":{},"parent":{"2115":{}}}],["shopperpromotions.attributedefinition.__type",{"_index":1140,"name":{},"parent":{"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{}}}],["shopperpromotions.badrequest",{"_index":1117,"name":{},"parent":{"2041":{}}}],["shopperpromotions.dateconditionalrequest",{"_index":1123,"name":{},"parent":{"2055":{}}}],["shopperpromotions.daterangefilter",{"_index":1118,"name":{},"parent":{"2045":{}}}],["shopperpromotions.datetimerangefilter",{"_index":1133,"name":{},"parent":{"2075":{}}}],["shopperpromotions.etagconditionalrequest",{"_index":1125,"name":{},"parent":{"2059":{}}}],["shopperpromotions.etagresponse",{"_index":1119,"name":{},"parent":{"2047":{}}}],["shopperpromotions.integerrangefilter",{"_index":1120,"name":{},"parent":{"2049":{}}}],["shopperpromotions.nopropertiesallowed",{"_index":1138,"name":{},"parent":{"2094":{}}}],["shopperpromotions.numericrangefilter",{"_index":1132,"name":{},"parent":{"2073":{}}}],["shopperpromotions.offsetpaginated",{"_index":1129,"name":{},"parent":{"2067":{}}}],["shopperpromotions.promotionnotfound",{"_index":1116,"name":{},"parent":{"2039":{}}}],["shopperpromotions.propertyvaluedefinition",{"_index":1141,"name":{},"parent":{"2137":{}}}],["shopperpromotions.propertyvaluedefinition.__type",{"_index":1142,"name":{},"parent":{"2138":{},"2139":{},"2140":{},"2141":{},"2142":{}}}],["shopperpromotions.queryparamslimit",{"_index":1134,"name":{},"parent":{"2086":{}}}],["shopperpromotions.queryparamsoffset",{"_index":1135,"name":{},"parent":{"2088":{}}}],["shopperpromotions.rangefilter",{"_index":1130,"name":{},"parent":{"2069":{}}}],["shopperpromotions.ratelimited",{"_index":1127,"name":{},"parent":{"2063":{}}}],["shopperpromotions.ratelimited2",{"_index":1128,"name":{},"parent":{"2065":{}}}],["shopperpromotions.ratelimited3",{"_index":1121,"name":{},"parent":{"2051":{}}}],["shopperpromotions.ratelimited4",{"_index":1131,"name":{},"parent":{"2071":{}}}],["shopperpromotions.ratelimited5",{"_index":1124,"name":{},"parent":{"2057":{}}}],["shopperpromotions.selectable",{"_index":1137,"name":{},"parent":{"2092":{}}}],["shopperpromotions.shopperpromotions",{"_index":1106,"name":{},"parent":{"2024":{},"2025":{},"2026":{},"2027":{},"2033":{},"2034":{}}}],["shopperpromotions.shopperpromotions.paramkeys",{"_index":1107,"name":{},"parent":{"2028":{}}}],["shopperpromotions.shopperpromotions.paramkeys.__type",{"_index":1109,"name":{},"parent":{"2029":{},"2030":{},"2031":{},"2032":{}}}],["shopperpromotions.shopperpromotionspathparameters",{"_index":1144,"name":{},"parent":{"2144":{}}}],["shopperpromotions.shopperpromotionspathparameters.__type",{"_index":1145,"name":{},"parent":{"2145":{},"2146":{}}}],["shopperpromotions.shopperpromotionsqueryparameters",{"_index":1148,"name":{},"parent":{"2148":{}}}],["shopperpromotions.shopperpromotionsqueryparameters.__type",{"_index":1149,"name":{},"parent":{"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{}}}],["shopperpromotions.sitespecific",{"_index":1136,"name":{},"parent":{"2090":{}}}],["shopperpromotions.synccreated",{"_index":1122,"name":{},"parent":{"2053":{}}}],["shopperpromotionsparameters",{"_index":1152,"name":{"2155":{}},"parent":{}}],["shopperpromotionspathparameters",{"_index":1143,"name":{"2143":{}},"parent":{}}],["shopperpromotionsqueryparameters",{"_index":1147,"name":{"2147":{}},"parent":{}}],["shoppersearch",{"_index":1153,"name":{"2156":{},"2157":{}},"parent":{"2157":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2179":{},"2181":{},"2183":{},"2185":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2229":{},"2236":{},"2237":{},"2238":{},"2240":{},"2242":{},"2244":{},"2246":{},"2248":{},"2250":{},"2252":{},"2254":{},"2256":{},"2258":{},"2260":{},"2262":{},"2264":{},"2266":{},"2268":{},"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{},"2295":{},"2296":{},"2297":{},"2299":{},"2301":{},"2304":{},"2319":{}}}],["shoppersearch.asynccreated",{"_index":1178,"name":{},"parent":{"2255":{}}}],["shoppersearch.attributedefinition",{"_index":1166,"name":{},"parent":{"2208":{}}}],["shoppersearch.attributedefinition.__type",{"_index":1167,"name":{},"parent":{"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{}}}],["shoppersearch.badrequest",{"_index":1202,"name":{},"parent":{"2300":{}}}],["shoppersearch.dateconditionalrequest",{"_index":1175,"name":{},"parent":{"2249":{}}}],["shoppersearch.daterangefilter",{"_index":1170,"name":{},"parent":{"2239":{}}}],["shoppersearch.datetimerangefilter",{"_index":1184,"name":{},"parent":{"2267":{}}}],["shoppersearch.etagconditionalrequest",{"_index":1177,"name":{},"parent":{"2253":{}}}],["shoppersearch.etagresponse",{"_index":1171,"name":{},"parent":{"2241":{}}}],["shoppersearch.integerrangefilter",{"_index":1172,"name":{},"parent":{"2243":{}}}],["shoppersearch.nopropertiesallowed",{"_index":1165,"name":{},"parent":{"2186":{}}}],["shoppersearch.numericrangefilter",{"_index":1183,"name":{},"parent":{"2265":{}}}],["shoppersearch.offsetpaginated",{"_index":1181,"name":{},"parent":{"2261":{}}}],["shoppersearch.propertyvaluedefinition",{"_index":1168,"name":{},"parent":{"2230":{}}}],["shoppersearch.propertyvaluedefinition.__type",{"_index":1169,"name":{},"parent":{"2231":{},"2232":{},"2233":{},"2234":{},"2235":{}}}],["shoppersearch.queryparamslimit",{"_index":1161,"name":{},"parent":{"2178":{}}}],["shoppersearch.queryparamsoffset",{"_index":1162,"name":{},"parent":{"2180":{}}}],["shoppersearch.ratelimited",{"_index":1179,"name":{},"parent":{"2257":{}}}],["shoppersearch.ratelimited2",{"_index":1180,"name":{},"parent":{"2259":{}}}],["shoppersearch.ratelimited3",{"_index":1173,"name":{},"parent":{"2245":{}}}],["shoppersearch.ratelimited4",{"_index":1182,"name":{},"parent":{"2263":{}}}],["shoppersearch.ratelimited5",{"_index":1176,"name":{},"parent":{"2251":{}}}],["shoppersearch.selectable",{"_index":1164,"name":{},"parent":{"2184":{}}}],["shoppersearch.shoppersearch",{"_index":1154,"name":{},"parent":{"2158":{},"2159":{},"2160":{},"2161":{},"2167":{},"2168":{}}}],["shoppersearch.shoppersearch.paramkeys",{"_index":1155,"name":{},"parent":{"2162":{}}}],["shoppersearch.shoppersearch.paramkeys.__type",{"_index":1157,"name":{},"parent":{"2163":{},"2164":{},"2165":{},"2166":{}}}],["shoppersearch.shoppersearchpathparameters",{"_index":1204,"name":{},"parent":{"2302":{}}}],["shoppersearch.shoppersearchpathparameters.__type",{"_index":1205,"name":{},"parent":{"2303":{}}}],["shoppersearch.shoppersearchqueryparameters",{"_index":1207,"name":{},"parent":{"2305":{}}}],["shoppersearch.shoppersearchqueryparameters.__type",{"_index":1208,"name":{},"parent":{"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{}}}],["shoppersearch.sitespecific",{"_index":1163,"name":{},"parent":{"2182":{}}}],["shoppersearch.synccreated",{"_index":1174,"name":{},"parent":{"2247":{}}}],["shoppersearch.unauthorized",{"_index":1201,"name":{},"parent":{"2298":{}}}],["shoppersearchparameters",{"_index":1212,"name":{"2319":{}},"parent":{}}],["shoppersearchpathparameters",{"_index":1203,"name":{"2301":{}},"parent":{}}],["shoppersearchqueryparameters",{"_index":1206,"name":{"2304":{}},"parent":{}}],["shopperseo",{"_index":1213,"name":{"2320":{},"2321":{}},"parent":{"2321":{},"2330":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2342":{},"2344":{},"2346":{},"2348":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2392":{},"2399":{},"2400":{},"2402":{},"2404":{},"2406":{},"2407":{},"2408":{},"2410":{},"2412":{},"2414":{},"2416":{},"2418":{},"2420":{},"2422":{},"2424":{},"2426":{},"2428":{},"2430":{},"2432":{},"2434":{},"2436":{},"2438":{},"2439":{},"2440":{},"2443":{},"2448":{}}}],["shopperseo.asynccreated",{"_index":1241,"name":{},"parent":{"2425":{}}}],["shopperseo.attributedefinition",{"_index":1225,"name":{},"parent":{"2371":{}}}],["shopperseo.attributedefinition.__type",{"_index":1226,"name":{},"parent":{"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{}}}],["shopperseo.badrequest",{"_index":1230,"name":{},"parent":{"2401":{}}}],["shopperseo.dateconditionalrequest",{"_index":1238,"name":{},"parent":{"2419":{}}}],["shopperseo.daterangefilter",{"_index":1233,"name":{},"parent":{"2409":{}}}],["shopperseo.datetimerangefilter",{"_index":1247,"name":{},"parent":{"2437":{}}}],["shopperseo.etagconditionalrequest",{"_index":1240,"name":{},"parent":{"2423":{}}}],["shopperseo.etagresponse",{"_index":1234,"name":{},"parent":{"2411":{}}}],["shopperseo.integerrangefilter",{"_index":1235,"name":{},"parent":{"2413":{}}}],["shopperseo.localespecific",{"_index":1219,"name":{},"parent":{"2331":{}}}],["shopperseo.nopropertiesallowed",{"_index":1224,"name":{},"parent":{"2349":{}}}],["shopperseo.notfound",{"_index":1232,"name":{},"parent":{"2405":{}}}],["shopperseo.numericrangefilter",{"_index":1246,"name":{},"parent":{"2435":{}}}],["shopperseo.offsetpaginated",{"_index":1244,"name":{},"parent":{"2431":{}}}],["shopperseo.propertyvaluedefinition",{"_index":1227,"name":{},"parent":{"2393":{}}}],["shopperseo.propertyvaluedefinition.__type",{"_index":1228,"name":{},"parent":{"2394":{},"2395":{},"2396":{},"2397":{},"2398":{}}}],["shopperseo.queryparamslimit",{"_index":1220,"name":{},"parent":{"2341":{}}}],["shopperseo.queryparamsoffset",{"_index":1221,"name":{},"parent":{"2343":{}}}],["shopperseo.ratelimited",{"_index":1242,"name":{},"parent":{"2427":{}}}],["shopperseo.ratelimited2",{"_index":1243,"name":{},"parent":{"2429":{}}}],["shopperseo.ratelimited3",{"_index":1236,"name":{},"parent":{"2415":{}}}],["shopperseo.ratelimited4",{"_index":1245,"name":{},"parent":{"2433":{}}}],["shopperseo.ratelimited5",{"_index":1239,"name":{},"parent":{"2421":{}}}],["shopperseo.selectable",{"_index":1223,"name":{},"parent":{"2347":{}}}],["shopperseo.shopperseo",{"_index":1214,"name":{},"parent":{"2322":{},"2323":{},"2324":{},"2325":{},"2329":{}}}],["shopperseo.shopperseo.paramkeys",{"_index":1215,"name":{},"parent":{"2326":{}}}],["shopperseo.shopperseo.paramkeys.__type",{"_index":1217,"name":{},"parent":{"2327":{},"2328":{}}}],["shopperseo.shopperseopathparameters",{"_index":1249,"name":{},"parent":{"2441":{}}}],["shopperseo.shopperseopathparameters.__type",{"_index":1250,"name":{},"parent":{"2442":{}}}],["shopperseo.shopperseoqueryparameters",{"_index":1252,"name":{},"parent":{"2444":{}}}],["shopperseo.shopperseoqueryparameters.__type",{"_index":1254,"name":{},"parent":{"2445":{},"2446":{},"2447":{}}}],["shopperseo.sitespecific",{"_index":1222,"name":{},"parent":{"2345":{}}}],["shopperseo.synccreated",{"_index":1237,"name":{},"parent":{"2417":{}}}],["shopperseo.unauthorized",{"_index":1231,"name":{},"parent":{"2403":{}}}],["shopperseoparameters",{"_index":1255,"name":{"2448":{}},"parent":{}}],["shopperseopathparameters",{"_index":1248,"name":{"2440":{}},"parent":{}}],["shopperseoqueryparameters",{"_index":1251,"name":{"2443":{}},"parent":{}}],["shopperstores",{"_index":1256,"name":{"2449":{},"2450":{}},"parent":{"2450":{},"2462":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2474":{},"2476":{},"2478":{},"2480":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2524":{},"2531":{},"2532":{},"2533":{},"2535":{},"2537":{},"2539":{},"2541":{},"2543":{},"2545":{},"2547":{},"2549":{},"2551":{},"2553":{},"2555":{},"2557":{},"2559":{},"2561":{},"2563":{},"2564":{},"2565":{},"2566":{},"2567":{},"2569":{},"2571":{},"2574":{},"2587":{}}}],["shopperstores.asynccreated",{"_index":1282,"name":{},"parent":{"2550":{}}}],["shopperstores.attributedefinition",{"_index":1270,"name":{},"parent":{"2503":{}}}],["shopperstores.attributedefinition.__type",{"_index":1271,"name":{},"parent":{"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{}}}],["shopperstores.badrequest",{"_index":1291,"name":{},"parent":{"2568":{}}}],["shopperstores.dateconditionalrequest",{"_index":1279,"name":{},"parent":{"2544":{}}}],["shopperstores.daterangefilter",{"_index":1274,"name":{},"parent":{"2534":{}}}],["shopperstores.datetimerangefilter",{"_index":1288,"name":{},"parent":{"2562":{}}}],["shopperstores.etagconditionalrequest",{"_index":1281,"name":{},"parent":{"2548":{}}}],["shopperstores.etagresponse",{"_index":1275,"name":{},"parent":{"2536":{}}}],["shopperstores.integerrangefilter",{"_index":1276,"name":{},"parent":{"2538":{}}}],["shopperstores.localespecific",{"_index":1264,"name":{},"parent":{"2463":{}}}],["shopperstores.nopropertiesallowed",{"_index":1269,"name":{},"parent":{"2481":{}}}],["shopperstores.numericrangefilter",{"_index":1287,"name":{},"parent":{"2560":{}}}],["shopperstores.offsetpaginated",{"_index":1285,"name":{},"parent":{"2556":{}}}],["shopperstores.propertyvaluedefinition",{"_index":1272,"name":{},"parent":{"2525":{}}}],["shopperstores.propertyvaluedefinition.__type",{"_index":1273,"name":{},"parent":{"2526":{},"2527":{},"2528":{},"2529":{},"2530":{}}}],["shopperstores.queryparamslimit",{"_index":1265,"name":{},"parent":{"2473":{}}}],["shopperstores.queryparamsoffset",{"_index":1266,"name":{},"parent":{"2475":{}}}],["shopperstores.ratelimited",{"_index":1283,"name":{},"parent":{"2552":{}}}],["shopperstores.ratelimited2",{"_index":1284,"name":{},"parent":{"2554":{}}}],["shopperstores.ratelimited3",{"_index":1277,"name":{},"parent":{"2540":{}}}],["shopperstores.ratelimited4",{"_index":1286,"name":{},"parent":{"2558":{}}}],["shopperstores.ratelimited5",{"_index":1280,"name":{},"parent":{"2546":{}}}],["shopperstores.selectable",{"_index":1268,"name":{},"parent":{"2479":{}}}],["shopperstores.shopperstores",{"_index":1257,"name":{},"parent":{"2451":{},"2452":{},"2453":{},"2454":{},"2460":{},"2461":{}}}],["shopperstores.shopperstores.paramkeys",{"_index":1258,"name":{},"parent":{"2455":{}}}],["shopperstores.shopperstores.paramkeys.__type",{"_index":1260,"name":{},"parent":{"2456":{},"2457":{},"2458":{},"2459":{}}}],["shopperstores.shopperstorespathparameters",{"_index":1294,"name":{},"parent":{"2572":{}}}],["shopperstores.shopperstorespathparameters.__type",{"_index":1295,"name":{},"parent":{"2573":{}}}],["shopperstores.shopperstoresqueryparameters",{"_index":1297,"name":{},"parent":{"2575":{}}}],["shopperstores.shopperstoresqueryparameters.__type",{"_index":1299,"name":{},"parent":{"2576":{},"2577":{},"2578":{},"2579":{},"2580":{},"2581":{},"2582":{},"2583":{},"2584":{},"2585":{},"2586":{}}}],["shopperstores.sitespecific",{"_index":1267,"name":{},"parent":{"2477":{}}}],["shopperstores.synccreated",{"_index":1278,"name":{},"parent":{"2542":{}}}],["shopperstores.unauthorized",{"_index":1292,"name":{},"parent":{"2570":{}}}],["shopperstoresparameters",{"_index":1305,"name":{"2587":{}},"parent":{}}],["shopperstorespathparameters",{"_index":1293,"name":{"2571":{}},"parent":{}}],["shopperstoresqueryparameters",{"_index":1296,"name":{"2574":{}},"parent":{}}],["shortcode",{"_index":2,"name":{"2":{},"309":{}},"parent":{}}],["simplelink",{"_index":397,"name":{"546":{},"922":{},"1747":{}},"parent":{}}],["simplesearchresult",{"_index":153,"name":{"178":{},"434":{},"721":{},"1012":{},"1137":{},"1388":{},"1528":{},"1635":{},"1940":{},"2078":{},"2170":{},"2333":{},"2465":{}},"parent":{}}],["simplesearchresultbase",{"_index":180,"name":{"205":{},"463":{},"750":{},"1041":{},"1162":{},"1417":{},"1557":{},"1664":{},"1969":{},"2107":{},"2199":{},"2362":{},"2494":{}},"parent":{}}],["siteid",{"_index":477,"name":{"654":{},"792":{},"1087":{},"1474":{},"1598":{},"1848":{},"2019":{},"2149":{},"2307":{},"2446":{},"2582":{}},"parent":{}}],["sitespecific",{"_index":164,"name":{"189":{},"228":{},"445":{},"487":{},"732":{},"773":{},"1023":{},"1064":{},"1146":{},"1399":{},"1440":{},"1539":{},"1580":{},"1646":{},"1688":{},"1951":{},"1992":{},"2089":{},"2130":{},"2181":{},"2223":{},"2344":{},"2386":{},"2476":{},"2518":{}},"parent":{}}],["slasratelimit",{"_index":114,"name":{"139":{}},"parent":{}}],["sort",{"_index":183,"name":{"208":{},"466":{},"753":{},"1044":{},"1165":{},"1420":{},"1560":{},"1667":{},"1972":{},"2110":{},"2202":{},"2310":{},"2365":{},"2497":{}},"parent":{}}],["sorting",{"_index":796,"name":{"1255":{},"1291":{}},"parent":{}}],["sorttype",{"_index":827,"name":{"1296":{}},"parent":{}}],["specifiedpropertiesallowed",{"_index":168,"name":{"193":{},"451":{},"738":{},"1029":{},"1150":{},"1405":{},"1545":{},"1652":{},"1957":{},"2095":{},"2187":{},"2350":{},"2482":{}},"parent":{}}],["stack",{"_index":240,"name":{"266":{}},"parent":{}}],["startdate",{"_index":1150,"name":{"2152":{}},"parent":{}}],["state",{"_index":229,"name":{"253":{}},"parent":{}}],["status",{"_index":435,"name":{"592":{},"596":{},"960":{},"1093":{},"1793":{},"1797":{}},"parent":{}}],["store",{"_index":1290,"name":{"2566":{}},"parent":{}}],["storeresult",{"_index":1289,"name":{"2565":{}},"parent":{}}],["stringtobase64",{"_index":241,"name":{"268":{},"290":{}},"parent":{}}],["subject",{"_index":376,"name":{"525":{},"1726":{}},"parent":{}}],["suggestedcategory",{"_index":1191,"name":{"2279":{}},"parent":{}}],["suggestedphrase",{"_index":1189,"name":{"2276":{}},"parent":{}}],["suggestedproduct",{"_index":1188,"name":{"2275":{}},"parent":{}}],["suggestedsearchphrases",{"_index":852,"name":{"1320":{}},"parent":{}}],["suggestedterm",{"_index":1195,"name":{"2287":{}},"parent":{}}],["suggestedterms",{"_index":1186,"name":{"2272":{}},"parent":{}}],["suggestion",{"_index":844,"name":{"1314":{},"2295":{}},"parent":{}}],["suggestionresult",{"_index":1200,"name":{"2296":{}},"parent":{}}],["suggestions",{"_index":848,"name":{"1317":{}},"parent":{}}],["suggestiontypes",{"_index":861,"name":{"1331":{}},"parent":{}}],["synccreated",{"_index":126,"name":{"151":{},"616":{},"694":{},"973":{},"1118":{},"1361":{},"1501":{},"1817":{},"1913":{},"2052":{},"2246":{},"2416":{},"2541":{}},"parent":{}}],["system",{"_index":204,"name":{"229":{},"488":{},"774":{},"1065":{},"1441":{},"1581":{},"1689":{},"1993":{},"2131":{},"2224":{},"2387":{},"2519":{}},"parent":{}}],["taxes",{"_index":389,"name":{"538":{},"540":{},"1739":{},"1741":{}},"parent":{}}],["taxitem",{"_index":431,"name":{"587":{},"1788":{}},"parent":{}}],["taxitems",{"_index":350,"name":{"500":{},"1701":{}},"parent":{}}],["taxmode",{"_index":474,"name":{"652":{}},"parent":{}}],["taxrate",{"_index":423,"name":{"572":{},"951":{},"1773":{}},"parent":{}}],["taxvalue",{"_index":425,"name":{"573":{},"952":{},"1774":{}},"parent":{}}],["templateurl",{"_index":37,"name":{"42":{},"43":{}},"parent":{"43":{}}}],["templateurl.templateurl",{"_index":38,"name":{},"parent":{"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{}}}],["temporary",{"_index":476,"name":{"653":{}},"parent":{}}],["termfilter",{"_index":176,"name":{"201":{},"459":{},"746":{},"1037":{},"1158":{},"1413":{},"1553":{},"1660":{},"1965":{},"2103":{},"2195":{},"2358":{},"2490":{}},"parent":{}}],["termquery",{"_index":175,"name":{"200":{},"458":{},"745":{},"1036":{},"1157":{},"1412":{},"1552":{},"1659":{},"1964":{},"2102":{},"2194":{},"2357":{},"2489":{}},"parent":{}}],["text",{"_index":377,"name":{"526":{},"1727":{}},"parent":{}}],["textquery",{"_index":177,"name":{"202":{},"460":{},"747":{},"1038":{},"1159":{},"1414":{},"1554":{},"1661":{},"1966":{},"2104":{},"2196":{},"2359":{},"2491":{}},"parent":{}}],["throwonbadresponse",{"_index":20,"name":{"18":{},"27":{}},"parent":{}}],["title",{"_index":384,"name":{"533":{},"555":{},"1202":{},"1221":{},"1734":{},"1756":{}},"parent":{}}],["tojson",{"_index":55,"name":{"61":{}},"parent":{}}],["tokenactionrequest",{"_index":112,"name":{"137":{}},"parent":{}}],["tokenrequest",{"_index":111,"name":{"136":{}},"parent":{}}],["tokenresponse",{"_index":110,"name":{"135":{}},"parent":{}}],["tostring",{"_index":46,"name":{"52":{}},"parent":{}}],["total",{"_index":788,"name":{"1246":{}},"parent":{}}],["totalgroupeditems",{"_index":842,"name":{"1312":{}},"parent":{}}],["traceable",{"_index":725,"name":{"1172":{}},"parent":{}}],["transferbasket",{"_index":266,"name":{"321":{},"394":{}},"parent":{}}],["transferbasketrequired",{"_index":267,"name":{"322":{}},"parent":{}}],["transformrequest",{"_index":19,"name":{"17":{},"26":{},"30":{}},"parent":{}}],["trustedagenttokenrequest",{"_index":102,"name":{"127":{}},"parent":{}}],["trustedsystemauthrequest",{"_index":600,"name":{"897":{}},"parent":{}}],["trustedsystemtokenrequest",{"_index":108,"name":{"133":{}},"parent":{}}],["type",{"_index":207,"name":{"232":{},"491":{},"560":{},"606":{},"777":{},"1068":{},"1201":{},"1220":{},"1444":{},"1584":{},"1692":{},"1761":{},"1807":{},"1996":{},"2134":{},"2227":{},"2390":{},"2522":{}},"parent":{}}],["ui_locales",{"_index":232,"name":{"256":{}},"parent":{}}],["unauthorized",{"_index":667,"name":{"1007":{},"1900":{},"2297":{},"2402":{},"2569":{}},"parent":{}}],["unit",{"_index":205,"name":{"230":{},"489":{},"775":{},"1066":{},"1442":{},"1582":{},"1690":{},"1994":{},"2132":{},"2225":{},"2388":{},"2520":{}},"parent":{}}],["until",{"_index":693,"name":{"1092":{}},"parent":{}}],["updateasagentbasket",{"_index":276,"name":{"331":{},"399":{}},"parent":{}}],["updateasagentbasketrequired",{"_index":277,"name":{"332":{}},"parent":{}}],["updateasstorefrontbasket",{"_index":332,"name":{"387":{},"427":{}},"parent":{}}],["updateasstorefrontbasketrequired",{"_index":333,"name":{"388":{}},"parent":{}}],["updatebasket",{"_index":274,"name":{"329":{},"398":{}},"parent":{}}],["updatebasketrequired",{"_index":275,"name":{"330":{}},"parent":{}}],["updatebillingaddressforbasket",{"_index":278,"name":{"333":{},"400":{}},"parent":{}}],["updatebillingaddressforbasketrequired",{"_index":279,"name":{"334":{}},"parent":{}}],["updatecustomer",{"_index":547,"name":{"814":{},"866":{}},"parent":{}}],["updatecustomeraddress",{"_index":555,"name":{"822":{},"870":{}},"parent":{}}],["updatecustomeraddressrequired",{"_index":556,"name":{"823":{}},"parent":{}}],["updatecustomerforbasket",{"_index":284,"name":{"339":{},"403":{}},"parent":{}}],["updatecustomerforbasketrequired",{"_index":285,"name":{"340":{}},"parent":{}}],["updatecustomerpassword",{"_index":561,"name":{"828":{},"873":{}},"parent":{}}],["updatecustomerpasswordrequired",{"_index":562,"name":{"829":{}},"parent":{}}],["updatecustomerproductlist",{"_index":577,"name":{"844":{},"881":{}},"parent":{}}],["updatecustomerproductlistitem",{"_index":585,"name":{"852":{},"885":{}},"parent":{}}],["updatecustomerproductlistitemrequired",{"_index":586,"name":{"853":{}},"parent":{}}],["updatecustomerproductlistrequired",{"_index":578,"name":{"845":{}},"parent":{}}],["updatecustomerrequired",{"_index":548,"name":{"815":{}},"parent":{}}],["updategiftcertificateiteminbasket",{"_index":290,"name":{"345":{},"406":{}},"parent":{}}],["updategiftcertificateiteminbasketrequired",{"_index":291,"name":{"346":{}},"parent":{}}],["updateiteminbasket",{"_index":298,"name":{"353":{},"410":{}},"parent":{}}],["updateiteminbasketrequired",{"_index":299,"name":{"354":{}},"parent":{}}],["updateitemsinbasket",{"_index":294,"name":{"349":{},"408":{}},"parent":{}}],["updateitemsinbasketrequired",{"_index":295,"name":{"350":{}},"parent":{}}],["updatepaymentinstrumentfororder",{"_index":976,"name":{"1617":{},"1628":{}},"parent":{}}],["updatepaymentinstrumentfororderrequired",{"_index":977,"name":{"1618":{}},"parent":{}}],["updatepaymentinstrumentinbasket",{"_index":306,"name":{"361":{},"414":{}},"parent":{}}],["updatepaymentinstrumentinbasketrequired",{"_index":307,"name":{"362":{}},"parent":{}}],["updatepriceadjustmentinbasket",{"_index":314,"name":{"369":{},"418":{}},"parent":{}}],["updatepriceadjustmentinbasketrequired",{"_index":315,"name":{"370":{}},"parent":{}}],["updateshipmentforbasket",{"_index":324,"name":{"379":{},"423":{}},"parent":{}}],["updateshipmentforbasketrequired",{"_index":325,"name":{"380":{}},"parent":{}}],["updateshippingaddressforshipment",{"_index":326,"name":{"381":{},"424":{}},"parent":{}}],["updateshippingaddressforshipmentrequired",{"_index":327,"name":{"382":{}},"parent":{}}],["updateshippingmethodforshipment",{"_index":328,"name":{"383":{},"425":{}},"parent":{}}],["updateshippingmethodforshipmentrequired",{"_index":329,"name":{"384":{}},"parent":{}}],["updateshoppercontext",{"_index":497,"name":{"677":{},"682":{}},"parent":{}}],["updateshoppercontextrequired",{"_index":498,"name":{"678":{}},"parent":{}}],["url",{"_index":56,"name":{"62":{}},"parent":{}}],["urlmapping",{"_index":1229,"name":{"2399":{}},"parent":{}}],["urlparameters",{"_index":10,"name":{"9":{},"299":{}},"parent":{}}],["urlsegment",{"_index":1253,"name":{"2445":{}},"parent":{}}],["useasbilling",{"_index":484,"name":{"661":{}},"parent":{}}],["useasshipping",{"_index":483,"name":{"660":{}},"parent":{}}],["user_agent_header",{"_index":59,"name":{"66":{}},"parent":{}}],["user_agent_value",{"_index":60,"name":{"67":{}},"parent":{}}],["username",{"_index":54,"name":{"60":{}},"parent":{}}],["usid",{"_index":230,"name":{"254":{},"789":{}},"parent":{}}],["validfrommonth",{"_index":366,"name":{"515":{},"584":{},"1716":{},"1785":{}},"parent":{}}],["validfromyear",{"_index":367,"name":{"516":{},"585":{},"1717":{},"1786":{}},"parent":{}}],["value",{"_index":214,"name":{"240":{},"499":{},"561":{},"591":{},"785":{},"1076":{},"1228":{},"1235":{},"1452":{},"1592":{},"1700":{},"1762":{},"1792":{},"2004":{},"2142":{},"2235":{},"2398":{},"2530":{}},"parent":{}}],["valuefacetinput",{"_index":817,"name":{"1283":{}},"parent":{}}],["valuefacetoutput",{"_index":807,"name":{"1269":{}},"parent":{}}],["valuefacetoutputentity",{"_index":821,"name":{"1289":{}},"parent":{}}],["valuerefinement",{"_index":798,"name":{"1258":{}},"parent":{}}],["values",{"_index":800,"name":{"1260":{},"1271":{}},"parent":{}}],["variant",{"_index":612,"name":{"916":{},"1880":{},"2281":{}},"parent":{}}],["variationattribute",{"_index":603,"name":{"905":{},"1876":{},"2277":{}},"parent":{}}],["variationattributevalue",{"_index":639,"name":{"957":{},"1889":{},"2293":{}},"parent":{}}],["variationgroup",{"_index":614,"name":{"921":{},"1881":{},"2282":{}},"parent":{}}],["version",{"_index":4,"name":{"3":{},"65":{}},"parent":{"66":{},"67":{}}}],["visible",{"_index":208,"name":{"233":{},"492":{},"778":{},"1069":{},"1445":{},"1585":{},"1693":{},"1997":{},"2135":{},"2228":{},"2391":{},"2523":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/shopperbaskets.shopperbaskets-1.html b/docs/classes/shopperbaskets.shopperbaskets-1.html index eeece41..83eb7d9 100644 --- a/docs/classes/shopperbaskets.shopperbaskets-1.html +++ b/docs/classes/shopperbaskets.shopperbaskets-1.html @@ -90,7 +90,7 @@

const shopperBasketsClient = new ShopperBaskets(clientConfig); - API Version: 2.0.3
+ API Version: 2.0.9
Last Updated:
@@ -126,47 +126,49 @@

Properties

Methods

@@ -184,7 +186,7 @@

constructor

  • Parameters

    @@ -206,7 +208,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
    @@ -216,15 +218,252 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/checkout/shopper-baskets/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/checkout/shopper-baskets/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { addCouponToBasket: ["organizationId", "basketId", "siteId", "locale"]; addCouponToBasketRequired: ["organizationId", "basketId", "siteId"]; addGiftCertificateItemToBasket: ["organizationId", "basketId", "siteId", "locale"]; addGiftCertificateItemToBasketRequired: ["organizationId", "basketId", "siteId"]; addItemToBasket: ["organizationId", "basketId", "siteId", "locale"]; addItemToBasketRequired: ["organizationId", "basketId", "siteId"]; addPaymentInstrumentToBasket: ["organizationId", "basketId", "siteId", "locale"]; addPaymentInstrumentToBasketRequired: ["organizationId", "basketId", "siteId"]; addPriceAdjustmentToBasket: ["organizationId", "basketId", "siteId", "locale"]; addPriceAdjustmentToBasketRequired: ["organizationId", "basketId", "siteId"]; addPriceBooksToBasket: ["organizationId", "basketId", "siteId"]; addPriceBooksToBasketRequired: ["organizationId", "basketId", "siteId"]; addTaxesForBasket: ["organizationId", "basketId", "siteId"]; addTaxesForBasketItem: ["organizationId", "basketId", "itemId", "siteId"]; addTaxesForBasketItemRequired: ["organizationId", "basketId", "itemId", "siteId"]; addTaxesForBasketRequired: ["organizationId", "basketId", "siteId"]; createBasket: ["organizationId", "taxMode", "temporary", "siteId", "locale"]; createBasketRequired: ["organizationId", "siteId"]; createShipmentForBasket: ["organizationId", "basketId", "siteId", "locale"]; createShipmentForBasketRequired: ["organizationId", "basketId", "siteId"]; deleteBasket: ["organizationId", "basketId", "siteId"]; deleteBasketRequired: ["organizationId", "basketId", "siteId"]; getBasket: ["organizationId", "basketId", "siteId", "locale"]; getBasketRequired: ["organizationId", "basketId", "siteId"]; getPaymentMethodsForBasket: ["organizationId", "basketId", "siteId", "locale"]; getPaymentMethodsForBasketRequired: ["organizationId", "basketId", "siteId"]; getPriceBooksForBasket: ["organizationId", "basketId", "siteId"]; getPriceBooksForBasketRequired: ["organizationId", "basketId", "siteId"]; getShippingMethodsForShipment: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]; getShippingMethodsForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"]; getTaxesFromBasket: ["organizationId", "basketId", "siteId"]; getTaxesFromBasketRequired: ["organizationId", "basketId", "siteId"]; mergeBasket: ["organizationId", "createDestinationBasket", "productItemMergeMode", "siteId", "locale"]; mergeBasketRequired: ["organizationId", "siteId"]; removeCouponFromBasket: ["organizationId", "basketId", "couponItemId", "siteId", "locale"]; removeCouponFromBasketRequired: ["organizationId", "basketId", "couponItemId", "siteId"]; removeGiftCertificateItemFromBasket: ["organizationId", "basketId", "giftCertificateItemId", "siteId", "locale"]; removeGiftCertificateItemFromBasketRequired: ["organizationId", "basketId", "giftCertificateItemId", "siteId"]; removeItemFromBasket: ["organizationId", "basketId", "itemId", "siteId", "locale"]; removeItemFromBasketRequired: ["organizationId", "basketId", "itemId", "siteId"]; removePaymentInstrumentFromBasket: ["organizationId", "basketId", "paymentInstrumentId", "siteId", "locale"]; removePaymentInstrumentFromBasketRequired: ["organizationId", "basketId", "paymentInstrumentId", "siteId"]; removePriceAdjustmentFromBasket: ["organizationId", "basketId", "priceAdjustmentId", "siteId", "locale"]; removePriceAdjustmentFromBasketRequired: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]; removeShipmentFromBasket: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]; removeShipmentFromBasketRequired: ["organizationId", "basketId", "shipmentId", "siteId"]; transferBasket: ["organizationId", "overrideExisting", "siteId", "locale"]; transferBasketRequired: ["organizationId", "siteId"]; updateAsAgentBasket: ["organizationId", "basketId", "siteId", "locale"]; updateAsAgentBasketRequired: ["organizationId", "basketId", "siteId"]; updateAsStorefrontBasket: ["organizationId", "basketId", "exchange", "siteId", "locale"]; updateAsStorefrontBasketRequired: ["organizationId", "basketId", "siteId"]; updateBasket: ["organizationId", "basketId", "removeExternalTax", "siteId", "locale"]; updateBasketRequired: ["organizationId", "basketId", "siteId"]; updateBillingAddressForBasket: ["organizationId", "basketId", "useAsShipping", "removeExternalTax", "siteId", "locale"]; updateBillingAddressForBasketRequired: ["organizationId", "basketId", "siteId"]; updateCustomerForBasket: ["organizationId", "basketId", "siteId", "locale"]; updateCustomerForBasketRequired: ["organizationId", "basketId", "siteId"]; updateGiftCertificateItemInBasket: ["organizationId", "basketId", "giftCertificateItemId", "siteId", "locale"]; updateGiftCertificateItemInBasketRequired: ["organizationId", "basketId", "giftCertificateItemId", "siteId"]; updateItemInBasket: ["organizationId", "basketId", "itemId", "removeExternalTax", "siteId", "locale"]; updateItemInBasketRequired: ["organizationId", "basketId", "itemId", "siteId"]; updateItemsInBasket: ["organizationId", "basketId", "removeExternalTax", "siteId", "locale"]; updateItemsInBasketRequired: ["organizationId", "basketId", "siteId"]; updatePaymentInstrumentInBasket: ["organizationId", "basketId", "paymentInstrumentId", "removeExternalTax", "siteId", "locale"]; updatePaymentInstrumentInBasketRequired: ["organizationId", "basketId", "paymentInstrumentId", "siteId"]; updatePriceAdjustmentInBasket: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]; updatePriceAdjustmentInBasketRequired: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]; updateShipmentForBasket: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]; updateShipmentForBasketRequired: ["organizationId", "basketId", "shipmentId", "siteId"]; updateShippingAddressForShipment: ["organizationId", "basketId", "shipmentId", "useAsBilling", "removeExternalTax", "siteId", "locale"]; updateShippingAddressForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"]; updateShippingMethodForShipment: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]; updateShippingMethodForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"] } = {createBasket: ['organizationId','taxMode','temporary','siteId','locale',],createBasketRequired: ['organizationId','siteId',],transferBasket: ['organizationId','overrideExisting','siteId','locale',],transferBasketRequired: ['organizationId','siteId',],mergeBasket: ['organizationId','createDestinationBasket','productItemMergeMode','siteId','locale',],mergeBasketRequired: ['organizationId','siteId',],deleteBasket: ['organizationId','basketId','siteId',],deleteBasketRequired: ['organizationId','basketId','siteId',],getBasket: ['organizationId','basketId','siteId','locale',],getBasketRequired: ['organizationId','basketId','siteId',],updateBasket: ['organizationId','basketId','removeExternalTax','siteId','locale',],updateBasketRequired: ['organizationId','basketId','siteId',],updateAsAgentBasket: ['organizationId','basketId','siteId','locale',],updateAsAgentBasketRequired: ['organizationId','basketId','siteId',],updateBillingAddressForBasket: ['organizationId','basketId','useAsShipping','removeExternalTax','siteId','locale',],updateBillingAddressForBasketRequired: ['organizationId','basketId','siteId',],addCouponToBasket: ['organizationId','basketId','siteId','locale',],addCouponToBasketRequired: ['organizationId','basketId','siteId',],removeCouponFromBasket: ['organizationId','basketId','couponItemId','siteId','locale',],removeCouponFromBasketRequired: ['organizationId','basketId','couponItemId','siteId',],updateCustomerForBasket: ['organizationId','basketId','siteId','locale',],updateCustomerForBasketRequired: ['organizationId','basketId','siteId',],addGiftCertificateItemToBasket: ['organizationId','basketId','siteId','locale',],addGiftCertificateItemToBasketRequired: ['organizationId','basketId','siteId',],removeGiftCertificateItemFromBasket: ['organizationId','basketId','giftCertificateItemId','siteId','locale',],removeGiftCertificateItemFromBasketRequired: ['organizationId','basketId','giftCertificateItemId','siteId',],updateGiftCertificateItemInBasket: ['organizationId','basketId','giftCertificateItemId','siteId','locale',],updateGiftCertificateItemInBasketRequired: ['organizationId','basketId','giftCertificateItemId','siteId',],addItemToBasket: ['organizationId','basketId','siteId','locale',],addItemToBasketRequired: ['organizationId','basketId','siteId',],updateItemsInBasket: ['organizationId','basketId','removeExternalTax','siteId','locale',],updateItemsInBasketRequired: ['organizationId','basketId','siteId',],removeItemFromBasket: ['organizationId','basketId','itemId','siteId','locale',],removeItemFromBasketRequired: ['organizationId','basketId','itemId','siteId',],updateItemInBasket: ['organizationId','basketId','itemId','removeExternalTax','siteId','locale',],updateItemInBasketRequired: ['organizationId','basketId','itemId','siteId',],addTaxesForBasketItem: ['organizationId','basketId','itemId','siteId',],addTaxesForBasketItemRequired: ['organizationId','basketId','itemId','siteId',],addPaymentInstrumentToBasket: ['organizationId','basketId','siteId','locale',],addPaymentInstrumentToBasketRequired: ['organizationId','basketId','siteId',],removePaymentInstrumentFromBasket: ['organizationId','basketId','paymentInstrumentId','siteId','locale',],removePaymentInstrumentFromBasketRequired: ['organizationId','basketId','paymentInstrumentId','siteId',],updatePaymentInstrumentInBasket: ['organizationId','basketId','paymentInstrumentId','removeExternalTax','siteId','locale',],updatePaymentInstrumentInBasketRequired: ['organizationId','basketId','paymentInstrumentId','siteId',],getPaymentMethodsForBasket: ['organizationId','basketId','siteId','locale',],getPaymentMethodsForBasketRequired: ['organizationId','basketId','siteId',],addPriceAdjustmentToBasket: ['organizationId','basketId','siteId','locale',],addPriceAdjustmentToBasketRequired: ['organizationId','basketId','siteId',],removePriceAdjustmentFromBasket: ['organizationId','basketId','priceAdjustmentId','siteId','locale',],removePriceAdjustmentFromBasketRequired: ['organizationId','basketId','priceAdjustmentId','siteId',],updatePriceAdjustmentInBasket: ['organizationId','basketId','priceAdjustmentId','siteId',],updatePriceAdjustmentInBasketRequired: ['organizationId','basketId','priceAdjustmentId','siteId',],getPriceBooksForBasket: ['organizationId','basketId','siteId',],getPriceBooksForBasketRequired: ['organizationId','basketId','siteId',],addPriceBooksToBasket: ['organizationId','basketId','siteId',],addPriceBooksToBasketRequired: ['organizationId','basketId','siteId',],createShipmentForBasket: ['organizationId','basketId','siteId','locale',],createShipmentForBasketRequired: ['organizationId','basketId','siteId',],removeShipmentFromBasket: ['organizationId','basketId','shipmentId','siteId','locale',],removeShipmentFromBasketRequired: ['organizationId','basketId','shipmentId','siteId',],updateShipmentForBasket: ['organizationId','basketId','shipmentId','siteId','locale',],updateShipmentForBasketRequired: ['organizationId','basketId','shipmentId','siteId',],updateShippingAddressForShipment: ['organizationId','basketId','shipmentId','useAsBilling','removeExternalTax','siteId','locale',],updateShippingAddressForShipmentRequired: ['organizationId','basketId','shipmentId','siteId',],updateShippingMethodForShipment: ['organizationId','basketId','shipmentId','siteId','locale',],updateShippingMethodForShipmentRequired: ['organizationId','basketId','shipmentId','siteId',],getShippingMethodsForShipment: ['organizationId','basketId','shipmentId','siteId','locale',],getShippingMethodsForShipmentRequired: ['organizationId','basketId','shipmentId','siteId',],updateAsStorefrontBasket: ['organizationId','basketId','exchange','siteId','locale',],updateAsStorefrontBasketRequired: ['organizationId','basketId','siteId',],getTaxesFromBasket: ['organizationId','basketId','siteId',],getTaxesFromBasketRequired: ['organizationId','basketId','siteId',],addTaxesForBasket: ['organizationId','basketId','siteId',],addTaxesForBasketRequired: ['organizationId','basketId','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      addCouponToBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      addCouponToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addGiftCertificateItemToBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      addGiftCertificateItemToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addItemToBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      addItemToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addPaymentInstrumentToBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      addPaymentInstrumentToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addPriceAdjustmentToBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      addPriceAdjustmentToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addPriceBooksToBasket: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addPriceBooksToBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addTaxesForBasket: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      addTaxesForBasketItem: ["organizationId", "basketId", "itemId", "siteId"]
      +
    • +
    • +
      addTaxesForBasketItemRequired: ["organizationId", "basketId", "itemId", "siteId"]
      +
    • +
    • +
      addTaxesForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      createBasket: ["organizationId", "taxMode", "temporary", "siteId", "locale"]
      +
    • +
    • +
      createBasketRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      createShipmentForBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      createShipmentForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      deleteBasket: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      deleteBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      getBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getPaymentMethodsForBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      getPaymentMethodsForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getPriceBooksForBasket: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getPriceBooksForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getShippingMethodsForShipment: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]
      +
    • +
    • +
      getShippingMethodsForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"]
      +
    • +
    • +
      getTaxesFromBasket: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      getTaxesFromBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      mergeBasket: ["organizationId", "createDestinationBasket", "productItemMergeMode", "siteId", "locale"]
      +
    • +
    • +
      mergeBasketRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      removeCouponFromBasket: ["organizationId", "basketId", "couponItemId", "siteId", "locale"]
      +
    • +
    • +
      removeCouponFromBasketRequired: ["organizationId", "basketId", "couponItemId", "siteId"]
      +
    • +
    • +
      removeGiftCertificateItemFromBasket: ["organizationId", "basketId", "giftCertificateItemId", "siteId", "locale"]
      +
    • +
    • +
      removeGiftCertificateItemFromBasketRequired: ["organizationId", "basketId", "giftCertificateItemId", "siteId"]
      +
    • +
    • +
      removeItemFromBasket: ["organizationId", "basketId", "itemId", "siteId", "locale"]
      +
    • +
    • +
      removeItemFromBasketRequired: ["organizationId", "basketId", "itemId", "siteId"]
      +
    • +
    • +
      removePaymentInstrumentFromBasket: ["organizationId", "basketId", "paymentInstrumentId", "siteId", "locale"]
      +
    • +
    • +
      removePaymentInstrumentFromBasketRequired: ["organizationId", "basketId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      removePriceAdjustmentFromBasket: ["organizationId", "basketId", "priceAdjustmentId", "siteId", "locale"]
      +
    • +
    • +
      removePriceAdjustmentFromBasketRequired: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]
      +
    • +
    • +
      removeShipmentFromBasket: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]
      +
    • +
    • +
      removeShipmentFromBasketRequired: ["organizationId", "basketId", "shipmentId", "siteId"]
      +
    • +
    • +
      transferBasket: ["organizationId", "overrideExisting", "siteId", "locale"]
      +
    • +
    • +
      transferBasketRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      updateAsAgentBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      updateAsAgentBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updateAsStorefrontBasket: ["organizationId", "basketId", "exchange", "siteId", "locale"]
      +
    • +
    • +
      updateAsStorefrontBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updateBasket: ["organizationId", "basketId", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updateBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updateBillingAddressForBasket: ["organizationId", "basketId", "useAsShipping", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updateBillingAddressForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updateCustomerForBasket: ["organizationId", "basketId", "siteId", "locale"]
      +
    • +
    • +
      updateCustomerForBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updateGiftCertificateItemInBasket: ["organizationId", "basketId", "giftCertificateItemId", "siteId", "locale"]
      +
    • +
    • +
      updateGiftCertificateItemInBasketRequired: ["organizationId", "basketId", "giftCertificateItemId", "siteId"]
      +
    • +
    • +
      updateItemInBasket: ["organizationId", "basketId", "itemId", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updateItemInBasketRequired: ["organizationId", "basketId", "itemId", "siteId"]
      +
    • +
    • +
      updateItemsInBasket: ["organizationId", "basketId", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updateItemsInBasketRequired: ["organizationId", "basketId", "siteId"]
      +
    • +
    • +
      updatePaymentInstrumentInBasket: ["organizationId", "basketId", "paymentInstrumentId", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updatePaymentInstrumentInBasketRequired: ["organizationId", "basketId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      updatePriceAdjustmentInBasket: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]
      +
    • +
    • +
      updatePriceAdjustmentInBasketRequired: ["organizationId", "basketId", "priceAdjustmentId", "siteId"]
      +
    • +
    • +
      updateShipmentForBasket: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]
      +
    • +
    • +
      updateShipmentForBasketRequired: ["organizationId", "basketId", "shipmentId", "siteId"]
      +
    • +
    • +
      updateShippingAddressForShipment: ["organizationId", "basketId", "shipmentId", "useAsBilling", "removeExternalTax", "siteId", "locale"]
      +
    • +
    • +
      updateShippingAddressForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"]
      +
    • +
    • +
      updateShippingMethodForShipment: ["organizationId", "basketId", "shipmentId", "siteId", "locale"]
      +
    • +
    • +
      updateShippingMethodForShipmentRequired: ["organizationId", "basketId", "shipmentId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    addCouponToBasket

    • addCouponToBasket(options: RequireParametersUnlessAllAreOptional<{ body: CouponItem; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -234,7 +473,7 @@

      addCouponToBasket

    • @@ -260,7 +499,7 @@

      Returns Promise
      @@ -299,7 +538,7 @@

      Returns Promise

    - +

    addGiftCertificateItemToBasket

    • addGiftCertificateItemToBasket(options: RequireParametersUnlessAllAreOptional<{ body: GiftCertificateItem; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -309,7 +548,7 @@

      addGiftCertificateItemToBasket

    • @@ -335,7 +574,7 @@

      Returns Promise
      @@ -374,7 +613,7 @@

      Returns Promise

    - +

    addItemToBasket

    • addItemToBasket(options: RequireParametersUnlessAllAreOptional<{ body: Array<ProductItem>; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -384,7 +623,7 @@

      addItemToBasket

    • @@ -436,7 +675,7 @@

      Returns Promise
      @@ -501,7 +740,7 @@

      Returns Promise

    - +

    addPaymentInstrumentToBasket

    • addPaymentInstrumentToBasket(options: RequireParametersUnlessAllAreOptional<{ body: BasketPaymentInstrumentRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -511,7 +750,7 @@

      addPaymentInstrumentToBasket

    • @@ -537,7 +776,7 @@

      Returns Promise
      @@ -576,7 +815,7 @@

      Returns Promise

    - +

    addPriceAdjustmentToBasket

    • addPriceAdjustmentToBasket(options: RequireParametersUnlessAllAreOptional<{ body: PriceAdjustmentRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -586,7 +825,7 @@

      addPriceAdjustmentToBasket

    • @@ -612,7 +851,7 @@

      Returns Promise
      @@ -651,7 +890,7 @@

      Returns Promise

    - +

    addPriceBooksToBasket

    • addPriceBooksToBasket(options: RequireParametersUnlessAllAreOptional<{ body: PriceBookIds; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -661,12 +900,12 @@

      addPriceBooksToBasket

    • -

      This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation.

      +

      ( DEPRECATED ) This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation. This endpoint is deprecated. Use Shopper Context, hooks or dw.catalog.PriceBookMgr#setApplicablePriceBooks() instead.

      If you would like to get a raw Response object use the other addPriceBooksToBasket function.

      @@ -687,12 +926,12 @@

      Returns Promise
      -

      This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation.

      +

      ( DEPRECATED ) This method allows you to put an array of priceBookIds to an existing basket, which will be used for basket calculation. This endpoint is deprecated. Use Shopper Context, hooks or dw.catalog.PriceBookMgr#setApplicablePriceBooks() instead.

      Type parameters

      @@ -726,7 +965,7 @@

      Returns Promise

    - +

    addTaxesForBasket

    • addTaxesForBasket(options: RequireParametersUnlessAllAreOptional<{ body: Taxes; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -736,7 +975,7 @@

      addTaxesForBasket

    • @@ -762,7 +1001,7 @@

      Returns Promise
      @@ -801,7 +1040,7 @@

      Returns Promise

    - +

    addTaxesForBasketItem

    • addTaxesForBasketItem(options: RequireParametersUnlessAllAreOptional<{ body: TaxItems; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; itemId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -811,7 +1050,7 @@

      addTaxesForBasketItem

    • @@ -837,7 +1076,7 @@

      Returns Promise
      @@ -876,7 +1115,7 @@

      Returns Promise

    - +

    createBasket

    • createBasket(options: RequireParametersUnlessAllAreOptional<{ body: Basket; headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; organizationId: string; siteId: string; taxMode?: undefined | string; temporary?: undefined | false | true } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -886,7 +1125,7 @@

      createBasket

    • @@ -914,7 +1153,7 @@

      Returns Promise
      @@ -955,7 +1194,7 @@

      Returns Promise

    - +

    createShipmentForBasket

    • createShipmentForBasket(options: RequireParametersUnlessAllAreOptional<{ body: Shipment; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -965,7 +1204,7 @@

      createShipmentForBasket

    • @@ -1002,7 +1241,7 @@

      Returns Promise
      @@ -1052,7 +1291,7 @@

      Returns Promise

    - +

    deleteBasket

    • deleteBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -1062,7 +1301,7 @@

      deleteBasket

    • @@ -1088,7 +1327,7 @@

      Returns Promise
      @@ -1127,7 +1366,7 @@

      Returns Promise

    - +

    getBasket

    • getBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1137,7 +1376,7 @@

      getBasket

    • @@ -1163,7 +1402,7 @@

      Returns Promise
      @@ -1202,7 +1441,7 @@

      Returns Promise

    - +

    getPaymentMethodsForBasket

    • getPaymentMethodsForBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PaymentMethodResult>
    • @@ -1212,7 +1451,7 @@

      getPaymentMethodsForBasket

    • @@ -1238,7 +1477,7 @@

      Returns Promise
      @@ -1277,7 +1516,7 @@

      Returns Promise

    - +

    getPriceBooksForBasket

    • getPriceBooksForBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PriceBookIds>
    • @@ -1287,12 +1526,12 @@

      getPriceBooksForBasket

    • -

      Gets applicable price books for an existing basket.

      +

      ( DEPRECATED ) Gets applicable price books for an existing basket. This endpoint is deprecated. Use Shopper Context, hooks or dw.catalog.PriceBookMgr#getApplicablePriceBooks() instead.

      If you would like to get a raw Response object use the other getPriceBooksForBasket function.

      @@ -1313,12 +1552,12 @@

      Returns Promise
      -

      Gets applicable price books for an existing basket.

      +

      ( DEPRECATED ) Gets applicable price books for an existing basket. This endpoint is deprecated. Use Shopper Context, hooks or dw.catalog.PriceBookMgr#getApplicablePriceBooks() instead.

      Type parameters

      @@ -1352,7 +1591,7 @@

      Returns Promise

    - +

    getShippingMethodsForShipment

    • getShippingMethodsForShipment(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; shipmentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<ShippingMethodResult>
    • @@ -1362,7 +1601,7 @@

      getShippingMethodsForShipment

    • @@ -1388,7 +1627,7 @@

      Returns Promise
      @@ -1427,7 +1666,7 @@

      Returns Promise

    - +

    getTaxesFromBasket

    • getTaxesFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Taxes>
    • @@ -1437,7 +1676,7 @@

      getTaxesFromBasket

    • @@ -1463,7 +1702,7 @@

      Returns Promise
      @@ -1502,7 +1741,7 @@

      Returns Promise

    - +

    mergeBasket

    • mergeBasket(options: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ createDestinationBasket?: undefined | false | true; locale?: undefined | string; organizationId: string; productItemMergeMode?: undefined | string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1512,12 +1751,12 @@

      mergeBasket

    • -

      Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions.

      +

      Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions, unless hooks are enabled.

      The following information is merged:

        @@ -1606,12 +1845,12 @@

        Returns Promise
        -

        Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions.

        +

        Merge data from the previous shopper's basket into the current shopper's active basket and delete the previous shopper's basket. This endpoint doesn't merge Personally Identifiable Information (PII). You must obtain the shopper authorization token via SLAS and you must provide the ‘guest usid‘ in both the ‘/oauth2/login‘ and ‘/oauth2/token‘ calls while fetching the registered user JWT token. After the merge, all basket amounts are recalculated and totaled, including lookups for prices, taxes, shipping, and promotions, unless hooks are enabled.

        The following information is merged:

          @@ -1713,7 +1952,7 @@

          Returns Promise

    - +

    removeCouponFromBasket

    • removeCouponFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; couponItemId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1723,7 +1962,7 @@

      removeCouponFromBasket

    • @@ -1749,7 +1988,7 @@

      Returns Promise
      @@ -1788,7 +2027,7 @@

      Returns Promise

    - +

    removeGiftCertificateItemFromBasket

    • removeGiftCertificateItemFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; giftCertificateItemId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1798,7 +2037,7 @@

      removeGiftCertificateItemFromBasket

    • @@ -1824,7 +2063,7 @@

      Returns Promise
      @@ -1863,7 +2102,7 @@

      Returns Promise

    - +

    removeItemFromBasket

    • removeItemFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; itemId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1873,7 +2112,7 @@

      removeItemFromBasket

    • @@ -1899,7 +2138,7 @@

      Returns Promise
      @@ -1938,7 +2177,7 @@

      Returns Promise

    - +

    removePaymentInstrumentFromBasket

    • removePaymentInstrumentFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; paymentInstrumentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -1948,7 +2187,7 @@

      removePaymentInstrumentFromBasket

    • @@ -1974,7 +2213,7 @@

      Returns Promise
      @@ -2013,7 +2252,7 @@

      Returns Promise

    - +

    removePriceAdjustmentFromBasket

    • removePriceAdjustmentFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; priceAdjustmentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2023,7 +2262,7 @@

      removePriceAdjustmentFromBasket

    • @@ -2049,7 +2288,7 @@

      Returns Promise
      @@ -2088,7 +2327,7 @@

      Returns Promise

    - +

    removeShipmentFromBasket

    • removeShipmentFromBasket(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; shipmentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2098,7 +2337,7 @@

      removeShipmentFromBasket

    • @@ -2126,7 +2365,7 @@

      Returns Promise
      @@ -2167,7 +2406,7 @@

      Returns Promise

    - +

    transferBasket

    • transferBasket(options: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; organizationId: string; overrideExisting?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2177,7 +2416,7 @@

      transferBasket

    • @@ -2210,7 +2449,7 @@

      Returns Promise
      @@ -2256,7 +2495,7 @@

      Returns Promise

    - +

    updateAsAgentBasket

    • updateAsAgentBasket(options: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2266,7 +2505,7 @@

      updateAsAgentBasket

    • @@ -2292,7 +2531,7 @@

      Returns Promise
      @@ -2331,7 +2570,7 @@

      Returns Promise

    - +

    updateAsStorefrontBasket

    • updateAsStorefrontBasket(options: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; exchange?: undefined | false | true; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2341,7 +2580,7 @@

      updateAsStorefrontBasket

    • @@ -2367,7 +2606,7 @@

      Returns Promise
      @@ -2406,17 +2645,17 @@

      Returns Promise

    - +

    updateBasket

    • @@ -2429,7 +2668,7 @@

      updateBasket

      Parameters

      • -
        options: RequireParametersUnlessAllAreOptional<{ body: Basket; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>
        +
        options: RequireParametersUnlessAllAreOptional<{ body: Basket; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>

        An object containing the options for this method.

        @@ -2443,7 +2682,7 @@

        Returns Promise
        @@ -2461,7 +2700,7 @@

        T: Parameters

    - +

    updateBillingAddressForBasket

    • updateBillingAddressForBasket(options: RequireParametersUnlessAllAreOptional<{ body: OrderAddress; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string; useAsShipping?: undefined | false | true } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2493,7 +2732,7 @@

      updateBillingAddressForBasket

    • @@ -2519,7 +2758,7 @@

      Returns Promise
      @@ -2558,7 +2797,7 @@

      Returns Promise

    - +

    updateCustomerForBasket

    • updateCustomerForBasket(options: RequireParametersUnlessAllAreOptional<{ body: CustomerInfo; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2568,7 +2807,7 @@

      updateCustomerForBasket

    • @@ -2594,7 +2833,7 @@

      Returns Promise
      @@ -2633,7 +2872,7 @@

      Returns Promise

    - +

    updateGiftCertificateItemInBasket

    • updateGiftCertificateItemInBasket(options: RequireParametersUnlessAllAreOptional<{ body: GiftCertificateItem; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; giftCertificateItemId: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2643,7 +2882,7 @@

      updateGiftCertificateItemInBasket

    • @@ -2669,7 +2908,7 @@

      Returns Promise
      @@ -2708,7 +2947,7 @@

      Returns Promise

    - +

    updateItemInBasket

    • updateItemInBasket(options: RequireParametersUnlessAllAreOptional<{ body: ProductItem; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; itemId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2718,38 +2957,42 @@

      updateItemInBasket

    • -

      Updates an item in a basket. The - following values in the request body are considered by the server:

      +

      Updates an item in a basket. The item to be updated can be a bundled product item, although the + kind of update supported for bundled product items is limited to productId (to support + variation products), gift, giftMessage and custom properties. + The following values in the request body are considered by the server:

        -
      • productId: a valid product ID. The purpose of this +
      • productId: a valid product ID. The purpose of this value is to exchange a variation of a variation product.
      • -
      • shipmentId: a valid shipment ID. The purpose of +
      • shipmentId: a valid shipment ID. The purpose of this value is to move a product item to another shipment.
      • -
      • quantity: a number between 0 and 999. The purpose of +
      • quantity: a number between 0 and 999. The purpose of this value is to change quantity of the product item. If quantity is 0, the product item is removed.
      • -
      • optionItems/optionValueId: a valid option value +
      • optionItems/optionValueId: a valid option value ID. The purpose of this value is to exchange an option value for an option item of an option product. This is only possible if the product item is an option product. To change option values a collection of option items to be changed need to be provided in property optionItems. Those optionItems need to contain optionId - and optionValueId. The provided values must be valid - for the option product that this product item represents. Otherwise - InvalidProductOptionItemException or - InvalidProductOptionValueItemException will be thrown. - custom properties c_<CUSTOM_NAME>: a + and optionValueId. The provided values must be valid + for the option product that this product item represents. Otherwise, + InvalidProductOptionItemException or + InvalidProductOptionValueItemException is thrown.
      • +
      • custom properties c_\<CUSTOM_NAME\>: a value corresponding to the type defined for custom attribute - <CUSTOM_NAME> of ProductLineItem. The purpose of this value is to + \<CUSTOM_NAME\> of ProductLineItem. The purpose of this value is to add or change the value of a custom attribute defined for ProductLineItem.
      • +
      • gift: a boolean value that specifies whether the item is a gift
      • +
      • giftMessage: a message for the gift

      If you would like to get a raw Response object use the other updateItemInBasket function.

      @@ -2770,38 +3013,42 @@

      Returns Promise
      -

      Updates an item in a basket. The - following values in the request body are considered by the server:

      +

      Updates an item in a basket. The item to be updated can be a bundled product item, although the + kind of update supported for bundled product items is limited to productId (to support + variation products), gift, giftMessage and custom properties. + The following values in the request body are considered by the server:

        -
      • productId: a valid product ID. The purpose of this +
      • productId: a valid product ID. The purpose of this value is to exchange a variation of a variation product.
      • -
      • shipmentId: a valid shipment ID. The purpose of +
      • shipmentId: a valid shipment ID. The purpose of this value is to move a product item to another shipment.
      • -
      • quantity: a number between 0 and 999. The purpose of +
      • quantity: a number between 0 and 999. The purpose of this value is to change quantity of the product item. If quantity is 0, the product item is removed.
      • -
      • optionItems/optionValueId: a valid option value +
      • optionItems/optionValueId: a valid option value ID. The purpose of this value is to exchange an option value for an option item of an option product. This is only possible if the product item is an option product. To change option values a collection of option items to be changed need to be provided in property optionItems. Those optionItems need to contain optionId - and optionValueId. The provided values must be valid - for the option product that this product item represents. Otherwise - InvalidProductOptionItemException or - InvalidProductOptionValueItemException will be thrown. - custom properties c_<CUSTOM_NAME>: a + and optionValueId. The provided values must be valid + for the option product that this product item represents. Otherwise, + InvalidProductOptionItemException or + InvalidProductOptionValueItemException is thrown.
      • +
      • custom properties c_\<CUSTOM_NAME\>: a value corresponding to the type defined for custom attribute - <CUSTOM_NAME> of ProductLineItem. The purpose of this value is to + \<CUSTOM_NAME\> of ProductLineItem. The purpose of this value is to add or change the value of a custom attribute defined for ProductLineItem.
      • +
      • gift: a boolean value that specifies whether the item is a gift
      • +
      • giftMessage: a message for the gift

      Type parameters

      @@ -2835,7 +3082,148 @@

      Returns Promise

    - + +

    updateItemsInBasket

    +
      +
    • updateItemsInBasket(options: RequireParametersUnlessAllAreOptional<{ body: Array<ProductItem>; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • +
    • updateItemsInBasket<T>(options: RequireParametersUnlessAllAreOptional<{ body: Array<ProductItem>; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>, rawResponse?: T): Promise<T extends true ? Response : Basket>
    • +
    +
      +
    • + +
      +
      +

      Updates multiple items in a basket. This behaviour matches that of updating a + single item, but the body contains an array of ProductItems to be updated that are identified by itemId. + The items to update can include bundled product items, although the + kind of update supported for bundled product items is limited to productId, gift, giftMessage + and custom properties. + The following values in the request body are considered by the server:

      +
      +
        +
      • itemId (mandatory): identifies an item to be updated.
      • +
      • productId: a valid product ID. The purpose of this + value is to change the variation of a variation product.
      • +
      • shipmentId: a valid shipment ID. The purpose of + this value is to move a product item to another shipment.
      • +
      • quantity: a number between 0 and 999. The purpose of + this value is to change the quantity of the product item. If the quantity is 0, + the product item is removed.
      • +
      • optionItems/optionValueId: a valid option value + ID. The purpose of this value is to exchange an option value for an + option item of an option product. + This is only possible if the product item is an option product. To change + option values, a collection of the option items to be changed must be + provided in the property optionItems. Those + optionItems must contain optionId + and optionValueId. The provided values must be valid + for the option product that this product item represents. Otherwise, + InvalidProductOptionItemException or + InvalidProductOptionValueItemException is thrown.
      • +
      • custom properties c_\<CUSTOM_NAME\>: a + value corresponding to the type defined for custom attribute + \<CUSTOM_NAME\> of the ProductLineItem. The purpose of this value is to + add or change the value of a custom attribute defined for the + ProductLineItem.
      • +
      • gift: a boolean value that specifies whether the item is a gift.
      • +
      • giftMessage: a message to include with the gift.
      • +
      +

      If you would like to get a raw Response object use the other updateItemsInBasket function.

      +
      +

      Parameters

      +
        +
      • +
        options: RequireParametersUnlessAllAreOptional<{ body: Array<ProductItem>; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>
        +
        +
        +

        An object containing the options for this method.

        +
        +
        +
      • +
      +

      Returns Promise<Basket>

      +

      A promise of type Basket.

      +
    • +
    • + +
      +
      +

      Updates multiple items in a basket. This behaviour matches that of updating a + single item, but the body contains an array of ProductItems to be updated that are identified by itemId. + The items to update can include bundled product items, although the + kind of update supported for bundled product items is limited to productId, gift, giftMessage + and custom properties. + The following values in the request body are considered by the server:

      +
      +
        +
      • itemId (mandatory): identifies an item to be updated.
      • +
      • productId: a valid product ID. The purpose of this + value is to change the variation of a variation product.
      • +
      • shipmentId: a valid shipment ID. The purpose of + this value is to move a product item to another shipment.
      • +
      • quantity: a number between 0 and 999. The purpose of + this value is to change the quantity of the product item. If the quantity is 0, + the product item is removed.
      • +
      • optionItems/optionValueId: a valid option value + ID. The purpose of this value is to exchange an option value for an + option item of an option product. + This is only possible if the product item is an option product. To change + option values, a collection of the option items to be changed must be + provided in the property optionItems. Those + optionItems must contain optionId + and optionValueId. The provided values must be valid + for the option product that this product item represents. Otherwise, + InvalidProductOptionItemException or + InvalidProductOptionValueItemException is thrown.
      • +
      • custom properties c_\<CUSTOM_NAME\>: a + value corresponding to the type defined for custom attribute + \<CUSTOM_NAME\> of the ProductLineItem. The purpose of this value is to + add or change the value of a custom attribute defined for the + ProductLineItem.
      • +
      • gift: a boolean value that specifies whether the item is a gift.
      • +
      • giftMessage: a message to include with the gift.
      • +
      +
      +

      Type parameters

      +
        +
      • +

        T: boolean

        +
      • +
      +

      Parameters

      +
        +
      • +
        options: RequireParametersUnlessAllAreOptional<{ body: Array<ProductItem>; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>
        +
        +
        +

        An object containing the options for this method.

        +
        +
        +
      • +
      • +
        Optional rawResponse: T
        +
        +
        +

        Set to true to return entire Response object instead of DTO.

        +
        +
        +
      • +
      +

      Returns Promise<T extends true ? Response : Basket>

      +

      A promise of type Response if rawResponse is true, a promise of type Basket otherwise.

      +
    • +
    +
    +
    +

    updatePaymentInstrumentInBasket

    • updatePaymentInstrumentInBasket(options: RequireParametersUnlessAllAreOptional<{ body: OrderPaymentInstrument; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; paymentInstrumentId: string; removeExternalTax?: undefined | false | true; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2845,7 +3233,7 @@

      updatePaymentInstrumentInBasket

    • @@ -2871,7 +3259,7 @@

      Returns Promise
      @@ -2910,7 +3298,7 @@

      Returns Promise

    - +

    updatePriceAdjustmentInBasket

    • updatePriceAdjustmentInBasket(options: RequireParametersUnlessAllAreOptional<{ body: PriceAdjustment; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; organizationId: string; priceAdjustmentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -2920,7 +3308,7 @@

      updatePriceAdjustmentInBasket

    • @@ -2953,7 +3341,7 @@

      Returns Promise
      @@ -2999,7 +3387,7 @@

      Returns Promise

    - +

    updateShipmentForBasket

    • updateShipmentForBasket(options: RequireParametersUnlessAllAreOptional<{ body: Shipment; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; shipmentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -3009,7 +3397,7 @@

      updateShipmentForBasket

    • @@ -3046,7 +3434,7 @@

      Returns Promise
      @@ -3096,7 +3484,7 @@

      Returns Promise

    - +

    updateShippingAddressForShipment

    • updateShippingAddressForShipment(options: RequireParametersUnlessAllAreOptional<{ body: OrderAddress; headers?: undefined | {}; parameters?: CompositeParameters<{ basketId: string; locale?: undefined | string; organizationId: string; removeExternalTax?: undefined | false | true; shipmentId: string; siteId: string; useAsBilling?: undefined | false | true } & {}, ConfigParameters> }>): Promise<Basket>
    • @@ -3106,7 +3494,7 @@

      updateShippingAddressForShipment

    • @@ -3132,7 +3520,7 @@

      Returns Promise
      @@ -3171,7 +3559,7 @@

      Returns Promise

    - +

    updateShippingMethodForShipment

  • diff --git a/docs/classes/shoppercontexts.shoppercontexts-1.html b/docs/classes/shoppercontexts.shoppercontexts-1.html index 5f66148..ff23b35 100644 --- a/docs/classes/shoppercontexts.shoppercontexts-1.html +++ b/docs/classes/shoppercontexts.shoppercontexts-1.html @@ -90,7 +90,7 @@

    const shopperContextsClient = new ShopperContexts(clientConfig); - API Version: 0.0.26
    + API Version: 0.0.28
    Last Updated:
    @@ -126,15 +126,16 @@

    Properties

    Methods

    @@ -152,7 +153,7 @@

    constructor

  • Parameters

    @@ -174,7 +175,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
    @@ -184,25 +185,64 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/shopper/shopper-context/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/shopper/shopper-context/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { createShopperContext: ["organizationId", "usid", "siteId", "evaluateContextWithClientIp"]; createShopperContextRequired: ["organizationId", "usid"]; deleteShopperContext: ["organizationId", "usid", "siteId"]; deleteShopperContextRequired: ["organizationId", "usid"]; getShopperContext: ["organizationId", "usid", "siteId"]; getShopperContextRequired: ["organizationId", "usid"]; updateShopperContext: ["organizationId", "usid", "siteId", "evaluateContextWithClientIp"]; updateShopperContextRequired: ["organizationId", "usid"] } = {getShopperContext: ['organizationId','usid','siteId',],getShopperContextRequired: ['organizationId','usid',],createShopperContext: ['organizationId','usid','siteId','evaluateContextWithClientIp',],createShopperContextRequired: ['organizationId','usid',],deleteShopperContext: ['organizationId','usid','siteId',],deleteShopperContextRequired: ['organizationId','usid',],updateShopperContext: ['organizationId','usid','siteId','evaluateContextWithClientIp',],updateShopperContextRequired: ['organizationId','usid',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      createShopperContext: ["organizationId", "usid", "siteId", "evaluateContextWithClientIp"]
      +
    • +
    • +
      createShopperContextRequired: ["organizationId", "usid"]
      +
    • +
    • +
      deleteShopperContext: ["organizationId", "usid", "siteId"]
      +
    • +
    • +
      deleteShopperContextRequired: ["organizationId", "usid"]
      +
    • +
    • +
      getShopperContext: ["organizationId", "usid", "siteId"]
      +
    • +
    • +
      getShopperContextRequired: ["organizationId", "usid"]
      +
    • +
    • +
      updateShopperContext: ["organizationId", "usid", "siteId", "evaluateContextWithClientIp"]
      +
    • +
    • +
      updateShopperContextRequired: ["organizationId", "usid"]
      +
    • +
    +
    +

    Methods

    - +

    createShopperContext

    • @@ -214,7 +254,7 @@

      createShopperContext

      Parameters

    - +

    deleteShopperContext

    • deleteShopperContext(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId?: undefined | string; usid: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -277,7 +317,7 @@

      deleteShopperContext

    • @@ -303,7 +343,7 @@

      Returns Promise
      @@ -342,7 +382,7 @@

      Returns Promise

    - +

    getShopperContext

    • getShopperContext(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId?: undefined | string; usid: string } & {}, ConfigParameters> }>): Promise<ShopperContext>
    • @@ -352,7 +392,7 @@

      getShopperContext

    • @@ -378,7 +418,7 @@

      Returns Promise
      @@ -417,17 +457,17 @@

      Returns Promise

    - +

    updateShopperContext

    Methods

    @@ -177,7 +178,7 @@

    constructor

  • Parameters

    @@ -199,7 +200,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -209,15 +210,204 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/customer/shopper-customers/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/customer/shopper-customers/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { createCustomerAddress: ["organizationId", "customerId", "siteId"]; createCustomerAddressRequired: ["organizationId", "customerId", "siteId"]; createCustomerPaymentInstrument: ["organizationId", "customerId", "siteId"]; createCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "siteId"]; createCustomerProductList: ["organizationId", "customerId", "siteId"]; createCustomerProductListItem: ["organizationId", "customerId", "listId", "siteId"]; createCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "siteId"]; createCustomerProductListRequired: ["organizationId", "customerId", "siteId"]; deleteCustomerPaymentInstrument: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]; deleteCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]; deleteCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]; deleteCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]; deleteCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]; deleteCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]; getCustomer: ["organizationId", "customerId", "siteId"]; getCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]; getCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]; getCustomerBaskets: ["organizationId", "customerId", "siteId"]; getCustomerBasketsRequired: ["organizationId", "customerId", "siteId"]; getCustomerOrders: ["organizationId", "customerId", "crossSites", "from", "until", "status", "siteId", "offset", "limit"]; getCustomerOrdersRequired: ["organizationId", "customerId", "siteId"]; getCustomerPaymentInstrument: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]; getCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]; getCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]; getCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]; getCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]; getCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]; getCustomerProductLists: ["organizationId", "customerId", "siteId"]; getCustomerProductListsRequired: ["organizationId", "customerId", "siteId"]; getCustomerRequired: ["organizationId", "customerId", "siteId"]; getExternalProfile: ["organizationId", "externalId", "authenticationProviderId", "siteId"]; getExternalProfileRequired: ["organizationId", "externalId", "authenticationProviderId", "siteId"]; getProductListItem: ["organizationId", "listId", "itemId", "siteId"]; getProductListItemRequired: ["organizationId", "listId", "itemId", "siteId"]; getPublicProductList: ["organizationId", "listId", "siteId"]; getPublicProductListRequired: ["organizationId", "listId", "siteId"]; getPublicProductListsBySearchTerm: ["organizationId", "email", "firstName", "lastName", "siteId"]; getPublicProductListsBySearchTermRequired: ["organizationId", "siteId"]; getResetPasswordToken: ["organizationId", "siteId"]; getResetPasswordTokenRequired: ["organizationId", "siteId"]; registerCustomer: ["organizationId", "siteId"]; registerCustomerRequired: ["organizationId", "siteId"]; registerExternalProfile: ["organizationId", "siteId"]; registerExternalProfileRequired: ["organizationId", "siteId"]; removeCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]; removeCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]; resetPassword: ["organizationId", "siteId"]; resetPasswordRequired: ["organizationId", "siteId"]; updateCustomer: ["organizationId", "customerId", "siteId"]; updateCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]; updateCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]; updateCustomerPassword: ["organizationId", "customerId", "siteId"]; updateCustomerPasswordRequired: ["organizationId", "customerId", "siteId"]; updateCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]; updateCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]; updateCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]; updateCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]; updateCustomerRequired: ["organizationId", "customerId", "siteId"] } = {registerCustomer: ['organizationId','siteId',],registerCustomerRequired: ['organizationId','siteId',],resetPassword: ['organizationId','siteId',],resetPasswordRequired: ['organizationId','siteId',],getResetPasswordToken: ['organizationId','siteId',],getResetPasswordTokenRequired: ['organizationId','siteId',],registerExternalProfile: ['organizationId','siteId',],registerExternalProfileRequired: ['organizationId','siteId',],getExternalProfile: ['organizationId','externalId','authenticationProviderId','siteId',],getExternalProfileRequired: ['organizationId','externalId','authenticationProviderId','siteId',],getCustomer: ['organizationId','customerId','siteId',],getCustomerRequired: ['organizationId','customerId','siteId',],updateCustomer: ['organizationId','customerId','siteId',],updateCustomerRequired: ['organizationId','customerId','siteId',],createCustomerAddress: ['organizationId','customerId','siteId',],createCustomerAddressRequired: ['organizationId','customerId','siteId',],getCustomerAddress: ['organizationId','customerId','addressName','siteId',],getCustomerAddressRequired: ['organizationId','customerId','addressName','siteId',],removeCustomerAddress: ['organizationId','customerId','addressName','siteId',],removeCustomerAddressRequired: ['organizationId','customerId','addressName','siteId',],updateCustomerAddress: ['organizationId','customerId','addressName','siteId',],updateCustomerAddressRequired: ['organizationId','customerId','addressName','siteId',],getCustomerBaskets: ['organizationId','customerId','siteId',],getCustomerBasketsRequired: ['organizationId','customerId','siteId',],getCustomerOrders: ['organizationId','customerId','crossSites','from','until','status','siteId','offset','limit',],getCustomerOrdersRequired: ['organizationId','customerId','siteId',],updateCustomerPassword: ['organizationId','customerId','siteId',],updateCustomerPasswordRequired: ['organizationId','customerId','siteId',],createCustomerPaymentInstrument: ['organizationId','customerId','siteId',],createCustomerPaymentInstrumentRequired: ['organizationId','customerId','siteId',],deleteCustomerPaymentInstrument: ['organizationId','customerId','paymentInstrumentId','siteId',],deleteCustomerPaymentInstrumentRequired: ['organizationId','customerId','paymentInstrumentId','siteId',],getCustomerPaymentInstrument: ['organizationId','customerId','paymentInstrumentId','siteId',],getCustomerPaymentInstrumentRequired: ['organizationId','customerId','paymentInstrumentId','siteId',],getCustomerProductLists: ['organizationId','customerId','siteId',],getCustomerProductListsRequired: ['organizationId','customerId','siteId',],createCustomerProductList: ['organizationId','customerId','siteId',],createCustomerProductListRequired: ['organizationId','customerId','siteId',],deleteCustomerProductList: ['organizationId','customerId','listId','siteId',],deleteCustomerProductListRequired: ['organizationId','customerId','listId','siteId',],getCustomerProductList: ['organizationId','customerId','listId','siteId',],getCustomerProductListRequired: ['organizationId','customerId','listId','siteId',],updateCustomerProductList: ['organizationId','customerId','listId','siteId',],updateCustomerProductListRequired: ['organizationId','customerId','listId','siteId',],createCustomerProductListItem: ['organizationId','customerId','listId','siteId',],createCustomerProductListItemRequired: ['organizationId','customerId','listId','siteId',],deleteCustomerProductListItem: ['organizationId','customerId','listId','itemId','siteId',],deleteCustomerProductListItemRequired: ['organizationId','customerId','listId','itemId','siteId',],getCustomerProductListItem: ['organizationId','customerId','listId','itemId','siteId',],getCustomerProductListItemRequired: ['organizationId','customerId','listId','itemId','siteId',],updateCustomerProductListItem: ['organizationId','customerId','listId','itemId','siteId',],updateCustomerProductListItemRequired: ['organizationId','customerId','listId','itemId','siteId',],getPublicProductListsBySearchTerm: ['organizationId','email','firstName','lastName','siteId',],getPublicProductListsBySearchTermRequired: ['organizationId','siteId',],getPublicProductList: ['organizationId','listId','siteId',],getPublicProductListRequired: ['organizationId','listId','siteId',],getProductListItem: ['organizationId','listId','itemId','siteId',],getProductListItemRequired: ['organizationId','listId','itemId','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      createCustomerAddress: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      createCustomerAddressRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      createCustomerPaymentInstrument: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      createCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      createCustomerProductList: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      createCustomerProductListItem: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      createCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      createCustomerProductListRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      deleteCustomerPaymentInstrument: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      deleteCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      deleteCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      deleteCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      deleteCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      deleteCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      getCustomer: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      getCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      getCustomerBaskets: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerBasketsRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerOrders: ["organizationId", "customerId", "crossSites", "from", "until", "status", "siteId", "offset", "limit"]
      +
    • +
    • +
      getCustomerOrdersRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerPaymentInstrument: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      getCustomerPaymentInstrumentRequired: ["organizationId", "customerId", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      getCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      getCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      getCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      getCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      getCustomerProductLists: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerProductListsRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getCustomerRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      getExternalProfile: ["organizationId", "externalId", "authenticationProviderId", "siteId"]
      +
    • +
    • +
      getExternalProfileRequired: ["organizationId", "externalId", "authenticationProviderId", "siteId"]
      +
    • +
    • +
      getProductListItem: ["organizationId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      getProductListItemRequired: ["organizationId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      getPublicProductList: ["organizationId", "listId", "siteId"]
      +
    • +
    • +
      getPublicProductListRequired: ["organizationId", "listId", "siteId"]
      +
    • +
    • +
      getPublicProductListsBySearchTerm: ["organizationId", "email", "firstName", "lastName", "siteId"]
      +
    • +
    • +
      getPublicProductListsBySearchTermRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      getResetPasswordToken: ["organizationId", "siteId"]
      +
    • +
    • +
      getResetPasswordTokenRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      registerCustomer: ["organizationId", "siteId"]
      +
    • +
    • +
      registerCustomerRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      registerExternalProfile: ["organizationId", "siteId"]
      +
    • +
    • +
      registerExternalProfileRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      removeCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      removeCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      resetPassword: ["organizationId", "siteId"]
      +
    • +
    • +
      resetPasswordRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      updateCustomer: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      updateCustomerAddress: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      updateCustomerAddressRequired: ["organizationId", "customerId", "addressName", "siteId"]
      +
    • +
    • +
      updateCustomerPassword: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      updateCustomerPasswordRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    • +
      updateCustomerProductList: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      updateCustomerProductListItem: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      updateCustomerProductListItemRequired: ["organizationId", "customerId", "listId", "itemId", "siteId"]
      +
    • +
    • +
      updateCustomerProductListRequired: ["organizationId", "customerId", "listId", "siteId"]
      +
    • +
    • +
      updateCustomerRequired: ["organizationId", "customerId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    createCustomerAddress

    • createCustomerAddress(options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerAddress>
    • @@ -227,7 +417,7 @@

      createCustomerAddress

    • @@ -253,7 +443,7 @@

      Returns Promise
      @@ -292,7 +482,7 @@

      Returns Promise

    - +

    createCustomerPaymentInstrument

    • createCustomerPaymentInstrument(options: RequireParametersUnlessAllAreOptional<{ body: CustomerPaymentInstrumentRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerPaymentInstrument>
    • @@ -302,7 +492,7 @@

      createCustomerPaymentInstrument

    • @@ -328,7 +518,7 @@

      Returns Promise
      @@ -367,7 +557,7 @@

      Returns Promise

    - +

    createCustomerProductList

    • createCustomerProductList(options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductList>
    • @@ -377,7 +567,7 @@

      createCustomerProductList

    • @@ -403,7 +593,7 @@

      Returns Promise
      @@ -442,7 +632,7 @@

      Returns Promise

    - +

    createCustomerProductListItem

    • createCustomerProductListItem(options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductListItem; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductListItem>
    • @@ -452,7 +642,7 @@

      createCustomerProductListItem

    • @@ -488,7 +678,7 @@

      Returns Promise
      @@ -537,7 +727,7 @@

      Returns Promise

    - +

    deleteCustomerPaymentInstrument

    • deleteCustomerPaymentInstrument(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; paymentInstrumentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -547,7 +737,7 @@

      deleteCustomerPaymentInstrument

    • @@ -573,7 +763,7 @@

      Returns Promise
      @@ -612,7 +802,7 @@

      Returns Promise

    - +

    deleteCustomerProductList

    • deleteCustomerProductList(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -622,7 +812,7 @@

      deleteCustomerProductList

    • @@ -648,7 +838,7 @@

      Returns Promise
      @@ -687,7 +877,7 @@

      Returns Promise

    - +

    deleteCustomerProductListItem

    • deleteCustomerProductListItem(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; itemId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -697,7 +887,7 @@

      deleteCustomerProductListItem

    • @@ -723,7 +913,7 @@

      Returns Promise
      @@ -762,7 +952,7 @@

      Returns Promise

    - +

    getCustomer

    • getCustomer(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Customer>
    • @@ -772,7 +962,7 @@

      getCustomer

    • @@ -798,7 +988,7 @@

      Returns Promise
      @@ -837,7 +1027,7 @@

      Returns Promise

    - +

    getCustomerAddress

    • getCustomerAddress(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ addressName: string; customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerAddress>
    • @@ -847,7 +1037,7 @@

      getCustomerAddress

    • @@ -873,7 +1063,7 @@

      Returns Promise
      @@ -912,7 +1102,7 @@

      Returns Promise

    - +

    getCustomerBaskets

    • getCustomerBaskets(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<BasketsResult>
    • @@ -922,7 +1112,7 @@

      getCustomerBaskets

    • @@ -948,7 +1138,7 @@

      Returns Promise
      @@ -987,7 +1177,7 @@

      Returns Promise

    - +

    getCustomerOrders

    • getCustomerOrders(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ crossSites?: undefined | false | true; customerId: string; from?: undefined | string; limit?: undefined | number; offset?: any; organizationId: string; siteId: string; status?: undefined | string; until?: undefined | string } & {}, ConfigParameters> }>): Promise<CustomerOrderResult>
    • @@ -997,7 +1187,7 @@

      getCustomerOrders

    • @@ -1023,7 +1213,7 @@

      Returns Promise
      @@ -1062,7 +1252,7 @@

      Returns Promise

    - +

    getCustomerPaymentInstrument

    • getCustomerPaymentInstrument(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; paymentInstrumentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerPaymentInstrument>
    • @@ -1072,7 +1262,7 @@

      getCustomerPaymentInstrument

    • @@ -1098,7 +1288,7 @@

      Returns Promise
      @@ -1137,7 +1327,7 @@

      Returns Promise

    - +

    getCustomerProductList

    • getCustomerProductList(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductList>
    • @@ -1147,7 +1337,7 @@

      getCustomerProductList

    • @@ -1173,7 +1363,7 @@

      Returns Promise
      @@ -1212,7 +1402,7 @@

      Returns Promise

    - +

    getCustomerProductListItem

    • getCustomerProductListItem(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; itemId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductListItem>
    • @@ -1222,7 +1412,7 @@

      getCustomerProductListItem

    • @@ -1248,7 +1438,7 @@

      Returns Promise
      @@ -1287,7 +1477,7 @@

      Returns Promise

    - +

    getCustomerProductLists

    • getCustomerProductLists(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductListResult>
    • @@ -1297,7 +1487,7 @@

      getCustomerProductLists

    • @@ -1323,7 +1513,7 @@

      Returns Promise
      @@ -1362,7 +1552,7 @@

      Returns Promise

    - +

    getExternalProfile

    • getExternalProfile(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ authenticationProviderId: string; externalId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerExternalProfile>
    • @@ -1372,7 +1562,7 @@

      getExternalProfile

    • @@ -1398,7 +1588,7 @@

      Returns Promise
      @@ -1437,7 +1627,7 @@

      Returns Promise

    - +

    getProductListItem

    • getProductListItem(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ itemId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PublicProductListItem>
    • @@ -1447,7 +1637,7 @@

      getProductListItem

    • @@ -1473,7 +1663,7 @@

      Returns Promise
      @@ -1512,7 +1702,7 @@

      Returns Promise

    - +

    getPublicProductList

    • getPublicProductList(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PublicProductList>
    • @@ -1522,7 +1712,7 @@

      getPublicProductList

    • @@ -1548,7 +1738,7 @@

      Returns Promise
      @@ -1587,7 +1777,7 @@

      Returns Promise

    - +

    getPublicProductListsBySearchTerm

    • getPublicProductListsBySearchTerm(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ email?: undefined | string; firstName?: undefined | string; lastName?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PublicProductListResult>
    • @@ -1597,7 +1787,7 @@

      getPublicProductListsBySearchTerm

    • @@ -1623,7 +1813,7 @@

      Returns Promise
      @@ -1662,7 +1852,7 @@

      Returns Promise

    - +

    getResetPasswordToken

    • getResetPasswordToken(options: RequireParametersUnlessAllAreOptional<{ body: ResetPasswordTokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<ResetPasswordToken>
    • @@ -1672,7 +1862,7 @@

      getResetPasswordToken

    • @@ -1698,7 +1888,7 @@

      Returns Promise
      @@ -1737,7 +1927,7 @@

      Returns Promise

    - +

    registerCustomer

    • registerCustomer(options: RequireParametersUnlessAllAreOptional<{ body: CustomerRegistration; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Customer>
    • @@ -1747,7 +1937,7 @@

      registerCustomer

    • @@ -1773,7 +1963,7 @@

      Returns Promise
      @@ -1812,7 +2002,7 @@

      Returns Promise

    - +

    registerExternalProfile

    • registerExternalProfile(options: RequireParametersUnlessAllAreOptional<{ body: CustomerExtProfileRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerExternalProfile>
    • @@ -1822,7 +2012,7 @@

      registerExternalProfile

    • @@ -1848,7 +2038,7 @@

      Returns Promise
      @@ -1887,7 +2077,7 @@

      Returns Promise

    - +

    removeCustomerAddress

    • removeCustomerAddress(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ addressName: string; customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -1897,7 +2087,7 @@

      removeCustomerAddress

    • @@ -1923,7 +2113,7 @@

      Returns Promise
      @@ -1962,7 +2152,7 @@

      Returns Promise

    - +

    resetPassword

    • resetPassword(options: RequireParametersUnlessAllAreOptional<{ body: ResetPasswordRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -1972,7 +2162,7 @@

      resetPassword

    • @@ -1998,7 +2188,7 @@

      Returns Promise
      @@ -2037,7 +2227,7 @@

      Returns Promise

    - +

    updateCustomer

    • updateCustomer(options: RequireParametersUnlessAllAreOptional<{ body: Customer; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Customer>
    • @@ -2047,7 +2237,7 @@

      updateCustomer

    • @@ -2073,7 +2263,7 @@

      Returns Promise
      @@ -2112,7 +2302,7 @@

      Returns Promise

    - +

    updateCustomerAddress

    • updateCustomerAddress(options: RequireParametersUnlessAllAreOptional<{ body: CustomerAddress; headers?: undefined | {}; parameters?: CompositeParameters<{ addressName: string; customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerAddress>
    • @@ -2122,7 +2312,7 @@

      updateCustomerAddress

    • @@ -2148,7 +2338,7 @@

      Returns Promise
      @@ -2187,7 +2377,7 @@

      Returns Promise

    - +

    updateCustomerPassword

    • updateCustomerPassword(options: RequireParametersUnlessAllAreOptional<{ body: PasswordChangeRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -2197,7 +2387,7 @@

      updateCustomerPassword

    • @@ -2223,7 +2413,7 @@

      Returns Promise
      @@ -2262,7 +2452,7 @@

      Returns Promise

    - +

    updateCustomerProductList

    • updateCustomerProductList(options: RequireParametersUnlessAllAreOptional<{ body: CustomerProductList; headers?: undefined | {}; parameters?: CompositeParameters<{ customerId: string; listId: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CustomerProductList>
    • @@ -2272,7 +2462,7 @@

      updateCustomerProductList

    • @@ -2298,7 +2488,7 @@

      Returns Promise
      @@ -2337,7 +2527,7 @@

      Returns Promise

    - +

    updateCustomerProductListItem

  • diff --git a/docs/classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html b/docs/classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html index bf4c3f9..cbb1b38 100644 --- a/docs/classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html +++ b/docs/classes/shopperdiscoverysearch.shopperdiscoverysearch-1.html @@ -130,13 +130,14 @@

    Properties

    Methods

    @@ -190,11 +191,38 @@

    Static + +

    Static Readonly paramKeys

    +
    paramKeys: { getSuggestions: ["organizationId", "channelId", "suggestionTypes", "searchText", "locale"]; getSuggestionsRequired: ["organizationId", "channelId", "suggestionTypes", "locale"]; retrieveResults: ["organizationId", "channelId", "locale", "offset", "limit"]; retrieveResultsRequired: ["organizationId", "channelId", "locale"] } = {retrieveResults: ['organizationId','channelId','locale','offset','limit',],retrieveResultsRequired: ['organizationId','channelId','locale',],getSuggestions: ['organizationId','channelId','suggestionTypes','searchText','locale',],getSuggestionsRequired: ['organizationId','channelId','suggestionTypes','locale',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getSuggestions: ["organizationId", "channelId", "suggestionTypes", "searchText", "locale"]
      +
    • +
    • +
      getSuggestionsRequired: ["organizationId", "channelId", "suggestionTypes", "locale"]
      +
    • +
    • +
      retrieveResults: ["organizationId", "channelId", "locale", "offset", "limit"]
      +
    • +
    • +
      retrieveResultsRequired: ["organizationId", "channelId", "locale"]
      +
    • +
    +
    +

    Methods

    - +

    getSuggestions

    • getSuggestions(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ channelId: string; locale: string; organizationId: string; searchText?: undefined | string; suggestionTypes: Array<string> } & {}, ConfigParameters> }>): Promise<Suggestions>
    • @@ -204,7 +232,7 @@

      getSuggestions

    • @@ -234,7 +262,7 @@

      Returns Promise
      @@ -277,7 +305,7 @@

      Returns Promise

    - +

    retrieveResults

    diff --git a/docs/classes/shopperexperience.shopperexperience-1.html b/docs/classes/shopperexperience.shopperexperience-1.html index 328df2c..f3cfb4e 100644 --- a/docs/classes/shopperexperience.shopperexperience-1.html +++ b/docs/classes/shopperexperience.shopperexperience-1.html @@ -90,7 +90,7 @@

    const shopperExperienceClient = new ShopperExperience(clientConfig); - API Version: 1.0.4
    + API Version: 1.0.5
    Last Updated:
    @@ -126,13 +126,14 @@

    Properties

    Methods

    @@ -186,11 +187,38 @@

    Static + +

    Static Readonly paramKeys

    +
    paramKeys: { getPage: ["organizationId", "pageId", "aspectAttributes", "parameters", "siteId", "locale"]; getPageRequired: ["organizationId", "pageId", "siteId"]; getPages: ["organizationId", "categoryId", "productId", "aspectTypeId", "aspectAttributes", "parameters", "siteId", "locale"]; getPagesRequired: ["organizationId", "aspectTypeId", "siteId"] } = {getPages: ['organizationId','categoryId','productId','aspectTypeId','aspectAttributes','parameters','siteId','locale',],getPagesRequired: ['organizationId','aspectTypeId','siteId',],getPage: ['organizationId','pageId','aspectAttributes','parameters','siteId','locale',],getPageRequired: ['organizationId','pageId','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getPage: ["organizationId", "pageId", "aspectAttributes", "parameters", "siteId", "locale"]
      +
    • +
    • +
      getPageRequired: ["organizationId", "pageId", "siteId"]
      +
    • +
    • +
      getPages: ["organizationId", "categoryId", "productId", "aspectTypeId", "aspectAttributes", "parameters", "siteId", "locale"]
      +
    • +
    • +
      getPagesRequired: ["organizationId", "aspectTypeId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getPage

    • getPage(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ aspectAttributes?: undefined | string; locale?: undefined | string; organizationId: string; pageId: string; parameters?: undefined | string; siteId: string } & {}, ConfigParameters> }>): Promise<Page>
    • @@ -200,7 +228,7 @@

      getPage

    • @@ -228,7 +256,7 @@

      Returns Promise
      @@ -269,7 +297,7 @@

      Returns Promise

    - +

    getPages

    • getPages(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ aspectAttributes?: undefined | string; aspectTypeId: string; categoryId?: undefined | string; locale?: undefined | string; organizationId: string; parameters?: undefined | string; productId?: undefined | string; siteId: string } & {}, ConfigParameters> }>): Promise<PageResult>
    • @@ -279,7 +307,7 @@

      getPages

    • @@ -308,7 +336,7 @@

      Returns Promise
      @@ -432,11 +460,14 @@

      Returns Promise defaultBaseUri

    • +
    • + paramKeys +
    • - getPage + getPage
    • - getPages + getPages
    diff --git a/docs/classes/shoppergiftcertificates.shoppergiftcertificates-1.html b/docs/classes/shoppergiftcertificates.shoppergiftcertificates-1.html index 9910d8d..e0f756e 100644 --- a/docs/classes/shoppergiftcertificates.shoppergiftcertificates-1.html +++ b/docs/classes/shoppergiftcertificates.shoppergiftcertificates-1.html @@ -90,7 +90,7 @@

    const shopperGiftCertificatesClient = new ShopperGiftCertificates(clientConfig); - API Version: 1.0.15
    + API Version: 1.0.16
    Last Updated:
    @@ -126,12 +126,13 @@

    Properties

    Methods

    @@ -185,11 +186,32 @@

    Static + +

    Static Readonly paramKeys

    +
    paramKeys: { getGiftCertificate: ["organizationId", "siteId"]; getGiftCertificateRequired: ["organizationId", "siteId"] } = {getGiftCertificate: ['organizationId','siteId',],getGiftCertificateRequired: ['organizationId','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getGiftCertificate: ["organizationId", "siteId"]
      +
    • +
    • +
      getGiftCertificateRequired: ["organizationId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getGiftCertificate

    diff --git a/docs/classes/shopperlogin.shopperlogin-1.html b/docs/classes/shopperlogin.shopperlogin-1.html index 90b2132..570ac6c 100644 --- a/docs/classes/shopperlogin.shopperlogin-1.html +++ b/docs/classes/shopperlogin.shopperlogin-1.html @@ -126,28 +126,29 @@

    Properties

    Methods

    @@ -165,7 +166,7 @@

    constructor

  • Parameters

    @@ -187,7 +188,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -197,15 +198,132 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/shopper/auth/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { authenticateCustomer: ["organizationId"]; authenticateCustomerRequired: ["organizationId"]; authorizeCustomer: ["organizationId", "redirect_uri", "response_type", "client_id", "scope", "state", "usid", "hint", "channel_id", "code_challenge", "ui_locales"]; authorizeCustomerRequired: ["organizationId", "redirect_uri", "response_type", "client_id", "code_challenge"]; authorizePasswordlessCustomer: ["organizationId"]; authorizePasswordlessCustomerRequired: ["organizationId"]; getAccessToken: ["organizationId"]; getAccessTokenRequired: ["organizationId"]; getJwksUri: ["organizationId"]; getJwksUriRequired: ["organizationId"]; getPasswordLessAccessToken: ["organizationId"]; getPasswordLessAccessTokenRequired: ["organizationId"]; getPasswordResetToken: ["organizationId"]; getPasswordResetTokenRequired: ["organizationId"]; getSessionBridgeAccessToken: ["organizationId"]; getSessionBridgeAccessTokenRequired: ["organizationId"]; getTrustedAgentAccessToken: ["organizationId"]; getTrustedAgentAccessTokenRequired: ["organizationId"]; getTrustedAgentAuthorizationToken: ["organizationId", "client_id", "channel_id", "code_challenge", "login_id", "idp_origin", "redirect_uri", "response_type"]; getTrustedAgentAuthorizationTokenRequired: ["organizationId", "client_id", "channel_id", "code_challenge", "login_id", "idp_origin", "redirect_uri", "response_type"]; getTrustedSystemAccessToken: ["organizationId"]; getTrustedSystemAccessTokenRequired: ["organizationId"]; getUserInfo: ["organizationId", "channel_id"]; getUserInfoRequired: ["organizationId"]; getWellknownOpenidConfiguration: ["organizationId"]; getWellknownOpenidConfigurationRequired: ["organizationId"]; introspectToken: ["organizationId"]; introspectTokenRequired: ["organizationId"]; logoutCustomer: ["organizationId", "client_id", "refresh_token", "channel_id", "hint"]; logoutCustomerRequired: ["organizationId", "client_id", "refresh_token"]; resetPassword: ["organizationId"]; resetPasswordRequired: ["organizationId"]; revokeToken: ["organizationId"]; revokeTokenRequired: ["organizationId"] } = {authenticateCustomer: ['organizationId',],authenticateCustomerRequired: ['organizationId',],authorizePasswordlessCustomer: ['organizationId',],authorizePasswordlessCustomerRequired: ['organizationId',],logoutCustomer: ['organizationId','client_id','refresh_token','channel_id','hint',],logoutCustomerRequired: ['organizationId','client_id','refresh_token',],authorizeCustomer: ['organizationId','redirect_uri','response_type','client_id','scope','state','usid','hint','channel_id','code_challenge','ui_locales',],authorizeCustomerRequired: ['organizationId','redirect_uri','response_type','client_id','code_challenge',],getAccessToken: ['organizationId',],getAccessTokenRequired: ['organizationId',],getSessionBridgeAccessToken: ['organizationId',],getSessionBridgeAccessTokenRequired: ['organizationId',],getTrustedSystemAccessToken: ['organizationId',],getTrustedSystemAccessTokenRequired: ['organizationId',],getTrustedAgentAuthorizationToken: ['organizationId','client_id','channel_id','code_challenge','login_id','idp_origin','redirect_uri','response_type',],getTrustedAgentAuthorizationTokenRequired: ['organizationId','client_id','channel_id','code_challenge','login_id','idp_origin','redirect_uri','response_type',],getTrustedAgentAccessToken: ['organizationId',],getTrustedAgentAccessTokenRequired: ['organizationId',],getPasswordResetToken: ['organizationId',],getPasswordResetTokenRequired: ['organizationId',],resetPassword: ['organizationId',],resetPasswordRequired: ['organizationId',],getPasswordLessAccessToken: ['organizationId',],getPasswordLessAccessTokenRequired: ['organizationId',],revokeToken: ['organizationId',],revokeTokenRequired: ['organizationId',],introspectToken: ['organizationId',],introspectTokenRequired: ['organizationId',],getUserInfo: ['organizationId','channel_id',],getUserInfoRequired: ['organizationId',],getWellknownOpenidConfiguration: ['organizationId',],getWellknownOpenidConfigurationRequired: ['organizationId',],getJwksUri: ['organizationId',],getJwksUriRequired: ['organizationId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      authenticateCustomer: ["organizationId"]
      +
    • +
    • +
      authenticateCustomerRequired: ["organizationId"]
      +
    • +
    • +
      authorizeCustomer: ["organizationId", "redirect_uri", "response_type", "client_id", "scope", "state", "usid", "hint", "channel_id", "code_challenge", "ui_locales"]
      +
    • +
    • +
      authorizeCustomerRequired: ["organizationId", "redirect_uri", "response_type", "client_id", "code_challenge"]
      +
    • +
    • +
      authorizePasswordlessCustomer: ["organizationId"]
      +
    • +
    • +
      authorizePasswordlessCustomerRequired: ["organizationId"]
      +
    • +
    • +
      getAccessToken: ["organizationId"]
      +
    • +
    • +
      getAccessTokenRequired: ["organizationId"]
      +
    • +
    • +
      getJwksUri: ["organizationId"]
      +
    • +
    • +
      getJwksUriRequired: ["organizationId"]
      +
    • +
    • +
      getPasswordLessAccessToken: ["organizationId"]
      +
    • +
    • +
      getPasswordLessAccessTokenRequired: ["organizationId"]
      +
    • +
    • +
      getPasswordResetToken: ["organizationId"]
      +
    • +
    • +
      getPasswordResetTokenRequired: ["organizationId"]
      +
    • +
    • +
      getSessionBridgeAccessToken: ["organizationId"]
      +
    • +
    • +
      getSessionBridgeAccessTokenRequired: ["organizationId"]
      +
    • +
    • +
      getTrustedAgentAccessToken: ["organizationId"]
      +
    • +
    • +
      getTrustedAgentAccessTokenRequired: ["organizationId"]
      +
    • +
    • +
      getTrustedAgentAuthorizationToken: ["organizationId", "client_id", "channel_id", "code_challenge", "login_id", "idp_origin", "redirect_uri", "response_type"]
      +
    • +
    • +
      getTrustedAgentAuthorizationTokenRequired: ["organizationId", "client_id", "channel_id", "code_challenge", "login_id", "idp_origin", "redirect_uri", "response_type"]
      +
    • +
    • +
      getTrustedSystemAccessToken: ["organizationId"]
      +
    • +
    • +
      getTrustedSystemAccessTokenRequired: ["organizationId"]
      +
    • +
    • +
      getUserInfo: ["organizationId", "channel_id"]
      +
    • +
    • +
      getUserInfoRequired: ["organizationId"]
      +
    • +
    • +
      getWellknownOpenidConfiguration: ["organizationId"]
      +
    • +
    • +
      getWellknownOpenidConfigurationRequired: ["organizationId"]
      +
    • +
    • +
      introspectToken: ["organizationId"]
      +
    • +
    • +
      introspectTokenRequired: ["organizationId"]
      +
    • +
    • +
      logoutCustomer: ["organizationId", "client_id", "refresh_token", "channel_id", "hint"]
      +
    • +
    • +
      logoutCustomerRequired: ["organizationId", "client_id", "refresh_token"]
      +
    • +
    • +
      resetPassword: ["organizationId"]
      +
    • +
    • +
      resetPasswordRequired: ["organizationId"]
      +
    • +
    • +
      revokeToken: ["organizationId"]
      +
    • +
    • +
      revokeTokenRequired: ["organizationId"]
      +
    • +
    +
    +

    Methods

    - +

    authenticateCustomer

    • authenticateCustomer(options: RequireParametersUnlessAllAreOptional<{ body: LoginRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -215,7 +333,7 @@

      authenticateCustomer

    • @@ -251,7 +369,7 @@

      Returns Promise
      @@ -300,7 +418,7 @@

      Returns Promise

    - +

    authorizeCustomer

    • authorizeCustomer(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ channel_id?: undefined | string; client_id: string; code_challenge: string; hint?: undefined | string; organizationId: string; redirect_uri: string; response_type: string; scope?: undefined | string; state?: undefined | string; ui_locales?: undefined | string; usid?: undefined | string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -310,7 +428,7 @@

      authorizeCustomer

    • @@ -337,7 +455,7 @@

      Returns Promise
      @@ -377,7 +495,7 @@

      Returns Promise

    - +

    authorizePasswordlessCustomer

    • authorizePasswordlessCustomer(options: RequireParametersUnlessAllAreOptional<{ body: PasswordlessLoginRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<Object>
    • @@ -387,7 +505,7 @@

      authorizePasswordlessCustomer

    • @@ -413,7 +531,7 @@

      Returns Promise
      @@ -452,7 +570,7 @@

      Returns Promise

    - +

    getAccessToken

    • getAccessToken(options: RequireParametersUnlessAllAreOptional<{ body: TokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -462,7 +580,7 @@

      getAccessToken

    • @@ -494,7 +612,7 @@

      Returns Promise
      @@ -539,7 +657,7 @@

      Returns Promise

    - +

    getJwksUri

    • getJwksUri(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<Object>
    • @@ -549,7 +667,7 @@

      getJwksUri

    • @@ -576,7 +694,7 @@

      Returns Promise
      @@ -616,7 +734,7 @@

      Returns Promise

    - +

    getPasswordLessAccessToken

    • getPasswordLessAccessToken(options: RequireParametersUnlessAllAreOptional<{ body: PasswordLessLoginTokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -626,7 +744,7 @@

      getPasswordLessAccessToken

    • @@ -652,7 +770,7 @@

      Returns Promise
      @@ -691,7 +809,7 @@

      Returns Promise

    - +

    getPasswordResetToken

    • getPasswordResetToken(options: RequireParametersUnlessAllAreOptional<{ body: PasswordActionRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -701,7 +819,7 @@

      getPasswordResetToken

    • @@ -727,7 +845,7 @@

      Returns Promise
      @@ -766,7 +884,7 @@

      Returns Promise

    - +

    getSessionBridgeAccessToken

    • getSessionBridgeAccessToken(options: RequireParametersUnlessAllAreOptional<{ body: SessionBridgeTokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -776,7 +894,7 @@

      getSessionBridgeAccessToken

    • @@ -806,7 +924,7 @@

      Returns Promise
      @@ -849,7 +967,7 @@

      Returns Promise

    - +

    getTrustedAgentAccessToken

    • getTrustedAgentAccessToken(options: RequireParametersUnlessAllAreOptional<{ body: TrustedAgentTokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -859,7 +977,7 @@

      getTrustedAgentAccessToken

    • @@ -887,7 +1005,7 @@

      Returns Promise
      @@ -928,7 +1046,7 @@

      Returns Promise

    - +

    getTrustedAgentAuthorizationToken

    • getTrustedAgentAuthorizationToken(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ channel_id: string; client_id: string; code_challenge: string; idp_origin: string; login_id: string; organizationId: string; redirect_uri: string; response_type: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -938,7 +1056,7 @@

      getTrustedAgentAuthorizationToken

    • @@ -964,7 +1082,7 @@

      Returns Promise
      @@ -1003,7 +1121,7 @@

      Returns Promise

    - +

    getTrustedSystemAccessToken

    • getTrustedSystemAccessToken(options: RequireParametersUnlessAllAreOptional<{ body: TrustedSystemTokenRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -1013,7 +1131,7 @@

      getTrustedSystemAccessToken

    • @@ -1040,7 +1158,7 @@

      Returns Promise
      @@ -1080,7 +1198,7 @@

      Returns Promise

    - +

    getUserInfo

    • getUserInfo(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ channel_id?: undefined | string; organizationId: string } & {}, ConfigParameters> }>): Promise<Object>
    • @@ -1090,7 +1208,7 @@

      getUserInfo

    • @@ -1116,7 +1234,7 @@

      Returns Promise
      @@ -1155,7 +1273,7 @@

      Returns Promise

    - +

    getWellknownOpenidConfiguration

    • getWellknownOpenidConfiguration(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<Object>
    • @@ -1165,7 +1283,7 @@

      getWellknownOpenidConfiguration

    • @@ -1192,7 +1310,7 @@

      Returns Promise
      @@ -1232,7 +1350,7 @@

      Returns Promise

    - +

    introspectToken

    • introspectToken(options: RequireParametersUnlessAllAreOptional<{ body: TokenActionRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<Object>
    • @@ -1242,7 +1360,7 @@

      introspectToken

    • @@ -1268,7 +1386,7 @@

      Returns Promise
      @@ -1307,7 +1425,7 @@

      Returns Promise

    - +

    logoutCustomer

    • logoutCustomer(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ channel_id?: undefined | string; client_id: string; hint?: undefined | string; organizationId: string; refresh_token: string } & {}, ConfigParameters> }>): Promise<TokenResponse>
    • @@ -1317,7 +1435,7 @@

      logoutCustomer

    • @@ -1345,7 +1463,7 @@

      Returns Promise
      @@ -1386,7 +1504,7 @@

      Returns Promise

    - +

    resetPassword

    • resetPassword(options: RequireParametersUnlessAllAreOptional<{ body: PasswordActionVerifyRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ organizationId: string } & {}, ConfigParameters> }>): Promise<void>
    • @@ -1396,7 +1514,7 @@

      resetPassword

    • @@ -1422,7 +1540,7 @@

      Returns Promise
      @@ -1461,7 +1579,7 @@

      Returns Promise

    - +

    revokeToken

    diff --git a/docs/classes/shopperorders.shopperorders-1.html b/docs/classes/shopperorders.shopperorders-1.html index ef85b57..25ce2e5 100644 --- a/docs/classes/shopperorders.shopperorders-1.html +++ b/docs/classes/shopperorders.shopperorders-1.html @@ -90,7 +90,7 @@

    const shopperOrdersClient = new ShopperOrders(clientConfig); - API Version: 0.4.7
    + API Version: 0.4.8
    Last Updated:
    @@ -126,19 +126,20 @@

    Properties

    Methods

    @@ -156,7 +157,7 @@

    constructor

  • Parameters

    @@ -178,7 +179,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -188,15 +189,78 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/checkout/shopper-orders/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/checkout/shopper-orders/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { createOrder: ["organizationId", "siteId", "locale"]; createOrderRequired: ["organizationId", "siteId"]; createPaymentInstrumentForOrder: ["organizationId", "orderNo", "siteId", "locale"]; createPaymentInstrumentForOrderRequired: ["organizationId", "orderNo", "siteId"]; getOrder: ["organizationId", "orderNo", "siteId", "locale"]; getOrderRequired: ["organizationId", "orderNo", "siteId"]; getPaymentMethodsForOrder: ["organizationId", "orderNo", "siteId", "locale"]; getPaymentMethodsForOrderRequired: ["organizationId", "orderNo", "siteId"]; getTaxesFromOrder: ["organizationId", "orderNo", "siteId"]; getTaxesFromOrderRequired: ["organizationId", "orderNo", "siteId"]; guestOrderLookup: ["organizationId", "orderNo", "siteId", "locale"]; guestOrderLookupRequired: ["organizationId", "orderNo", "siteId"]; removePaymentInstrumentFromOrder: ["organizationId", "orderNo", "paymentInstrumentId", "siteId", "locale"]; removePaymentInstrumentFromOrderRequired: ["organizationId", "orderNo", "paymentInstrumentId", "siteId"]; updatePaymentInstrumentForOrder: ["organizationId", "orderNo", "paymentInstrumentId", "siteId", "locale"]; updatePaymentInstrumentForOrderRequired: ["organizationId", "orderNo", "paymentInstrumentId", "siteId"] } = {createOrder: ['organizationId','siteId','locale',],createOrderRequired: ['organizationId','siteId',],getOrder: ['organizationId','orderNo','siteId','locale',],getOrderRequired: ['organizationId','orderNo','siteId',],guestOrderLookup: ['organizationId','orderNo','siteId','locale',],guestOrderLookupRequired: ['organizationId','orderNo','siteId',],createPaymentInstrumentForOrder: ['organizationId','orderNo','siteId','locale',],createPaymentInstrumentForOrderRequired: ['organizationId','orderNo','siteId',],removePaymentInstrumentFromOrder: ['organizationId','orderNo','paymentInstrumentId','siteId','locale',],removePaymentInstrumentFromOrderRequired: ['organizationId','orderNo','paymentInstrumentId','siteId',],updatePaymentInstrumentForOrder: ['organizationId','orderNo','paymentInstrumentId','siteId','locale',],updatePaymentInstrumentForOrderRequired: ['organizationId','orderNo','paymentInstrumentId','siteId',],getPaymentMethodsForOrder: ['organizationId','orderNo','siteId','locale',],getPaymentMethodsForOrderRequired: ['organizationId','orderNo','siteId',],getTaxesFromOrder: ['organizationId','orderNo','siteId',],getTaxesFromOrderRequired: ['organizationId','orderNo','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      createOrder: ["organizationId", "siteId", "locale"]
      +
    • +
    • +
      createOrderRequired: ["organizationId", "siteId"]
      +
    • +
    • +
      createPaymentInstrumentForOrder: ["organizationId", "orderNo", "siteId", "locale"]
      +
    • +
    • +
      createPaymentInstrumentForOrderRequired: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      getOrder: ["organizationId", "orderNo", "siteId", "locale"]
      +
    • +
    • +
      getOrderRequired: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      getPaymentMethodsForOrder: ["organizationId", "orderNo", "siteId", "locale"]
      +
    • +
    • +
      getPaymentMethodsForOrderRequired: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      getTaxesFromOrder: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      getTaxesFromOrderRequired: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      guestOrderLookup: ["organizationId", "orderNo", "siteId", "locale"]
      +
    • +
    • +
      guestOrderLookupRequired: ["organizationId", "orderNo", "siteId"]
      +
    • +
    • +
      removePaymentInstrumentFromOrder: ["organizationId", "orderNo", "paymentInstrumentId", "siteId", "locale"]
      +
    • +
    • +
      removePaymentInstrumentFromOrderRequired: ["organizationId", "orderNo", "paymentInstrumentId", "siteId"]
      +
    • +
    • +
      updatePaymentInstrumentForOrder: ["organizationId", "orderNo", "paymentInstrumentId", "siteId", "locale"]
      +
    • +
    • +
      updatePaymentInstrumentForOrderRequired: ["organizationId", "orderNo", "paymentInstrumentId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    createOrder

    • createOrder(options: RequireParametersUnlessAllAreOptional<{ body: Basket; headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Order>
    • @@ -206,7 +270,7 @@

      createOrder

    • @@ -232,7 +296,7 @@

      Returns Promise
      @@ -271,7 +335,7 @@

      Returns Promise

    - +

    createPaymentInstrumentForOrder

    • createPaymentInstrumentForOrder(options: RequireParametersUnlessAllAreOptional<{ body: OrderPaymentInstrumentRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; orderNo: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Order>
    • @@ -281,7 +345,7 @@

      createPaymentInstrumentForOrder

    • @@ -310,7 +374,7 @@

      Returns Promise
      @@ -352,7 +416,7 @@

      Returns Promise

    - +

    getOrder

    • getOrder(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; orderNo: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Order>
    • @@ -362,7 +426,7 @@

      getOrder

    • @@ -388,7 +452,7 @@

      Returns Promise
      @@ -427,7 +491,7 @@

      Returns Promise

    - +

    getPaymentMethodsForOrder

    • getPaymentMethodsForOrder(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; orderNo: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PaymentMethodResult>
    • @@ -437,7 +501,7 @@

      getPaymentMethodsForOrder

    • @@ -463,7 +527,7 @@

      Returns Promise
      @@ -502,7 +566,7 @@

      Returns Promise

    - +

    getTaxesFromOrder

    • getTaxesFromOrder(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ orderNo: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Taxes>
    • @@ -512,7 +576,7 @@

      getTaxesFromOrder

    • @@ -540,7 +604,7 @@

      Returns Promise
      @@ -581,7 +645,7 @@

      Returns Promise

    - +

    guestOrderLookup

    • guestOrderLookup(options: RequireParametersUnlessAllAreOptional<{ body: OrderLookupRequest; headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; orderNo: string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Order>
    • @@ -591,7 +655,7 @@

      guestOrderLookup

    • @@ -621,7 +685,7 @@

      Returns Promise
      @@ -664,7 +728,7 @@

      Returns Promise

    - +

    removePaymentInstrumentFromOrder

    • removePaymentInstrumentFromOrder(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; orderNo: string; organizationId: string; paymentInstrumentId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Order>
    • @@ -674,7 +738,7 @@

      removePaymentInstrumentFromOrder

    • @@ -700,7 +764,7 @@

      Returns Promise
      @@ -739,7 +803,7 @@

      Returns Promise

    - +

    updatePaymentInstrumentForOrder

    diff --git a/docs/classes/shopperproducts.shopperproducts-1.html b/docs/classes/shopperproducts.shopperproducts-1.html index d8c0827..86800e1 100644 --- a/docs/classes/shopperproducts.shopperproducts-1.html +++ b/docs/classes/shopperproducts.shopperproducts-1.html @@ -90,7 +90,7 @@

    const shopperProductsClient = new ShopperProducts(clientConfig); - API Version: 0.0.32
    + API Version: 0.0.33
    Last Updated:
    @@ -126,15 +126,16 @@

    Properties

    Methods

    @@ -152,7 +153,7 @@

    constructor

  • Parameters

    @@ -174,7 +175,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -184,15 +185,54 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/product/shopper-products/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/product/shopper-products/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { getCategories: ["organizationId", "ids", "levels", "locale", "siteId"]; getCategoriesRequired: ["organizationId", "ids", "siteId"]; getCategory: ["organizationId", "id", "levels", "locale", "siteId"]; getCategoryRequired: ["organizationId", "id", "siteId"]; getProduct: ["organizationId", "id", "select", "inventoryIds", "currency", "expand", "locale", "allImages", "perPricebook", "siteId"]; getProductRequired: ["organizationId", "id", "siteId"]; getProducts: ["organizationId", "select", "ids", "inventoryIds", "currency", "expand", "locale", "allImages", "perPricebook", "siteId"]; getProductsRequired: ["organizationId", "ids", "siteId"] } = {getProducts: ['organizationId','select','ids','inventoryIds','currency','expand','locale','allImages','perPricebook','siteId',],getProductsRequired: ['organizationId','ids','siteId',],getProduct: ['organizationId','id','select','inventoryIds','currency','expand','locale','allImages','perPricebook','siteId',],getProductRequired: ['organizationId','id','siteId',],getCategories: ['organizationId','ids','levels','locale','siteId',],getCategoriesRequired: ['organizationId','ids','siteId',],getCategory: ['organizationId','id','levels','locale','siteId',],getCategoryRequired: ['organizationId','id','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getCategories: ["organizationId", "ids", "levels", "locale", "siteId"]
      +
    • +
    • +
      getCategoriesRequired: ["organizationId", "ids", "siteId"]
      +
    • +
    • +
      getCategory: ["organizationId", "id", "levels", "locale", "siteId"]
      +
    • +
    • +
      getCategoryRequired: ["organizationId", "id", "siteId"]
      +
    • +
    • +
      getProduct: ["organizationId", "id", "select", "inventoryIds", "currency", "expand", "locale", "allImages", "perPricebook", "siteId"]
      +
    • +
    • +
      getProductRequired: ["organizationId", "id", "siteId"]
      +
    • +
    • +
      getProducts: ["organizationId", "select", "ids", "inventoryIds", "currency", "expand", "locale", "allImages", "perPricebook", "siteId"]
      +
    • +
    • +
      getProductsRequired: ["organizationId", "ids", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getCategories

    • getCategories(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ ids: string; levels?: undefined | number; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<CategoryResult>
    • @@ -202,7 +242,7 @@

      getCategories

    • @@ -228,7 +268,7 @@

      Returns Promise
      @@ -267,7 +307,7 @@

      Returns Promise

    - +

    getCategory

    • getCategory(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ id: string; levels?: undefined | number; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<Category>
    • @@ -277,7 +317,7 @@

      getCategory

    • @@ -305,7 +345,7 @@

      Returns Promise
      @@ -346,7 +386,7 @@

      Returns Promise

    - +

    getProduct

    • getProduct(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ allImages?: undefined | false | true; currency?: undefined | string; expand?: Array<string>; id: string; inventoryIds?: undefined | string; locale?: undefined | string; organizationId: string; perPricebook?: undefined | false | true; select?: undefined | string; siteId: string } & {}, ConfigParameters> }>): Promise<Product>
    • @@ -356,7 +396,7 @@

      getProduct

    • @@ -382,7 +422,7 @@

      Returns Promise
      @@ -421,7 +461,7 @@

      Returns Promise

    - +

    getProducts

    diff --git a/docs/classes/shopperpromotions.shopperpromotions-1.html b/docs/classes/shopperpromotions.shopperpromotions-1.html index 90a02ec..a176d35 100644 --- a/docs/classes/shopperpromotions.shopperpromotions-1.html +++ b/docs/classes/shopperpromotions.shopperpromotions-1.html @@ -90,7 +90,7 @@

    const shopperPromotionsClient = new ShopperPromotions(clientConfig); - API Version: 1.0.25
    + API Version: 1.0.26
    Last Updated:
    @@ -126,13 +126,14 @@

    Properties

    Methods

    @@ -186,11 +187,38 @@

    Static + +

    Static Readonly paramKeys

    +
    paramKeys: { getPromotions: ["organizationId", "siteId", "ids", "locale"]; getPromotionsForCampaign: ["organizationId", "campaignId", "siteId", "startDate", "endDate", "currency"]; getPromotionsForCampaignRequired: ["organizationId", "campaignId", "siteId"]; getPromotionsRequired: ["organizationId", "siteId", "ids"] } = {getPromotions: ['organizationId','siteId','ids','locale',],getPromotionsRequired: ['organizationId','siteId','ids',],getPromotionsForCampaign: ['organizationId','campaignId','siteId','startDate','endDate','currency',],getPromotionsForCampaignRequired: ['organizationId','campaignId','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getPromotions: ["organizationId", "siteId", "ids", "locale"]
      +
    • +
    • +
      getPromotionsForCampaign: ["organizationId", "campaignId", "siteId", "startDate", "endDate", "currency"]
      +
    • +
    • +
      getPromotionsForCampaignRequired: ["organizationId", "campaignId", "siteId"]
      +
    • +
    • +
      getPromotionsRequired: ["organizationId", "siteId", "ids"]
      +
    • +
    +
    +

    Methods

    - +

    getPromotions

    • getPromotions(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ ids: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<PromotionResult>
    • @@ -200,7 +228,7 @@

      getPromotions

    • @@ -226,7 +254,7 @@

      Returns Promise
      @@ -265,7 +293,7 @@

      Returns Promise

    - +

    getPromotionsForCampaign

    diff --git a/docs/classes/shoppersearch.shoppersearch-1.html b/docs/classes/shoppersearch.shoppersearch-1.html index 8b28949..199f884 100644 --- a/docs/classes/shoppersearch.shoppersearch-1.html +++ b/docs/classes/shoppersearch.shoppersearch-1.html @@ -90,7 +90,7 @@

    const shopperSearchClient = new ShopperSearch(clientConfig); - API Version: 1.0.40
    + API Version: 1.0.41
    Last Updated:
    @@ -126,13 +126,14 @@

    Properties

    Methods

    @@ -150,7 +151,7 @@

    constructor

  • Parameters

    @@ -172,7 +173,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -182,15 +183,42 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/search/shopper-search/{version}/" = "https://{shortCode}.api.commercecloud.salesforce.com/search/shopper-search/{version}/" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { getSearchSuggestions: ["organizationId", "siteId", "q", "limit", "currency", "locale"]; getSearchSuggestionsRequired: ["organizationId", "siteId", "q"]; productSearch: ["organizationId", "select", "siteId", "q", "refine", "sort", "currency", "locale", "expand", "allImages", "perPricebook", "allVariationProperties", "offset", "limit"]; productSearchRequired: ["organizationId", "siteId"] } = {productSearch: ['organizationId','select','siteId','q','refine','sort','currency','locale','expand','allImages','perPricebook','allVariationProperties','offset','limit',],productSearchRequired: ['organizationId','siteId',],getSearchSuggestions: ['organizationId','siteId','q','limit','currency','locale',],getSearchSuggestionsRequired: ['organizationId','siteId','q',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getSearchSuggestions: ["organizationId", "siteId", "q", "limit", "currency", "locale"]
      +
    • +
    • +
      getSearchSuggestionsRequired: ["organizationId", "siteId", "q"]
      +
    • +
    • +
      productSearch: ["organizationId", "select", "siteId", "q", "refine", "sort", "currency", "locale", "expand", "allImages", "perPricebook", "allVariationProperties", "offset", "limit"]
      +
    • +
    • +
      productSearchRequired: ["organizationId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getSearchSuggestions

    • getSearchSuggestions(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ currency?: undefined | string; limit?: undefined | number; locale?: undefined | string; organizationId: string; q: string; siteId: string } & {}, ConfigParameters> }>): Promise<SuggestionResult>
    • @@ -200,7 +228,7 @@

      getSearchSuggestions

    • @@ -226,7 +254,7 @@

      Returns Promise
      @@ -265,7 +293,7 @@

      Returns Promise

    - +

    productSearch

    • productSearch(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ allImages?: undefined | false | true; allVariationProperties?: undefined | false | true; currency?: undefined | string; expand?: Array<string>; limit?: undefined | number; locale?: undefined | string; offset?: any; organizationId: string; perPricebook?: undefined | false | true; q?: undefined | string; refine?: Array<string>; select?: undefined | string; siteId: string; sort?: undefined | string } & {}, ConfigParameters> }>): Promise<ProductSearchResult>
    • @@ -275,7 +303,7 @@

      productSearch

    • @@ -302,7 +330,7 @@

      Returns Promise
      @@ -424,11 +452,14 @@

      Returns Promise defaultBaseUri

    • +
    • + paramKeys +
    • - getSearchSuggestions + getSearchSuggestions
    • - productSearch + productSearch
    diff --git a/docs/classes/shopperseo.shopperseo-1.html b/docs/classes/shopperseo.shopperseo-1.html index 9df7223..b5d2cec 100644 --- a/docs/classes/shopperseo.shopperseo-1.html +++ b/docs/classes/shopperseo.shopperseo-1.html @@ -90,7 +90,7 @@

    const shopperSeoClient = new ShopperSeo(clientConfig); - API Version: 1.0.8
    + API Version: 1.0.9
    Last Updated:
    @@ -126,12 +126,13 @@

    Properties

    Methods

    @@ -149,7 +150,7 @@

    constructor

  • Parameters

    @@ -171,7 +172,7 @@

    clientConfig

    clientConfig: ClientConfig<ConfigParameters> & { baseUri: string }
  • @@ -181,15 +182,36 @@

    Static defaultBaseUri: "https://{shortCode}.api.commercecloud.salesforce.com/site/shopper-seo/{version}" = "https://{shortCode}.api.commercecloud.salesforce.com/site/shopper-seo/{version}" +
    + +

    Static Readonly paramKeys

    +
    paramKeys: { getUrlMapping: ["organizationId", "urlSegment", "siteId", "locale"]; getUrlMappingRequired: ["organizationId", "urlSegment", "siteId"] } = {getUrlMapping: ['organizationId','urlSegment','siteId','locale',],getUrlMappingRequired: ['organizationId','urlSegment','siteId',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getUrlMapping: ["organizationId", "urlSegment", "siteId", "locale"]
      +
    • +
    • +
      getUrlMappingRequired: ["organizationId", "urlSegment", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getUrlMapping

    • getUrlMapping(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ locale?: undefined | string; organizationId: string; siteId: string; urlSegment: string } & {}, ConfigParameters> }>): Promise<UrlMapping>
    • @@ -199,7 +221,7 @@

      getUrlMapping

    • @@ -225,7 +247,7 @@

      Returns Promise
      @@ -346,8 +368,11 @@

      Returns Promise defaultBaseUri

    • +
    • + paramKeys +
    • - getUrlMapping + getUrlMapping
    diff --git a/docs/classes/shopperstores.shopperstores-1.html b/docs/classes/shopperstores.shopperstores-1.html index 2f47494..d76596c 100644 --- a/docs/classes/shopperstores.shopperstores-1.html +++ b/docs/classes/shopperstores.shopperstores-1.html @@ -90,7 +90,7 @@

    const shopperStoresClient = new ShopperStores(clientConfig); - API Version: 1.0.13
    + API Version: 1.0.15
    Last Updated:
    @@ -130,13 +130,14 @@

    Properties

    Methods

    @@ -190,11 +191,38 @@

    Static + +

    Static Readonly paramKeys

    +
    paramKeys: { getStores: ["organizationId", "siteId", "ids", "locale"]; getStoresRequired: ["organizationId", "siteId", "ids"]; searchStores: ["organizationId", "countryCode", "distanceUnit", "latitude", "longitude", "maxDistance", "postalCode", "siteId", "locale", "offset", "limit"]; searchStoresRequired: ["organizationId", "siteId"] } = {searchStores: ['organizationId','countryCode','distanceUnit','latitude','longitude','maxDistance','postalCode','siteId','locale','offset','limit',],searchStoresRequired: ['organizationId','siteId',],getStores: ['organizationId','siteId','ids','locale',],getStoresRequired: ['organizationId','siteId','ids',],} as const
    + +
    +

    Type declaration

    +
      +
    • +
      getStores: ["organizationId", "siteId", "ids", "locale"]
      +
    • +
    • +
      getStoresRequired: ["organizationId", "siteId", "ids"]
      +
    • +
    • +
      searchStores: ["organizationId", "countryCode", "distanceUnit", "latitude", "longitude", "maxDistance", "postalCode", "siteId", "locale", "offset", "limit"]
      +
    • +
    • +
      searchStoresRequired: ["organizationId", "siteId"]
      +
    • +
    +
    +

    Methods

    - +

    getStores

    • getStores(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ ids: string; locale?: undefined | string; organizationId: string; siteId: string } & {}, ConfigParameters> }>): Promise<StoreResult>
    • @@ -204,7 +232,7 @@

      getStores

    • @@ -234,7 +262,7 @@

      Returns Promise
      @@ -277,7 +305,7 @@

      Returns Promise

    - +

    searchStores

    • searchStores(options?: RequireParametersUnlessAllAreOptional<{ headers?: undefined | {}; parameters?: CompositeParameters<{ countryCode?: undefined | string; distanceUnit?: undefined | string; latitude?: undefined | number; limit?: undefined | number; locale?: undefined | string; longitude?: undefined | number; maxDistance?: undefined | number; offset?: any; organizationId: string; postalCode?: undefined | string; siteId: string } & {}, ConfigParameters> }>): Promise<StoreResult>
    • @@ -287,13 +315,23 @@

      searchStores

    • -

      This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation. The distance is interpreted either in miles or kilometers, depending on the distanceUnit input parameter. The location is specified either by directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored.

      +

      This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation:

      +
        +
      • The distance is interpreted either in miles or kilometers, depending on the distanceUnit input parameter.
      • +
      • The location is specified by either directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings in Business Manager to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored.
      • +
      +

      To verify site latitude and longitude information in Business Manager:

      +
        +
      • Navigate to Merchant Tools -> Online Marketing -> Stores.
      • +
      • Select the applicable site.
      • +
      • In the Address tab, verify that valid information is provided in the following fields: Address, City, Postal Code, State, and Country. For latitude and longitude values, you can manually enter values or provide all field values to auto-populate Latitude and Longitude. You must provide valid values for all of the previous fields for latitude and longitude to auto-populate Latitude and Longitude values.
      • +

      If you would like to get a raw Response object use the other searchStores function.

      beta
      @@ -317,13 +355,23 @@

      Returns Promise
      -

      This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation. The distance is interpreted either in miles or kilometers, depending on the distanceUnit input parameter. The location is specified either by directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored.

      +

      This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation:

      +
        +
      • The distance is interpreted either in miles or kilometers, depending on the distanceUnit input parameter.
      • +
      • The location is specified by either directly providing a latitude and longitude coordinate pair, or by providing a country and a postal code. If a postal code is passed, the resource looks in the system's geolocation mappings in Business Manager to find the coordinates for this postal code. If no matching geolocation is found, the resource returns an empty list of stores. If coordinates are passed, the values for country and postal code are ignored.
      • +
      +

      To verify site latitude and longitude information in Business Manager:

      +
        +
      • Navigate to Merchant Tools -> Online Marketing -> Stores.
      • +
      • Select the applicable site.
      • +
      • In the Address tab, verify that valid information is provided in the following fields: Address, City, Postal Code, State, and Country. For latitude and longitude values, you can manually enter values or provide all field values to auto-populate Latitude and Longitude. You must provide valid values for all of the previous fields for latitude and longitude to auto-populate Latitude and Longitude values.
      • +
      beta
      @@ -442,11 +490,14 @@

      Returns Promise defaultBaseUri

    • +
    • + paramKeys +
    • - getStores + getStores
    • - searchStores + searchStores
    diff --git a/docs/index.html b/docs/index.html index dbeda8f..68fee17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,7 +75,7 @@

    Getting Started

    Requirements

      -
    • Node ^12.x, ^14.x, ^16.x, ^18.x or ^20.x
    • +
    • Node ^12.x, ^14.x, ^16.x, ^18.x

    Installation

    diff --git a/docs/modules/shopperbaskets.html b/docs/modules/shopperbaskets.html index dcb6f3b..9d39de8 100644 --- a/docs/modules/shopperbaskets.html +++ b/docs/modules/shopperbaskets.html @@ -83,7 +83,6 @@

    Type aliases

  • AttributeDefinition
  • Basket
  • BasketPaymentInstrumentRequest
  • -
  • BasketsResult
  • BonusDiscountLineItem
  • BoolFilter
  • BoolQuery
  • @@ -191,7 +190,7 @@

    AsyncCreated

    AsyncCreated: {}
    @@ -284,7 +283,7 @@

    Basket

    Basket: { adjustedMerchandizeTotalTax?: undefined | number; adjustedShippingTotalTax?: undefined | number; agentBasket?: undefined | false | true; basketId?: undefined | string; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: undefined | string; couponItems?: Array<CouponItem>; creationDate?: any; currency?: undefined | string; customerInfo?: CustomerInfo; giftCertificateItems?: Array<GiftCertificateItem>; groupedTaxItems?: Array<GroupedTaxItem>; inventoryReservationExpiry?: any; lastModified?: any; merchandizeTotalTax?: undefined | number; notes?: SimpleLink; orderPriceAdjustments?: Array<PriceAdjustment>; orderTotal?: undefined | number; paymentInstruments?: Array<OrderPaymentInstrument>; productItems?: Array<ProductItem>; productSubTotal?: undefined | number; productTotal?: undefined | number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingTotal?: undefined | number; shippingTotalTax?: undefined | number; sourceCode?: undefined | string; taxRoundedAtGroup?: undefined | false | true; taxTotal?: undefined | number; taxation?: undefined | string; temporaryBasket?: undefined | false | true } & {}
    @@ -294,17 +293,7 @@

    BasketPaymentInstrumentRequest

    BasketPaymentInstrumentRequest: { amount?: undefined | number; bankRoutingNumber?: undefined | string; giftCertificateCode?: undefined | string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: undefined | string } & {}
    -
    -
    - -

    BasketsResult

    -
    BasketsResult: { baskets: Array<Basket>; total: number } & {}
    -
    @@ -314,7 +303,7 @@

    BonusDiscountLineItem

    BonusDiscountLineItem: { bonusProducts?: Array<ProductDetailsLink>; couponCode?: undefined | string; id?: undefined | string; maxBonusItems?: undefined | number; promotionId?: undefined | string } & {}
    @@ -344,7 +333,7 @@

    ChangeControlled

    ChangeControlled: { createdBy?: undefined | string; creationDate?: any; lastModifiedBy?: undefined | string; modificationDate?: any } & {}
    @@ -354,7 +343,7 @@

    ChangeControlledDataType

    ChangeControlledDataType: { createdBy?: undefined | string; creationDate?: any; lastModifiedBy?: undefined | string; modificationDate?: any } & {}
    @@ -374,7 +363,7 @@

    CouponItem

    CouponItem: { code: string; couponItemId?: undefined | string; statusCode?: undefined | string; valid?: undefined | false | true } & {}
    @@ -384,7 +373,7 @@

    CustomerInfo

    CustomerInfo: { customerId?: undefined | string; customerName?: undefined | string; customerNo?: undefined | string; email: string } & {}
    @@ -394,7 +383,7 @@

    DateConditionalRequest

    DateConditionalRequest: {}
    @@ -412,7 +401,7 @@

    DateRangeFilter

    DateRangeFilter: {}
    @@ -430,7 +419,7 @@

    DatetimeRangeFilter

    DatetimeRangeFilter: {}
    @@ -448,7 +437,7 @@

    Discount

    Discount: { amount?: undefined | number; percentage?: undefined | number; priceBookId?: undefined | string; type: string } & {}
    @@ -458,7 +447,7 @@

    DiscountRequest

    DiscountRequest: { type: string; value: number }
    @@ -479,7 +468,7 @@

    Error

    Error: { detail?: undefined | string; instance?: undefined | string; title?: undefined | string; type: string } & {}
    @@ -499,7 +488,7 @@

    EtagConditionalRequest

    EtagConditionalRequest: {}
    @@ -517,7 +506,7 @@

    EtagResponse

    EtagResponse: {}
    @@ -555,7 +544,7 @@

    GiftCertificateItem

    GiftCertificateItem: { amount: number; giftCertificateItemId?: undefined | string; message?: undefined | string; recipientEmail: string; recipientName?: undefined | string; senderName?: undefined | string; shipmentId?: undefined | string } & {}
    @@ -565,7 +554,7 @@

    GroupedTaxItem

    GroupedTaxItem: { taxRate?: undefined | number; taxValue?: undefined | number }
    @@ -586,7 +575,7 @@

    IntegerRangeFilter

    IntegerRangeFilter: {}
    @@ -697,7 +686,7 @@

    Note

    Note: { createdBy?: undefined | string; creationDate?: any; id?: undefined | string; subject?: undefined | string; text?: undefined | string }
    @@ -727,7 +716,7 @@

    NotesResult

    NotesResult: { notes?: Array<Note> } & {}
    @@ -737,7 +726,7 @@

    NumericRangeFilter

    NumericRangeFilter: {}
    @@ -755,7 +744,7 @@

    OffsetPaginated

    OffsetPaginated: {}
    @@ -783,17 +772,17 @@

    OptionItem

    OptionItem: { adjustedTax?: undefined | number; basePrice?: undefined | number; bonusDiscountLineItemId?: undefined | string; bonusProductLineItem?: undefined | false | true; bundledProductItems?: Array<ProductItem>; gift?: undefined | false | true; giftMessage?: undefined | string; inventoryId?: undefined | string; itemId?: undefined | string; itemText?: undefined | string; optionId: string; optionItems?: Array<OptionItem>; optionValueId: string; price?: undefined | number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: undefined | number; priceAfterOrderDiscount?: undefined | number; productId?: undefined | string; productListItem?: ProductListItemReference; productName?: undefined | string; quantity?: undefined | number; shipmentId?: undefined | string; shippingItemId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}

    Order

    -
    Order: { adjustedMerchandizeTotalTax?: undefined | number; adjustedShippingTotalTax?: undefined | number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: undefined | string; confirmationStatus?: undefined | string; couponItems?: Array<CouponItem>; createdBy?: undefined | string; creationDate?: any; currency?: undefined | string; customerInfo?: CustomerInfo; customerName?: undefined | string; exportStatus?: undefined | string; externalOrderStatus?: undefined | string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: undefined | string; lastModified?: any; merchandizeTotalTax?: undefined | number; notes?: SimpleLink; orderNo?: undefined | string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: undefined | string; orderTotal?: undefined | number; orderViewCode?: undefined | string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: undefined | string; productItems?: Array<ProductItem>; productSubTotal?: undefined | number; productTotal?: undefined | number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: undefined | string; shippingTotal?: undefined | number; shippingTotalTax?: undefined | number; siteId?: undefined | string; sourceCode?: undefined | string; status?: undefined | string; taxTotal?: undefined | number; taxation?: undefined | string } & {}
    +
    Order: { adjustedMerchandizeTotalTax?: undefined | number; adjustedShippingTotalTax?: undefined | number; billingAddress?: OrderAddress; bonusDiscountLineItems?: Array<BonusDiscountLineItem>; channelType?: undefined | string; confirmationStatus?: undefined | string; couponItems?: Array<CouponItem>; createdBy?: undefined | string; creationDate?: any; currency?: undefined | string; customerInfo?: CustomerInfo; customerName?: undefined | string; exportStatus?: undefined | string; externalOrderStatus?: undefined | string; giftCertificateItems?: Array<GiftCertificateItem>; globalPartyId?: undefined | string; groupedTaxItems?: Array<GroupedTaxItem>; guest?: undefined | false | true; lastModified?: any; merchandizeTotalTax?: undefined | number; notes?: SimpleLink; orderNo?: undefined | string; orderPriceAdjustments?: Array<PriceAdjustment>; orderToken?: undefined | string; orderTotal?: undefined | number; orderViewCode?: undefined | string; paymentInstruments?: Array<OrderPaymentInstrument>; paymentStatus?: undefined | string; productItems?: Array<ProductItem>; productSubTotal?: undefined | number; productTotal?: undefined | number; shipments?: Array<Shipment>; shippingItems?: Array<ShippingItem>; shippingStatus?: undefined | string; shippingTotal?: undefined | number; shippingTotalTax?: undefined | number; siteId?: undefined | string; sourceCode?: undefined | string; status?: undefined | string; taxRoundedAtGroup?: undefined | false | true; taxTotal?: undefined | number; taxation?: undefined | string } & {}
    @@ -813,7 +802,7 @@

    OrderLookupRequest

    OrderLookupRequest: { email: string; orderViewCode: string }
    @@ -834,7 +823,7 @@

    OrderPaymentCardRequest

    OrderPaymentCardRequest: { cardType?: undefined | string; creditCardToken?: undefined | string; expirationMonth?: undefined | number; expirationYear?: undefined | number; holder?: undefined | string; issueNumber?: undefined | string; maskedNumber?: undefined | string; validFromMonth?: undefined | number; validFromYear?: undefined | number }
    @@ -876,7 +865,7 @@

    OrderPaymentInstrument

    OrderPaymentInstrument: { amount?: undefined | number; authorizationStatus?: Status; bankRoutingNumber?: undefined | string; maskedGiftCertificateCode?: undefined | string; paymentCard?: PaymentCard; paymentInstrumentId?: undefined | string; paymentMethodId?: undefined | string } & {}
    @@ -886,7 +875,7 @@

    OrderPaymentInstrumentRequest

    OrderPaymentInstrumentRequest: { amount?: undefined | number; bankRoutingNumber?: undefined | string; giftCertificateCode?: undefined | string; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: undefined | string } & {}
    @@ -916,7 +905,7 @@

    PaymentCard

    PaymentCard: { cardType?: undefined | string; creditCardExpired?: undefined | false | true; creditCardToken?: undefined | string; expirationMonth?: undefined | number; expirationYear?: undefined | number; holder?: undefined | string; issueNumber?: undefined | string; maskedNumber?: undefined | string; numberLastDigits?: undefined | string; validFromMonth?: undefined | number; validFromYear?: undefined | number }
    @@ -974,7 +963,7 @@

    PaymentMethod

    PaymentMethod: { cards?: Array<PaymentCardSpec>; description?: undefined | string; id: string; image?: undefined | string; name?: undefined | string; paymentProcessorId?: undefined | string } & {}
    @@ -984,7 +973,7 @@

    PaymentMethodResult

    PaymentMethodResult: { applicablePaymentMethods?: Array<PaymentMethod> } & {}
    @@ -994,7 +983,7 @@

    PriceAdjustment

    PriceAdjustment: { appliedDiscount?: Discount; couponCode?: undefined | string; createdBy?: undefined | string; creationDate?: any; custom?: undefined | false | true; itemText?: undefined | string; lastModified?: any; manual?: undefined | false | true; price?: undefined | number; priceAdjustmentId?: undefined | string; promotionId?: undefined | string; promotionLink?: undefined | string; reasonCode?: undefined | string } & {}
    @@ -1004,7 +993,7 @@

    PriceAdjustmentRequest

    PriceAdjustmentRequest: { discount?: DiscountRequest; itemId?: undefined | string; itemText?: undefined | string; level: string; promotionId?: undefined | string; reasonCode?: undefined | string } & {}
    @@ -1014,7 +1003,7 @@

    PriceBookIds

    PriceBookIds: Array<string>
    @@ -1024,7 +1013,7 @@

    ProductDetailsLink

    ProductDetailsLink: { productDescription?: undefined | string; productId: string; productName?: undefined | string; title?: undefined | string }
    @@ -1051,7 +1040,7 @@

    ProductItem

    ProductItem: { adjustedTax?: undefined | number; basePrice?: undefined | number; bonusDiscountLineItemId?: undefined | string; bonusProductLineItem?: undefined | false | true; bundledProductItems?: Array<ProductItem>; gift?: undefined | false | true; giftMessage?: undefined | string; inventoryId?: undefined | string; itemId?: undefined | string; itemText?: undefined | string; optionItems?: Array<OptionItem>; price?: undefined | number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: undefined | number; priceAfterOrderDiscount?: undefined | number; productId?: undefined | string; productListItem?: ProductListItemReference; productName?: undefined | string; quantity?: undefined | number; shipmentId?: undefined | string; shippingItemId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}
    @@ -1061,7 +1050,7 @@

    ProductListItemReference

    ProductListItemReference: { id: string; priority?: undefined | number; productDetailsLink?: ProductDetailsLink; productList?: ProductListLink; public?: undefined | false | true; purchasedQuantity?: undefined | number; quantity?: undefined | number; type?: undefined | string }
    @@ -1100,7 +1089,7 @@

    ProductListLink

    ProductListLink: { description?: undefined | string; name?: undefined | string; public?: undefined | false | true; title?: undefined | string; type?: undefined | string } & {}
    @@ -1110,7 +1099,7 @@

    PromotionLink

    PromotionLink: { calloutMsg?: undefined | string; name?: undefined | string; promotionId?: undefined | string; title?: undefined | string }
    @@ -1253,7 +1242,7 @@

    RateLimited

    RateLimited: {}
    @@ -1271,7 +1260,7 @@

    RateLimited2

    RateLimited2: {}
    @@ -1289,7 +1278,7 @@

    RateLimited3

    RateLimited3: {}
    @@ -1307,7 +1296,7 @@

    RateLimited4

    RateLimited4: {}
    @@ -1325,7 +1314,7 @@

    RateLimited5

    RateLimited5: {}
    @@ -1381,7 +1370,7 @@

    Shipment

    Shipment: { adjustedMerchandizeTotalTax?: undefined | number; adjustedShippingTotalTax?: undefined | number; gift?: undefined | false | true; giftMessage?: undefined | string; merchandizeTotalTax?: undefined | number; productSubTotal?: undefined | number; productTotal?: undefined | number; shipmentId?: undefined | string; shipmentNo?: undefined | string; shipmentTotal?: undefined | number; shippingAddress?: OrderAddress; shippingMethod?: ShippingMethod; shippingStatus?: undefined | string; shippingTotal?: undefined | number; shippingTotalTax?: undefined | number; taxTotal?: undefined | number; trackingNumber?: undefined | string } & {}
    @@ -1391,7 +1380,7 @@

    ShippingItem

    ShippingItem: { adjustedTax?: undefined | number; basePrice?: undefined | number; itemId?: undefined | string; itemText?: undefined | string; price?: undefined | number; priceAdjustments?: Array<PriceAdjustment>; priceAfterItemDiscount?: undefined | number; shipmentId?: undefined | string; tax?: undefined | number; taxBasis?: undefined | number; taxClassId?: undefined | string; taxRate?: undefined | number } & {}
    @@ -1401,7 +1390,7 @@

    ShippingMethod

    ShippingMethod: { description?: undefined | string; externalShippingMethod?: undefined | string; id: string; name?: undefined | string; price?: undefined | number; shippingPromotions?: Array<ShippingPromotion> } & {}
    @@ -1411,7 +1400,7 @@

    ShippingMethodResult

    ShippingMethodResult: { applicableShippingMethods?: Array<ShippingMethod>; defaultShippingMethodId?: undefined | string } & {}
    @@ -1421,7 +1410,7 @@

    ShippingPromotion

    ShippingPromotion: { calloutMsg?: undefined | string; promotionId?: undefined | string; promotionName?: undefined | string } & {}
    @@ -1431,7 +1420,7 @@

    ShopperBasketsParameters

    @@ -1446,7 +1435,7 @@

    ShopperBasketsPathParameters

    ShopperBasketsPathParameters: { basketId?: undefined | string; couponItemId?: undefined | string; giftCertificateItemId?: undefined | string; itemId?: undefined | string; organizationId?: undefined | string; paymentInstrumentId?: undefined | string; priceAdjustmentId?: undefined | string; shipmentId?: undefined | string }
    @@ -1490,7 +1479,7 @@

    ShopperBasketsQueryParameters

    ShopperBasketsQueryParameters: { createDestinationBasket?: undefined | false | true; exchange?: undefined | false | true; locale?: undefined | string; overrideExisting?: undefined | false | true; productItemMergeMode?: undefined | string; removeExternalTax?: undefined | false | true; siteId?: undefined | string; taxMode?: undefined | string; temporary?: undefined | false | true; useAsBilling?: undefined | false | true; useAsShipping?: undefined | false | true }
    @@ -1543,7 +1532,7 @@

    SimpleLink

    SimpleLink: {}
    @@ -1616,7 +1605,7 @@

    Status

    Status: { code?: undefined | string; message?: undefined | string; status?: undefined | number }
    @@ -1640,7 +1629,7 @@

    SyncCreated

    SyncCreated: {}
    @@ -1658,7 +1647,7 @@

    TaxItem

    TaxItem: { id: string; rate: number; value?: undefined | number }
    @@ -1692,7 +1681,7 @@

    Taxes

    Taxes: { taxes: {} & {} }
    @@ -1818,9 +1807,6 @@

    TextQuery

  • BasketPaymentInstrumentRequest
  • -
  • - BasketsResult -
  • BonusDiscountLineItem
  • diff --git a/docs/modules/shoppercontexts.html b/docs/modules/shoppercontexts.html index 3671fa7..d68c9e1 100644 --- a/docs/modules/shoppercontexts.html +++ b/docs/modules/shoppercontexts.html @@ -150,7 +150,7 @@

    AsyncCreated

    AsyncCreated: {}
    @@ -168,7 +168,7 @@

    AttributeDefinition

    AttributeDefinition: { defaultValue?: PropertyValueDefinition; description: L10nString; id?: undefined | string; key?: undefined | false | true; localizable?: undefined | false | true; mandatory?: undefined | false | true; max?: undefined | number; min?: undefined | number; minLength?: undefined | number; multiValueType?: undefined | false | true; name: L10nString; possibleValues?: Array<PropertyValueDefinition>; regularExpression?: undefined | string; scale?: undefined | number; searchable?: undefined | false | true; siteSpecific?: undefined | false | true; system?: undefined | false | true; type: string; unit?: L10nString; visible?: undefined | false | true }
    @@ -243,7 +243,7 @@

    BoolFilter

    BoolFilter: { filters?: Array<Filter>; operator: string } & {}
    @@ -253,7 +253,7 @@

    BoolQuery

    BoolQuery: { must?: Array<Query>; mustNot?: Array<Query>; should?: Array<Query> } & {}
    @@ -263,7 +263,7 @@

    ChangeControlled

    ChangeControlled: { createdBy?: undefined | string; creationDate?: any; lastModifiedBy?: undefined | string; modificationDate?: any } & {}
    @@ -273,7 +273,7 @@

    ChangeControlledDataType

    ChangeControlledDataType: { createdBy?: undefined | string; creationDate?: any; lastModifiedBy?: undefined | string; modificationDate?: any } & {}
    @@ -283,7 +283,7 @@

    ClosedObject

    ClosedObject: {} & {}
    @@ -293,7 +293,7 @@

    DateConditionalRequest

    DateConditionalRequest: {}
    @@ -311,7 +311,7 @@

    DateRangeFilter

    DateRangeFilter: {}
    @@ -329,7 +329,7 @@

    DatetimeRangeFilter

    DatetimeRangeFilter: {}
    @@ -347,7 +347,7 @@

    Error

    Error: { detail?: undefined | string; instance?: undefined | string; title?: undefined | string; type: string } & {}
    @@ -357,7 +357,7 @@

    ErrorResponse

    ErrorResponse: { detail?: undefined | string; instance?: undefined | string; title?: undefined | string; type: string } & {}
    @@ -367,7 +367,7 @@

    EtagConditionalRequest

    EtagConditionalRequest: {}
    @@ -385,7 +385,7 @@

    EtagResponse

    EtagResponse: {}
    @@ -403,7 +403,7 @@

    Filter

    Filter: { boolFilter?: BoolFilter; queryFilter?: QueryFilter; range2Filter?: Range2Filter; rangeFilter?: RangeFilter; termFilter?: TermFilter } & {}
    @@ -413,7 +413,7 @@

    FilteredQuery

    FilteredQuery: { filter: Filter; query: Query } & {}
    @@ -423,7 +423,7 @@

    IntegerRangeFilter

    IntegerRangeFilter: {}
    @@ -441,7 +441,7 @@

    L10nString

    L10nString: {} & {}
    @@ -451,7 +451,7 @@

    LocalizedString

    LocalizedString: {} & {}
    @@ -461,7 +461,7 @@

    MatchAllQuery

    MatchAllQuery: {} & {}
    @@ -471,7 +471,7 @@

    Money

    Money: { currencyMnemonic?: undefined | string; value?: undefined | number } & {}
    @@ -481,7 +481,7 @@

    MoneyMnemonic

    MoneyMnemonic: { currencyMnemonic?: undefined | string; value?: undefined | number } & {}
    @@ -491,7 +491,7 @@

    NestedQuery

    NestedQuery: { path: string; query: Query; scoreMode?: undefined | string } & {}
    @@ -501,7 +501,7 @@

    NoPropertiesAllowed

    NoPropertiesAllowed: {}
    @@ -516,7 +516,7 @@

    NumericRangeFilter

    NumericRangeFilter: {}
    @@ -534,7 +534,7 @@

    OffsetPaginated

    OffsetPaginated: {}
    @@ -552,7 +552,7 @@

    OpenObject

    OpenObject: {} & {}
    @@ -562,7 +562,7 @@

    PaginatedSearchResult

    PaginatedSearchResult: { hits?: Array<object>; limit: number; offset: any; query: Query; sorts?: Array<Sort>; total: any } & {}
    @@ -572,7 +572,7 @@

    PaginatedSearchResultBase

    PaginatedSearchResultBase: { hits?: Array<object>; limit: number; offset: any; query: Query; sorts?: Array<Sort>; total: any } & {}
    @@ -582,7 +582,7 @@

    PropertyDefinition

    PropertyDefinition: { defaultValue?: PropertyValueDefinition; description: L10nString; id?: undefined | string; key?: undefined | false | true; localizable?: undefined | false | true; mandatory?: undefined | false | true; max?: undefined | number; min?: undefined | number; minLength?: undefined | number; multiValueType?: undefined | false | true; name: L10nString; possibleValues?: Array<PropertyValueDefinition>; regularExpression?: undefined | string; scale?: undefined | number; searchable?: undefined | false | true; siteSpecific?: undefined | false | true; system?: undefined | false | true; type: string; unit?: L10nString; visible?: undefined | false | true } & {}
    @@ -592,7 +592,7 @@

    PropertyValueDefinition

    PropertyValueDefinition: { description: L10nString; displayValue: L10nString; id: string; position?: undefined | number; value: string }
    @@ -622,7 +622,7 @@

    Query

    Query: { boolQuery?: BoolQuery; filteredQuery?: FilteredQuery; matchAllQuery?: MatchAllQuery; nestedQuery?: NestedQuery; termQuery?: TermQuery; textQuery?: TextQuery } & {}
    @@ -632,7 +632,7 @@

    QueryFilter

    QueryFilter: { query: Query } & {}
    @@ -642,7 +642,7 @@

    QueryParamsLimit

    QueryParamsLimit: {}
    @@ -660,7 +660,7 @@

    QueryParamsOffset

    QueryParamsOffset: {}
    @@ -678,7 +678,7 @@

    Range2Filter

    Range2Filter: { filterMode?: undefined | string; fromField: string; fromInclusive?: undefined | false | true; fromValue?: any; toField: string; toInclusive?: undefined | false | true; toValue?: any } & {}
    @@ -688,7 +688,7 @@

    RangeFilter

    RangeFilter: {}
    @@ -706,7 +706,7 @@

    RateLimited

    RateLimited: {}
    @@ -724,7 +724,7 @@

    RateLimited2

    RateLimited2: {}
    @@ -742,7 +742,7 @@

    RateLimited3

    RateLimited3: {}
    @@ -760,7 +760,7 @@

    RateLimited4

    RateLimited4: {}
    @@ -778,7 +778,7 @@

    RateLimited5

    RateLimited5: {}
    @@ -796,7 +796,7 @@

    SearchRequest

    SearchRequest: { limit?: undefined | number; offset?: any; query: Query; sorts?: Array<Sort> } & {}
    @@ -806,7 +806,7 @@

    SearchRequestBase

    SearchRequestBase: { limit?: undefined | number; offset?: any; query: Query; sorts?: Array<Sort> } & {}
    @@ -816,7 +816,7 @@

    Selectable

    Selectable: {}
    @@ -831,7 +831,7 @@
    [key:

    ShopperContext

    -
    ShopperContext: { assignmentQualifiers?: {} & {}; clientIp?: undefined | string; customQualifiers?: {} & {}; customerGroupIds?: Array<string>; effectiveDateTime?: any; sourceCode?: any } & {}
    +
    ShopperContext: { assignmentQualifiers?: {} & {}; clientIp?: undefined | string; customQualifiers?: {} & {}; customerGroupIds?: Array<string>; effectiveDateTime?: any; geoLocation?: { city?: undefined | string; country?: undefined | string; countryCode?: undefined | string; latitude?: undefined | number; longitude?: undefined | number; metroCode?: undefined | string; postalCode?: undefined | string; region?: undefined | string; regionCode?: undefined | string } & {}; sourceCode?: any } & {}